16 December 2011

Semester in review

You have successfully logged in. Please do NOT close this page, or you will lose access. Open a new tab or window to connect to Internet sites. Please notice that you will only have LIMITED network access until you upgrade your system.
I've been pretty quiet online these past few months. My first term at George Mason has been a blast; but I've been super busy.


In that time I've joined Student Government as the Undersecretary for Information Technology, where I've worked on improving our campus residential and wireless network along with the really awesome people at ITU TSD.

I became a UTA for the Computer Science I class at my university, and helped organise several late-night extended tutoring sessions in the days before project deadlines.

I also took over part of the maintenance responsibilities for the Computer Science department's faculty supercomputing cluster, and began work on developing a cluster for student use.

During this winter break it looks like I'll  be in Cambridge for a couple weeks during IAP. Among other things, I'm running an event with SIPB.

Next semester, I'll be participating in the Undergraduate Research Scholars Program extending my work on mobile device approval-based authentication with Dr. Robert Simon. Here's to the future!

14 December 2011

Making Message-ID useful in Thunderbird

In Thunderbird, if you read a message on a mailing list and want to reference a post in a blog or elsewhere, you may often want to access a copy of the mailing list posting on the web. While you can often accomplish this by searching for the subject or manually finding it in the specific archives of that list, if you're using full mail headers, there's a built-in way to find a message on the web.

Each email or Usenet message has a unique Message-ID. These are indexed at various providers which archive mailing lists, with Gmane being the most notable in the Free Software community.

If you right-click on the Message-ID of a message in Thunderbird, you can choose to "Open Browser with Message-ID". By default this menu item opens sensible-browser with a Google Groups page, which, while indexing of Usenet, remains  ignorant about most mailing lists. Most people reading this will probably find that Gmane carries their favourite mailing lists, while Google does not.

This is configurable, but sadly you have to choose one or another. In Thunderbird, go to Edit → Preferences → Advanced → Config Editor, and set the "mailnews.messageid_browser.url" property to http://mid.gmane.org/%mid. (default of http://groups.google.com/groups?selm=%mid&rnum=1)