Object

joined 9 months ago
[–] Object 13 points 1 week ago
[–] Object 5 points 1 week ago* (last edited 1 week ago)

No (Korean), and it is what Korean people including myself often have trouble with.

[–] Object 277 points 1 week ago (38 children)

Blocking porn has got to be the most "why even bother" thing

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

치즈 (chijeu)

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

Actually, that's what I've done. It gets a bit tedious when the file size gets a bit big.

[–] Object 1 points 2 weeks ago

I honestly did not know Nextcloud allowed uploads without login. I definitely need to check that out.

[–] Object 3 points 2 weeks ago

It would be desirable, as I don't have to be prepared whenever someone starts sending a file, but I suppose I can live without it. Thank you for the suggestion!

[–] Object 1 points 2 weeks ago (1 children)

I'll have to see if it works in my environment, but otherwise it looks cool! Thank you.

[–] Object 5 points 2 weeks ago* (last edited 2 weeks ago) (9 children)

I am a teaching assistant, and occasionally people ask me why their code isn't working. I take it to my device so they can continue their work whilst I figure out the issue. I want to minimise the uploading complexity, and the time it takes to upload one.

[–] Object 3 points 2 weeks ago

Imagine not being able to do this at will

[–] Object 12 points 2 weeks ago (1 children)

He would definitely include one of his XKCD phones.

[–] Object 33 points 2 weeks ago

Yeah I tried to replicate the XKCD comic feel by using the XKCD font. I came across that particular paper in one of my class, and someone pointed out that the choice of devices is rather weird, which is where the inspiration came from.

263
Not until I read the docs (sh.itjust.works)
submitted 8 months ago* (last edited 8 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: ‹ prev next ›