this post was submitted on 13 Oct 2023
328 points (92.7% liked)

Linux

48390 readers
734 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
 

Why Linux is portrayed as a Penguin?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 1 year ago* (last edited 1 year ago) (1 children)

What's better is GNU. IDGAF if the kernel is Linux or HURD as long as my hardware works, but I do care about preferring copyleft-licensed stuff to permissively-licensed stuff.

[–] [email protected] 5 points 1 year ago (1 children)

Can I ask why you prefer copyleft? I'm a big fan of permissive stuff.

[–] [email protected] 21 points 1 year ago* (last edited 1 year ago) (2 children)

Copyleft ensures that fixes, improvements, etc make it back into the main project. Permissive stuff allows capitalist behemoths to take your shit and run. The latter is personal preference. Some people care that their work is being passed onto others.

[–] [email protected] 14 points 1 year ago

Adding to your reasons, I think copyleft is great because it prevents the code from being incorporated into proprietary anything. If you shitstains want to use my code while stripping the freedoms I intended it to have, fuck you!

[–] LeFantome 2 points 1 year ago

Alternative view:

Copyleft prevents corporations from contributing their stuff and it turns out corporations produce more useful Open Source software than political activists do.

Clang / LLVM is a good example of a permissive body of work that has attracted heavy investment from a number of corporate players that collaborate on its development out of their shared vested interest ( not the threat of legal action ). Despite starting literally decades after GCC, Clang has largely caught up and even surpassed it in some ways. This is especially true when you consider Rust.

Some of the largest, longest lived, and important components in the free software world are MIT licensed. Consider X.org which is now being replaced by Wayland ( also MIT ).

Sure, permissive licenses stop “your” contributions from being used by evil corporations. They also increase the chances that you get to use “their” contributions.