Object

joined 1 month ago
[–] Object@sh.itjust.works 2 points 1 week ago

I'm considering setting up my own instance with an instance-wide ban on all political contents... It's annoying to deal with those political posts with super vague title so it bypasses the keyword filter.

[–] Object@sh.itjust.works 91 points 1 week ago

On the bright side, she cares about you! People usually don't do that to strangers.

[–] Object@sh.itjust.works 9 points 2 weeks ago (1 children)

The server already determines if a shot's valid or not though. Once a client receives information on where the enemy is at, then the client can send message to the server that they are shooting exactly at that location.

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

I wouldn't say using TPM compromises your privacy or security. It can act as an additional layer of protection where your PC boots only when your basic settings are unaltered. You can still have FDE with password and TPM if TPM sniffing is your concern.

Still, I don't use it because I like my stuff accessible and not locked when I dual boot.

[–] Object@sh.itjust.works 6 points 2 weeks ago (1 children)

Nah, I meant how it ends in dit.ch and it got ditched soon.

[–] Object@sh.itjust.works 3 points 2 weeks ago (3 children)

It lived up to its name I suppose.

[–] Object@sh.itjust.works 14 points 3 weeks ago (1 children)

I forgot you can get Factorio from Steam...

[–] Object@sh.itjust.works 22 points 3 weeks ago* (last edited 3 weeks 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.

258
Not until I read the docs (sh.itjust.works)
submitted 3 weeks ago* (last edited 3 weeks 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 10 points 1 month ago* (last edited 1 month 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 11 points 1 month ago (1 children)

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 2 points 1 month ago

Avoro is really cheap and I can recommend them. If you are student, you might want to look into GitHub Student pack, which includes DigitalOcean credits.

view more: next ›