>>826099
Constantly moving software can be improved by niche forks that improve upon simple concepts of a gigantic, monolithic program and offer that service without change. For example, stripping out everything from a browser that doesn't pertain to browsing (email clients, "cloud" services e.t.c.) and offering a simple HTML/CSS rendering engine with page layout and page functionality (realized via a scripting language) provided by a sort of maintainer not necessarily related to the website itself. My example can be useful to people who want to use specific websites with less load and a simplified design, with somewhat improved security being a bonus.
The problem with the browser example is that it's targeted toward an absolute majority of people. With how fast new frameworks appear and with the amount of things websites want to do on your machine rising constantly, going for minimalism is a bad business move since the majority doesn't care.
The less demand for change there is for a piece of software, the more you can afford to minimalze it. So system stuff on an OS mainly used by system administrators and tinkerers/enthusiasts does feel comfy. Suckless just takes it to the most autistic extreme.
Also, from what I understand, the main gripe with systemd, aside from trying to bring their incompetence to kernel level, is that you can't simply turn off a service that annoys you. You technically can, but upon doing so you will find out that its functions run even deeper and now multiple annoying workarounds need to be in place for everything to work.