Earlier 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.)
Speed and reliability. Take open source. You could manually find, download, untar, configure, make, install and track dependencies. A good package manager lets you do that in one command e.g.: $ brew install package_name OSX includes a package manager for proprietary packages blessed by Apple. It's fast and reliable but its curators forbid most open source and proprietary packages. It's called App Store.
Return of the Mac (2005)
111–117 of 117 posts
Re: Return of the Mac (2005)
#112Earlier quoted context omitted.
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.
Well, you can set up some headless mac minis and run a variety of virtualized OS X instances on them. 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)
#113Earlier quoted context omitted.
Oh, I see, so you cannot use yum on OSX? I never realised it (or its packages) wouldn't be compatible.
No, Yum isn't available or compatible, it's coupled to Red Hat/Fedora/CentOS linux distributions like Apt is coupled to Debian/Ubuntu/Mint distributions. Homebrew/MacPorts/Fink are nearly the same thing, they just don't come installed by default on OSX.
Re: Return of the Mac (2005)
#114I have always used Macs and good lord, the days of Mac OS X being out but the processors not being Intel were truly some of the most embarrassing years for Apple computing. I remember owning (and loving - for some reason) an iBook G3 that was basically unusable for a few months whilst I awaited more RAM for it. I think this was when their laptops had 64Mb RAM but Mac OS X really needed 512Mb. And remember when Mac OS…
One important thing that might be important for a lot of people to ditch their PCs in favour of an iPad is a decent Office app (Word and Excel mainly). It doesn't have to be perfect, it just has to be good enough. Does anyone here know and use a good iPad Office app, that I can recommend to people? The store reviews of the top apps don't seem too encouraging.
Re: Return of the Mac (2005)
#115Earlier quoted context omitted.
Results of a HN poll from a few months ago: http://news.ycombinator.com/item?id=2303726 Total responses: 1539 Linux: 564 (36.65%) Mac: 557 (36.19%) Windows: 365 (23.72%) Other: 53 (3.44%)
Polls can be aspirational. I'd rely more on the server logs say.
Re: Return of the Mac (2005)
#116Earlier quoted context omitted.
Ctrl-a, ctrl-e for beginning/end of line. Standard emacs keybindings work almost everywhere in OS X. But, you can also rebind the home/end keys - http://www.hcs.harvard.edu/~jrus/site/cocoa-text.html Edit: On a Macbook Pro, home/end are fn-left/right-arrow and page-up/down are fn-up/down-arrow.
>>> Ctrl-a, ctrl-e for beginning/end of line. Alternatively: Command+← and Command+→ .
But it made shortcut listings more confusing, because that would become Ctrl+← and Ctrl+→ (which I'm pretty sure I tried in Terminal but would always skip to the end of the command line, not the end of the screen line). The only keyboard shortcut that hurt after switching command and ctrl was in chrome. Chrome's History is Ctrl+H on windows, but Command-Y on mac, due to Command+H hiding the current window. That got me every time.
Re: Return of the Mac (2005)
#117Earlier quoted context omitted.
Polls can be aspirational. I'd rely more on the server logs say.
Well, I would have answered Linux on that poll, because I use it as my primary work environment. But I almost exclusively use Windows for web browsing. Maybe I'm atypical though.