☆ Yσɠƚԋσʂ ☆

  • 12.8K Posts
  • 13.2K Comments
Joined 6 years ago
cake
Cake day: January 18th, 2020

help-circle









  • The fact that it has been around since 2011 and still suffers from UI problems and other bugs really highlights the problem with your arguments. You also very clearly have no idea how software development actually works if you think that code written manually by a human is inherently more reliable. Humans make mistakes all the time that’s why we have software bugs in the first place. The way we ensure that code works is by having things like tests, specifications, and code reviews. All of these same tools work just as well with LLM generated code as they do with code written by hand.



















  • I’m not sure who regards RedHat well actually, they’ve always been doing shitty things like trying to charge for Fedora hence why people ended up forking it as CentOS. They’re a poster child for the problems with Linux getting commercialized. Saying Linus uses something is just appeal to authority by the way.

    The problem, once again, is that a lot of the development is now driven by commercial companies like RedHat and Ubuntu that are in it to make money. So, in a way these things are actually pushed on the community because you either adopt them or it becomes increasingly difficult to run software on your distro.

    Fragmentation in init was a real problem, but it could’ve been solved much better by just creating a common standard for configurations while keeping the original modular design. Systemd approach is very heavy handed, and introduces a whole bunch of new problems which didn’t exist. The fundamental Unix principle is having small programs that do a single thing well and that can be composed together. Systemd goes directly against this principle.