July 19th, 2010 by Geoffrey Hing | View Comments
For reporting, I often need to fill in my notes with a recording I made of an interview. This means I need global hotkeys so I can start/stop the player while I’m in my word processor or note-taking program (tomboy or zotero). VLC has native support for global hotkeys, but for whatever reason, I couldn’t [...]
April 13th, 2010 by Geoffrey Hing | View Comments
From mom. 2 bags pretzels 1t. seasoning salt 1 t. onion powder 1t. ground mustard 1t. paprika 1t. garlic powder 1t. lemon pepper 1t. dill weed 1t. homemade worchestershire sauce (from the garden of vegan) 1/4 – 1t. cayenne pepper 1 C olive oil Mix all ingredients together pour over pretzels and stir. Put in [...]
December 1st, 2009 by Geoffrey Hing | View Comments
As part of my work at the Center for Research Libraries, I am investigating different Constituent Resource Management (CRM) systems. One of the options is CiviCRM, a popular FLOSS CRM. As CRL is, in large part, a membership organization, I wanted to see if it was possible to represent the basic information that we keep [...]
March 3rd, 2009 by Geoffrey Hing | View Comments
There are some interesting backup tools for system backups (Time Machine) but I want to just be able to copy and verify a directory (and its children). I’ve heard that the commercial product Retrospect provides copy and verify functionality, but I’m cheap. This is the method that I used. I’d be interested on hearing feedback [...]
February 27th, 2009 by Geoffrey Hing | View Comments
I got a new MacBook from work and need to migrate files from my old Dell notebook running Xubuntu Linux. Luckily, I had recovered a drive from a bricked machine that was donated to pages that I could use to transfer the files. I don’t like the Fat32 file system, so I formatted the external [...]
November 12th, 2008 by Geoffrey Hing | View Comments
I kept getting logjammed checking my personal e-mail at work, so I made separate profiles in Thunderbird for each. However, every once in a while, I want to open both at once to monitor incoming e-mail from both my personal and work accounts. In order to do this, you need to provide the -no-remote switch [...]
November 11th, 2008 by Geoffrey Hing | View Comments
ghing@silvertongue:~/.mozilla/firefox/imtysl65.default/Cache$ ls -lh `find . -size +1M | file -f – | grep Flash | awk -F ‘:’ ‘{ printf “%s “, $1; }’`
October 10th, 2008 by Geoffrey Hing | View Comments
Update: Photos of my planner! Mine is on the left, next to a moleskin to give you an idea of the relative size. Below is what each day looks like. I use Sandy for most of my calendaring, but don’t have a PDA or mobile phone with a convenient calendar app (and can’t afford one). [...]
September 22nd, 2008 by Geoffrey Hing | View Comments
I’m running debian lenny/sid with kernel 2.6.26-1 on my workstation and for a while, my audio hasn’t been working in most applications (I was most annoyed by the lack of sound in flash), though it has been working in amarok. I was getting error messages like this when trying to do audio playback. These particular [...]
September 18th, 2008 by Geoffrey Hing | View Comments
Extracting from a vimball From http://vim.sourceforge.net/scripts/script.php?script_id=1502 Users of a vimball archive simply need to :vim something.vba :so % and the contents of the vimball will be extracted and placed into the proper directories, no matter where the user opened up the vimball. Furthermore, the helptags command will be automatically and transparently used to make any [...]