FLOSS developer intentionally corrupts his libraries and has multiple depending applications print out garbage, stating that "I am no longer going to support Fortune 500s [...] with my free work."
@fcr If you don't want to support fortune 500s with your free work, don't publish your work under the MIT license
I can't fathom people in this thread are siding with him. This is a breach of trust in the open source world. The updates were purposefully malicious.
He was allegedly also making a bomb and set his house on fire:
https://abc7ny.com/suspicious-package-queens-astoria-fire/6425363/
@Gargron @fcr I can see why you feel that way. Personally, to me it does not cross the "malicious" line -- partly because this is something that should be trivially caught in any pre-deployment testing.
We can agree that this is not an acceptable behavior for a FLOSS developer, and it is in fact irresponsible.
That said, I do think focusing on the developer's (shitty) action is less useful than focusing on the bigger problem of open-source software developers doing free work for Big Tech.
@rysiek @Gargron @fcr, the problem isn't even big tech using the free work of others, the average JS developers don't even realize that the ecosystem is fragile, not even the managers of Big Tech projects:
https://github.com/facebook/react/issues/18871
They brush over these issues as if they were a "misunderstanding" on the part of people reporting them.
I'm afraid that the Unix philosophy doesn't really work these days. You can't trust hundreds of developers and their code for the most basic JS project.
@movonw,
True, but you do have big ecosystems that looks like de facto distributions. A default Angular project comes with 25+988 dependencies, where you get the basics, like: "zypper install-pattern foobar-desktop foobar-devel". With that you install many projects that "do one thing and do it well", including the "colors" package.
And this doesn't count projects that embed (i.e. statically link) their dependencies. And yes, strict versions are a thing and[...]
[1/2]
@movonw,
[...] it's not a perfect analogy, but on NPM you just get more flexibility. They don't lock you into their "repos", think DEB/RPM repos, not CVS repos. Thus, you get to have code from all other "repos", think of PackageKit+Alien, but for Angular and React "repos".
If one really wants, the per-distro repo approach can be achieved here; and things don't even have to change much. Then you're on your own if you want to "zypper addrepo" or add a new PPA.
[2/2]
@walter @movonw @Gargron @fcr this has nothing to do with distributions. In Debian or Fedora, or Arch, or any other Linux distro, the *packagers* are responsible for quality of the packages that are published in the distribution-specific repository.
In your example the Angular people just pull random crap from Teh Intertubes and hope for the best.
It's not even comparing apples to oranges, it's comparing apples to the number three. 🤷♀️