this post was submitted on 09 Jan 2024
395 points (82.5% liked)

Linux

47344 readers
1387 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] xantoxis 17 points 8 months ago (1 children)

This is incorrect. It's true that most (in fact, I would say almost all) forks go nowhere but that doesn't mean forking isn't incredibly valuable. Even the example you cite, "original project is dead" isn't just incidentally useful, it's critical to open source. Other examples include:

  • project's core team is part of a for profit org that is moving the project in a bad, profit motivated direction:
  • project's leader suddenly and dramatically loses respect (maybe he killed his wife or something);
  • project's leader dies without leaving a digital will regarding who controls the core repo;
  • project continues to direct effort into features while falling to address major security concerns;
  • project is healthy and useful in every way but there is an important use case not being addressed, and the fork would address it.

Even if 99% of forks fail, that's irrelevant because 99% of original projects fail in the same ways. Forks are critical to open source.