Creative automation changes the way we write, it will also change the way we read. I'm interested in pushing the boundaries of web publishing into simulation or spatial strategy. A letter to the editor and back again: how far would partisan method have to go to dismantle the spin? Ideas are easy to change compared to the mechanisms of relevance and status. At the motivating level of reading, the powers of discourse, of rhetoric, of ideology, of myth offer a range of choices but seemingly no way to adjust them.
Lives and Works in New York, NY.
http://ward.dojo.fed.wiki/assets/pages/story-telling/speed-bot.html HEIGHT 150
Generally speaking, in order to perform a full GC across the entire object memory, the virtual machine traverses (that verb again!) all reachable objects starting at some root, typically the global dictionary `Smalltalk`. As it visits all the reachable objects, it remembers which objects were visited. This allows the virtual machine to determine which objects were not seen during the traversal, and it is how the VM’s garbage collector determines what is garbage and what is not.