this post was submitted on 18 Dec 2024
1047 points (99.9% liked)

Linux

48637 readers
1295 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
 

Even gamers nexus' Steve today said that they're about to start doing Linux games performance testing soon. It's happening, y'all, the year of the Linux desktop is upon us. ᕕ(ᐛ)ᕗ

Edit: just wanted to clarify that Steve from GN didn't precisely say they're starting to test soon, he said they will start WHEN the steam OS releases and is adopted. Sorry about that.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 25 points 1 day ago (3 children)

I think that is perfectly valid and I’ll happily recommend steamos to newcomers. I’m only a little worried about it being locked to flatpaks by default though. Hopefully that will change, but for most users it will be a good start.

[–] [email protected] 20 points 1 day ago

locked to flatpaks by default makes sense long-term, I think.

Might be a little difficult in the beginning though.

[–] [email protected] 4 points 1 day ago* (last edited 1 day ago) (2 children)

Locked to flatpaks? aren't they worried about the disk space?

[–] [email protected] 4 points 14 hours ago

The marginal extra disk spaces used by flatpak really isn’t a concern for most users, much less valve. If you do everything in flatpak and your apps only use current runtime versions, the additional space used by flatpak is in the megabytes, since libraries like libc are going to be on your host no matter what.

[–] [email protected] 1 points 11 hours ago (1 children)

One flatpak uses a lot of extra disk space, but for each additional flatpak you add to a system the disk space difference is much smaller because they share dependencies. When it's system-wide for all user-installed packages, the difference is quite small.

[–] [email protected] 1 points 9 hours ago (1 children)

I was under the impression the didn't shared dependencies thus eating space.

[–] [email protected] 1 points 9 hours ago

They don't share dependencies with the base system, but they do share dependencies with each other, so long as those dependencies are at the same version, which most of them are because flatpaks generally stay quite up to date.

[–] [email protected] 1 points 1 day ago (1 children)

I wouldn't say SteamOS for new folks, tbh. Flatpaks are very different from the typical Linux flow.

[–] [email protected] 2 points 7 hours ago* (last edited 7 hours ago)

The typical linux flow is not important to learn for most and flatpak is easier for the vast majority of people to understand and deal with

furthermore flatpak is rapidly becoming the typical linux flow