Object

joined 1 month ago
[–] Object@sh.itjust.works 4 points 2 days ago* (last edited 2 days ago)

Those roles are definitely significant, at very least in air force. The idea behind air force is basically "one guy flies the plane, hundred other supports that". Generally, military in SK is completely different from other countries since you have 80% of all men there. No way you can expect a guy weighing 120kg to do all those typical military stuff 😂

And yes, drama is inevitable, but it would at very least make military experience a bit more relatable. I don't expect it to increase in the long term. Short term though, oh dear.

[–] Object@sh.itjust.works 5 points 2 days ago* (last edited 2 days ago) (2 children)

Maybe in boot camp your strength would matter a lot, but for a number of roles, strength doesn't matter. After all, a fair share of people are going to sit in an office. I did!

[–] 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 3 points 1 week ago

The instruction said that I should use it every week, and the change was definitely there. I now have almost no visible hair, and I use it every two weeks to keep it at that state.

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

Get an IPL hair removal tools, and use it every week. It worked really, really well for me.

[–] Object@sh.itjust.works 9 points 1 week 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 8 points 2 weeks ago

Now I want brainrot to science paper converter

[–] 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 15 points 2 weeks ago

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

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

I forgot you can get Factorio from Steam...

256
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.

view more: next ›