Object

joined 1 month ago
[–] [email protected] 6 points 10 hours ago (1 children)

Just because it affects us doesn't mean everything has to be about it all the damn time. Besides, it doesn't affect us all equally.

[–] [email protected] 2 points 1 day ago (2 children)

It reads like a riddle, especially with those repeated words. Someone's definitely going to spend some time trying to solve this. Wonder what kind of conclusion they would draw.

[–] [email protected] 4 points 4 days ago* (last edited 4 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.

[–] [email protected] 5 points 4 days ago* (last edited 4 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!

[–] [email protected] 2 points 6 days ago (1 children)

That's my phone wallpaper now

[–] [email protected] 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.

[–] [email protected] 91 points 1 week ago

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

[–] [email protected] 3 points 2 weeks 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.

[–] [email protected] 10 points 2 weeks ago (3 children)

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

[–] [email protected] 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.

259
Not until I read the docs (sh.itjust.works)
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/linuxmemes
 

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 ›