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:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 74 points 1 year ago* (last edited 1 year ago) (15 children)

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.

[–] sukhmel@programming.dev 48 points 1 year ago (1 children)

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

[–] baseless_discourse@mander.xyz 9 points 1 year ago

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.

load more comments (13 replies)