Twitter
- @brianfreud Probably not, but Acoustid will be the default option in the next version so I will definitely see some more usage from Picard. 3 weeks ago
- I'm pretty impressed with Windows 8. Wouldn't use it on my dev machine, but it works perfectly on a TV. 3 weeks ago
- Very interesting talk about copyright protection. http://t.co/4HvmMQ2N 3 weeks ago
- Oh, it's finally here. New GMail look without an option to go back. :( 4 weeks ago
Links
Categories
Archives
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
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
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
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
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