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

help-circle


  • Looking up how to do something, as an improved stackoverflow. Especially if it provides sources in the answer.

    Boilerplate unit tests. Yes, yes, I know - use parametrized test, but it’s often not practical.

    Mass refactoring. This is tricky because you need to thoroughly review it, but it saves you annoying typing.

    I’m sure there’s more, it’s far from useless. But you need to know what you want it to do and how to check if done correctly.














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