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…
What are some common Mac annoyances that you face day to day?
11–20 of 101 posts
Re: What are some common Mac annoyances that you face day to day?
#12Re: What are some common Mac annoyances that you face day to day?
#13I 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. :-/
(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?
#14I 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…
Tried Parallels, and had too many problems.
Re: What are some common Mac annoyances that you face day to day?
#15There'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?
#16No cut and paste in Finder... you have to move your files from one window to another...
Re: What are some common Mac annoyances that you face day to day?
#17I'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?
#18No 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?
#19The 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?
#20No cut and paste in Finder... you have to move your files from one window to another...
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?