<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:fe="http://tommorris.org/ns/fireeagle/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel><title>Tom Morris</title><link>http://tommorris.org/blog/</link><description>The latest posts from my blog.</description>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/TomMorrisOPML" type="application/rss+xml" /><feedburner:emailServiceId>212901</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item><title>Sunbird and Google Calendar</title><description>&lt;p&gt;It's been most interesting watching the rather strange larval development of the various aspects of the Mozilla suite (formerly Netscape Communicator) into the separate pieces. I finally tried out &lt;a href="http://www.mozilla.org/projects/calendar/sunbird/"&gt;Sunbird&lt;/a&gt; today.&#xD;&lt;/p&gt;
    &lt;p&gt;Most of it isn't particularly interesting: it's an iCal client which can use the CalDAV protocol to subscribe to remote calendars. But there is one thing which makes it amazing: the &lt;a href="https://addons.mozilla.org/en-US/sunbird/addon/4631"&gt;Provider for Google Calendar&lt;/a&gt; plugin. How does this sound: a free, open source, cross-platform calendaring system that syncs with Google Calendar, and store those events for when you aren't connected to the cloud? Cool!&#xD;&lt;/p&gt;
    &lt;p&gt;If I were in charge of the Google Calendar team over in sunny Mountain View, I'd get some of the engineers to start working on Sunbird - getting deep integration, cleaning the UI up a bit and so on. And Apple should really add a plugin architecture to iCal. Hopefully Sunbird will be a catalyst for nice lightweight, cloud-aware calendaring apps, nailing another few nails into the creaking coffin of &lt;a href="http://wanderingstan.com/2008-02-01/67_reasons_that_outlook_sucks"&gt;Microsoft Outlook&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TomMorrisOPML/~4/328274835" height="1" width="1"/&gt;</description><pubDate>Sun, 06 Jul 2008 20:10:11 GMT</pubDate><link>http://tommorris.org/blog/2008/07/06#When:20:10:11</link><guid isPermaLink="false">http://tommorris.org/blog/2008/07/06#When:20:10:11</guid></item><item><title>KeyRub: simple post-party key signing</title><description>&lt;p&gt;Last night, before going out for post-conference merriness after &lt;a href="http://www.ukuug.org/events/opentech2008/" rel="tag"&gt;OpenTech 2008&lt;/a&gt; (a really cool event, btw), I took part in a bit of a key-signing party. Key-signing has been &lt;a href="http://xkcd.com/364/"&gt;made fun of on XKCD&lt;/a&gt; (leading to &lt;a href="http://forums.xkcd.com/viewtopic.php?f=7&amp;t=16695"&gt;reader&lt;/a&gt; &lt;a href="http://answers.yahoo.com/question/index?qid=20080210105901AAudUtL"&gt;confusion&lt;/a&gt;). While I was there, &lt;a href="http://dwm.me.uk/" rel="acquaintance met"&gt;David McBride&lt;/a&gt; showed me a tool on Debian Linux called "Caff" - it's up on the web &lt;a href="http://pgp-tools.alioth.debian.org/"&gt;here&lt;/a&gt;, described as a CA (as in Certificate Authority) "fire and forget" tool.&#xD;&lt;/p&gt;
    &lt;p&gt;I looked at it, but it was a jumble of highly mind-bending Perl code, so I decided to rewrite it. In Ruby. For the Mac. After a lot of frustration, it's done. And I present &lt;a href="http://tommorris.org/files/keyrub.rb.txt"&gt;KeyRub&lt;/a&gt;. KeyRub takes a space-separated list of GPG short-hexes (mine is "A6A4F54E"), goes online, grabs the key, shows you the fingerprint of the key, then presents you with the prompt to sign the key. If you choose to sign the key, it then makes an encrypted version of the key with your signature available for each of the listed e-mail addresses and mails them out. This is a much quicker process than sending random data out and then waiting for a response, then signing, then publishing. It also means that the signee can choose to publish your signature only if they want to.&#xD;&lt;/p&gt;
    &lt;p&gt;In addition, because storing e-mail server passwords in plaintext just sucks, I have used the "security" command line utility (which is a command-line interface to the OS X Keychain - and boy is it easier to use it this way than faffing around with Python or Ruby Objective-C bindings) to get my Gmail password out. Obviously, this won't work on non-OS X systems. And if this script wasn't built only for my own usage, I'd make it so that it would extract my Gmail username from the Keychain also. But that isn't likely to change too often. Hint: if you are building command-line-based scripts that interact with servers or APIs, use the Keychain on OS X. It rocks.&#xD;&lt;/p&gt;
    &lt;p&gt;What is all this key-signing stuff about? Well, you should start using GPG. Even our supposedly liberal, freedom-respecting, Western governments are screwing around with our privacy, and GPG allows you to fight back. Use it to encrypt your e-mails and files, as well as do things like sign software (this is tremendously useful - if you make a piece of software, signing it means that others can redistribute it, safe in the knowledge that others can check its veracity). If you are in London, I am often at geek events, and am always willing to sign keys - my policy is I accept only government-issued IDs (passport or driving licence) with discretionary cultural name variability (ie. if your passport says "Thomas" but your key says "Tom", that's fine - if your passport says "Thomas" and your key says "31337h@x0rZftw!1!", think again).&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TomMorrisOPML/~4/328312214" height="1" width="1"/&gt;</description><pubDate>Sun, 06 Jul 2008 21:14:47 GMT</pubDate><link>http://tommorris.org/blog/2008/07/06#When:21:14:47</link><guid isPermaLink="false">http://tommorris.org/blog/2008/07/06#When:21:14:47</guid></item></channel>
</rss>
