this post was submitted on 02 Oct 2023
1408 points (96.7% liked)

Programmer Humor

19187 readers
1139 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 11 months ago (7 children)

There are two Linux paradigms that I consider stupid. One is the use of centralized software repositories managed by the distro instead of individual developer maintained installers. The other one is file system case sensibility. They already admitted defeat on the first one with the rise of containerised applications. I wonder how much longer they'll keep the charade on the second one.

[–] [email protected] 28 points 11 months ago* (last edited 11 months ago) (5 children)

Sorry, but you're plain wrong on your first issue. Getting all your packages from one source is one of the biggest upsides of Linux.

[–] [email protected] 4 points 11 months ago (3 children)

Indeed, but I'm sure we can agree that it's pretty stupid for every distro to maintain its own repo. That's a lot of duplicate work, which could be spend on more useful things. Luckily flatpak is well on its way to change that

[–] [email protected] 5 points 11 months ago (2 children)

Hm... But different distros have different philosophies (not just) about updates. That's part of why people choose a specific distro.

Theres still plenty speaking against flatpak (larger sizes, problems with GTK/qt themes, and it's only meant for GUI applications - you still need a separate system for the kernel and lower-level/cli tools. And frankly, that makes flatpak unusable to me, because the purpose of a centralized package management system is not having duplicate systems).

So in short: y'all are gonna pry pacman from my cold, dead hand.

[–] [email protected] 3 points 11 months ago

The same goes for me, but with Portage, brother.

[–] [email protected] 0 points 11 months ago

I'm not against distros as a whole, some extra work will be inevitable because people have different preferences, but it feels like a waste having a Firefox package for arch, ubuntu, fedora and Debian while essentially all being identical. Indeed flatpak isn't perfect yet, but it works great for me and it's steadily improving

load more comments (1 replies)
load more comments (2 replies)