this post was submitted on 15 Mar 2026
390 points (91.5% liked)

Programmer Humor

30396 readers
2698 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Encephalotrocity@feddit.online 1 points 18 hours ago (1 children)

TBF it does have a glaring lack of automation for way too much of the basics. Even hand holding distros like Mint will have you using the terminal for something windows just does with a double click.

FTR I prefer Linux over Windows but I still lose it every time installation instructions for some app have 4 pages of commands for the CLI instead of just running an installer that automates the BS.

[–] funkajunk@lemmy.world 3 points 16 hours ago (1 children)

Maybe 10 years ago, but for me installing anything is done with a single command (pacman or yay)

Are you using some sort of niche software?

[–] Encephalotrocity@feddit.online 1 points 8 hours ago (2 children)

Every piece of software that doesn't come with the default repositories, which in many distros includes the 'niche' software of vidcard drivers. Samba network sharing v1, disabled in both Windows and Linux, is a simple double click of the app feature to reenable in Windows. In Linux, you have to change entries in at least 2 files, assuming you can find correct instructions in the first place.

[–] funkajunk@lemmy.world 2 points 2 hours ago (1 children)

Samba v1 has been disabled by default for years in Windows, because of security concerns. If m$ is even warning against using it, you probably shouldn't use it.

Enabling something that's deprecated as fuck is not a very good example.

[–] Encephalotrocity@feddit.online 0 points 2 hours ago

Hey, you know what is a good example? Every app not included in the default app repository. But, you conveniently skipped that to make a useless point. GG.

[–] Damage@feddit.it 3 points 4 hours ago

I mean you have to find those check boxes in Windows too.

I do think some things in Linux are still not super user friendly, but for example installing apps is much better. Sure something may not be in the repo, even if some distros have impressively vast ones, but even that is easily solved with flatpak and appimage nowadays.