Object

joined 6 months ago
[–] [email protected] 29 points 1 week ago* (last edited 1 week ago)

[main@nixos-laptop:~]$ ls /usr/lib

ls: cannot access '/usr/lib': No such file or directory

...success?

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

That was what I was thinking too, but looks like it's about children way back in the day.

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

NOW I DONT HAVE TO PRETEND IM PLAYING THE GAME BY PLAYING THE YOUTUBE VIDEO

[–] [email protected] 24 points 1 week ago (4 children)

A flying alien ship that channels a devastating beam of Aiur VS 4 re-wired criminals with a gun

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

They're really cheap too! Netcup got the best deals out of all of them IMO.

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

I just recovered from the boomerang nebula :(

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

Shame that they don't enforce adding that button.

 

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

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

Matrix config has an option named "guest mode", that is what I believe they're using.

[–] [email protected] 24 points 2 weeks ago

USB C has a specification for screw locking, so this can happen in the future if it becomes a common practice.

Source

This specification in conjunction with the USB Type-C Cable and Connector Specification define the following to provide standardized screw locking mechanisms for the USB Type-C plug:

[–] [email protected] 6 points 2 weeks ago

It's not too hard to use your own domain and it is certainly worth it. It can even be cheaper price-wise if you go for providers that specialises in "bring-your-own-domain" mail providers. Used to use MXRoute, but I switched to NameCrane because their deal was even cheaper. It's still available, I think.

The only disadvantage I can think of is that you need to take care of your domain. If you let a spammer spam with your domain, you might ruin your domain reputation, in which case your domain might get blacklisted. Also, try to stick to well-known TLDs (.com, .net, etc). Domains ending in .xyz is usually filtered out because it's commonly used by spammers.

[–] [email protected] 6 points 2 weeks ago

i win She got banned though

[–] [email protected] 12 points 2 weeks ago

Config pls???

44
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] 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)
 
 

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.

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