Twitter updates
- @max_mcguire @Wavesonics If you branch with SVN, then you have a problem anyway. Why not #mercurial or another DVCS with sane branching? 1 day ago
- @max_mcguire Why? Sure, there are parts which aren't great, but unless you use Spirit everywhere, Boost can be a great time saver. 1 day ago
- I just paid 70€ for 68 kib of OpenType fonts (one font, two styles), but my god, HelveticaNeueLight looks gorgeous. #ilovehelvetica 1 day ago
Development
Graphics
Calendar
February 2012 M T W T F S S « Dec 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Category Archives: Programming
Reporting compiler bugs
Once in a life-time, you run into a compiler bug … well, that used to be the case, before HLSL/GLSL/OpenCL/CUDA/C++0x whatever started to crop up and require new front and especially code generation back-ends. More often than not, people just … Continue reading
Avoid unsigned types by default
For some reason or another, unsigned types in C++ are heavily overused. I know that Java doesn’t have them, and many students who learn programming with Java think this is a really serious deficiency which they have to make up … Continue reading
Bazaar for version control
I’ve been a long-time user of Subversion – and I really like the project. However, I recently switched to Bazaar for nearly all of my work, and I’d like to explain some of the reasons behind this. First of all, … Continue reading
Beta testing time
Visual Studio 2010 Beta 2 has been released recently, and CMake 2.8 is also in RC mode right now. In case you haven’t done yet, this is the time to give it a try, as Microsoft and Kitware are really … Continue reading