• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: December 7th, 2023

help-circle


  • It’s really good from a compatibility perspective (i.e. most games at least will run) but there are still a few performance edge cases that have more to do with Linux than proton itself. For example, ray tracing for AMD performs significantly worse than on Windows unfortunately (I get ~45 FPS for CP2077 on my 9070 XT vs ~55 FPS on Windows with the same settings). Rasterization is a different story, and some games actually outperform Windows in this area. Another area which is a little annoying is dealing with games that require extra related programs running alongside them. I run Microsoft Flight Simulator (which performs great using proton) however it is a little tedious getting all the add-on software to start inside the same proton prefix, the same story is true for dealing with mod managers in other games.



  • I have a seemingly yearly tradition where I manage to convince myself to try out KDE then am usually back on GNOME after a week. I genuinely don’t get the hate for GNOME. It looks clean, has great defaults (especially the keybinds) and mostly stays out of the way. I don’t hate KDE, it’s just not for me and that is okay.






  • You will hate Ansible if you are coming from Nix. I went the other way and Nix is 1000x cleaner.

    Being able to actually reverse changes is trivial in Nix, but can be a headache in Ansible. Not to mention the advantages of writing in an actual language and not yaml full of template hacks. I personally don’t see much future for tools like Ansible, there is considerable inertia working in its favor right now and it is absolutely true that it is widely used, but the future of configuration management is for sure more aligned with how Nix works.