Object

joined 1 month ago
[–] [email protected] 1 points 1 hour ago* (last edited 1 hour ago) (1 children)

Wait, mail providers don't block misconfigured DKIM by default??

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

[–] [email protected] 8 points 2 weeks ago

Now I want brainrot to science paper converter

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

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

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 ›