<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"
   xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback"
   xmlns:ent="http://www.purl.org/NET/ENT/1.0/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
<title>Executable Abstractions</title>
<link>http://www.executableabstractions.com/weblog/</link>
<description>Models and Hacks of All Sorts</description>
<language>en</language>
<copyright>Copyright 2005 Rand Anderson</copyright>
<lastBuildDate>Tue, 20 Sep 2005 23:47:12 GMT</lastBuildDate>
<generator>Python Desktop Server 0.7.1 (http://pyds.muensterland.org/)</generator>
<managingEditor>rand@executableabstractions.com</managingEditor>
<webMaster>rand@executableabstractions.com</webMaster>
<category domain="http://www.weblogs.com/rssUpdates/changes.xml">rssUpdates</category>
<skipHours>
<hour>0</hour>
<hour>1</hour>
<hour>3</hour>
<hour>4</hour>
<hour>5</hour>
<hour>6</hour>
<hour>8</hour>
<hour>9</hour>
<hour>10</hour>
<hour>11</hour>
<hour>12</hour>
<hour>13</hour>
<hour>14</hour>
<hour>15</hour>
<hour>16</hour>
<hour>17</hour>
<hour>18</hour>
<hour>19</hour>
<hour>21</hour>
<hour>23</hour>
</skipHours>
<item>
<title>New Interactive Fiction</title>
<link>http://www.executableabstractions.com/weblog/2005/09/20.html#P80</link>
<description>&lt;p&gt;&lt;a href=&quot;http://www.robinjohnson.f9.co.uk/adventure/hamlet.html#&quot;&gt;Hamlet - the Text Adventure&lt;/a&gt;&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2005/09/20.html#P80</guid>
<category domain="http://www.executableabstractions.com/weblog/">Games</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Games" ent:href="http://www.executableabstractions.com/weblog/Games/">Games</ent:topic>
</ent:cloud>
<pubDate>Tue, 20 Sep 2005 23:47:12 GMT</pubDate>
</item>
<item>
<title>Tagsonomy Management</title>
<link>http://www.executableabstractions.com/weblog/2005/01/15.html#P79</link>
<description>&lt;p&gt;Following the recent growth-spike in social software systems like &lt;a href=&quot;http://del.icio.us/randog&quot;&gt;del.icio.us&lt;/a&gt; and &lt;a href=&quot;http://www.flickr.com&quot;&gt;flickr&lt;/a&gt; (systems that support the use of tags to classify content and to then share those tag schemes with others) has been the use of the term &lt;a href=&quot;http://en.wikipedia.org/wiki/Folksonomy&quot;&gt;folksonomy&lt;/a&gt; to describe these tag-based &lt;a href=&quot;http://en.wikipedia.org/wiki/Taxonomy&quot;&gt;taxonomies&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Personally, I find a lesser-used term, &lt;a href=&quot;http://technorati.com/tag/tagsonomy&quot; rel=&quot;tag&quot;&gt;tagsonomy&lt;/a&gt;, more appropriate.&lt;/p&gt;

&lt;p&gt;Of course, these recent &apos;net-based systems aren&apos;t the first place that I&apos;ve run into on-the-fly creation of tags to help classify content.&lt;/p&gt;

&lt;p&gt;I believe I have various tagsonomies now in effect in a number of places, including at least the following:
&lt;li&gt;- Outlook categories for PIM content&lt;/li&gt;
&lt;li&gt;- Office document keyword metadata&lt;/li&gt;
&lt;li&gt;- del.icio.us bookmark tags&lt;/li&gt;
&lt;li&gt;- Adobe Album photo tags&lt;/li&gt;
&lt;li&gt;- iPhoto photo tags&lt;/li&gt;
&lt;li&gt;- posts on this blog&lt;/li&gt;
&lt;li&gt;- grouped news feeds in Sharpreader&lt;/li&gt;
&lt;li&gt;- etc.&lt;/li&gt;
&lt;/p&gt;

&lt;p&gt;[Some may object that the tags used in systems that manage purely private content (e.g., Outlook categories) cannot be considered true folksonomies, since neither the content nor the tags are visible to anyone but myself. That may be true, and is maybe the root difference between folksonomy and tagsonomy. However, my guess, without having (yet) studied the patterns/structures in tags used across the different systems, some private some public, is that my informal tagging systems probably bear more similarities than differences. They probably all reflect to a significant extent my particular way of viewing the world.]&lt;/p&gt;

&lt;p&gt;I have been quite intrigued with the exploration that del.icio.us lets one do by browsing not only who else is bookmarking the same content you are, but also seeing how they have tagged the same links...in some cases, there is quite a bit of diversity! And then when you see someone else with a similar tagsonomy, you think, hey, they must think in some way like me.&lt;/p&gt;

&lt;p&gt;I realize that the simple, informal, ad-hoc nature of these tag-based classifications is a feature, yet I am unable to avoid thinking that there may be a way to, without diminishing those properties, somehow do a better job of managing at least my own global tagsonomy as it grows and evolves. By manage it, I mostly mean do something special to help make the tags more consistent across my own content. The anticipated benefit will be better searchability across my own content. And beyond that, some better means for discovering related content elsewhere on the web.&lt;/p&gt;

&lt;p&gt;Next step (if I had the time) would be to build a tool that harvests all the tags from these decentralized tagsonomies, and presents them to me in some unified way. This would be a nice little sem-webbish python project, I recall seeing python libs for &lt;a href=&quot;http://www.xml.com/pub/a/2004/11/10/delicious.html&quot;&gt;del.icio.us&lt;/a&gt; and &lt;a href=&quot;http://jamesclarke.info/projects/flickr/&quot;&gt;flickr&lt;/a&gt;, I can use &lt;a href=&quot;http://www.python.org/windows/win32com/&quot;&gt;win32com&lt;/a&gt; for the com-based apps, I&apos;ll have to explore to see what some of the other apps provide in the way of exposure or api.&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2005/01/15.html#P79</guid>
<category domain="http://www.executableabstractions.com/weblog/">Knowledge Management</category>
<category domain="http://www.executableabstractions.com/weblog/">Python</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Knowledge Management" ent:href="http://www.executableabstractions.com/weblog/Knowledge Management/">Knowledge Management</ent:topic>
<ent:topic ent:id="Python" ent:href="http://www.executableabstractions.com/weblog/Python/">Python</ent:topic>
</ent:cloud>
<pubDate>Sat, 15 Jan 2005 20:35:12 GMT</pubDate>
</item>
<item>
<title>ABM for Decentralized Markets</title>
<link>http://www.executableabstractions.com/weblog/2004/12/20.html#P78</link>
<description>&lt;p&gt;UMBC&apos;s &lt;a href=&quot;http://ebiquity.umbc.edu/v2.1/blogger/&quot;&gt;eBiquity&lt;/a&gt; links to a &lt;a href=&quot;http://www.econ.iastate.edu/tesfatsi/abmread.htm&quot;&gt;good -looking intro site&lt;/a&gt; to agent-based modeling in the social sciences; in particular, it appears to have some good references to the use of ABM for simulation of &lt;a href=&quot;http://labs.commerce.net/wiki/index.php/Projects&quot;&gt;decentralized markets&lt;/a&gt;.&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/12/20.html#P78</guid>
<category domain="http://www.executableabstractions.com/weblog/">Decentralization</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Decentralization" ent:href="http://www.executableabstractions.com/weblog/Decentralization/">Decentralization</ent:topic>
</ent:cloud>
<pubDate>Tue, 21 Dec 2004 01:57:20 GMT</pubDate>
</item>
<item>
<title>Disorganize = Decentralize?</title>
<link>http://www.executableabstractions.com/weblog/2004/12/11.html#P77</link>
<description>&lt;p&gt;Are &lt;a href=&quot;http://www.smartmobs.com/archive/2004/12/10/staff_want_thei.html&quot;&gt;human organizational structures&lt;/a&gt; on a parallel path with information systems toward decentralized architectures?&lt;/p&gt;

&lt;p&gt;Are &quot;greater autonomy and flexibility&quot; always reasonable expectations when moving from centralized architectures to decentralized ones?&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/12/11.html#P77</guid>
<category domain="http://www.executableabstractions.com/weblog/">Decentralization</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Decentralization" ent:href="http://www.executableabstractions.com/weblog/Decentralization/">Decentralization</ent:topic>
</ent:cloud>
<pubDate>Sat, 11 Dec 2004 07:00:16 GMT</pubDate>
</item>
<item>
<title>Python Native XML Datatype redux</title>
<link>http://www.executableabstractions.com/weblog/2004/12/07.html#P76</link>
<description>&lt;p&gt;&lt;a href=&quot;http://logix.livelogix.com/index.html&quot;&gt;Logix&lt;/a&gt; makes &lt;a href=&quot;http://www.executableabstractions.com/weblog/2004/10/06.html&quot;&gt;this&lt;/a&gt; and &lt;a href=&quot;http://www.executableabstractions.com/weblog/2004/10/10.html&quot;&gt;that&lt;/a&gt; feasible (or so it would appear) with a working implementation of a multi-language programming system.
&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href=&quot;http://lambda-the-ultimate.org/&quot;&gt;LtU&lt;/a&gt; for the pointer&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/12/07.html#P76</guid>
<category domain="http://www.executableabstractions.com/weblog/">Python</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Python" ent:href="http://www.executableabstractions.com/weblog/Python/">Python</ent:topic>
</ent:cloud>
<pubDate>Tue, 07 Dec 2004 22:06:56 GMT</pubDate>
</item>
<item>
<title>The New New Mod-pubsub</title>
<link>http://www.executableabstractions.com/weblog/2004/10/27.html#P73</link>
<description>&lt;p&gt;So, the &lt;a href=&quot;http://www.mod-pubsub.org/blog/archives/440_Repubsub_good_to_go.html&quot;&gt;new new mod-pubsub engine&lt;/a&gt; is out. This is the long-awaited &lt;a href=&quot;http://www.twistedmatrix.com/&quot;&gt;twisted&lt;/a&gt;-based one. If you are not yet familiar with mod-pubsub, and you have any interest in &lt;a href=&quot;ftp://ftp.ora.com/pub/conference/p2p2001/1163/khare_1163.ppt&quot;&gt;the two-way web&lt;/a&gt;, &lt;a href=&quot;http://www.knownow.com/products/platform.shtml&quot;&gt;event-routing&lt;/a&gt;, and &lt;a href=&quot;http://www.ics.uci.edu/~rohit/DecentralizingREST.pdf&quot;&gt;progressive RESTian architectures&lt;/a&gt; (amongst other possible profound themes into which this could be categorized), go check this out pronto.&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/10/27.html#P73</guid>
<category domain="http://www.executableabstractions.com/weblog/">Event-driven</category>
<category domain="http://www.executableabstractions.com/weblog/">Python</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Event-driven" ent:href="http://www.executableabstractions.com/weblog/Event-driven/">Event-driven</ent:topic>
<ent:topic ent:id="Python" ent:href="http://www.executableabstractions.com/weblog/Python/">Python</ent:topic>
</ent:cloud>
<pubDate>Wed, 27 Oct 2004 20:48:00 GMT</pubDate>
</item>
<item>
<title>Native XML Datatype for Python, contd</title>
<link>http://www.executableabstractions.com/weblog/2004/10/10.html#P72</link>
<description>&lt;p&gt;Jon Udell, &lt;a href=&quot;http://weblog.infoworld.com/udell/2004/10/08.html#a1091&quot;&gt;taking it&lt;/a&gt; to the next level by suggesting that such a native type be added to the mainstream VMs, kept me thinking about how to move toward the ideal of a native xml datatype in python...&lt;a href=&quot;http://www.aaronsw.com/2002/xmltramp/&quot;&gt;xmltramp&lt;/a&gt; looks like it is worth some experimentation.&lt;/p&gt;

&lt;p&gt;Then yesterday, serendipitously, I was browsing around the site of one of the giants of Python, &lt;a href=&quot;http://effbot.org/&quot;&gt;Frederick Lundh&lt;/a&gt;, when I ran across this post of his from late 2002: &lt;a href=&quot;http://effbot.org/zone/idea-xml-literal.htm&quot;&gt;Idea: XML Literals for Python&lt;/a&gt;. Maybe we should be praying for rain?&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/10/10.html#P72</guid>
<category domain="http://www.executableabstractions.com/weblog/">Python</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Python" ent:href="http://www.executableabstractions.com/weblog/Python/">Python</ent:topic>
</ent:cloud>
<pubDate>Sun, 10 Oct 2004 12:45:52 GMT</pubDate>
</item>
<item>
<title>PEP: Native XML Datatype</title>
<link>http://www.executableabstractions.com/weblog/2004/10/06.html#P71</link>
<description>&lt;p&gt;Request for new Python Feature: support for a native (or quasi-native) XML datatype, a la &lt;a href=&quot;http://www.ecma-international.org/publications/standards/Ecma-357.htm&quot;&gt;E4X&lt;/a&gt;. As recently discussed by &lt;a href=&quot;http://weblog.infoworld.com/udell/2004/09/29.html#a1085&quot;&gt;Jon Udell&lt;/a&gt; and &lt;a href=&quot;http://www.windley.com/2004/09/30.html#a1444&quot;&gt;Phil Windley&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I wonder how close to the ideal user (developer) experience a solution could get without changes to the core language? Does python 2.3.x have enough innate extensibility to make something decent possible?&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/10/06.html#P71</guid>
<category domain="http://www.executableabstractions.com/weblog/">Python</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Python" ent:href="http://www.executableabstractions.com/weblog/Python/">Python</ent:topic>
</ent:cloud>
<pubDate>Wed, 06 Oct 2004 17:27:28 GMT</pubDate>
</item>
<item>
<title>Jive Talkin&apos;</title>
<link>http://www.executableabstractions.com/weblog/2004/10/03.html#P70</link>
<description>&lt;p&gt;I have been waiting for some time for a convenient, easy-to-use &lt;a href=&quot;http://www.jabber.org&quot;&gt;Jabber&lt;/a&gt;/&lt;a href=&quot;http://www.xmpp.org/&quot;&gt;XMPP&lt;/a&gt; server that I could run on my laptop so I&apos;d have a portable XMPP development environment.&lt;/p&gt;

&lt;p&gt;When I saw PSA&apos;s recent &lt;a href=&quot;http://www.saint-andre.com/blog/2004-08.html#2004-08-10T17:01&quot;&gt;missive&lt;/a&gt; about the lack of such, I thought that I wouldn&apos;t be waiting much longer. Now while I would ideally like to have an easily extensible server (preferably python-based) so that when I get to the point of wanting to build server-side extensions, I&apos;d be positioned to do so, for now I would be more than happy with just being able to work on my client-side code.&lt;/p&gt;

&lt;p&gt;So I was pumped when I saw the announcement for a new, freely available xmpp server: &lt;a href=&quot;http://www.jivesoftware.org/&quot;&gt;Jive Messenger&lt;/a&gt;. The install couldn&apos;t have been smoother, and I have now been cookin&apos; on a side-project that uses XMPP and some custom x tags for message metadata.&lt;/p&gt;

&lt;p&gt;My only problem now is that since then, I can&apos;t get that old BG song, Jive Talkin&apos;, out of my mind. It puts a little groove in my walk...&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/10/03.html#P70</guid>
<category domain="http://www.executableabstractions.com/weblog/">XMPP</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="XMPP" ent:href="http://www.executableabstractions.com/weblog/XMPP/">XMPP</ent:topic>
</ent:cloud>
<pubDate>Mon, 04 Oct 2004 00:59:44 GMT</pubDate>
</item>
<item>
<title>IronPython</title>
<link>http://www.executableabstractions.com/weblog/2004/07/29.html#P69</link>
<description>&lt;p&gt;Bonus! Tonight was an all-niter, wasn&apos;t it sweet to take a glance at the news before retiring circa 4am only to see jump from the page that &lt;a href=&quot;http://www.ironpython.com/&quot;&gt;IronPython&lt;/a&gt; has finally been made available. I thought maybe I was hallucinating, but no, it is there. Maybe I won&apos;t hit the hay just yet...&lt;p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/07/29.html#P69</guid>
<category domain="http://www.executableabstractions.com/weblog/">Python</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Python" ent:href="http://www.executableabstractions.com/weblog/Python/">Python</ent:topic>
</ent:cloud>
<pubDate>Thu, 29 Jul 2004 07:45:04 GMT</pubDate>
</item>
<item>
<title>Open Source BPEL Engines</title>
<link>http://www.executableabstractions.com/weblog/2004/07/13.html#P67</link>
<description>&lt;p&gt;Two open-source BPEL engines have recently come to my attention:
&lt;li&gt;&lt;a href=&quot;http://www.smartcomps.org/twister/&quot;&gt;Twister&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.activebpel.org/&quot;&gt;Active BPEL&lt;/a&gt;&lt;/li&gt;
Subsequent additions [last updated 23-Aug-2005]:
&lt;li&gt;&lt;a href=&quot;http://pxe.sourceforge.net/&quot;&gt;FiveSight PXE (pixie)&lt;/a&gt;&lt;/li&gt;
&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/07/13.html#P67</guid>
<pubDate>Wed, 14 Jul 2004 02:40:00 GMT</pubDate>
</item>
<item>
<title>Goto Conference List</title>
<link>http://www.executableabstractions.com/weblog/2004/06/05.html#P66</link>
<description>&lt;p&gt;Over the past 3 years, I have ventured out to just a couple of industry conferences. One of the reasons for not getting out to more has been the increase during that same period of other channels for networking, conversations, and cross-disciplinary idea pollination: RSS, blogging, IM, and open-source projects.&lt;/p&gt;

&lt;p&gt;Now, though, I think I have incorporated these newer mechanisms into a more-or-less balanced steady-state diet and understand better their properties and the opportunities they offer for meeting the needs that conferences and hard-copy industry mags/sites once fulfilled on their own. These latter mechanisms have been mostly replaced by the former in my SOP, and for the better, but there is still a place for a select set of in-person conferences in my operating model.&lt;/p&gt;

&lt;p&gt;I don&apos;t know if I&apos;ll actually make it to them or not, but herewith my wish-list of candidate conferences for the next few years:
&lt;li&gt;&lt;a href=&quot;http://www.ted.com/&quot;&gt;TED&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://conferences.oreillynet.com/etcon/&quot;&gt;ETCon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www2005.org/&quot;&gt;WWWyyyy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.e3expo.com/e3expo/&quot;&gt;E3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ruleml.org/&quot;&gt;RuleML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://pycon.org/&quot;&gt;PyCON&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.er.byu.edu/er2003/&quot;&gt;Conceptual Modeling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://edoc.dstc.edu.au/&quot;&gt;EDOC&lt;/a&gt;&lt;/li&gt;
&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/06/05.html#P66</guid>
<pubDate>Sat, 05 Jun 2004 14:51:44 GMT</pubDate>
</item>
<item>
<title>The New Seinfeld/Superman Webisode</title>
<link>http://www.executableabstractions.com/weblog/2004/05/21.html#P65</link>
<description>&lt;p&gt;See it &lt;a href=&quot;http://www.jerry.digisle.tv/room_nocapture.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/05/21.html#P65</guid>
<pubDate>Sat, 22 May 2004 02:37:52 GMT</pubDate>
</item>
<item>
<title>PyDS as a Windows Service</title>
<link>http://www.executableabstractions.com/weblog/2004/05/10.html#P64</link>
<description>&lt;p&gt;I now have my PyDS desktop server running as a Windows service, thanks to &lt;a href=&quot;http://www.westfalen.de/pipermail/pyds-dev/2004-March/000714.html&quot;&gt;these clues&lt;/a&gt;. This is &lt;i&gt;much&lt;/i&gt; more convenient and &apos;cleaner&apos; than the previous mechanism of starting up the server from a cmd-shell.&lt;/p&gt;

&lt;p&gt;The best impact is that I no longer run into &lt;a href=&quot;http://www.executableabstractions.com/weblog/2004/03/15.html#P38&quot;&gt;localhost-not-localhost&lt;/a&gt; because I forgot to start up PyDS.&lt;/p&gt;

&lt;p&gt;This solution leverages the ZService.py script from the &lt;a href=&quot;http://www.zope.org&quot;&gt;Zope&lt;/a&gt; distribution. Nice little gem to keep in mind for running some python as a Windows service.&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/05/10.html#P64</guid>
<category domain="http://www.executableabstractions.com/weblog/">PyDS</category>
<category domain="http://www.executableabstractions.com/weblog/">Python</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="PyDS" ent:href="http://www.executableabstractions.com/weblog/PyDS/">PyDS</ent:topic>
<ent:topic ent:id="Python" ent:href="http://www.executableabstractions.com/weblog/Python/">Python</ent:topic>
</ent:cloud>
<pubDate>Mon, 10 May 2004 04:20:16 GMT</pubDate>
</item>
<item>
<title>PySpaces 3</title>
<link>http://www.executableabstractions.com/weblog/2004/04/30.html#P63</link>
<description>&lt;p&gt;Another &lt;a href=&quot;http://www.executableabstractions.com/weblog/Python/2004/03/20.html#P41&quot;&gt;python-based tuplespace&lt;/a&gt; implementation has turned up: &lt;a href=&quot;http://www-users.cs.york.ac.uk/~aw/pylinda&quot;&gt;PyLinda&lt;/a&gt; [thanks to &lt;a href=&quot;http://pyds.muensterland.org/&quot;&gt;Georg Bauer&lt;/a&gt; for alerting me to it].&lt;/p&gt;</description>
<guid>http://www.executableabstractions.com/weblog/2004/04/30.html#P63</guid>
<category domain="http://www.executableabstractions.com/weblog/">Python</category>
<ent:cloud ent:href="http://www.executableabstractions.com/weblog/">
<ent:topic ent:id="Python" ent:href="http://www.executableabstractions.com/weblog/Python/">Python</ent:topic>
</ent:cloud>
<pubDate>Fri, 30 Apr 2004 22:56:00 GMT</pubDate>
</item>
</channel>
</rss>
