Tag Archives: stackoverflow

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

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