<?xml version="1.0" encoding="utf-8"?>

  <rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
  >

  <channel rdf:about="http://www.artima.com/weblogs/feeds/bloggers/pumpichank.rss">
    <title>Barry Warsaw's Weblog</title>
    <link>http://www.artima.com/weblogs/index.jsp?blogger=pumpichank</link>
    <description>
Artima Weblogs is a community of bloggers posting on a wide range of topics of interest to software developers.
    </description>
    <image rdf:resource="http://www.artima.com/images/artima88x33.gif"/>
    <items>
      <rdf:Seq>
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=251755" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=234982" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=174099" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=173477" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=5477" />
      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://www.artima.com/images/artima88x33.gif">
    <title>Artima.com</title>
    <url>http://www.artima.com/images/artima88x33.gif</url>
    <link>http://www.artima.com/</link>
  </image>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=251755">
    <title>Stupid datetime testing</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=251755</link>
    <description>
Testing APIs that use the current date and time are a pain because those values are variable.  In Mailman 3 I hit upon a really dumb, simple way to do this that doesn't suck.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=234982">
    <title>Open source saves another marriage</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=234982</link>
    <description>
My wife saved two important SD cards from her camera to a faulty USB disk I'd given her.  The images got corrupted and she'd deleted the files from her cards.  Could Open Source come to the rescue?  Let's hope so because divorces are expensive!
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=174099">
    <title>Memory debugging in Python -- fighting the GC</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=174099</link>
    <description>
Debugging memory use in a Python program is hard, and sometimes you have to fight the garbage collector.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=173477">
    <title>Requiem for an operator</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=173477</link>
    <description>
Guido kills &amp;lt;&amp;gt; in Python 3000.  I am sad.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=5477">
    <title>Learning By Breaking</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=5477</link>
    <description>
One of the best ways to learn how a system works is by breaking it.
    </description>
  </item>

</rdf:RDF>
