Object

joined 6 months ago
[–] Object 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.

[–] Object 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

[–] Object 1 points 3 days ago

Ah, that makes sense. Thanks for the explanation!

[–] Object 9 points 3 days ago
 

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.

[–] Object 17 points 3 days ago* (last edited 3 days ago) (3 children)

At least he improved

But then again, it's hard to fall below that

[–] Object 3 points 6 days 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?

[–] Object 2 points 1 week ago

Yes but yes

[–] Object 8 points 1 week ago (4 children)

I'm guessing Pixel's not an option because you don't live in the supported countries?

[–] Object 32 points 1 week ago (1 children)

Give him his soul back you monster

[–] Object 2 points 1 week ago

You can access your laptop remotely if you set up Tailscale and register your laptop with them. It's a VPN, so it's like having your laptop and other registered devices connected to a local Wi-Fi all the time.

[–] Object 60 points 1 week ago

I think the problem is that

Um

What was I talking about again?

[–] Object 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?

 

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

45
submitted 1 month ago* (last edited 1 month ago) by Object 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)
submitted 3 months ago by Object to c/[email protected]
79
Chilling Capybara (sh.itjust.works)
submitted 4 months ago by Object to c/[email protected]
 
 

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.

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