Profile

Recent Comments:

WWDC 2009 Keynote meta-liveblog {TUAW.com}

Jun 8th 2009 4:00PM Disgruntled AT&T customer here. Been without an iPhone since mine was stolen a year ago. I (for some reason) stayed an AT&T customer, so now I'm punished when I want to get a new one?

Conan Breaks Down McCain's VP Options {Asylum}

Aug 20th 2008 10:53AM This is a couple of weeks old. As far as I know, Conan hasn't been on during the Olympics.

Ask TUAW: Uninstalling, kickstarting the Dashboard, iSight replacements and more {TUAW.com}

Oct 26th 2007 3:29AM I don't think he answered table's question. He knows how to sync just one playlist, but since it is a smart playlist based on a larger one, it wants to sync that one, too. I don't remember my Nano doing that.

Timelapse of iSight wakeup captures {TUAW.com}

Aug 30th 2007 1:56PM That got parsed out. It should say:

while ($fname = <*.jpg>)

Let's see if this works.

Timelapse of iSight wakeup captures {TUAW.com}

Aug 30th 2007 1:51PM This guy doesn't seem to understand file globs in Perl. This is much easier:

#!/usr/bin/perl

while ($fname = )
{
rename ($fname, ++$i . ".jpg");
}

Found Footage: John Lennon invented the iPod? {TUAW.com}

May 8th 2006 7:47PM I'm dumber now that I've watched that.

Nike releases iPod nano/shuffle armband {TUAW.com}

Dec 2nd 2005 2:23PM Just recieved mine from Apple this morning. First impressions (before actual use): very cool. One solid piece, no velcro, very stretchy. Dri-fit should mean that it doesn't collect sweat like the MWare SportSuit Convertable I used to use with my 20GB iPod (that thing got to where it stunk). Nice-looking too, I got the black-and-grey one for my black Nano. As far as sizing, go with your first instincts. I have about average arms, not big guns and not skinny twigs, so I went with the M/L. It's a great fit. The material is stretchy (did I mention that already?) so it fits a wide range of sizes.

5th Generation iPod: First Impressions {TUAW.com}

Oct 19th 2005 2:18PM I use my 20G 3rd Gen primarily when working out (it's on ebay right now). Should I upgrade to the new iPod, or go with the nano for the size advantage? I have around 5GB of content. Suggestions?

How do you rip a clip from a DVD on OS X? {TUAW.com}

Jul 22nd 2005 5:36PM ffmpegX's install looks intimidating, but it's really not (I did it last night). Go to this page, and it has links to the three binaries you need. Just drop those *somewhere*, it doesn't matter where, and tell ffmpegX where they are. If it gives you a 'file not found' message, the directory that it's trying to copy to probably doesn't exist. Just go to the shell, and 'sudo mkdir' it. It's a little more complicated than click-drag-install, but not much.