Archive for December, 2009
It is always a hassle to remind the proper options to use with mysqldump for me. My users are usually not granded to perform some locks and the default options are bad (who wants a dump in memory Oo?). Here is one call that seems to work fine and pretty fast: mysqldump -uuser -ppass -h [ READ MORE ]
When I was a child and started to listening to music, I had a little monophonic outdated set. At the time, I remember that the sound that was coming out of the box was a quite indistinct continuous stream. I could make the distinction between two stations but could not name the song or the [ READ MORE ]
Lately, I was complaining I could not find any class-oriented language supporting some kind of inheritance for static properties. Well, I found one. This is a little embarrassing as I was considering myself as having had a good-enough look at python. I was wrong. I had missed this, among a lot of other things. Reading [ READ MORE ]