<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>thedreaming.org</title>
	<link>http://www.thedreaming.org</link>
	<description>Programming, technology, photography, whatever comes to mind.</description>
	<pubDate>Tue, 06 Sep 2011 22:28:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>A Better Command Prompt</title>
		<link>http://www.thedreaming.org/2011/09/06/a-better-command-prompt/</link>
		<comments>http://www.thedreaming.org/2011/09/06/a-better-command-prompt/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 22:28:24 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Command Line]]></category>

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

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

		<guid isPermaLink="false">http://www.thedreaming.org/2011/09/06/a-better-command-prompt/</guid>
		<description><![CDATA[If you&#8217;ve spent much time doing development work on Linux or Max OS X, and you suddenly find yourself stuck doing development work on a Windows machine, one of the things you&#8217;ll quickly learn to hate is the Windows command prompt.  You can&#8217;t resize the command prompt window, and cut-and-paste is a bit of [...]]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2011/09/06/a-better-command-prompt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>G1 Garbage Collector</title>
		<link>http://www.thedreaming.org/2011/01/14/g1-garbage-collector/</link>
		<comments>http://www.thedreaming.org/2011/01/14/g1-garbage-collector/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 20:34:58 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[Java]]></category>

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

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

		<guid isPermaLink="false">http://www.thedreaming.org/2011/01/14/g1-garbage-collector/</guid>
		<description><![CDATA[I am really psyched about the new G1 Garbage Collector.  That link is worth a read if you want to learn about it.  This is a really a pretty revolutionary re-think of the way garbage is collected in the JVM, and should bring substantial improvements to applications with large heaps that need low [...]]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2011/01/14/g1-garbage-collector/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python Library for Bind9/named Configuration</title>
		<link>http://www.thedreaming.org/2011/01/13/bind9named-configuration-with-python/</link>
		<comments>http://www.thedreaming.org/2011/01/13/bind9named-configuration-with-python/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 02:54:52 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[DNS]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.thedreaming.org/2011/01/13/bind9named-configuration-with-python/</guid>
		<description><![CDATA[I had to spend some time this week generating a Bind9 configuration file from a database.  I decided to learn Python at the same time.  :)  This is a quick Python module that will let you build Bind9 config files in no time flat:
]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2011/01/13/bind9named-configuration-with-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Layman&#8217;s Guide to Deep Packet Inspection</title>
		<link>http://www.thedreaming.org/2009/06/06/a-laymans-guide-to-deep-packet-inspection/</link>
		<comments>http://www.thedreaming.org/2009/06/06/a-laymans-guide-to-deep-packet-inspection/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 14:39:52 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Deep Packet Inspection]]></category>

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

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

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

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

		<category><![CDATA[Traffic Shaping]]></category>

		<guid isPermaLink="false">http://www.thedreaming.org/2009/06/06/a-laymans-guide-to-deep-packet-inspection/</guid>
		<description><![CDATA[What is Deep Packet Inspection?
Suppose you send a postcard to someone.  On the left hand side of the post card, you write your return address, you write the address you want the card to be delivered to, and hopefully you remember to add some stamps.  On the right hand side, you fill in [...]]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2009/06/06/a-laymans-guide-to-deep-packet-inspection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Things I Hate about Firefox 3, and How to Fix Them</title>
		<link>http://www.thedreaming.org/2008/06/18/things-i-hate-about-firefox-3-and-how-to-fix-them/</link>
		<comments>http://www.thedreaming.org/2008/06/18/things-i-hate-about-firefox-3-and-how-to-fix-them/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 10:12:04 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

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

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

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

		<guid isPermaLink="false">http://www.thedreaming.org/2008/06/18/things-i-hate-about-firefox-3-and-how-to-fix-them/</guid>
		<description><![CDATA[Firefox 3 is here!  While there&#8217;s a lot to like about the new Firefox, there&#8217;s plenty of things to dislike, too.  This is a quick run down of the things that bother me the most, and how to fix them.
]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2008/06/18/things-i-hate-about-firefox-3-and-how-to-fix-them/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internationalization in Java</title>
		<link>http://www.thedreaming.org/2008/02/10/internationalization-in-java/</link>
		<comments>http://www.thedreaming.org/2008/02/10/internationalization-in-java/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 22:19:56 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[Java]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.thedreaming.org/2008/02/10/internationalization-in-java/</guid>
		<description><![CDATA[This is a quick tutorial on how to make it easy to support multiple languages in your Java programs.
]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2008/02/10/internationalization-in-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gallery2 on Ubuntu 7.10</title>
		<link>http://www.thedreaming.org/2008/01/03/gallery2-on-ubuntu/</link>
		<comments>http://www.thedreaming.org/2008/01/03/gallery2-on-ubuntu/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 19:33:01 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<guid isPermaLink="false">http://www.thedreaming.org/2008/01/03/gallery2-on-ubuntu/</guid>
		<description><![CDATA[Gallery 2 is a popular web based photo album application.  This details how to install Gallery2 on Ubuntu 7.10 (Gutsy Gibbon).  These instructions assume you have installed Apache2, PHP, and MySQL (as per an install of Ubuntu Server).
]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2008/01/03/gallery2-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Space Debris</title>
		<link>http://www.thedreaming.org/2008/01/02/space-debris/</link>
		<comments>http://www.thedreaming.org/2008/01/02/space-debris/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 16:51:59 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

		<guid isPermaLink="false">http://www.thedreaming.org/2008/01/02/space-debris/</guid>
		<description><![CDATA[I wrote this little Java game a while back.  This was actually my first ever Java project.  I&#8217;d quite forgotten about it, but I just came across it, and thought I would post it here for your enjoyment.
]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2008/01/02/space-debris/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Converting iTunes Playlists to m3u Files with XSLT</title>
		<link>http://www.thedreaming.org/2007/12/12/itunestom3u/</link>
		<comments>http://www.thedreaming.org/2007/12/12/itunestom3u/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 16:45:05 +0000</pubDate>
		<dc:creator>Jason Walton</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

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

		<guid isPermaLink="false">http://www.thedreaming.org/2007/12/12/converting-itunes-playlists-to-m3u-files-with-xslt/</guid>
		<description><![CDATA[I&#8217;ve been playing around with Firefly Media Server a bit of late, and I needed a good way to convert my existing iTunes playlists into m3u files which Firefly would understand.  Since iTunes exports XML playlist files, and since I&#8217;ve been meaning to learn some XSLT, I thought I&#8217;d give an XSLT converter a [...]]]></description>
		<wfw:commentRss>http://www.thedreaming.org/2007/12/12/itunestom3u/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

