[-] Object@sh.itjust.works 15 points 2 days ago

Is this even a real tweet? If it is, why even bother trying to recreate it in paint?

[-] Object@sh.itjust.works 12 points 4 days ago

I forgot you can get Factorio from Steam...

[-] Object@sh.itjust.works 21 points 5 days ago* (last edited 5 days ago)

You need to package all dynamically linked executables because NixOS disables them by design. It's to prevent two programs not working because they depend on different versions of a single library. But it's not helpful when you have a program you need to run, and you need it real soon.

In terms of whether Factorio runs or not, it does run. You have to add that configuration though.

Still, if you are familiar with Linux and don't usually get that "I need a program running ASAP" situations, it is a great OS to learn. I can recommend them.

254
Not until I read the docs (sh.itjust.works)
submitted 6 days ago* (last edited 5 days ago) by Object@sh.itjust.works to c/linuxmemes@lemmy.world

Add this to your home-manager

    let
      f = pkgs.factorio.override {
        username = "<Your Username>";
        token = "<Token>";
        versionsJson = ./factorio.json;
      };
    in
    {
      home-manager.users."<Your Username>".home.packages = [ f ];
    };

In factorio.json

{
  "x86_64-linux": {
    "alpha": {
      "stable": {
        "name": "factorio-space-age_linux_2.0.7.tar.xz",
        "needsAuth": true,
        "sha256": "1zvk1skkm37kyikq4l1q285l8zhxc6lqvs1x2y2ccxwd4cdm6r96",
        "tarDirectory": "x64",
        "url": "https://factorio.com/get-download/2.0.7/expansion/linux64",
        "version": "2.0.7"
      }
    }
  }
}

To get your Factorio working.

[-] Object@sh.itjust.works 43 points 1 week ago

Money generator for bug bounty hunters

[-] Object@sh.itjust.works 5 points 1 week ago

For some reason, Starcraft. There's barely anyone who's into it in my age group. Not that I got good, I just had so much fun in custom maps.

[-] Object@sh.itjust.works 5 points 1 week ago

Every single men's top I've seen are too big...

[-] Object@sh.itjust.works 10 points 2 weeks ago* (last edited 2 weeks ago)

MiXplorer: Tabbed file explorer with many features. You can get it for free from their website, but it's available paid on Google Play.

Symfonium: Music player compatible with many backends, such as local storage, WebDAV, Subsonic (which includes Ampache, Navidrome)

aCalendar+: Calendar app with many widgets. Best part is the persistent notification, which shows what's happening today, and will happen tomorrow.

Cryptomator: Cross-platform file encryption program, also open source.

[-] Object@sh.itjust.works 6 points 2 weeks ago* (last edited 2 weeks ago)

There's unfortunately a chance audio option just locks you out because fuck you :(

[-] Object@sh.itjust.works 11 points 3 weeks ago

Not gonna lie, that must be one hell of an obscure (or new) song if it's not available on Soulseek. If your song happen to be Japanese, try Ototoy.jp. That's where I get most of my FLAC albums.

[-] Object@sh.itjust.works 11 points 3 weeks ago* (last edited 3 weeks ago)

Or the opposite: They're hidden by default! You cannot look up .ch and .li domains unless you submit a manual request.

[-] Object@sh.itjust.works 5 points 1 month ago

I would assume the "rendezvous" instance would collect all posts from all communities it is subscribed to, and show them to the users as if it came from a single instance. So moderation would be limited to the moderators of the actual instance behind it.

The explorer makes it easier to discover them, but would be even better if that's automated.

[-] Object@sh.itjust.works 6 points 1 month ago

Both. It's not like you have to use only one.

view more: next ›

Object

joined 1 month ago