Dark Light

Okay, so my Pingback server is now working again. Yay Pingback. With any luck, I’ve got a client too, and thus can say how necessary it is to remind flash developers not to be really dumb 🙂

Related Posts

Desk Photo

Image099.jpg, originally uploaded by Aquarion. This is a test of the emergancy flickr photoposting system. This is not…

EDC 2015 edition

Previous editions: 2009 2012 2014 I’ve got into the habit of photographing the contents of my bag & pocketvomit every…

Python annoyance

Given the following code: def index(): try: import MySQLdb except: return "Couldn't import MySQL module" return "Yay Workyness"…