Live data from Hacker News

Ask HN: Windows vs. Ubuntu/Linux for Coding

news.ycombinator.com

11–20 of 20 posts

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

#11
Apart from technical considerations, there is a subjective element here. It need not be a this-or-that choice.

I suggest you try out a couple of linux based development environments, download all the IDEs and compilers you can find, try them out and see what you like.

For example, I use windows for java and android programming. But I prefer Ubuntu for C/C++, because I think of them as system programming languages and prefer the command line heavy, lightweight IDEs - like CodeBlocks and Geany - prevalent in linux distributions. I like simple lightweight IDEs compared to something like VS.

I also prefer Ubuntu for python, mainly because of Anaconda, though I like WinPython too.

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

#12
If your code base is tightly linked to MSFT technology, do yourself a favor and keep working in a Windows environment. If not, a linux environment is so much easier to configure and just work with.

For ref, I am doing Php work for a living under Windows and learning Golang in my spare time. Work machine at home under Ubuntu and the one at the office running Windows 7.

Be pragmatic about your need. ;)

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

#13
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.

Since you will be spending a lot of time in the terminal I could not in good conscience recommend Windows.

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

#14
post #10

Earlier quoted context omitted.

Why not Ubuntu?

Because Ubuntu is Spyware https://www.gnu.org/philosophy/ubuntu-spyware.html

That's easy to turn off.

I have many other reasons not to recommend Ubuntu, but that's not one of them.

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

#16
post #10

Earlier quoted context omitted.

Because Ubuntu is Spyware https://www.gnu.org/philosophy/ubuntu-spyware.html

That's easy to turn off. I have many other reasons not to recommend Ubuntu, but that's not one of them.

Can you list some of your other reasons?

I'm asking this question because this is the first time I'm reading about Ubuntu in a bad light. And all I can gather from the websites I've seen is that it tracks the user's search history and sends it to Canonical.

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

#17

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.

I think I'm going to try to use Vagrant. And VMs really slow down the system, which is why I was thinking of getting a new OS. Dual booting is also not a great way of handling stuff. This is the first I've heard of Vagrant, so, I'll try that!

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

#18
post #10

Earlier quoted context omitted.

Because Ubuntu is Spyware https://www.gnu.org/philosophy/ubuntu-spyware.html

That's easy to turn off. I have many other reasons not to recommend Ubuntu, but that's not one of them.

Only if you know it's active by default.

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

#19

Earlier quoted context omitted.

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.

I think I'm going to try to use Vagrant. And VMs really slow down the system, which is why I was thinking of getting a new OS. Dual booting is also not a great way of handling stuff. This is the first I've heard of Vagrant, so, I'll try that!

I also run Vagrant VM's for various things on Windows 7. The key for speed isn't the OS, 8GB RAM and a SSD for your main drive is awesome. The PC I built last fall is super fast, the little Windows start up screen doesn't finish painting before login prompt.

Creating a custom vagrant box is key since you get to put whatever you want on it and not have to rely on someone else's Vagrant base box. Then you can create VM's for different purposes like trying out a new framework or language or upgrades. You also can match it exactly to whatever VPS image you would use for production.

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

#20
HN discourages religious debates.

Seriously though a Mac is obviously the best way to go. That or you could justfind an IDE you like and don't worry about the OS. Learning your way around a new operating system is probably overkill if you just want to dabble in a new language as long as your current system supports it well.

Post reply on HN