Skip to content

Monthly Archives: August 2008

I’m changing diets

Billy came by and we made some animations on the white board. Here’s mine.
Update: YouTube cut off a split second of the ending. For the full thing (like it will really change your enjoyment), I’ve uploaded a downloadable.

Paper handpuppet intervention

Mer goes wii bowling

Chuck mans the grill

Dinner plus Wii. Fucking perfection.

java.lang.OutOfMemoryError: Java heap space

Getting that error? Try allocating more heap space when executing your Java application. Use this command from your command line:
java -Xmx512m YourApplication