this post was submitted on 17 Jul 2025
79 points (98.8% liked)

Linux

8763 readers
218 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] Ulrich@feddit.org 14 points 2 weeks ago (1 children)

tl;Dr? Why do I have to load 12 pages to read this?

[–] yessikg@fedia.io 8 points 2 weeks ago (1 children)

There's a dropdown at the bottom of the first page, where you can just chose to go to the Summary page

[–] Ulrich@feddit.org 9 points 2 weeks ago (1 children)
[–] bdonvr@thelemmy.club 1 points 2 weeks ago (1 children)

Interesting never heard of Clear Linux

https://en.m.wikipedia.org/wiki/Clear_Linux_OS

Sounds like it's partly Intel-developed for Intel hardware so I suppose no surprise there. Not supposed to be a daily desktop OS though, apparently

[–] ObsidianZed@lemmy.world 1 points 2 weeks ago

It was also just discontinued so might as well ignore it anyway.

[–] nyan@lemmy.cafe 1 points 2 weeks ago (1 children)

Theoretically, Gentoo should be the most optimized, but they probably didn't want to take the time to install it.

[–] princessnorah@lemmy.blahaj.zone 1 points 2 weeks ago (1 children)

What makes you say that Gentoo is the most optimised?

[–] nyan@lemmy.cafe 1 points 2 weeks ago (1 children)

It should, with careful and precise setup (all needed modules built into the kernel, everything locally compiled, USE flags for all packages carefully chosen to eliminate unnecessary dependencies), be the most targeted for the specific hardware it's running on and the specific workload it's doing—in other words, it would be carrying less cruft around. Fewer libraries to import, fewer branches to check during code execution.

In other words, execution time should be a bit better in return for spending more setup time. Benchmarks like this tend to only measure execution time.

[–] princessnorah@lemmy.blahaj.zone 1 points 2 weeks ago* (last edited 2 weeks ago)

Okay so a few counterpoints. Firstly, it would only be more optimised assuming the user actually knows what they're doing when it comes to those optimisations you discussed. Considering the Framework 12 is designed to be a replacement for the Chromebook in education, I'd say the average userbase would be better with an alternative.

Secondly, benchmarks are designed to be a reflection of general usage. Gentoo that's optimised for productivity, or for gaming, or for creative work just isn't indicative of every users set up. It also can't be used comparatively in a fair manner with other devices if it's specialised in a way that is not automatic on the part of the OS. The journalist would need to set it up in a general manner, and then it loses a lot of that optimisation that you speak of. That's just how impartiality works.