Monthly Archives: February 2010
Word of the Day: Fremdschämen
Fremdschämen is a German word which means vicarious embarrassment on behalf of others. For examples, refer to almost anything that Ricky Gervais has made.
Photo Journal: Dempster Highway to the Arctic
Dempster Highway to the Arctic, Vancouver to Inuvik is an interesting photo journal by David Cambon.
MicroSD Card Sleuthing
I just read a fascinating story about investigating a bad batch of Kingston MicroSD cards. Some of the things I learned: Toshiba and Sandisk co-own the same fabrication facility. Samsung does not sell their own cards retail, only through resellers … Continue reading
IME Functions Fail From Separate Process
I wanted to change the behavior of the Microsoft IME bar using AutoHotkeys, a utility which can be used to create macros, remap keys, or do any of a variety of other related tasks. This led me to ime_func.ahk, which … Continue reading
Publishing GPG Public Key in DNS Records
Publishing GPG/PGP keys to public keyservers has one glaring fault: once you commit something, you can never remove it. I made the mistake of adding my email address at an employer’s domain. Now it is permanently tied to my public … Continue reading
GnuPG Not Working Under Cygwin
I was having trouble using the GnuPG plugin for vim under Cygwin. The GnuPG plugin allows seamlessly integrated decryption, editing, and re-encryption of GPG-encrypted content within vim. However, on my Windows 7 box, it just showed gibberish. Attempting to edit … Continue reading
Converting MP3 to AAC
Here is a Windows command shell script I wrote to convert MP3 files to AAC for my Softbank 821SC phone. The script uses FFmpeg, which I downloaded from here. @echo off REM ————————————————————————— REM Set the following variable to the … Continue reading