Archive for September, 2008

GamerDNA blog RSS converter — yeah that’s right.

Wednesday, September 3rd, 2008

Want to upload your now-obsolete GamerDNA / GuildCafe blog into another blogging program? Don’t panic, you can! The guildcafe_blog_rescue (V2) script can convert the html page with your old blog entries into an RSS file, suitable for import into WordPress. To use it, go to the old_blog_entries.html web page, and save it to a file […]

Random code snippet

Wednesday, September 3rd, 2008

// // Event handler for a callback that takes no parameters // class EventHandlerBase { virtual void HandleEvent() = 0; }; // // T is the class that will receive callbacks // U is the method signature or something // template <class T, class U > class EventHandler { T _obj; U _func; public: EventHandler( […]

Insulting spam emails?

Tuesday, September 2nd, 2008

I’ve noticed that spammers seem to have run out of nice things to say. They’ve already explained that I can be well endowed, or please “her” in bed, but for the last year I’ve been getting these belittling emails. The emphasis here is definitely on “little”. The first one I remember was from november of […]