this post was submitted on 04 Aug 2024
376 points (93.9% liked)

Programmer Humor

32054 readers
1429 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Am I out of touch?

No, it's the forward-thinking generation of software engineers that want elegant, reliable, declarative systems that are wrong.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 47 points 1 month ago (2 children)

NixOS is the most boring distro I've ever used.

I configured everything across multiple machines and now it just works.

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

How, tho?

Seriously, how do you even get started? It's like the tutorials are all, "This is a basic 'Hello World' module/flake. Now, you are a master." I would love to figure it out, but I need a little more hand holding.

[–] [email protected] 19 points 1 month ago

I HIGHLY recommend forking a nix-config that uses flakes, home-manager, and whatever window manager you prefer. Since Nix is so versatile (and the documentation of flakes and home-manager are BAD), I found it absolutely crucial to reuse a well-architected config and slowly modify it in a VM to sketch out my config until it was stable enough to try on a real machine.

[–] [email protected] 14 points 1 month ago

Yeah, I've had the same experience multiple times, people have been raving about it but I can't find a tutorial that is as noob-friendly as I'd need it.

[–] [email protected] 12 points 1 month ago

Sure I guess if you can manage to get everything to work in the first place which involves following sixteen different guides across twenty-three different websites all of which with conflicting information.