Geolocation possibilities on the iPhone

Posted by Tom on September 10th, 2007 — in GPS, Geolocation, iPhone

Ever since the iPhone was announced, I thought it would be really cool if it had a GPS receiver, or at the very least was able to find your general location via cell phone tower triangulation (technically trilateration). The obvious benefits of such a system would include automatic positioning of Google Maps to your location, [...]

Open new Terminal window in current (or other specified) directory

Posted by Tom on September 7th, 2007 — in Command line, Mac

A lot of times I find myself wanting to open another (Mac OS X) Terminal window in the same directory as my current one. This little shell script, which executes a little AppleScript, makes that trivial:

#!/bin/sh

if [ $# -ne 1 ]; then     PATHDIR=`pwd` else     PATHDIR=$1 fi

osascript -e "tell application \"Terminal\"" -e "do script \"cd $PATHDIR\"" -e "end tell"

Save this [...]

iPhone Accelerometer Fun-ness

Posted by Tom on September 6th, 2007 — in iPhone

If you’re an Apple geek like myself, you might remember back in 1999 when WiFi was a brand new technology, and Phil Schiller demonstrated the new iBook’s Airport feature by jumping off a balcony holding an iBook with an attached accelerometer, which sent the accelerometer data wirelessly to Steve’s demo machine for display (see below).

Well, [...]



Warning: include(/home/tlrobinson/tlrobinson.net/_footer-analytics.php) [function.include]: failed to open stream: No such file or directory in /home/tlrobinson/tlrobinson.net/blog/wp-content/themes/clean-look-150/footer.php on line 13

Warning: include() [function.include]: Failed opening '/home/tlrobinson/tlrobinson.net/_footer-analytics.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/tlrobinson/tlrobinson.net/blog/wp-content/themes/clean-look-150/footer.php on line 13