Live data from Hacker News

Ask HN: Why do people think Macs are terrible for hacking?

news.ycombinator.com

1–7 of 7 posts

Ask HN: Why do people think Macs are terrible for hacking?

#1
Long story short, I'm getting a new computer and all of my friends (mostly non-programmers) are telling me that if I want to program I'm going to hate the Mac. From what I can tell from recent trends this isn't the case at all, especially since OS X is basically a variant of Unix.

Why is there such a widespread idea that hackers and Macs aren't friends?

Re: Ask HN: Why do people think Macs are terrible for hacking?

#2
If you were a plumber and your non-plumber friends told you what tools to use would you listen to them? The Mac is a nice gui on top of a BSD based unix system. You have access to all the nice command line tools and programs of unix. You get XCode for free if you want to do Mac/iOS development. Basically unless you are doing .Net development it's a great machine, and even then with Bootcamp that is possible.

Re: Ask HN: Why do people think Macs are terrible for hacking?

#3
post #2

If you were a plumber and your non-plumber friends told you what tools to use would you listen to them? The Mac is a nice gui on top of a BSD based unix system. You have access to all the nice command line tools and programs of unix. You get XCode for free if you want to do Mac/iOS development. Basically unless you are doing .Net development it's a great machine, and even then with Bootcamp that is possible.

I'm going to get a Mac anyway (well, I would if I had the money). I'm just wondering why people think the Mac sucks for hacking. Did it suck initially?

Re: Ask HN: Why do people think Macs are terrible for hacking?

#5
post #3
post #2

If you were a plumber and your non-plumber friends told you what tools to use would you listen to them? The Mac is a nice gui on top of a BSD based unix system. You have access to all the nice command line tools and programs of unix. You get XCode for free if you want to do Mac/iOS development. Basically unless you are doing .Net development it's a great machine, and even then with Bootcamp that is possible.

I'm going to get a Mac anyway (well, I would if I had the money). I'm just wondering why people think the Mac sucks for hacking. Did it suck initially?

I think were it comes from is this: Ask yourself what your target audience is for your projects. Where will your code run later on? Is it going to be a Mac or possibly some UNIX/Linux server?

Your problem is going to be that you won't be able to have a development environment close enough to production as needed to test properly.

Re: Ask HN: Why do people think Macs are terrible for hacking?

#6
post #5
post #3

Earlier quoted context omitted.

I'm going to get a Mac anyway (well, I would if I had the money). I'm just wondering why people think the Mac sucks for hacking. Did it suck initially?

I think were it comes from is this: Ask yourself what your target audience is for your projects. Where will your code run later on? Is it going to be a Mac or possibly some UNIX/Linux server? Your problem is going to be that you won't be able to have a development environment close enough to production as needed to test properly.

As long as you add a proper Model M to the Mac, VirtualBox should take care of the rest.