Live data from Hacker News

Ask HN: Windows vs. Ubuntu/Linux for Coding

news.ycombinator.com

1–10 of 20 posts

Ask HN: Windows vs. Ubuntu/Linux for Coding

#1
I use Windows for all of my work, and so it is easy for me to manage and organize all my stuff. Moreover, the sound quality is better in windows, atleast to me.

But most coders online seem to hate windows, and suggest using ubuntu.

So, should I use ubuntu or Windows for coding?

Re: Ask HN: Windows vs. Ubuntu/Linux for Coding

#5
post #3

I think the most important thing here is: What language(s) do you work with? If you do not work in C# or VB I would strongly recommend you run Ubuntu. If you don't like it you can always go back but I really doubt you will.

I'm learning C, Python and Javascript.

Re: Ask HN: Windows vs. Ubuntu/Linux for Coding

#8
post #7

It depends on your language(s) of choice, but I prefer to use some form of linux. My go to lately has been Linux Mint. If you enjoy windows for your day to day business, then just code inside of a linux virtual box.

Better yet, learn to use Vagrant. I used to code in a VM until I found Vagrant (which is still a VM...but "headless"). It uses fewer system resources, is faster to spin up new machines, and has great documentation.

Re: Ask HN: Windows vs. Ubuntu/Linux for Coding

#9

I think the best option is a hybrid. Use windows, but use vagrant when you code.

I agree with this. If you're happy with Windows, as I am, Vagrant is a GREAT addition to your workflow. I used to dual boot...but need Photoshop a lot. Then I tried using VMs for years, but that always bogs down the system. Now, I use Vagrant daily for Python/Django development from my Windows machine.
Post reply on HN