Have you ever felt the need to perform set theoretic operations on types? Not really? Me neither, but I thought it’s a fun thing to try out. So, if you ever feel the need of using type sets, C++11 makes…

Code Hero raises over $100,000 for shooter that teaches computer programming

I have been toying around with C++11 in the last days, finding a lot of the new features very helpful. Especially rediscovering concepts from typed functional programming languages is very delightful. So far variadic templates and the std::tuple type got…

Recently I had to use a sparse linear system solver and after trying several libraries I decided to use SuperLU. It was rather easy to compile on Ubuntu 10.04 and also the SuperLU support in Eigen is quite useful (although…