Rocket Commander is a nice looking Microsoft tutorial to produce a 3D game using C# and DirectX. I don’t have much use for C# at the moment, but this looks like a fun way of kicking the tyres!
Category Archives: Software Development
Pastebin v0.40 released
There hasn’t been a source release of pastebin.com in over a year, and I promised one in April, and here it is!
There’s no new features yet, just what you see on pastebin.com, but the code has been substantially reworked from the last available release. Source is GPL licenced, if you have any questions, add them as comments to this article in case the answers are of benefit to others…
Download pastebin.tar.gz (130 KB)
Advanced MySQL Replication
There’s an interesting article over at ONLamp which covers
Advanced MySQL Replication, covering how to go beyond master-master replication to create a circular cluster of MySQL servers. It includes details on how you can use MySQL 5.1 features to manage automatic failover to remove any failed node from the cluster.