top | item 46622078

(no title)

kjgkjhfkjf | 1 month ago

Proposals like these seem to assume that FOSS is mostly produced by unpaid volunteers. But a lot of the open-source stuff that I personally use is produced by massively profitable companies.

For example, I am currently working with React, which was produced by Meta. I write the code using TypeScript, which was produced by Microsoft (and other corporate behemoths such as Google). I am writing this comment in Chrome (produced by Google). Etc.

discuss

order

claudex|1 month ago

> I am writing this comment in Chrome (produced by Google).

Which depends on a lot of code not produced by Google, like libxml2 which was on the news recently because the maintainer step down.

prussia|1 month ago

Chrome is not FOSS btw. Google Chrome is proprietary software based on the open-source Chromium (also created by Google), which in turn is a fork of Webkit (by Apple, and with many corporate and non-corporate contributors), which itself is a fork of KHTML/KJS from the KDE project.

You are still right that corporations found and contribute to countless open source projects though.