Archive for September, 2007

Mailplane.app - Well Worth the Money

Thursday, September 27th, 2007 Posted in Review | No Comments »

I've been using Mailplane.app for a while and I think it's one of the best email application out there for the Mac. Mailplane.app combine the power of GMail with the ease of use of a desktop application(although in order to ...

Applescript to Restart Finder and Dock

Tuesday, September 25th, 2007 Posted in Tips | No Comments »

Just a little script to restart the Finder and Dock ... do shell script "killall Finder && open /System/Library/CoreServices/Finder.app" tell application "Dock" to quit

Apple: iPhone Unlock Causes “Irreparable” Damage to iPhone’s Software

Monday, September 24th, 2007 Posted in News | No Comments »

A statement from Apple today says that many unlocking method for the iPhone on the internet would cause "irreparable" damage to the device's software: Apple has discovered that many of the unauthorized iPhone unlocking programs available on the Internet cause irreparable ...

Archive Images with Yojimbo

Sunday, September 23rd, 2007 Posted in Tips | No Comments »

I love Yojimbo. It’s very simple and easy to use. I collects all kinds of stuff with Yojimbo, from class notes to bits and pieces of informations for research works. I absolutely love how I can just drag and drop ...

OSX Bash Script to Calculate CPU Usage

Wednesday, September 12th, 2007 Posted in Tips | No Comments »

I understand the “3-decimal CPU load” can be very useful to anyone who actually understand it. But for the garden variety user who simple want a single number representing “how hard the CPU is work at the very moment”, there ...