
Fast Forward Labs website relaunched.

Glitching text.
From: http://robmyers.org/glitcherature/ via https://twitter.com/CPriestman/status/904829030909837312

A nice combo of lo-fi graphics and subtle effects. The bird behavior looks great.
From: https://twitter.com/more8bit/status/904107654196469761

I got the basics of the eloquent javascript game tutorial working, but now I'm discouraged because I don't feel like I have a good handle on how everything is fitting together and how to expand. I think I am now going to return to a more functional (or at least Redux inspired) programming style and try and build up to the same point.

This is a good looking key font and a great concept for exploring browser habits (personal keylogging).
From: https://twitter.com/mwichary/status/898656890237759489

Eloquent Javascript has a guide for making a text-based simulation world and ecosystem. This should be very helpful for thinking about how to organize the code in my experiments.

I got the people (dots) to step back and say excuse me. I think this was a good exercise in running into a bunch of the ways collision detection is not easy. I'll probably do some research on how other people handle it now.