• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle




  • Sorry, when I said “life critical”, i mean things like email, banking, self-hosted NextCloud for files, etc. For me, everything else is flexible as I don’t have business things that have to run on Windows (that is my work provided laptop), so I don’t have to have the Adobe suite for photo editing, i can use one of several open source alternatives, and all of my hobbies have open source alternatives like Blender.

    The only game I cannot get to run is Space Engineers. Numerous other newer and older games work great. To be fair, I’m not an online/multiplayer gamer, so the challenges people run in to due to anti-cheating requirements don’t affect the games I play.

    What was really interesting to me, is that I tried Windows 11 Pro and 6 or 7 different Linux distros over several months before landing on Pop!_OS. I mention this because it was all the exact same hardware and so I was able to compare performance in an Apples to Apples situation. There is an obvious application loading improvement. Even comparing against something like Garuda that is supposedly all about performance tweaks.










  • I’m always curious about this particular feature/argument. From the aspect of “i can unit test easier because the interface is abstracted, so I can test with no database.” Great. (though there would be a debate on time saved with tests versus live production efficiency lost on badly formed automatic SQL code)

    For anything else, I have to wonder how often applications have actual back-end technologies change to that degree. “How many times in your career did you actually replace MSSQL with Oracle?” Because in 30 years of professional coding for me, it has been never. If you have that big of a change, you are probably changing the core language/version and OS being hosted on, so everything changes.