OK, someone convince me to go Mac. I've had essentially zero issues with Windows. I do 99% of my development in Linux (access my devbox through VNC). For desktop use, I have absolutely no problems. I work very fast zooming around with keyboard shortcuts. I don't get viruses or bloatware. Everything is calm and familiar. Every time I get my hands on a Mac, even to simply Google something, I immediately hit issues. Pas…
Want to go Mac? Today? Forget it. It was cool 10 years ago, but not today. Apple is turning into what M$ was back then: a control and patronize the users company. The main difference to Microsoft is, that Mac OS is a really good operating system. I use Macs since 1995. Nowadays I hesitate to recommend a switch, although Mac OS is certainly better than Linux and, in my opinion, also Windows. Apples notebook hardware w…
Return of the Mac (2005)
91–100 of 117 posts
Re: Return of the Mac (2005)
#92Re: Return of the Mac (2005)
#93Re: Return of the Mac (2005)
#94Earlier quoted context omitted.
You use the command key to issue commands and raw keys to type. So: command-delete means it's fast and easy to delete a file without the worry of accidentally losing a file when your cat jumps on the keyboard.
> I should have the option though No. This is what good software design is. The designer chose this path, offering you the option to change this is what makes software bloated and unmaintainable.
Re: Return of the Mac (2005)
#95Earlier quoted context omitted.
What do you mean? You can "virtualise every OS" on other platforms as well.
You cannot legally run OS X on anything other than Apple hardware. This gets really annoying when you want to set up a headless browser testing cluster because you can't virtualize any of the Mac OS's you might be targeting.
I personally don't see the advantage of using other hardware, Apple hardware is a better value to me. (I value reliability over lower initial price, and I don't find generic PC components to be cheaper for the same thing, nor to have adequate reliability. )
Re: Return of the Mac (2005)
#96Earlier quoted context omitted.
> Why do hackers like Macs that much? Wouldn't it be better to use cross-platform tools? I think a lot of us like OS X because we get a Unix build environment with a fairly slick GUI and good third-party app support. Being able to use the same OS for day-to-day tasks (Word docs, Photoshop/Lightroom, etc) and for development is nice, and despite some inconsistencies, the quality of third-party applications is pretty h…
This is exactly what I say when I explain why I like using a mac. Also the touchpad is amazing. For most of my day-to-day tasks its better than a mouse. I would have never imagined that this was possible.
Things like being able to do a two finger swipe to scroll an out of focus document or four finger swipe to show active windows are just really nice.
Re: Return of the Mac (2005)
#97Earlier quoted context omitted.
> Every time I get my hands on a Mac, even to simply Google something, I immediately hit issues. You seem to hit issues because you want to hit them. > Paste is crazy squiggly hash v (or maybe apple v?) The key is called "command". Does "Command V" not make more sense than "Control V"? And free up the Control key for more interesting stuff? > I can't right click You can, unless it's a 4+ years old machine it's just a…
Why is a package manager useful? (I really don't know what's wrong with the default environment of OSX, if there's anything wrong at all.)
See here for stuff you can install with one command: https://github.com/mxcl/homebrew/tree/master/Library/Formula...
Re: Return of the Mac (2005)
#98Earlier quoted context omitted.
> Every time I get my hands on a Mac, even to simply Google something, I immediately hit issues. You seem to hit issues because you want to hit them. > Paste is crazy squiggly hash v (or maybe apple v?) The key is called "command". Does "Command V" not make more sense than "Control V"? And free up the Control key for more interesting stuff? > I can't right click You can, unless it's a 4+ years old machine it's just a…
Good points. Though it seems like you and the other repliers are selling him based purely on downsides of Windows. A modern Linux such as Ubuntu has more or less all of the things you've mentioned, and as a biased Gentoo Linux user I'd argue in many cases Linux does it better. ( http://www.thingsfittogether.com/2011/08/start-developing-fo... ) So it seems like you're arguing "Mac is a better environment to use VNC fo…
I was only able to give up on Mac OS X when I decided to give up on Adobe software thanks to Adobe's abysmal customer service. Now that I don't need to be able to run Photoshop, I just use Linux.
Re: Return of the Mac (2005)
#99Earlier quoted context omitted.
This. The percentage of laptop users out there who actually seem to "need" a laptop is a lot smaller than we might think it is. Maybe even a minority of all laptop users. Pretty much everyone I know who isn't a hacker, gamer, or Excel jock can get by with just an iPad for the sum total of their computing needs (web, Facebook, email, Angry Birds).
Also, anyone who writes long documents probably wants a laptop, so everyone who is in college.
Re: Return of the Mac (2005)
#100Earlier quoted context omitted.
Why is a package manager useful? (I really don't know what's wrong with the default environment of OSX, if there's anything wrong at all.)
If you're coming from a linux environment, you're probably used to having Apt or Yum available. OSX has no built in package manager so you've either got go out and find compiled binaries somewhere or install from source, both of which are tedious and searching the web for it is time consuming vs. the `brew install wget` commands that you can probably guess and it'll take care of installation in the background while y…