this post was submitted on 30 Jan 2024
1974 points (99.2% liked)
Programmer Humor
37051 readers
281 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Keep in mind that software doesn't have an expiry date. If a piece of software is unmaintained and doesn't have an active fork but it still fulfills your use case and doesn't have any major issues, there's no need to replace it. Some of the software I use hasn't seen any updates in five years but I still use it because it still works.
Edit: As an example, a lot of people still use WinDirStat even though the latest release 1.1.2 is now 17 years old.
I'd say that problems mostly come from the need to update dependencies in case of vulnerabilities being discovered. But not every software needs elevated privileges or can become a vector of attack, I guess
If a software is compromised to allow remote code execution, then the situation is pretty dire even without elevated privileges.
Basically your entire userspace will be compromised, and in terms of personal computing that is pretty much all you can lose.