Blog

  • Recently I went to see Dark Knight Rising with my wife. The volume in the cinema was too loud and we didn’t enjoy it because of that. My wife went out to complain to the only person she could find. A security guard who couldn’t be arsed to do anything about it. He said he…

  • Jeff Waugh @jdub tweeted an interesting article about how the previous Mars rovers turned out to have a fairly serious software problem, and how the JPL engineers diagnosed and fixed it. Some of the points I found particularly interesting: JPL use a propriety, off the shelf operating system to run the rovers (VxWorks) having a…

  • Brendan sent a reminder that Mars Curiosity Rover is about to land. To get in the spirit you can: Follow @MarsCuriosity on twitter. Check out JPL’s mars rover site See some great photos of the construction and launch of the rover Watch the Curiosity’s Seven Minutes of Terror

  • I have been getting very confused between the mouse wheel scroll directions in Windows 7 and Mac OS X Lion. As I consider OS X to be the future, I decided to try and flip the mouse wheel scroll direction in Windows. Turns out there is a registry setting to do this: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\????\????\Device Parameters Set…

  • We recently bought an old kitchen cabinet that has a fly screen on one of the doors. I have found that it lets dust in over time, and when I go to use the glasses, they often have to be cleaned because they are dusty. I decided to make some sort of clear perspex screen…

  • Vladimir Lasky gave a very interesting talk about wordpress security at WordCamp Sydney 2012. In it he listed his essential plugins for a secure wordpress site. The plugins are: Login Security Solution Semisecure Login Reimagined WordPress File Monitor Plus WordPress Firewall 2 Admin renamer extended wordpress-table-rename WordPress HTTPS (SSL)

  • ido-mode in emacs has this great feature where it remembers old buffers you have had open in the past and offers then as choices when switching buffer using C-x b. The problem is that sometimes it will have names in the list you’d rather it didn’t remember. The solution is easy, simply hit C-k to…

  • I’ve been trying to get gnus working in emacs in win32 for the past few days. There were a number of obstacles to overcome: Install gnutls The gnus README.w32 says gnutls should be installed and in the path. I found that it must be in the windows system path to make it work. Setting the…

  • For some reason I never thought to search for this before. It turns out, if you CMD+double click on a web link in Terminal.app it opens the link in your browser. Very handy. CMD+Shift+double click for OSs older than Lion.

  • Recently I had a list of things in a org buffer that I wanted to turn into a numbered list but couldn’t find an elegant way to do it. The solution I came up with was to use a regex-replace to insert 1. in front of each line. Then I used org-mode’s C-c C-c to…