this post was submitted on 12 Feb 2025
61 points (95.5% liked)
Linux
49964 readers
1026 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
Ok, but what's stopping them other than a lack of desire?
FOSS programs can always be forked and developed independently of the original authors. That's the "freedom" that makes them FOSS in the first place. I have no desire to make my own fork of Android and its tooling, but if someone out there really wanted to do so, I don't see what is stopping them. (Other than things like locked down smart phone bootloaders, but that's got nothing to do with the FOSS part of this discussion.)
I'm kind of skeptical of this idea. FOSS has almost always been able to succeed in the long term despite having a small fraction of the development budget of proprietary software, often due to the passion of weekend devs essentially donating their time to the cause. Whether it's Linux, Blender, Gitlab, Godot, Krita, etc., I can't think of a single FOSS project that has funding anywhere near the same level as their corporate rivals.
See, I disagree on that. If I know something I could (help to) build will only ever be used by a few folks and can never help most people, then my motivation is significantly lowered. Well, unless I'm truly just scratching my own itch, but even then I might choose to not scratch my itch, because I'd rather quit using the platform, if possible.
And then, yeah, what the other person said about financing.
For Android, there are various small efforts in terms of forks, with the biggest being LineageOS. There are even some commercial efforts, like /e/OS. I think, Huawei also wanted to do a fork or something. No idea what happened with that.
But yeah, none of these efforts are hard forks, which can change more than superficial stuff. And it's not for a lack of desire, but because it's just such a ridiculous uphill battle to try to get anything noteworthy changed. Many times, LineageOS (and its predecessor CyanogenMod) had some cool features, which they later had to scrap, because they needed to follow what Google was doing and their features wouldn't work with that anymore. If they would've seen any chance of a hard fork working out, they probably would've tried to go that route.
What you’re saying is right about the possibility, but when you’re assessing some software for yourself, you have to consider things in the bigger perspective.
Some protects are very complex and require multiple teams of developers to maintain. That’s different than a small project that one person can maintain and curate external contributions.
So something like Chromium or Flutter isn’t the type of software that a community will self organize and maintain, they need some sort of organization behind them. This organization will probably need some sort of funding, ex: donations. Otherwise the projects will either fall into chaos and die or they’ll look for other ways to support themselves (ex: Qt with their commercial license and paywalled features).
In practice everything needs resources and without these resources any project simply dies.