somewhere down on gifpop's blog, so I decided to make this silly hilbert-curve animation:

Code is here. It's a hilariously janky technique of rendering it in canvas in the browser, calling toDataURL, sending that base64-encoded data back to a nodejs server, which decodes it and writes it to disk.