Tag Archives: fail

Oracle…

Working with Oracle is always an adventure. The error messages are usually not very helpful, so you have to guess a lot. What I’ve seen today is an extreme though. Oracle allows you to create a table with a column … Continue reading

Posted in Database, Rants | Tagged , , | Leave a comment

Fun with timestamps

Some programming languages really encourage using UNIX timestamps for working with dates. PHP is a good example of such a language. Functions like date, strtotime, strftime are used all the time. Most people don’t realize that timestamps in general can’t … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Mercurial, part 1

I’ve been using Mercurial at work for two months now and the expectations I had about it didn’t change to anything better. I guess it looks cool for people who are used to SVN, or even CVS, and are not … Continue reading

Posted in Rants, Tools | Tagged , , | 2 Comments

Technical book authors

To be honest, I don’t read technical books much. I prefer reading the official documentation for a product I need to work with, or use some other ways to get information about it. I always assumed people who write such … Continue reading

Posted in Rants | Tagged , , , | Leave a comment

Disabling sound in GDM

I often have to turn on my laptop in a situation when I need it to be quiet. It’s easy to disable the login sound in GNOME, but in the new Ubuntu release it became quite hard to disable the … Continue reading

Posted in Tools | Tagged , , , , | 2 Comments