The local Apple Store was having their monthly fire sale this weekend, and thanks to the new iPod Nanos requiring some counter space I got a great deal on one of the old iPod Shuffle demo units. I decided to test the battery capacity by cycling it a few times, and discovered something interesting I’ve […]
Tag Archives: apple
They get it
Don’t you just love when you run across a company that just “get’s it”? They just really grok their industry and what it’s all about… they see the big picture, and therefore tend to be the trend setters. There aren’t all that many companies I know of that I’d put in this category — Apple […]
Nightly WebKit builds
The WebKit team announced a new site today where you can download nightly builds of the latest WebKit — very cool. I went ahead and wrote the following simple shell script to automate the process of downloading and installing the latest build: #!/bin/sh curl -o /tmp/webkit.dmg http://nightly.webkit.org/builds/Latest-WebKit-CVS.dmg hdiutil mount /tmp/webkit.dmg if [ -d /Volumes/WebKit/WebKit.app ]; […]