Perhaps I'm just getting old, or I'm stuck in a specific social group?
I don't mean to belittle the author at all, Linux just feels like an absolute default to me nowadays for a developer, in the late 90s that may not have been the case, sure.
21–30 of 78 posts
Perhaps I'm just getting old, or I'm stuck in a specific social group?
I don't mean to belittle the author at all, Linux just feels like an absolute default to me nowadays for a developer, in the late 90s that may not have been the case, sure.
I like using as little resources for the base system as possible so I'm using Arch with awesome (WM).
For all my gaming needs I use vfio passthrough to reserve my GPU for my windows VM and get 90-95% native performance in the latest titles.
Earlier quoted context omitted.
Have you tried WSL (Windows Subsystem for Linux)? After many years on Mac and then Linux, I switched to Windows and it's actually fine.
I worked on Windows for two decades and tried WSL1. Windows is not super annoying but as a developer all my tools were actually Linux native or cross platform so one day I just cut the middle man and switched to Linux. It wasn't such a big leap but my productivity definitely increased. WSL is nice when you don't have choice. Linux is actually the optimum choice for most developers.
I keep a Mac around for when I need to run Xcode or Photoshop but that's about it. And I boot into Windows when I want to play games.
Does anyone else find these sort of articles strange? "Windows on the Desktop as a Developer" feels like the unique/odd case to me. Perhaps I'm just getting old, or I'm stuck in a specific social group? I don't mean to belittle the author at all, Linux just feels like an absolute default to me nowadays for a developer, in the late 90s that may not have been the case, sure.
Windows: 47.5%
Mac OS: 26.8%
Linux-based: 25.6%
BSD: 0.1%
From the 2019 Stack Overflow Developer Survey:
https://insights.stackoverflow.com/survey/2019#technology-_-...I’ve been using Linux (Debian) on my work laptops for over a decade now but corporate IT is finally forcing me to switch to Mac for bullshit policy reasons. It doesn’t help that Zoom is buggy and the VPN client we are forced to use is Mac/Windows only. :( I wouldn’t go back to Windows for any reason short of a massive salary increase.
I also agree about not going back to Windows. If anything, I'm really close to dumping my MBP and getting an XPS 13" 9300 and going full Linux.
I've been using a Dell 13" Ubuntu 4K laptop hooked to a 43" monitor as my main work web development system for a year and a half. All of my co-workers use Macs. Pros: compared to Macs using Docker is very performant especially when sharing the host file system for development and once I found Regolith ( https://regolith-linux.org/ ) I don't think I could go back to a normal windowing system. Cons: non-Electron cross-…
I’ve found it much easier than Windows. Can never get power shell to do what I want. Eg the other day a google QuickStart guide required setting a .sh as executable. Couldn’t figure that out. Been trying to install WSL2 for a month+ now. So now I’m just dual booting
I tried during lockdown WSL and was impressed by the ease of use and how fast it started but there are a few quirks.
It is not a full featured Linux OS at your disposal. I tried the Ubuntu 20.04 LTS for instance and systemd did not work preventing from starting services with systemd (there are some workarounds), I couldn't mount FUSE filesystems (lack of modules) preventing from mounting SSHFS, gocrypts volumes.
I don't know if these issues will be fixed in WSL2.
So finally after taking a hard look at all the software I was using on a day-to-day basis including some JetBrains tools, Sublime Text, Slack, and a few others, I finally decided to go for it.
The only thing where the experience isn't working for me as well is 1Password. The Linux flavor (1Password X) is getting better and better all the time, but it's not quite as polished yet as 1Password.
To anyone looking to make the switch, go for it.
Like OP, I switched to a Dell XPS from Mac. First with the pre-installed Ubuntu, then Xfce + Debian and now Debian + i3. It comes with headaches. Ubuntu (16)'s window handling was sometimes buggy for me. Xfce was fast and worked very well, but I wanted something with better multi-monitor support and even more minimalistic. i3 fits that bill nicely. I would not want to go back to Windows, Mac or Ubuntu for that matter…