Object

joined 7 months ago
[–] [email protected] 5 points 3 days ago

I use "proper" a lot, so that one is inevitably favourite, unless it's not an exclusive UK slang

[–] [email protected] 5 points 4 days ago

""

Least deranged QA parent

[–] [email protected] 52 points 5 days ago

2 (3)

Damn, and I thought I was subtle enough.

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

According to their merch shop, I don't think they do, unfortunately. Would've been funny to give all those people a brain pause moment.

212
hmmm (lemmynsfw.com)
submitted 6 days ago* (last edited 6 days ago) by [email protected] to c/[email protected]
[–] [email protected] 6 points 6 days ago (2 children)

Uploaded 12 years ago

What the hell

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

There are real good stuff every now and then that makes the search worth it

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

4814474077450141

I'm looking forward to your cool magic trick!

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

I know it's a 7z, but still not even a megabyte. That's really impressive.

[–] [email protected] 10 points 1 week ago* (last edited 1 week ago)

Inconsistency in writing detected

Sorry mate, but you just blew your own cover.

[–] [email protected] 20 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

At least he improved

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

 

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

46
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

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

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