<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>TheDarkTrumpet.com &#187; programming</title>
	<atom:link href="http://www.thedarktrumpet.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedarktrumpet.com</link>
	<description>Programming, Minimalism, Organization</description>
	<lastBuildDate>Tue, 27 Dec 2011 06:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<copyright>Copyright &#38;#xA9; TheDarkTrumpet.com 2011 </copyright>
	<managingEditor>dthole@gmail.com (TheDarkTrumpet.com)</managingEditor>
	<webMaster>dthole@gmail.com (TheDarkTrumpet.com)</webMaster>
	<image>
		<url>http://www.thedarktrumpet.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>TheDarkTrumpet.com</title>
		<link>http://www.thedarktrumpet.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Programming, Minimalism, Organization</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>TheDarkTrumpet.com</itunes:author>
	<itunes:owner>
		<itunes:name>TheDarkTrumpet.com</itunes:name>
		<itunes:email>dthole@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.thedarktrumpet.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Sanity checking files before working with them</title>
		<link>http://www.thedarktrumpet.com/2011/10/sanity-checking-files-before-working-with-them/</link>
		<comments>http://www.thedarktrumpet.com/2011/10/sanity-checking-files-before-working-with-them/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 05:00:00 +0000</pubDate>
		<dc:creator>TheDarkTrumpet</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.thedarktrumpet.com/2011/10/sanity-checking-files-before-working-with-them/</guid>
		<description><![CDATA[Dealing with lots of files, especially large files can be very time consuming &#8211; not only for the processing but also the transfer of the data itself. It may take a few times to really fully grasp how expensive it is, from a personnel standpoint, in processing data multiple times. This issue of data integrity [...]]]></description>
		<wfw:commentRss>http://www.thedarktrumpet.com/2011/10/sanity-checking-files-before-working-with-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the email library Mel with CL</title>
		<link>http://www.thedarktrumpet.com/2010/03/using-the-email-library-mel-with-cl/</link>
		<comments>http://www.thedarktrumpet.com/2010/03/using-the-email-library-mel-with-cl/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 05:00:00 +0000</pubDate>
		<dc:creator>TheDarkTrumpet</dc:creator>
				<category><![CDATA[lisp]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.thedarktrumpet.com/2010/03/using-the-email-library-mel-with-cl/</guid>
		<description><![CDATA[The mel library, if people aren&#8217;t familiar with it, is an extremely nice library for parsing various email sources. I started using this as a bit of a project to pull in emails to my central search store. I was extremely surprised how well done this library was &#8211; although I admit the documentation is [...]]]></description>
		<wfw:commentRss>http://www.thedarktrumpet.com/2010/03/using-the-email-library-mel-with-cl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing dirty data in Common Lisp</title>
		<link>http://www.thedarktrumpet.com/2010/03/parsing-dirty-data-in-common-lisp/</link>
		<comments>http://www.thedarktrumpet.com/2010/03/parsing-dirty-data-in-common-lisp/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 05:00:00 +0000</pubDate>
		<dc:creator>TheDarkTrumpet</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.thedarktrumpet.com/2010/03/parsing-dirty-data-in-common-lisp/</guid>
		<description><![CDATA[I came across a bit of an issue today when I was building a parser in Common Lisp. Basically when I saved my archive folder in Outlook to a giant text file, I would like to parse through each individual email (there are over 8000), and save them to an individual file, on the hard [...]]]></description>
		<wfw:commentRss>http://www.thedarktrumpet.com/2010/03/parsing-dirty-data-in-common-lisp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Ruby on Arch</title>
		<link>http://www.thedarktrumpet.com/2010/03/compiling-ruby-on-arch/</link>
		<comments>http://www.thedarktrumpet.com/2010/03/compiling-ruby-on-arch/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 07:00:00 +0000</pubDate>
		<dc:creator>TheDarkTrumpet</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.thedarktrumpet.com/2010/03/compiling-ruby-on-arch/</guid>
		<description><![CDATA[There are a few ways of dealing with Ruby/Rails on arch linux. There is a AUR entry for ruby, for 1.8. The default for pacman is 1.9. For my office, we were stuck with 1.8 for the most part so I decided to install by source (AUR may have been easier, but I don&#8217;t know [...]]]></description>
		<wfw:commentRss>http://www.thedarktrumpet.com/2010/03/compiling-ruby-on-arch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CouchDB on Arch Linux</title>
		<link>http://www.thedarktrumpet.com/2010/03/couchdb-on-arch-linux/</link>
		<comments>http://www.thedarktrumpet.com/2010/03/couchdb-on-arch-linux/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 05:00:00 +0000</pubDate>
		<dc:creator>TheDarkTrumpet</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.thedarktrumpet.com/?p=52</guid>
		<description><![CDATA[CouchDB on Arch was a bit of a pain to get working. I wanted to share my thoughts on how I got it to work and hopefully that&#8217;ll help solve a few people&#8217;s similar problems. First, I couldn&#8217;t find a prebuilt package within arch (pacman) so we had to go totally by source of couchdb, [...]]]></description>
		<wfw:commentRss>http://www.thedarktrumpet.com/2010/03/couchdb-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
