Category Archives: C/C++

I’m blind (I think)

Now don’t get me wrong, I love to use GNU make on all the unixoid platforms where I have to use it and I have been using it for some advanced stuff on Windows as well. But honestly, when has … Continue reading

Posted in C/C++, EN, Programming, Software, Thoughts | Tagged , | Leave a comment

“Signs that you are a bad programmer”

This list is interesting and certainly contains some valid points, but I’d argue that some of the symptoms may also be a sign that you are simply maintaining legacy code that has outlived its life-expectancy for too long and perhaps … Continue reading

Posted in C/C++, EN, Programming, Software, Thoughts | 1 Comment

Two years later (update)

A new version of TortoiseCVS is available. Since I have largely parted with CVS, I just noticed now. Well, the issue reported in 2008 and closed as fixed is still not fixed. The respective piece of code looks exactly the … Continue reading

Posted in C/C++, EN, Programming, Reversing, Software | Tagged , | Leave a comment

mydumper – nice alternative for mysqldump

I’m using MariaDB. Now, I had the idea for smaller DBs to use the SQL dump and store that in a version control system such as Mercurial or Git. However, the ordinary mysqldump creates quite unreadable dumps. Since the version … Continue reading

Posted in C/C++, EN, Linux, Programming, Python, Software, Unix and unixoid | 2 Comments