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

help-circle






  • Bazzite supports Nvidia graphics cards, which is a major difference if it affects your hardware.

    It also uses the same kernal optimizations for gaming that Glorious Eggroll maintains for CachyOS, which I doubt SteamOS utilizes. It’s not a huge increase to performance and they slow down write speeds to disk as a tradeoff, but it’ll often get you a couple extra frames in games.

    Bazzite also uses Bazaar instead of Discovery as its application manager. They’re both based on FlatHub, but you might have slight variations in available software.




  • Keep in mind that the rate of errors caught by AI will not be consistent. It will drop off over time.

    While I’m no fan of AI, that has nothing to do with it. Adding AI to error detection suites is (mostly) fine so long as you don’t remove more tradional methods like code review, manually set up unit tests, and properly reviewing each failed test instead of just letting the AI slop in a patch.

    My point is that any test you add to an existing codebase is going to catch a decent number of issues at first, then over time it will drop off as pre-existing issues get resolved. Then you’ll be left with the lower rate of new issues from updates.

    AI isn’t a silver bullet. It (sometimes) is another tool in the toolbox.