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
Category Archives: Tools
Goodbye Launchpad
All Acoustid components are now migrated to GitHub: Chromaprint Acoustid Fingerprinter Acoustid Server Acoustid Index Chromaprint plug-in for GStreamer Even though I still prefer the idea of Bazaar, the tools built around Git and especially GitHub make it worth switching … Continue reading
Making Fail2ban with IPFW firewall on FreeBSD work
The internet is a nasty place, everybody is trying to hack into your servers if they are publicly accessible. Even though I always disable password authentication, so there is very little chance somebody could “guess” my private RSA key, I … Continue reading
MusicBrainz database replication
I wanted to work on the Acoustid lookup web service and for this I needed to setup a MusicBrainz replicated database slave. Normally I’d use the Perl code from mb_server, but I didn’t want to mess up the setup I … Continue reading
Posted in MusicBrainz, Tools
Tagged Database, MusicBrainz, postgresql, python, replication
1 Comment
Custom file associations on GNOME
It seems that there is no GUI method settings associations for custom files in GNOME. I’ve had this problem before with dbmodel before. It writes save its data in XML files that end with the extension “.dmf”. The problem is … Continue reading
Cross-compiling with CMake and Autotools
The last time I needed to build a Windows binary, I found it easier to cross-compile it from Linux than to setup a development environment on a freshly installed Windows machine. The problem is that even though it’s not hard, … Continue reading
Posted in Programming, Tools
Tagged autotools, cmake, cross-compile, mingw, snippet, windows
Leave a comment