Sort your crashlogs with Hazel

Filed under: Odds and ends, UNIX / BSD

I’ve been on a bit of a Hazel kick lately. I wrote a short shell script that will sort my Crash Logs.

#!/bin/sh

### Get the name of the app
APP=`/bin/echo $1 | /usr/bin/sed ‘s#_.*##g’`

### make a directory…

Sync Wars: Address Book vs. Google Contacts

Filed under: InternetSteven Frank from Panic has outlined several important differences between the way that Address Book (on Snow Leopard) and Google Contacts manage data. This is on his personal website. He’s quick to point out that it is not meant t…

Starting from zero on the iPhone home screen

Filed under: iPhoneThis is what my iPhone looks like right now. No, it’s not because iTunes went crazy and deleted all my apps. I’m trying to figure out which apps I actually use.
I’ve downloaded over 150 apps from the App Store. Of those 150, I have r…

First Look: Twitter for iPhone

Filed under: iPhone, App ReviewIt took a little longer than expected, but Twitter for iPhone (née Tweetie) is now available. Mostly it looks exactly the same as Tweetie 2, with the exception of a new icon (shown here).

I was surprised to see t…