Recent Comments:
Ask TUAW: Automounting a network drive, iPhone flash memory, XMP photo metadata and more {The Unofficial Apple Weblog (TUAW)}
Sep 19th 2007 7:41PM Regarding SSH: Your solution WILL NOT WORK! OS X prevents any non-admin users from logging in using ssh (at least by default).
The hundred gadget giveaway: round 21 {Engadget}
Sep 9th 2007 2:39AM Sweet a VOIP kit.
zomg! \o/
The hundred gadget giveaway: round 12 {Engadget}
Sep 6th 2007 7:20PM That MS keyboard looks neat!
The hundred gadget giveaway: round 7 {Engadget}
Sep 5th 2007 12:39PM Me wants a new camera!!
The hundred gadget giveaway: round 4 {Engadget}
Sep 4th 2007 7:38PM OMG these BT speakers look like they'd be fun to mod!!!
Microsoft buys Zunesleeves.com? Probably not. {Engadget}
Jul 2nd 2007 1:56PM When are they going to buy microsoftshitbrick.com?
Steve Jobs: iPhone runs "Real OS X" {The Unofficial Apple Weblog (TUAW)}
Jun 5th 2007 8:42AM Call me a freak, but I want a console! (ssh on your phone, anyone? anyone?)
PiperJaffray analyst predicts Autumn 6G iPod {The Unofficial Apple Weblog (TUAW)}
May 24th 2007 6:37PM In that line... I've found this today while digging in iTunes' resources...
http://img440.imageshack.us/img440/7110/picture1wm0.png
There was no colour version, only this mask. What does this look to you guys?
World's Largest iTunes Library? {The Unofficial Apple Weblog (TUAW)}
Apr 21st 2007 3:34PM All this should bring an important point. Apple needs to switch the library to SQLite. XML was fine back when the 5Gb iPod was *huge*. But now a days more and more people have hundreds of gigabits worth of music. SQLite would be _much_ faster. It's not for nothing they use it for Mail's index.
Please, please, Apple if you read this make iTunes' library use SQLite or something similar!
Terminal Tip: Output man pages as plain text with col {The Unofficial Apple Weblog (TUAW)}
Apr 19th 2007 8:48PM A much nicer solution is
man -t man | open -f -a /Applications/Preview.app
which will render the man page as a nicely formatted pdf and open it in Preview. I have it as a function in my .bash_profile:
pman() {
/usr/bin/man -t ${1} | /usr/bin/open -f -a /Applications/Preview.app
}







