Is there some secret to why everyone's doing this? Why am I not seeing more demos on Windows? Or Linux for that matter?
Why the hell are all app demos done using Macs?
1–10 of 17 posts
Re: Why the hell are all app demos done using Macs?
#2Re: Why the hell are all app demos done using Macs?
#31. Mac UI looks good, browser fonts look good there too 2. A lot of open source stack developers use OSX as their dev machines, so the code has already been tested there 3. Since OSX is BSD, a lot of the same server code runs, and runs well on OSX, so demos can run well with everything hosted on the same machine without needing VMs or other tricks.
Windows can do all of this too, but some stuff doesn't work as easily on Window. Microsoft server stack runs great on Windows, but 'the cool kids' are all running open source stacks.
Re: Why the hell are all app demos done using Macs?
#4Re: Why the hell are all app demos done using Macs?
#5Re: Why the hell are all app demos done using Macs?
#6I think there are a few reasons 1. Mac UI looks good, browser fonts look good there too 2. A lot of open source stack developers use OSX as their dev machines, so the code has already been tested there 3. Since OSX is BSD, a lot of the same server code runs, and runs well on OSX, so demos can run well with everything hosted on the same machine without needing VMs or other tricks. Windows can do all of this too, but s…
Re: Why the hell are all app demos done using Macs?
#7Re: Why the hell are all app demos done using Macs?
#8I think there are a few reasons 1. Mac UI looks good, browser fonts look good there too 2. A lot of open source stack developers use OSX as their dev machines, so the code has already been tested there 3. Since OSX is BSD, a lot of the same server code runs, and runs well on OSX, so demos can run well with everything hosted on the same machine without needing VMs or other tricks. Windows can do all of this too, but s…
I can say the same thing (open-source stacks) about Linux, and not many Linux demos are out there
Re: Why the hell are all app demos done using Macs?
#9I think there are a few reasons 1. Mac UI looks good, browser fonts look good there too 2. A lot of open source stack developers use OSX as their dev machines, so the code has already been tested there 3. Since OSX is BSD, a lot of the same server code runs, and runs well on OSX, so demos can run well with everything hosted on the same machine without needing VMs or other tricks. Windows can do all of this too, but s…
I know there are other tools, but it's hard to beat built-in.
Regarding font rending, there's an old article by Joel:
http://www.joelonsoftware.com/items/2007/06/12.html
but the main point is this image. Take your choice.