Searching through your Twitter archive
(1..5).each {|i| `wget --user=jrobertson --password=secret http://twitter.com/account/archive?page=#{i}`}
then using grep -i <keyword> * you can search for anything you've twittered in the past.
Note: Use Wget sparingly.