Object

joined 3 months ago
[–] Object 9 points 1 day ago* (last edited 1 day ago) (2 children)

If this post was true, then it would be the second time UN had a collab event with an anime gacha game.

https://r.genit.al/r/GirlsFrontline2/comments/1ecp5z0/sunborn_unitar_collab/

29
Lace Card (en.m.wikipedia.org)
[–] Object 2 points 3 days ago* (last edited 3 days ago)

ksnap install activex nprotect anysign

[–] Object 15 points 4 days ago (2 children)

GeoGuessr, but with people.

78
Chilling Capybara (sh.itjust.works)
submitted 2 weeks ago by Object to c/[email protected]
 
[–] Object 2 points 2 weeks ago

I remember opening Paint to solve that incremental puzzle in the mountain only to realise there's multiple symbols in the same space

[–] Object 18 points 2 weeks ago

It's really like a movie.

I mean in terms of how long it lasted lol

[–] Object 3 points 2 weeks ago
[–] Object 6 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Tf is going on at 11PM 😭

[–] Object 2 points 3 weeks ago (2 children)
[–] Object 3 points 3 weeks ago* (last edited 3 weeks ago)
Meow meow meow     MEOW MEOW
Meow meow     MEOW     meow meow
Meow meow meow meow meow     😺⚡MEOW⚡😺
[–] Object 15 points 3 weeks ago

For those looking for that Github woodworking issue:

https://github.com/docker/cli/issues/267#issuecomment-695149477

[–] Object 5 points 3 weeks ago (1 children)

That dpkg lock issue 😭

I still don't know what's the proper way of handling it other than just restarting the computer and deleting the lock files, then hope nothing breaks.

[–] Object 10 points 3 weeks ago

Fair number of FPS games refuses to work. Apex recently just did that. Other than that, none. Really happy my personal setup works so well.

 

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.

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