<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel rdf:about="http://www.pollenation.net/journal/matt">
  <title>Matt Goodall</title>
  <link>http://www.pollenation.net/journal/matt</link>
  <admin:generatorAgent rdf:resource="http://www.mnot.net/python/RSS.py?version=0.46"></admin:generatorAgent>
  <description></description>
  <items><rdf:Seq>
   <rdf:li rdf:resource="http://www.pollenation.net/journal/matt/90"></rdf:li>
   <rdf:li rdf:resource="http://www.pollenation.net/journal/matt/94"></rdf:li>
   <rdf:li rdf:resource="http://www.pollenation.net/journal/matt/92"></rdf:li>
   <rdf:li rdf:resource="http://www.pollenation.net/journal/matt/97"></rdf:li>
   <rdf:li rdf:resource="http://www.pollenation.net/journal/matt/101"></rdf:li>
   <rdf:li rdf:resource="http://www.pollenation.net/journal/matt/103"></rdf:li>
  </rdf:Seq></items>
</channel>
<item rdf:about="http://www.pollenation.net/journal/matt/90">
  <title>Pyrex for Python modules</title>
  <link>http://www.pollenation.net/journal/matt/90</link>
  <pubDate>Fri, 06 Jan 2006 12:39:44 GMT</pubDate>
  <description>I came across Pyrex some time ago and finally had a quick play with it tonight.  Pyrex is really designed to make writing extension modules easy but it seemed to have the potential to improve the speed of normal Python modules too.</description>
</item>
<item rdf:about="http://www.pollenation.net/journal/matt/94">
  <title>Super League  - a Twisted Web + Nevow Site</title>
  <link>http://www.pollenation.net/journal/matt/94</link>
  <pubDate>Fri, 06 Jan 2006 12:52:24 GMT</pubDate>
  <description>Last week we launched the new `Super League`_ site. It's been receiving a significant number of requests/visitors since then and, apart from a couple of relatively minor problems, it's working really well.</description>
</item>
<item rdf:about="http://www.pollenation.net/journal/matt/92">
  <title>My, my, my ... another MySQL gotcha</title>
  <link>http://www.pollenation.net/journal/matt/92</link>
  <pubDate>Fri, 06 Jan 2006 12:46:04 GMT</pubDate>
  <description>I avoid MySQL wherever possible but some clients and ISPs use it so it makes
an unwelcome appearance in my working life from time to time. I had to repeat
a test yesterday to remind myself why I consider MySQL's GROUP BY
implementation broken. </description>
</item>
<item rdf:about="http://www.pollenation.net/journal/matt/97">
  <title>Patching pysqlite</title>
  <link>http://www.pollenation.net/journal/matt/97</link>
  <pubDate>Fri, 06 Jan 2006 12:56:53 GMT</pubDate>
  <description>I wanted pysqlite to use the standard datetime types but I also don't want to
replace the python-sqlite package my Linux distribution lovingly cares for,
so I created this traversty of a module to patch sqlite.</description>
</item>
<item rdf:about="http://www.pollenation.net/journal/matt/101">
  <title>Simple example of Twisted's DeferredQueue</title>
  <link>http://www.pollenation.net/journal/matt/101</link>
  <pubDate>Fri, 06 Jan 2006 13:05:09 GMT</pubDate>
  <description>While looking for something to solve a partucular problem, I came across Twisted's DeferredQueue.</description>
</item>
<item rdf:about="http://www.pollenation.net/journal/matt/103">
  <title>Setting up a Twisted Deferred Chain</title>
  <link>http://www.pollenation.net/journal/matt/103</link>
  <pubDate>Fri, 06 Jan 2006 13:10:01 GMT</pubDate>
  <description>We had some code that setup a deffered chain.</description>
</item>
</rdf:RDF>