Most active commenters
  • kube-system(4)
  • blueflow(3)

←back to thread

Open Source is one person

(opensourcesecurity.io)
433 points LawnGnome | 25 comments | | HN request time: 1.056s | source | bottom
Show context
blueflow ◴[] No.45050331[source]
If they had done an activity check they would have seen that half of all projects have zero maintainers.
replies(1): >>45051284 #
1. ysofunny ◴[] No.45051284[source]
software once "perfected" (working well enough long enough) needs NO maintenance. No cleaning. No calibrating/tunning.

updating is a systemic issue, not a per-project matter

replies(8): >>45051346 #>>45051557 #>>45052779 #>>45053610 #>>45053967 #>>45055423 #>>45056222 #>>45057634 #
2. blueflow ◴[] No.45051346[source]
Maybe we need a Linux distro based on "inactive" software and look how reliably it performs.
replies(2): >>45051400 #>>45051997 #
3. BirAdam ◴[] No.45051400[source]
s/inactive/stable/

Well, when you talk about a distribution there's a different issue.

The entire Linux ecosystem is constantly shifting with each package releasing new versions, and therefore everything else must be updated to accommodate the changes in the dependency tree.

You could get away with some stuff being only stable versions, but things like mesa, x11, chrome, etc... would still be constantly changing as would their dependency trees.

4. kube-system ◴[] No.45051557[source]
Under a microscope, maybe.

But if you had a "perfect" piece of software that used Log4j in 2020, it wouldn't have been perfect for long.

Unfortunately, there's a lot of reasons that software needs maintenance, even if it was thought to be perfect when it was originally written.

Hardware changes. The software landscape changes. Dependencies are deprecated, or are found to have their own problems. Vulnerabilities are discovered. Vulnerabilities are found that aren't even the fault of your software, maybe they are a flaw in the hardware your software runs on, and the only way to fix it is via a software mitigation. These are all real things that happen to otherwise perfect software.

replies(2): >>45051623 #>>45054511 #
5. ridifndnwj ◴[] No.45051623[source]
Ironically if you didn’t upgrade from 1.x you didn’t get the new features or the bug you’re referring to
replies(2): >>45051648 #>>45051734 #
6. ◴[] No.45051648{3}[source]
7. kube-system ◴[] No.45051734{3}[source]
2.x had been out for about six years by the time the vulnerability was discovered.
replies(1): >>45057800 #
8. ii41 ◴[] No.45051997[source]
I was once forced to use older (but not deprecated) LTS Ubuntu and I hated it. New software come out and you're gonna want to use them (often forced to use them), and they of course use newer dependencies. I had to do the distribution maintainer job and package a bunch of software myself.
replies(1): >>45053299 #
9. IAmBroom ◴[] No.45052779[source]
That is a hysterically wrong statement.

It is true of Solitaire, Minesweeper, Calculator, and Notepad, and probably about the same number of programs on other OSes. (Notepad has recently had an important expansion of functionality, but it didn't NEED that change.)

It's also true of some dinosaurs I have on my system, that copy DVDs and so forth.

It's not true of most other applications, nor can it be true, unless the app works in a sealed, unchanging environment.

Even then... Voyager 2 recently required a software upgrade, IIRC.

replies(2): >>45053202 #>>45056327 #
10. Wololooo ◴[] No.45053202[source]
The point is everything require maintenance, the degree at which it does require it depends on how dependent you are on it and how resilient the system itself is.

You are but going to fundamentally be in distress if solitaire and minesweeper is not running, if your monitoring SW for some important infrastructure starts to exhibit some issues, you might want to take a look or two...

11. marssaxman ◴[] No.45053299{3}[source]
What sort of work do you do?

I only use LTS distributions, and this is not a problem I have encountered, so I wonder what accounts for the difference in our experiences.

replies(1): >>45054005 #
12. chamomeal ◴[] No.45053610[source]
Definitely varies with language/runtime/library choice. I have no problem using a clojure library that hasn’t been touched in 5 years. But back when I had a gatsby site (static site generator for react) I would end up in the dependency hell after literally a month of not touching it
13. rs186 ◴[] No.45053967[source]
LOL. As soon as Python 3.8 is deprecated/replaced by Python 3.9+ in most systems, python packages that depend on old APIs become useless until updated. Any half decent software engineer understands this.
14. spott ◴[] No.45054005{4}[source]
I think this depends on how they are used.

If you are leaning on the package manager for managing things like Python, then they are really annoying.

If you are just skipping that and using something like UV, then you won’t care that LTS only has python 3.9 or similar.

If you are trying to use them interactively, then they can be annoying because everything new isn’t available. If you are using them as a server for running pre-packaged code, then they are fine.

15. socksy ◴[] No.45054511[source]
Plenty of Clojure projects are "done" (the only community I'm aware of that actually believes in this) that presumably specified the vulnerable log4j versions. In reality, it's not an issue, because you can deal with it in your own deps.edn/project.clj/maven.xml, by excluding the dependency, or overriding it with a newer one.
replies(1): >>45054769 #
16. kube-system ◴[] No.45054769{3}[source]
> In reality, it's not an issue, because you can deal with it in your own deps.edn/project.clj/maven.xml, by excluding the dependency, or overriding it with a newer one.

This is maintenance. Maintenance is not an issue if you deal with it, if you don't deal with it, then it is an issue.

17. AlienRobot ◴[] No.45055423[source]
You'd think so, but you make something then it doesn't work on a new version of windows, or it doesn't work on a new version of python because one of your dependencies isn't available for that version of python, or it doesn't work on linux if it doesn't have a specific version of packages, or it doesn't work on the browser because they're ditching manifest v2, or it doesn't work on android because you need to provide more personal information or your app will be unpublished.

At this point I have a feeling "perfect" software only exists in hardware like consoles where updates just stop one day.

18. M95D ◴[] No.45056222[source]
Nicely said, but the reality is that no software is "perfected", just abandoned.

Hell, even sysvinit had some big updates recently.

replies(2): >>45056316 #>>45056318 #
19. cenamus ◴[] No.45056318[source]
qmail

Also many common lisp packages, 15-20 years old and work perfectly fine.

20. supportengineer ◴[] No.45056316[source]
qmail, djbdns, grep, awk, sed, TeX, SQLite, zlib, curl
replies(1): >>45061963 #
21. supportengineer ◴[] No.45056327[source]
You don't think Notepad needed AI, a subscription model, and interstitial ads?
22. paulddraper ◴[] No.45057634[source]
Can you provide an example?

A perfected software that had existed >5 years with zero updates, tweaks, ports, or fixes?

23. ridifndnwj ◴[] No.45057800{4}[source]
And 1.x was and has been logging for a decade or more before that which is why I thought it relevant to the ‘no need to upgrade’ discussion
replies(1): >>45064356 #
24. blueflow ◴[] No.45061963{3}[source]
runit. Every other year someone forks it because they think its abandoned, make some commits for some weeks, and then find nothing else to change and start to look abandoned themselves.
25. kube-system ◴[] No.45064356{5}[source]
The world didn't stop building new software for that 6 year period, is my point. One would have picked the latest version to build something during that time period.