• 1 Post
  • 191 Comments
Joined 2 years ago
cake
Cake day: September 11th, 2023

help-circle














  • Im in the same boat and I regret buying NVIDIA.

    I’m not a gamer but NVIDIA issues rear their head on Wayland mostly for things that need 3D rendering like Bambu Studio and even Electron apps like Slack, Spotify and VSCode.

    Oh and also trying to get hardware video decoding working on Firefox is a pain. I’m now at the point where full screening a video just causes Firefox to immediately crash.

    Definitely getting AMD next time but I’m a long ways off upgrading my NUC, it’s 8 core i7 with 64gb of ram so will serve my dev needs for a long time


  • No, it’s garbage because of its approach to case sensitivity.

    It’s case insensitive by default (which is a WTF in itself and encourages the same laziness Windows users thrive on with NTFS) but it also has a case sensitive mode.

    Except the case sensitive mode is almost entirely useless because of the amount of apps it breaks that assume the default case-insensitive mode. It also means that you as a programmer have to add extra crap to your file handling code for case insensitive string comparisons if you want to support both modes


  • The problem with using Vim is that you have to learn Vim, but early in my career I was in single-ecosystem shops that all used IDE’s for whatever tech (Microsoft= Visual Studio, Java = Eclipse / NetBeans, PHP = Sublime Text, arguably not an IDE)

    By the time I got to the point in my career where I got to choose the tooling, VSCode was already a thing and it has an extension for anything you can think of.

    So I never had to learn Vim, and now it’s in the too-hard basket, and VSCode is ubiquitous and works surprisingly well