<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>David North</title>
	<atom:link href="http://www.dnorth.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dnorth.net</link>
	<description>The scribblings of an Oxford-based geek</description>
	<pubDate>Sun, 31 Aug 2008 11:44:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>New toy: Advent 4211</title>
		<link>http://www.dnorth.net/2008/08/30/advent-4211/</link>
		<comments>http://www.dnorth.net/2008/08/30/advent-4211/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 20:43:33 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[advent]]></category>

		<category><![CDATA[msi]]></category>

		<category><![CDATA[toys]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/?p=47</guid>
		<description><![CDATA[I bought myself an Advent 4211 last week (you might know it as the MSI Wind; they&#8217;re essentially the same thing). So far, it&#8217;s lived up to expectations; there are just a couple of things to say&#8230;

Mine seems to have the decent Synaptics touchpad - read The Register&#8217;s review for the warning about the other [...]]]></description>
			<content:encoded><![CDATA[<p>I bought myself an <a href="http://www.pcworld.co.uk/martprd/product/seo/219404">Advent 4211</a> last week (you might know it as the MSI Wind; they&#8217;re essentially the same thing). So far, it&#8217;s lived up to expectations; there are just a couple of things to say&#8230;</p>
<ul>
<li>Mine seems to have the decent Synaptics touchpad - read The Register&#8217;s <a href="http://www.reghardware.co.uk/2008/08/25/review_advent_4211/">review</a> for the warning about the other one.</li>
<li>You really need to use headphones with it if apps you&#8217;re listening to don&#8217;t have a very good sound level - inevitably in a device this size, the speakers aren&#8217;t great, especially at full volume.</li>
</ul>
<p>How the Linux install on it goes is something I shall let y&#8217;all know shortly&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2008/08/30/advent-4211/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tightening up BIND9</title>
		<link>http://www.dnorth.net/2008/06/28/tightening-up-bind9/</link>
		<comments>http://www.dnorth.net/2008/06/28/tightening-up-bind9/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 10:56:30 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/?p=37</guid>
		<description><![CDATA[I&#8217;ve been aware for some time that my DNS isn&#8217;t quite as securely configured as I&#8217;d like. http://crashrecovery.org/named/ looks pretty good, but the two main issues bugging me were:

Anyone could do a &#8216;dig @ns.dnorth.net dnorth.net AXFR&#8217; to retrieve a listing of all my DNS records - not great from a security point of view. This [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been aware for some time that my DNS isn&#8217;t quite as securely configured as I&#8217;d like. <a href="http://crashrecovery.org/named/">http://crashrecovery.org/named/</a> looks pretty good, but the two main issues bugging me were:</p>
<ol>
<li>Anyone could do a &#8216;dig @ns.dnorth.net dnorth.net AXFR&#8217; to retrieve a listing of <strong>all</strong> my DNS records - not great from a security point of view. This is a capability that should only be turned on for secondary DNS servers which need to fetch from the master.</li>
<li>The server would perform arbitrary lookups [for any domain] on request. This means it&#8217;s operating in &#8216;recursive mode&#8217;, which is a Bad Thing for various reasons.</li>
</ol>
<p>The solutions were:</p>
<ol>
<li>Add &#8220;allow-transfer { &#8220;slaves&#8221;; };&#8221; (without the double quotes) to the section of the configuration beginning &#8220;zone &#8216;dnorth.net&#8217;&#8221;. Then add a section defining the &#8220;slaves&#8221; access control list to be the local server, plus the secondaries: &#8220;acl slaves { 127.0.0.1; 123.45.67.89; }&#8221; replacing 123.45.67.89 by the IP address(es) of your secondary nameserver(s).</li>
<li>Add &#8220;recursion: no;&#8221; to the &#8220;options&#8221; section of the configuration.</li>
</ol>
<p>Then restart the BIND9 service - on Debian, this is &#8220;/etc/init.d/bind9 restart&#8221;.</p>
<p><strong>Health warning:</strong> Don&#8217;t do (2) above if you rely on your server to do its own DNS resolution - follow the crashrecovery tutorial above instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2008/06/28/tightening-up-bind9/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lightning Talk 2.0: 64-bit on the desktop</title>
		<link>http://www.dnorth.net/2008/05/15/64bit-lightning-talk-slides/</link>
		<comments>http://www.dnorth.net/2008/05/15/64bit-lightning-talk-slides/#comments</comments>
		<pubDate>Thu, 15 May 2008 11:09:37 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Microsoft vs Linux]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/?p=34</guid>
		<description><![CDATA[I did a lightning talk to CompSoc last night on whether 64bit is ready for use on the desktop - if you&#8217;re bored, you can download the slides and the second of my famous sketch and scanned graphs.
]]></description>
			<content:encoded><![CDATA[<p>I did a <a href="http://www.ox.compsoc.net/termcards/2008/trinity/Week_4/Lightning_Talks/">lightning talk</a> to <a href="http://www.ox.compsoc.net">CompSoc</a> last night on whether 64bit is ready for use on the desktop - if you&#8217;re bored, you can download <a href="http://www.dnorth.net/wp-content/uploads/2008/05/64-bit-on-the-desktop.odp">the slides</a> and <a href="http://www.dnorth.net/wp-content/uploads/2008/05/scan.jpg">the second of my famous sketch and scanned graphs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2008/05/15/64bit-lightning-talk-slides/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forget gq, try Luma for a quiet life</title>
		<link>http://www.dnorth.net/2008/05/05/forget-gq-try-luma-for-a-quiet-life/</link>
		<comments>http://www.dnorth.net/2008/05/05/forget-gq-try-luma-for-a-quiet-life/#comments</comments>
		<pubDate>Mon, 05 May 2008 12:09:11 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/?p=33</guid>
		<description><![CDATA[gq has been a necessary evil in my life for some time now. I need a graphical LDAP client for use on the CompSoc systems, but gq (to be fair, the versions of gq packaged for Ubuntu) seems to be very buggy, segfaulting all over the place if you try to do anything other than [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gq-project.org/">gq</a> has been a necessary evil in my life for some time now. I need a graphical LDAP client for use on the <a href="http://www.ox.compsoc.net">CompSoc</a> systems, but gq (to be fair, the versions of gq packaged for <a href="http://www.ubuntu.com">Ubuntu</a>) seems to be very buggy, segfaulting all over the place if you try to do anything other than browse with it.</p>
<p>Last week, after upgrading to a 64bit version of Ubuntu for the first time, I finally ditched gq, after running into identical symptoms to <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444312">this</a> <a href="http://www.debian.org">Debian</a> bug.</p>
<p>The good news is that there&#8217;s an alternative that actually works: it&#8217;s called <a href="http://luma.sourceforge.net/">Luma</a>.</p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2008/05/05/forget-gq-try-luma-for-a-quiet-life/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting serious about email</title>
		<link>http://www.dnorth.net/2008/03/15/getting-serious-about-email/</link>
		<comments>http://www.dnorth.net/2008/03/15/getting-serious-about-email/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 12:23:14 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Microsoft vs Linux]]></category>

		<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/2008/03/15/getting-serious-about-email/</guid>
		<description><![CDATA[The epic tale of how my new mail setup was born
My personal email has been on a rough ride over the years: from a reasonably nice (Microsoft based!) school email setup in 1999, which sadly got removed when Windows 98 was introduced, I went through three Hotmail accounts. I had a brief flirtation with GMail, [...]]]></description>
			<content:encoded><![CDATA[<p><em>The epic tale of how my new mail setup was born</em></p>
<p>My personal email has been on a rough ride over the years: from a reasonably nice (Microsoft based!) school email setup in 1999, which sadly got removed when Windows 98 was introduced, I went through three Hotmail accounts. I had a brief flirtation with GMail, but not being all that keen on the means of delivering advertising, I ended up back on Hotmail.</p>
<p>Registering dnorth.net last year at least ensured my email address would no longer change, but the technical capabilities of the two mail servers holding the mail still left much to be desired: flaky, unreliable spam scoring, no facilities for server-side filtering/sorting, sheer lack of customisability&#8230;</p>
<p>Last week, I finally did something about it. At my disposal was my <acronym title="Virtual Private Server"><a href="http://jasper.dnorth.net">VPS</a></acronym>, running Debian Linux 4 (&#8217;etch&#8217;). On the wishlist were:</p>
<ul>
<li>Accurate server-side spam scoring with SMTP-time rejection of the most obvious spam</li>
<li>Sender verification</li>
<li>Sieve filters for server-side sorting into folders</li>
<li>All mail stored on the server and accessible over secure IMAP</li>
</ul>
<p>Thankfully, none of the above is too difficult: some pretty good instructions are Out There for most of it. The ones I used were:</p>
<ul>
<li><a href="http://koivi.com/exim4-config/">Exim4 on Debian with SpamAssassin, ClamAV, Virtual Domain Alias Files and Message Size Limits per Domain</a></li>
<li><a href="http://dfoerster.de/opensource/exim-sieve-howto.html">Exim + Sieve + Avelsieve Howto</a></li>
<li><a href="http://www.debian-administration.org/articles/140">Handling mail for multiple virtual domains with exim4</a></li>
</ul>
<p><strong>Please remember, I am not responsible for the content of external sites (e.g., the links above), nor can I accept any responsibility for the consequences of acting on the points below&#8230;</strong></p>
<p>I ran into a couple of issues:</p>
<ul>
<li>Permissions on the .sievesource files generated by AvelSieve - I needed to chmod g+w on /var/lib/squirrelmail/data and chown it to www-data:www-data in order to reach a state where Exim could read the file, and Avelsieve could write it.</li>
<li>Exim4&#8217;s native sieve implementation only has the core features in it, not the extensions defined in <a href="http://www.ietf.org/rfc/rfc3431.txt">RFC 3431</a>. I dodged the issue by matching the number of *s in the X-Spam-Score header using string matching, rather than numeric checks on the X-Spam-Score.</li>
</ul>
<p>All in all, though, it&#8217;s working a treat. Email perfection at last!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2008/03/15/getting-serious-about-email/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Live from my sofa</title>
		<link>http://www.dnorth.net/2008/03/13/live-from-my-sofa/</link>
		<comments>http://www.dnorth.net/2008/03/13/live-from-my-sofa/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 12:48:59 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/2008/03/13/live-from-my-sofa/</guid>
		<description><![CDATA[Twelve months ago, I installed Linux (Kubuntu) on my laptop.
Twelve minutes ago, I got the wireless card working with my WPA-PSK home network.
A combination of the progress made on drivers over the last year, and finding which of the squillions of instruction sets out there Actually Worked has finally got things going - rather than [...]]]></description>
			<content:encoded><![CDATA[<p>Twelve months ago, I installed Linux (<a href="http://www.kubuntu.org/">Kubuntu</a>) on <a href="http://h10025.www1.hp.com/ewfrf/wc/manualCategory?lc=en&amp;cc=uk&amp;dlc=en&amp;product=1848243&amp;lang=en&amp;">my laptop</a>.</p>
<p>Twelve minutes ago, I got the wireless card working with my WPA-PSK home network.</p>
<p>A combination of the progress made on drivers over the last year, and finding which of the squillions of instruction sets out there Actually Worked has finally got things going - rather than recount it all here, I&#8217;ll point owners of the HP Pavilion dv5157eu to <a href="http://ubuntuforums.org/showthread.php?p=3215008#post3218583">this page</a>, and advise everyone else as to how I found it: do a Google search for some combination of &#8216;ubuntu&#8217;, &#8216;wireless&#8217; and your laptop&#8217;s exact model number.</p>
<p><strong>Edit:</strong> My wireless happiness sadly didn&#8217;t survive a hibernate or a reboot. Turns out the line of the page which says do &#8217;sudo echo ndiswrapper &gt; /etc/module&#8217; actually means, as far as I can tell, that you should do:</p>
<pre>sudo -s
echo ndiswrapper &gt;&gt; /etc/modules</pre>
<p>As ever, follow my advice at your own risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2008/03/13/live-from-my-sofa/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cambridge and back</title>
		<link>http://www.dnorth.net/2008/03/10/cambridge-and-back/</link>
		<comments>http://www.dnorth.net/2008/03/10/cambridge-and-back/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 12:41:36 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/2008/03/10/cambridge-and-back/</guid>
		<description><![CDATA[Musings on public transport, and a look round The Other University
So, full term ended yesterday, and I had to get over to Cambridge for a dinner. The X5 bus proved reasonable, both in terms of cost (£15 open return) and time, though the long stop to change drivers in Bedford lengthened an already long enough [...]]]></description>
			<content:encoded><![CDATA[<p><em>Musings on public transport, and a look round The Other University</em></p>
<p>So, full term ended yesterday, and I had to get over to Cambridge for a dinner. The X5 bus proved reasonable, both in terms of cost (£15 open return) and time, though the long stop to change drivers in Bedford lengthened an already long enough journey.</p>
<p>After a very pleasant afternoon being shown round Cambridge, I&#8217;ll have to begrudgingly admit to being impressed by it. King&#8217;s College Chapel, in particular, was spectacular. Even the weather wasn&#8217;t bad.</p>
<p>The train journey home from Oxford was tolerable, though prolonged by a needless half hour stop in Birmingham - it wasn&#8217;t so much the stop that annoyed me, but the fact that nobody bothered to tell us about it.</p>
<p>Yesterday only served to reaffirm my belief that public transport is mediocre at best, and ghastly at worst. Our rulers will have to try harder if they want to convince me not to use the driving licence lurking in my wallet, as soon as I can afford to&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2008/03/10/cambridge-and-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solved: Konsole and Yakuake terminal freezes</title>
		<link>http://www.dnorth.net/2008/01/23/solved-konsole-and-yakuake-terminal-freezes/</link>
		<comments>http://www.dnorth.net/2008/01/23/solved-konsole-and-yakuake-terminal-freezes/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 21:33:36 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/2008/01/23/solved-konsole-and-yakuake-terminal-freezes/</guid>
		<description><![CDATA[A problem which has been bugging me for a while is my Konsole and Yakuake terminal sessions ceasing to respond to input for no apparent reason. The symptoms are always the same: the session seemingly stops responding to key presses, yet if I was running screen inside the session, reattaching it elsewhere reveals the characters [...]]]></description>
			<content:encoded><![CDATA[<p>A problem which has been bugging me for a while is my <a href="http://konsole.kde.org/">Konsole</a> and Yakuake terminal sessions ceasing to respond to input for no apparent reason. The symptoms are always the same: the session seemingly stops responding to key presses, yet if I was running <a href="http://www.gnu.org/software/screen/">screen</a> inside the session, reattaching it elsewhere reveals the characters from the missing key presses.</p>
<p>The answer turns out to be that hitting scroll lock locks the terminal so that the arrow keys scroll it rather than cycling through previous commands, and this also prevents key presses updating the display. My Yakuake hotkey is F12, which is next to scroll lock on my laptop.</p>
<p>So now you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2008/01/23/solved-konsole-and-yakuake-terminal-freezes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to publish SSH host key fingerprints in DNS</title>
		<link>http://www.dnorth.net/2007/12/16/sshfp-howto/</link>
		<comments>http://www.dnorth.net/2007/12/16/sshfp-howto/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 13:54:37 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/2007/12/16/sshfp-howto/</guid>
		<description><![CDATA[See the relevant RFC for the background.
Here&#8217;s how I implemented this for my Debian server, with Bind9 handling my DNS:

Generate the DNS records by typing this at a shell prompt on the system whose fingerprints you want to publish (make sure you include the trailing dot after the hostname):

ssh-keygen -r thehostname.thedomain.wherever.
Enter file in which the [...]]]></description>
			<content:encoded><![CDATA[<p>See the <a href="http://www.ietf.org/rfc/rfc4255.txt">relevant RFC</a> for the background.</p>
<p>Here&#8217;s how I implemented this for my Debian server, with Bind9 handling my DNS:</p>
<ol>
<li>Generate the DNS records by typing this at a shell prompt on the system whose fingerprints you want to publish (make sure you include the trailing dot after the hostname):
<pre>
ssh-keygen -r thehostname.thedomain.wherever.
Enter file in which the key is (/home/david/.ssh/id_rsa): /etc/ssh/ssh_host_dsa_key.pub

ssh-keygen -r thehostname.thedomain.wherever.
Enter file in which the key is (/home/david/.ssh/id_rsa): /etc/ssh/ssh_host_rsa_key.pub</pre>
</li>
<li>The above will print two records, each a line beginning &#8220;thehost.thedomain.wherever IN SSHFP&#8221;. Paste them into the Bind9 zone file on the primary DNS server for the relevant domain/subdomain, each on a new line.</li>
<li>Reload Bind9 service on the DNS server by typing
<pre>sudo /etc/init.d/bind9 reload</pre>
</li>
</ol>
<p>Before:</p>
<pre>
$ ssh jasper.dnorth.net
The authenticity of host 'jasper.dnorth.net (67.207.132.102)' can't be established.
RSA key fingerprint is 40:0d:3b:42:ff:4a:86:31:66:1b:9f:43:9d:f7:69:79.
Are you sure you want to continue connecting (yes/no)?</pre>
<p>After:</p>
<pre>
$ ssh jasper.dnorth.net -o VerifyHostKeyDNS=yes
The authenticity of host 'jasper.dnorth.net (67.207.132.102)' can't be established.
RSA key fingerprint is 40:0d:3b:42:ff:4a:86:31:66:1b:9f:43:9d:f7:69:79.
Matching host key fingerprint found in DNS.
Are you sure you want to continue connecting (yes/no)?</pre>
<p>Note that you have to force the OpenSSH client to check for the key in DNS with the -o VerifyHostKeyDNS=yes option, which you can of course put in your ~/.ssh/config file too - see &#8220;man 5 ssh_config&#8221; for more.</p>
<p>Note also that PuTTY has yet to implement the RFC, as per <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/sshfp-dns.html">this page</a>, and I agree with their doubts over whether it&#8217;s worth any immediate attention. Still, it&#8217;s quite nice to have around as an extra layer of reassurance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2007/12/16/sshfp-howto/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Asirra, and the end of another term</title>
		<link>http://www.dnorth.net/2007/12/01/asirra-and-the-end-of-another-term/</link>
		<comments>http://www.dnorth.net/2007/12/01/asirra-and-the-end-of-another-term/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 22:27:16 +0000</pubDate>
		<dc:creator>David North</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[Life]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.dnorth.net/2007/12/01/asirra-and-the-end-of-another-term/</guid>
		<description><![CDATA[Spam. It&#8217;s not going away, and nor is my increasing annoyance at some of the things we need to do to avoid it. Like making a separate email forwarder for every service I sign up to. Or, like CAPTCHAs. I can see exactly why we need them, but deciphering squiggly letters against a low-contrast background [...]]]></description>
			<content:encoded><![CDATA[<p>Spam. It&#8217;s not going away, and nor is my increasing annoyance at some of the things we need to do to avoid it. Like making a separate email forwarder for every service I sign up to. Or, like <a href="http://en.wikipedia.org/wiki/CAPTCHA">CAPTCHA</a>s. I can see exactly why we need them, but deciphering squiggly letters against a low-contrast background isn&#8217;t easy on the eyes. I was intrigued to see a possible alternative solution called <a href="http://research.microsoft.com/asirra/">Asirra</a>, which <a href="http://research.microsoft.com/">Microsoft Research</a> have come up with. Who knows, I might give it a try myself to keep the bots away from my comments section - although <a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> seems to be doing a good job at the moment.</p>
<p>In other news, I appear to have reached the end of another Oxford term with my sanity intact. The first six weeks were great, it just got a bit wearing for the last two. Some of the non-academic stuff, sadly, is going to have to take a back seat after Christmas, but ah well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dnorth.net/2007/12/01/asirra-and-the-end-of-another-term/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
