Getting info from Google in Processing
Wrote my first functioning program to fetch info from a Google RSS feed and manipulate it in Processing.
See it here.
Surprisingly easy to debug. Display routines were hardest. XML parsing was easy!
Update: I found some Java code to return straight ASCII from the escaped HTML returned by Google.