i've been using an 11" air as my only development machine for a month or two. a few minor things worth mentioning: - no backlit keyboard - no IR interface, so no ability to use a non-bluetooth remote control - the LCD screen is glossy, but it's just a film over the screen, not a glass/plastic sheet over the entire display. as a result, the glare isn't as bad as the macbook pro. - because the display is very thin, the…
re: backlit keyboard Once you live with it, you can't live without it. I've become so spoiled in my years....
Review of the 11" MacBook Air
41–50 of 84 posts
Re: Review of the 11" MacBook Air
#42Two things that really bug me: 1. No cleartype. I.e. although there is subpixel antialiasing, fonts aren't optimized for the pixel grid. Thus, the fonts are much clearer when I boot to Windows and so I feel like everything is fuzzy when I boot back to Mac OS. This isn't a problem for the web, but for coding and SSH it's terrible. I can't use Windows full time though because Spaces is so outstanding and I don't get tr…
Re: Review of the 11" MacBook Air
#43http://discussions.apple.com/thread.jspa?threadID=2630327...
we have this problem with ours, we've installed the newest firmware updates as well, I'm hoping they fix this soon.
other than that, seems pretty good.
Re: Review of the 11" MacBook Air
#44Earlier quoted context omitted.
re: backlit keyboard Once you live with it, you can't live without it. I've become so spoiled in my years....
Do macs not have the little bumps on the f and j keys? If so, what do you need to see the keys for?
Again, I'm aware I'm being soft here.
Re: Review of the 11" MacBook Air
#45I killed my MacBook Air envy by buying a Core i5 MBP, replacing the optical drive with a 128 GB SSD, installing the system and applications to the SSD and symlinking everything big and rarely accessed (iPhoto library, movies, iTunes U, etc) to the HDD. I have AppleScripts that mount/unmount the rotational drive when needed, and my machine now screams . It's heavier, sure, but I don't travel much and I love having all…
Those AppleScripts sound interesting -- mind sharing a link to more info?
To mount a partition:
do shell script "diskutil mount PARTITION_UUID"
Where PARTITION_UDID is the partition's UUID as returned by diskutil's info command.To unmount all partitions:
try
do shell script "diskutil unmount PARTITION_UUID"
end try
try
do shell script "diskutil unmount NEXT_PARTITION_UUID"
end try
The try is there in case one partition is mounted and another isn't – won't throw an error in those cases.Just compile those as self-contained apps, drop them in your dock and you're good to go. It's pretty manual stuff, I have to remember to launch the appropriate script at the beginning and end of a task that involves the HDD, but it's not much of a problem, since I don't use it that often. Meanwhile, you get a silent MBP, with a smidge better battery life, since the HDD isn't spinning needlessly.
Looking into auto-mounting the partition when a symlink is accessed, got a SuperUser question going here:
http://superuser.com/questions/228028/mount-drive-when-symbo...
Re: Review of the 11" MacBook Air
#46I still have and use my MBP and iMac, but I use them much less. Convenience trumps power 90% of the time.
Re: Review of the 11" MacBook Air
#47Re: Review of the 11" MacBook Air
#48I bought the entry level 11" MacBook Air 4 weeks ago and now it is the system I use for over 90% of my work, writing,and web browsing. Caveat: most of my work is straight-up Ruby development, Rails development (both using RubyMine 3.01), and Clojure with Emacs. All three of these development scenarios take up little in the way of CPU or memory. I use TexShop for writing. I do sit at my desk with a large external moni…
> I am going to start next week helping a friend's company do some back end Java EE 6 development and I'll either use my MacBook Pro or my beefy Ubuntu laptop for that. Why not use your Air? Expecting insufficient screen space?
Re: Review of the 11" MacBook Air
#49Re: Review of the 11" MacBook Air
#50Two things that really bug me: 1. No cleartype. I.e. although there is subpixel antialiasing, fonts aren't optimized for the pixel grid. Thus, the fonts are much clearer when I boot to Windows and so I feel like everything is fuzzy when I boot back to Mac OS. This isn't a problem for the web, but for coding and SSH it's terrible. I can't use Windows full time though because Spaces is so outstanding and I don't get tr…