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. 4 weeks ago
- Very interesting talk about copyright protection. http://t.co/4HvmMQ2N 1 month ago
- Oh, it's finally here. New GMail look without an option to go back. :( 1 month 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
Tag Archives: snippet
Minimal audio-only FFmpeg build with MinGW32
Another post intended mainly for future me, I tend to lose and re-invent this kind of stuff if it’s not public… :) For projects like Picard or Chromaprint, when I’m doing a Windows build, I need a minimal version of … 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
Tomboy’s “Start Here” note
I use Dropbox to synchronize my Tomboy notes. This works very well, but there is a problem when setting it up on a new computer. Tomboy has a special “Start Here” note, which is used mainly for organizing other notes. … 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
Resizing a LVM swap volume
Another post mainly for myself, just so I know where to find the information quickly the next time I need it. If you have swap on a LVM volume, these commands can be used to resize it (in this case, … Continue reading