this post was submitted on 11 Oct 2024
74 points (79.8% liked)

Linux

47671 readers
911 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
 

When I read through the release announcements of most Linux distributions, the updates seem repetitive and uninspired—typically featuring little more than a newer kernel, a desktop environment upgrade, and the latest versions of popular applications (which have nothing to do with the distro itself). It feels like there’s a shortage of meaningful innovation, to the point that they tout updates to Firefox or LibreOffice as if they were significant contributions from the distribution itself.

It raises the question: are these distributions doing anything beyond repackaging the latest software? Are they adding any genuinely useful features or applications that differentiate them from one another? And more importantly, should they be?

(page 2) 23 comments
sorted by: hot top controversial new old
[–] nanook@friendica.eskimo.com 4 points 1 day ago* (last edited 1 day ago)

Other than a few graphics, there is so little customization in Zorin that you can drop in the Ubuntu repositories and never notice the difference. And as far as from scratch goes, the first kernel I used as .98 or .99, not quite 1.0, cross compiled for Intel on a Sparc platform, then you had to spend another three days compiling the GNU userland, and then another couple of days for Xorg, at which point you had a mostly usable system.

[–] flamingo_pinyata@sopuli.xyz 4 points 2 days ago (1 children)

The role of a distribution is to curate packages - select the right combination of versions and verify if it works together. Providing package repositories is also a big one, imagine if you had to compile everything on your machine yourself on every update (khm gentoo khm).

Other than that there isn't really a lot of space for innovation. After you have a kernel, some base packages, package manager, and maybe a DE, you can install everything else yourself.
The main point of differentiation these days in on the package management side - do you want a rolling release, or a more conservative approach.

There is one point of innovation left, but it highly technical and somewhat risky for everyday users - libc alternatives. The C standard library is one of the few core packages in a distro that can't really be replaced by the user.

[–] 0x0@programming.dev 1 points 1 day ago (1 children)

There is one point of innovation left, but it highly technical and somewhat risky for everyday users - libc alternatives. The C standard library is one of the few core packages in a distro that can’t really be replaced by the user.

Why would that be innovation? libc is stable and ubiquitous. Ironically, Gentoo would probably pull it off but it's not for the distros to do, but rather upstream.

[–] flamingo_pinyata@sopuli.xyz 3 points 1 day ago (1 children)

Alpine for example uses musl, and Gentoo offers it as an option.
I don't completely understand the benefits, my own programming experience is several layers away from inner workings of an OS, but at least some distros claim there is space for improvement.

[–] 0x0@programming.dev 3 points 1 day ago

This compares GNU's libc with musl (aims at POSIX conformance and being lightweigth), uClibc (size) and dietlibc (size but has no full support?).

It leaves out Google's bionic, used in Android, which is not compatible with GNU's libc... go figure...

So most alternatives aim to be smaller and some also focus on standards compliance (GNU's libc is not fully POSIX-compliant AFAIK).

[–] data1701d@startrek.website 3 points 2 days ago (1 children)

I think distros at least do some stuff beyond repackaging the latest software, namely default configurations (or lack thereof).

For instance, technically Debian has the packages to do SELinux, but it's Fedora (and OpenSUSE, I think?) that actually come out the box with them.

They are also continually improving, if slowly, their package managers to improve the experience of sourcing new software, as seen with work on apt and dnf.

You are right overall that new distro releases have little meaning any more. If anything, I think they are a good method for managing the upgrades to new software; when a release comes out, breakages can be addresses all at once and solved for a couple of years, whereas rolling release requires a person to be vigilant and repair breakages more often. That is not to pan rolling - I use Debian Testing on my desktop. As much as I like newer software, though, I am thinking of staying on Trixie after it becomes stable, as I get tired of applying updates all the time and then something breaking that is incredible difficult to diagnose.

[–] 0x0@programming.dev 3 points 1 day ago

For instance, technically Debian has the packages to do SELinux, but it’s Fedora (and OpenSUSE, I think?) that actually come out the box with them.

Debian still has to ensure SELinux works if and when the user decides to install it.

[–] jimmy90@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

the deployed architecture of linux is still evolving right now and there are lots of distros experimenting with different approaches

  • how the basic core OS is structured - immutability, A/B partitions, versioned rollback
  • how third party applications are executed - containerization, compatibilty, virtualization, bare metal
  • how software is updated and stored - package management (apt, pacman, nix, flatpak)

i'm sure i've missed other features of new linux distros. this is all really important stuff but has nothing to do with the apps you actually use day to day

[–] boredsquirrel@slrpnk.net 2 points 2 days ago

No. Kubuntu now has a non-broken KDE Plasma. Fedora 41 has a slightly improved Plasma 6. CentOS Stream 10 with EPEL 10 will have Plasma 6 too, which is a huge step in "being something I could consider switching to".

[–] oo1@lemmings.world 2 points 2 days ago* (last edited 2 days ago)

no*, no, and no.

*not the ones i'm interested in using.

[–] lurch@sh.itjust.works 2 points 2 days ago (4 children)

they shouldn't. everything should be rolling.

load more comments (4 replies)
[–] pmk@lemmy.sdf.org 1 points 2 days ago

This reminds me of Rob Pikes paper from the year 2000.
http://doc.cat-v.org/bell_labs/utah2000/utah2000.html

load more comments
view more: ‹ prev next ›