You're not wrong, but here's what I do because I think it's worth doing:
1. I keep a separate Windows machine for games. I never liked playing games and doing personal stuff on my workstations anyway.
2. For my workstations, I buy older refurbished towers, upgrade the RAM and SSD and everything just works. I've actually had more hardware issues on my Macs, with incompatible mice and keyboards, never on Linux. Example of one of my workstations - https://www.amazon.com/gp/product/B07FBSW5G6
Luckily for web/mobile dev, I don't need a dedicated GPU but my old Acer E5-575 laptop has a dedicated nVidia card and Manjaro has no problem running on that. There was one small flag that I had to enable to stop screen tearing.
3. I hardly had to learn anything new since I'm a minimalist and most of my software carried over. Thunderbird is there. VS Code is there. Instead of Paint.net I use a fork called Pinta, (but it is slightly lower quality than Paint.net but luckily again as a full stack guy, I don't have to do much with it). Plenty of options to edit doc/docx like Libre office, Google docs or Office 365... but this is not something I really ever have to do. The only thing I've never done on Linux really is video editing, but that was never great on Windows either - the best video editing experience I've had was on my iPad.
4. I've been using Linux since around RedHat 3 or 4 and I didn't switch to a Linux desktop until about 3 years ago, because I've always had problems keeping a Linux desktop running... until I switched to a rolling release. With Manjaro, I have had zero issues getting all the most recent software versions that I want. In the past, with Ubuntu, I'd have to add so many third party repos that eventually an update from one of them would make my machine unbootable. Never happened once with Manjaro. One time an update broke some fonts, but I downgraded the package and locked it from receiving updates until the problem was fixed.
Honestly, I have to do non-trivial setup for any desktop OS that I run because I'm a picky minimalist.
Anyway, the best part of switching to a Linux desktop for me was the speed and ease of using things like Docker and all the other CLI stuff that I normally do on my servers. Doing things with Node.js/npm/yarn is super fast compared to Windows. There is no split-brain between my development environment and the server because it's the same OS.
1. I keep a separate Windows machine for games. I never liked playing games and doing personal stuff on my workstations anyway.
2. For my workstations, I buy older refurbished towers, upgrade the RAM and SSD and everything just works. I've actually had more hardware issues on my Macs, with incompatible mice and keyboards, never on Linux. Example of one of my workstations - https://www.amazon.com/gp/product/B07FBSW5G6
Luckily for web/mobile dev, I don't need a dedicated GPU but my old Acer E5-575 laptop has a dedicated nVidia card and Manjaro has no problem running on that. There was one small flag that I had to enable to stop screen tearing.
3. I hardly had to learn anything new since I'm a minimalist and most of my software carried over. Thunderbird is there. VS Code is there. Instead of Paint.net I use a fork called Pinta, (but it is slightly lower quality than Paint.net but luckily again as a full stack guy, I don't have to do much with it). Plenty of options to edit doc/docx like Libre office, Google docs or Office 365... but this is not something I really ever have to do. The only thing I've never done on Linux really is video editing, but that was never great on Windows either - the best video editing experience I've had was on my iPad.
4. I've been using Linux since around RedHat 3 or 4 and I didn't switch to a Linux desktop until about 3 years ago, because I've always had problems keeping a Linux desktop running... until I switched to a rolling release. With Manjaro, I have had zero issues getting all the most recent software versions that I want. In the past, with Ubuntu, I'd have to add so many third party repos that eventually an update from one of them would make my machine unbootable. Never happened once with Manjaro. One time an update broke some fonts, but I downgraded the package and locked it from receiving updates until the problem was fixed.
Honestly, I have to do non-trivial setup for any desktop OS that I run because I'm a picky minimalist.
Anyway, the best part of switching to a Linux desktop for me was the speed and ease of using things like Docker and all the other CLI stuff that I normally do on my servers. Doing things with Node.js/npm/yarn is super fast compared to Windows. There is no split-brain between my development environment and the server because it's the same OS.