• "Given a legacy database, sandman not only gives you a REST API, it gives you a beautiful admin page and opens your browser to the admin page. It truly does everything for you." Very nice.
    (tags: database utility )
  • "Use and create Delicious bookmarks from the Safari web browser" – with a single keyboard shortcut. My main reason for sticking with Firefox was its Delicious integration, but if this is any cop, I think I'm save from terrible memory leaks for the future.
  • "I tend to see them as having much more in common with the approach of an architect or landscape designer in terms of shaping and creating flows, confluences and possibilities for enjoyment… As a result I really do think that critical appreciation and commentary from the world of architecture and design could be illuminating and progressive." Jones on the lack of perception – outside games criticism – of games as design objects (rather than media objects). It is excellent; I agree with it all.
  • Card-based dungeon-crawling game. Basically: card-driven roguelike. Should print it out and take a squint sometime.
  • "Taps is a temporary web service you run on a server that has access to the database you want to export. You can then run the client to connect to that service and pull data out of it in chunks. It works through firewalls, doesn’t require a direct ssh connection, and – best of all – it’s database independent. So you can export from a MySQL database and import to PostgreSQL, or vice versa."
  • Vast, detailed CHUD article on an older treatment Cameron wrote for Avatar, which does sound more interesting than the version we got; sadly, it also sounds very sprawling – there's even more world-building going on. Still, some elements cut from it – notably, Hegner – seem like a real shame to have lost.

So, this blog (for its sins) is running on WordPress 2.0.5. That’s a bit out-of-date. The main reason is because it has all sorts of jiggery-pokery to make it work the way I want – a tagging solution based on Jerome’s Keywords that was modified when I moved to 2.0; all sorts of template hacking to make the beautiful breadcrumb trail at the top you see work.

I’ve resisted upgrading due to the hell that was hacking plugins and templates into future versions of WordPress. Until now, that is. WordPress 2.3 (finally) introduces a proper tagging solution – entirely separate to the “categories” system. Well, not quite, as we’ll see – but it finally means that the architecture of Infovore.org is now entirely possible within WordPress itself.

Of course, now you’ve got to convert your custom tagging solution to the new schema. I’ve written a small script to do this for myself – only took about an hour, and that’s mainly because I was exploring the schema, and my PHP is a little rusty. Of course, now I know a reasonable amount about how tagging is implemented in WordPress 2.3, and felt I should write this up properly, so that anybody else converting custom tagging solutions might save themselves some time.

Continue reading this post…