Reading Evolved: Spectacular Spirals

This was a bit of tangent for me, but working in javascript and remixing some code for Networks & Creativity resulted in the creation of multiple incarnations of a “Word Frequency Spiral” script. The first creates the spirals in photoshop and the second version uses D3.js, a data visualization library, to make an interactive, zoomable…

Blockventures In Minecraft Part I

What’s better than virtual legos? Not much. I’ve been working on some javascript mods for consistently amazing and exceptionally time consuming Minecraft using Walter Higgin’s Scriptcraft. It uses Rhino Javascript Interpreter to implement the Craftbukkit API , which ends up with scripts that look like some sort of horrible demon-spawn of java and javascript. Way of…