Ask HN: In what OS do you develop?
I program mostly in Ruby and Rails but I know that people have a hard time setting rails and ruby to properly develop rails applications in windows.
On the other hand, I find it slightly annoying to have to switch between my Ubuntu installation and my Windows installation to do different things and I'd like to centralize everything in one OS. What is your strategy for this?
5 comments
[ 5.1 ms ] story [ 20.8 ms ] threadI recently purchased a Surface Pro with intentions of installing Linux on it, but actually was quite happy with Windows 10 (read more here: https://news.ycombinator.com/item?id=14062143)
Right now I use Vagrant to setup my dev environments, and honestly, even if I went back to a Linux based desktop I would continue using Vagrant boxes to handle my environments. It's so nice to be able to spin up/down, reset, etc all without messing up my home base.