this post was submitted on 19 Aug 2023
93 points (97.0% liked)
Linux
48135 readers
608 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
It's kind of amazing that this article gets one thing right that most journalists don't, which is that pushover licenses are more restrictive toward the software's users than copyleft licenses, while simultaneously ignoring the fact that free software can be sold and the GNU Project actively encourages doing business with free software. However, I worry that by "more restrictive", this article isn't talking about passing on freedoms but instead talking about source-available licenses. I think this because it includes Bill Gates and Linus Torvalds in the same class, the former who was the CEO of a company that started the Shared Source Initiative, which was a source-available licensing program for Windows. Meanwhile, Linus Torvalds is a veteran of free software.
A little confusing, but I'll give them the benefit of the doubt here. They've got the history right for the most part.
I don't understand why Github is being included in this list of "open source projects". Github isn't free software! It's as proprietary as it gets. Gitlab, Gitea, or Sourcehut make more sense as they are actually free software projects. It's a strange fact of life that the largest free software code forge is proprietary. I also think it does Apple a disservice by not mentioning the fact that Apple completely rebuilt its operating system on a free software BSD foundation in the late '90s, and then released parts of it as free software, like the XNU kernel, as well as CUPS, which I use today! Even as far back as the '90s, large private corporations like Apple were releasing both proprietary software and free software. Sun Microsystems of course was a much bigger free software contributor at the time.
All in all, I'm kind of confused by this paragraph. Is it trying to juxtapose "private companies" and "open-source"? Well, private companies just so happen to be the biggest contributors to the largest free software project today; the Linux kernel. Is it trying to say that private companies suddenly started releasing free software because of 'open-source'? Why list companies that have made big contributions to free software without listing those contributions, then?
This is made even more confusing when it talks about Amazon relying on the free software Java language developed by Sun, trying to make the point that private companies relied on a blend of proprietary and free software components. It confuses things a bit more by introducing patents when it starts off talking about copyright, which can also be registered for free software.
I agree very much with this. Red Hat's many contributions to the freedesktop project come to mind.
I find this very troubling. The OSI applied for a trademark on "Open Source" in 1999 and were not granted it. They wanted to trademark the term so no one could twist "Open Source" into something it wasn't (there's a quote earlier in the article referring to "openwashing"), meaning they foresaw this. The Open Source Definition is very specific and if we start applying the term "open source" to source-available projects (or whatever else, like Brave Search's "open" API), it loses all its meaning, and Windows suddenly becomes an open source operating system.
Here's the Open Source Definition: https://opensource.org/osd/
Read it, know it, use it appropriately. It looks a lot like the Free Software Definition.
Yes. That's pretty scary.
...No, it was never like that. Since this article judiciously references our shared history, let's talk about how Richard Stallman funded the GNU Project. Richard Stallman originally made his living off selling GNU Emacs (free software) on tapes to programmers so he could employ developers to work on parts of the GNU Project. Free software isn't about not making money. Linus Torvalds, in fact, is the guy that originally didn't want to make money from software! He originally released Linux under a restrictive license that prevented anyone from making any money from Linux. The GNU Project celebrated the kernel when Linus released it under a free license that allowed commercial exploitation—specifically, the GNU General Public License (V2).
This isn't new. The GNU Project has a page about why software must not restrict people from running it. The entire point of free software is that no one is at the mercy of the developers and their ethics. Personally, I don't trust OpenAI to know what is good for me.
This demonstrates why the Open Source Definition is important and canonical.
Overall, I'd say this article actually rates better than most articles I've seen written about free software in terms of accuracy and history. It makes some good points about funding. The article also includes voices from very relevant people in the free software / open source space, which is good.
FYI on CUPS, Apple hired the dev and bought the code in 2007. He left Apple in 2019 and actually forked CUPS. My system it is running OpenPrinting CUPS and not the Apple one. It is still nice that they share its code it just got a little more complicated in the past few years.
Well, so much for me having the right side of history 🙂
Thanks for the correction! I had a proper look at the CUPS page on Wikipedia and it's as you say:
This is kind of counter to the point I was making, so thanks for bringing it up. Apple still released some of their software under a free license back then, but without CUPS, it's nowhere near as significant. I guess it's worth mentioning that Apple forked KHTML from KDE as Webkit and continues to develop and maintain that browser engine today. However, Safari is not free software. Webkit is free software because KHTML was released under the LGPL, which prevents derivative software from developing it under a proprietary license.
Although, Apple's own contributions and "any further contributions" are available under the BSD 2-Clause license: https://webkit.org/licensing-webkit/
Which kind of contradicts what I've read on the Wikipedia page where it says certain parts of the browser are licensed under LGPL and others are licensed under the BSD license...
I have no idea how it ended up that way, but there's this announcement: https://docs.webkit.org/Other/Licensing.html
Yeah it is scary. Since code is speech, where it's stored should be censorship resistant, and github ain't it.