Been playing the Frozen Throne. Not bad. good new units, nice improvements.. Hefty price tag for an expansion, though..
Been getting my feet wet in C++ again. Most of this week was spent looking for a library that allows me to build a small HTTP daemon. Finally found one here which fitted the bill. I need to build an entire virtual hierarchy of directories. Why in C++ ? because the protocol library we use as middleware only exists as a C++ shared object library and no one wants to port it.
At the end of this exercise, I should be able to do XS modules, hopefully.. (hooray).