1002
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Dec 2024
1002 points (99.8% liked)
Linux
48632 readers
1682 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
Not answering your comment directly, and I don't even use Linux, BUT..
One reason a lot of us don't use Linux even if we really want to us because it's biggest strength is also one of its biggest weaknesses, that being it's modularity.
There isn't a single packaging system, window manager, file system, shell, etc etc.
This makes it hard for companies (and devs in general) to target Linux for releases. For example you want to release something for Windows, you build a single exe, apple is a dmg (I think) etc so you just build for one single platform with a consistent API.
When you want to build for Linux there can't be just one build/package. This has actively been cited as reasons why some commercial software doesn't support Linux, as it takes far more effort to support all major permutations of platform and package management.
So back to your question, why is Valve's Steam OS going to help? Because it's going to be a single platform with a single way of doing things. You can always go and replace the bits like any Linux distro but out the box it will be easy enough for vendors to support, it will hopefully also get more adoption because it has commercial support.
Look at Android as an example (I know it's not entirely the same), but that is just a customised version of Linux, but as it's consistent and has a single way to manage packages it's widely adopted.
I am pretty sure Linus himself said how one of the reasons why Linux desktop doesn't have mass adoption is because no one can agree on how things should be done, so we have hundreds of libs all doing the same thing in a different way. Valve will pick what they think is best (even if it isn't technically the best) and through that we all have a singular point of effort and adoption to centralise on.