Object

joined 1 month ago
[–] Object 2 points 2 days ago (1 children)
[–] Object 31 points 2 days ago* (last edited 2 days ago) (1 children)

I wish I could forget about Baba Is You completely, I want that feeling I got when I did "What happen if I do ' ... IS KEY'?" again.

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

Can you do something with syncserver-rs alone? Even after I log in with Mozilla account and setting sync server URL to point to mine, nothing appears in the database.

 

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.

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

I don't think it's that bad if you're trying to solve a problem. Still, I would whisper rather than say it out loud.

[–] Object 38 points 3 days ago (12 children)

On that matter, why is Norton antivirus so popular? I don't remember being prompted to install one when installing Windows, yet I've seen a lot of people with it.

[–] Object 34 points 4 days ago (1 children)

Gonna need a couple of bottomless pit maintainers.

[–] Object 4 points 5 days ago* (last edited 5 days ago) (1 children)

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

[–] Object 8 points 5 days 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.

[–] Object 2 points 6 days 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.

[–] Object 4 points 1 week ago* (last edited 1 week ago)

Those roles are definitely significant, at very least in air force. The idea behind air force is basically "one guy flies the plane, hundred other supports that". Generally, military in SK is completely different from other countries since you have 80% of all men there. No way you can expect a guy weighing 120kg to do all those typical military stuff 😂

And yes, drama is inevitable, but it would at very least make military experience a bit more relatable. I don't expect it to increase in the long term. Short term though, oh dear.

[–] Object 5 points 1 week ago* (last edited 1 week ago) (2 children)

Maybe in boot camp your strength would matter a lot, but for a number of roles, strength doesn't matter. After all, a fair share of people are going to sit in an office. I did!

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