Object

joined 6 months ago
[–] [email protected] 2 points 3 days ago

Xenforo-based Minecraft server forum

They do still exist, but all of the forums I used to go to are gone.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago) (1 children)

Good to know it's not just me because I swear to god there's one dude who is doing that to me on a daily basis

[–] [email protected] 1 points 3 days ago

Ah, that makes sense. Thanks for the explanation!

 

I have a client running 24/7. Not long ago, I switched my VPN provider, and I noticed a lot of people queueing a folder, then cancelling once one item in the folder is fully downloaded. Reported download speed seems alright, but seeing how a lot of downloaders are doing this, I wonder if I should take this as a sign that the node is not running properly. If it's just me, then I'm open to VPN provider suggestions. I am currently using ProtonVPN.

[–] [email protected] 3 points 1 week ago (1 children)

Funny, I also happen to be former military (conscription of course) and currently in STEM. Just a bit older than you.

Friends?

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

Yes but yes

[–] [email protected] 29 points 2 weeks ago* (last edited 2 weeks ago)

[main@nixos-laptop:~]$ ls /usr/lib

ls: cannot access '/usr/lib': No such file or directory

...success?

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

That was what I was thinking too, but looks like it's about children way back in the day.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

NOW I DONT HAVE TO PRETEND IM PLAYING THE GAME BY PLAYING THE YOUTUBE VIDEO

[–] [email protected] 24 points 2 weeks ago (4 children)

A flying alien ship that channels a devastating beam of Aiur VS 4 re-wired criminals with a gun

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

They're really cheap too! Netcup got the best deals out of all of them IMO.

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

I just recovered from the boomerang nebula :(

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

Shame that they don't enforce adding that button.

 

Why does it not have "Decline all" button??

45
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Whatever this is

I hate getting this hand so fucking much

 

And my sincere condolences to everyone stuck in a traffic jam, yesterday's weather has been brutal.

29
Lace Card (en.m.wikipedia.org)
 
 

I use around 10 browser profiles, each of which has its own set of bookmarks, plugins, self-enforced rules, etc. I want to synchronise browsing history, bookmarks, plugins using a single account. They are managed with a dedicated Firefox account, but I was wondering if I can self host accounts so that I can synchronise stuff over my VPN, and I don't have to do mail verification every time I create a new profile. But I can't find much on how online.

I know syncserver-rs but that is not enough. The accounts are still registered with Mozilla's server.

264
Not until I read the docs (sh.itjust.works)
submitted 5 months ago* (last edited 5 months 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 ›