Monthly Archives: January 2010

Database Modeller 0.3

Database Modeller 0.3 has been released. There isn’t as many changes as I wanted, but the main changes were unreleased for almost half a year. You can download the source code and Windows installer on the project page. Changes since … Continue reading

Posted in Announce, Database Modeller | 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

Redirect HTTP requests to HTTPS in Apache

One more short snippet, that might be useful to me in the future. If you have a website served by Apache and want your clients to only use HTTPS, you can use this mod_rewrite configuration: RewriteEngine On RewriteCond %{HTTPS} off … Continue reading

Posted in Tools | 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