Apple iPhoto ’09 Mini-Review: Faces Tell Many Stories

iPhoto '09 face recognition in action

iPhoto '09 face recognition in action

If you’ve had the chance to play around with Apple’s new iLife ’09, you no doubtedly have encountered some pleasant surprises with the updated iPhoto. No, I’m not talking about the useful geo-tagging or the integration with Flickr and social-media heavyweight Facebook… I’m referring to iPhoto’s amazing facial recognition which uncovers subtle things that make ya go hmmmm… Continue reading

Howto: Replace or Upgrade your MacBook Pro RAM

Sure, there have been many tutorials done about how to replace the memory chips in Macs but doggone it, I just had to make one myself. This one is custom-tailored for the IT staff at the public agency where I work to demonstrate how simple the procedure is. Don’t worry guys, it’s a piece of cake!

[youtube width="580" height="356"]http://www.youtube.com/watch?v=1RF0IAH_8Ow[/youtube]

Note: This video covers the steps needed to work on an early-2008 MacBook Pro (Penryn), NOT the aluminum unibody models that came out in October 2008.

Tech Writer Shocked to See Apple Xserves at CNBC

Yeah, well you can’t blame them of course… after all, they’re just the spokespersons for the industry, the tech know-it-alls right? In this video, Computerworld’s Lucas Mearian gets schooled by a system administrator at CNBC while getting a tour of the media giant’s 15 terabyte Apple Xserve RAID/Xsan setup. Makes you wonder if these writers get their credentials by just studying back issues of Computer Shopper magazine.[youtube]http://www.youtube.com/watch?v=HQByiz1DVOM[/youtube] 

zcat broken on Mac OS X: Feature or bug?

Apparently on Mac OS X 10.4.7 (and earlier), the zcat command doesn’t work. zcat is a very useful util to read through gzip-archived system logs and usually works by just typing zcat /path/to/log.gz

However, it appears to be broken on the Mac. For example, this is actual output:

[user@host:~] zcat /var/log/system.log.0.gz
zcat: /var/log/system.log.0.gz.Z: No such file or directory
[user@host:~] zcat -S .gz /var/log/system.log.0.gz
zcat: /var/log/system.log.0.gz.Z: No such file or directory