Object

joined 4 months ago
[–] Object 1 points 4 hours ago (1 children)

They are always well versed in colour theory, or at least it feels like that. Really jealous that they can get any colour working, but I can't even with the help of those online palette generators.

[–] Object 3 points 10 hours ago

Man, if only I can benefit from this... I never got my hibernation/suspend to work so that the computer doesn't force shut down itself immediately after waking up.

[–] Object 1 points 16 hours ago* (last edited 16 hours ago)

THANK YOU! Just got my frontend back up and running. Turns out it was Gluetun that needed to be in the same network as my reverse proxy container, not the application that is behind Gluetun.

[–] Object 8 points 2 days ago (1 children)

Well that wasn't as bad as I thought it would be given the name.

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

Ahahah, I drink ice cafe latte very often. Reasoning being:

  • I will drink it indoors, where it's warm.
  • I like ice.

I suppose it's like warm bed feeling extra cozy when it's cold outside, but reversed.

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

Yeah, I'm generally not fond of using AI, but that clip where June goes fucking crazy convinced me that it might actually be viable. Not to that level of craziness, but having them go on like SC2 casters throughout the entire game would fit in so much.

[–] Object 3 points 6 days ago (3 children)

It's not a parody?? Wtf

[–] Object 2 points 1 week ago (3 children)

Have you by any chance managed to set it up with a reverse proxy? I can't get communication between two containers working if one's using Gluetun.

[–] Object 1 points 1 week ago

Not sure about other bugs but definitely for network-related bugs. Knowing how to tell if it's happening on my side or not is also a plus.

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

Nice argument. However:

ME IS FLOAT

TEXT IS NOT PUSH

[–] Object 8 points 1 week ago

It gives people a false sense of being good even if that day was simply not their day. Bot match alone is fine, and it's relaxing in a way, but hiding the fact that they're not fighting against real players is manipulative.

[–] Object 23 points 1 week ago

Go to your nearest bank to collect it! 😇

29
Lace Card (en.m.wikipedia.org)
submitted 1 month ago by Object to c/[email protected]
79
Chilling Capybara (sh.itjust.works)
submitted 1 month 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.

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