this post was submitted on 30 Jan 2025
53 points (82.7% liked)

OP is a fucking idiot

66 readers
3 users here now

To post examples where the OP is a fucking idiot.

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

The point about a single dev taking out multiple programs isn't exactly wrong (relevant xkcd). But it's a very entitled attitude. If part of the stack is that critical to you (especially for business), maybe consider supporting it or contributing to it.

The real issue is knowing when this is the case. Has anyone seen a solution for that?

[–] withabeard 4 points 1 month ago

a single dev taking out multiple programs isn’t exactly wrong

It's also not unique to F/OSS. This could well happen in a business, and often does.

Has anyone seen a solution for that?

Short answer, anything that does dependency tracking and pinning. If a new release of a library comes out, you shouldn't just upgrade to it without testing.

On a desktop Linux OS, I would expect the distro maintainers to do that testing before it gets pushed to their repos (as an example).

load more comments (1 replies)