Live data from Hacker News

What are some common Mac annoyances that you face day to day?

news.ycombinator.com

11–20 of 101 posts

Re: What are some common Mac annoyances that you face day to day?

#11
post #8

I had tons of hardware problems. It’s just that I could be an outlier, these kinds of stories are always so freaking anecdotal and not really a help when deciding what to buy. My screen failed and was exchanged. Then my main board failed and was exchanged. Now everything seems to be working fine. Oh, yeah. I nearly forgot, my DVD drive was unable to burn anything so it was exchanged. The exchanged drive was also unab…

Definitely an outlier. They have long been more reliable than average and have often topped reliably rankings throughout the past 10 years. :-/

Re: What are some common Mac annoyances that you face day to day?

#13
post #11
post #8

I had tons of hardware problems. It’s just that I could be an outlier, these kinds of stories are always so freaking anecdotal and not really a help when deciding what to buy. My screen failed and was exchanged. Then my main board failed and was exchanged. Now everything seems to be working fine. Oh, yeah. I nearly forgot, my DVD drive was unable to burn anything so it was exchanged. The exchanged drive was also unab…

Definitely an outlier. They have long been more reliable than average and have often topped reliably rankings throughout the past 10 years. :-/

It definitely sucks to be a outlier :)

(Oh, I nearly forgot, the "F" key on my keyboard failed, too. It – i.e. the whole keyboard – was also replaced.)

Re: What are some common Mac annoyances that you face day to day?

#14
post #6

I can't think of any common annoyances. I come from the Linux desktop world, so having a GUI that works right is great. It was hard to get used to the close in the top left and drag in the bottom right only at first but I don't even notice that anymore. Under the hood it is Unix, includes Python and wxPython by default, Xcode is free and an awesome development environment so I can do as much and more than I can with…

Ditto, but I can't recommend Fusion enough.

Tried Parallels, and had too many problems.

Re: What are some common Mac annoyances that you face day to day?

#15
You really want to run OS X on the hardware, to take advantage of all the details of the various hardware nooks and crannies (power management, wireless hardware, etc.)

There's no real downside to running any Linux distro in a VM. (Again, I recommend VMware Fusion.) You can put each VM in its own full-screen space and switch around between them (and Mac OS X) with a keystroke.

Highly recommended.

(BTW, the way that Fusion works it that it essentially goes "under" OS X, when Fusion is running; it becomes a hypervisor, running OS X and the other OS(es) as virtual guests on an equal footing.

I heard a great talk at C4[1] from one of the VMware Mac engineers, who said that the Apple engineers weren't very happy to learn the details of how virtualization works (since it replaces their precious OS at the lowest level), but they didn't really have any choice, either. ;-)

Re: What are some common Mac annoyances that you face day to day?

#17
Running linux on a Mac laptop is a bit of a pain, mostly because of the keyboard/touchpad. The control and alt keys are in strange places (at least on my powerbook), and having only one button on the mouse is pretty irritating when you're not in OSX. I actually replaced my powerbook with a Linux laptop primarily for those two reasons; I'm always working in a terminal, so not having reasonably placed control and alt keys pretty seriously slowed down my ability to navigate on the command line and in an editor.

I'm not sure if this applies to the MacBooks, but on my Core2 Duo Mac Mini, the left audio channel frequently gets a lot of static when playing music; it seems to be a random thing on boot; either you will have static on this boot or you won't. It's a common problem of the Mini with Linux, but I have no idea if it ever happens on any other Mac.

If you're a KDE user, then OSX's finder will drive you mad. They don't have IOSlaves, but they do now have Fuse, which can allow you to browse remote file systems over ssh. If the ssh connection goes down, every finder window (including the desktop) freezes until the fuse connection times out, and it never feels quite as nice as KDE's IOSlave system, but it does make browsing of remote systems possible.

Spaces is a little flaky if you try to use it the way you use a normal multiple desktop implementation. With spaces, you can have either all windows of an application on the same virtual desktop, or you can allow them to be on multiple desktops. If you do multiple desktops, then alt-tabbing to a running application won't ever switch your current desktop. Since OSX generally only has one instance of each application running, this can make switching between windows of the same program on different desktops a bit of a pain. It's not terrible, but it isn't as smooth as it could be.

To be honest, I'm not really sure why a developer would use a MacBook at this point. When I bought mine, Linux's wifi support was a sick joke, which made it pretty pointless for a laptop. OSX is very polished and clean, but their developer tools for python, php, etc are going to be the same tools you'd be using under any other OS, I would think. Is TextMate a killer app for OSX now? What does OSX offer that's really good for web development?

Re: What are some common Mac annoyances that you face day to day?

#18
The green button has inconsistent behavior by application - firefox maximizes to whole screen, safari sizes to the window, iTunes goes back and forth from mini-Player

No cut and paste between windows - But I use the command line for most things, so it's not that big of a deal

Re: What are some common Mac annoyances that you face day to day?

#19

The green button has inconsistent behavior by application - firefox maximizes to whole screen, safari sizes to the window, iTunes goes back and forth from mini-Player No cut and paste between windows - But I use the command line for most things, so it's not that big of a deal

Yeah, I hate the inability to maximize windows. In addition, I wish "paste plain text" had consistent keyboard commands across applications.

Re: What are some common Mac annoyances that you face day to day?

#20
post #12

No cut and paste in Finder... you have to move your files from one window to another...

A friend of mine just got his first mac recently, and he mentioned this same complaint to me - I had no idea, because I almost never use the Finder for file management. (I assumed you could do cut & paste)

I always just use 'mv', etc. from a terminal. So this is genuine curiosity - is there something that other people do for which a Finder window and cut and paste is better/faster/less prone to mistakes, or is it just that the shell is not as familiar for them?

Post reply on HN