Skip to content

Monthly Archives: February 2010

OpenID on WordPress

I’ve been very amused by OpenID for awhile now, but haven’t had a chance to use it. The animation project that Ben (of Ben-writes.com) and I are working on was the perfect excuse to try out OpenID. So if you want to post comments over at boynpanda.com, try using your OpenID!

colorLine

Why? Because it’s awesome. from turtle import * def colorLine(distance, colors): … for x in range(0, distance, 1): … color(colors[x % len(colors)]) … forward(20) colorLine(400, ["red", "blue", "purple", "pink", "white"])

Open Source Electorate

Without mind-reading it’s impossible to fully audit the motives and rationality of our elected representatives. And even if we find them lacking, it can be hard to get rid of them or force them to change with the times. And once we’ve gotten rid of a flawed one, it’s hard to find a suitably qualified [...]