• 0 Posts
  • 21 Comments
Joined 3 years ago
cake
Cake day: August 17th, 2023

help-circle
  • “Quality clickbait” is the best description I have.

    It’s an entertaining channel, prone to reviewing flashy stuff, rather than useful tips as the name might suggest. But not completely stupid, those guys have some knowledge and skills to back it up.

    I can’t say how it changed over time, I’ve only watched them occasionally over the last 2-3 years.













  • 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.