.comment-link {margin-left:.6em;}

Sometimes I Wish That It Would Rain Here

Tuesday, November 04, 2008

a new metaphor on election day

how long did you stand in line to vote? I spent about an hour and forty-five minutes at my local polling place this morning. and based on what I hear from other parts of the country, that wasn't even that bad.

while you're hanging around waiting for the results to be counted (which is probably starting about now on the east coast), here's an interesting metaphor that metaViz turned up recently: a candidate is like a theory. I think it provides a great alternative to the common adversarial rhetoric surrounding political campaigns (even the word "campaign" is reminiscent of war).
click through for a full description and a link to the visualization.

Labels: , ,

Saturday, November 01, 2008

newest tinkering toy: NodeBox

I've been spending a little time over the past two days playing with NodeBox, a suite of graphical utilities for programmatic image creation. it's based largely on python and uses a bunch of the graphical innards available with Cocoa (thus, it's specific to Mac OS).

thus far, it's pretty awesome. it's pretty straight forward to understand and rather powerful with even simple commands. not only is there a super helpful tutorial, including primers on many programming concepts for non-programmers (variables, lists, loops, etc.), but it's very easy to quickly creating striking, perhaps even compelling images. in just a few minutes, I was able to throw together this image, based on random placement and coloring of all the tags I've used on this blog:


the sizes, positions, colors, and even which tags to use are all random (not all tags are used, and some are used more than once, e.g., "iTunes" shows up twice near the lower left corner). I realize that this does not adhere to more "traditional" approaches to tag clouds, where in position is based on alphabetical order and size is based on frequency of use, but for now I just wanted something fun. for example, the way that "iTunes" overlaps with the first three letters of "oxymoron" make the "-moron" part much more noticeable.

if you're at all interested in programmatic image generation (or just like playing with fun, designer-y toys), I highly recommend you check NodeBox out. I'm planning on using it to create some images based on the data behind metaViz, so keep an eye open for that in the next couple days (hopefully, before the election).

Labels: , , , , ,