<?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/"
	>

<channel>
	<title>0xBAADF00D</title>
	<atom:link href="http://dreamcycle.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreamcycle.net/blog</link>
	<description>Where good things happen to bad code...</description>
	<lastBuildDate>Wed, 28 Mar 2012 02:40:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Even more command line goodness!</title>
		<link>http://dreamcycle.net/blog/2012/03/28/even-more-command-line-goodness/</link>
		<comments>http://dreamcycle.net/blog/2012/03/28/even-more-command-line-goodness/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 02:40:57 +0000</pubDate>
		<dc:creator>chalktrauma</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://dreamcycle.net/blog/?p=111</guid>
		<description><![CDATA[One of my first posts to this blog involved modifying the Windows command line to make it a bit more friendly to work with. Well it has been a long time since that post and I&#8217;ve decided to revisit the topic because I&#8217;ve since refined my command line experience. Some people who need to do [...]]]></description>
		<wfw:commentRss>http://dreamcycle.net/blog/2012/03/28/even-more-command-line-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why sometimes I really really hate software companies..</title>
		<link>http://dreamcycle.net/blog/2011/01/31/why-sometimes-i-really-really-hate-software-companies/</link>
		<comments>http://dreamcycle.net/blog/2011/01/31/why-sometimes-i-really-really-hate-software-companies/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 16:10:30 +0000</pubDate>
		<dc:creator>chalktrauma</dc:creator>
				<category><![CDATA[fixes]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://dreamcycle.net/blog/?p=48</guid>
		<description><![CDATA[I understand trying to protect your IP, I really do, but that understanding stops when it comes to making your user&#8217;s life miserable. This is what Pinnacle Studio did to me for about half a day.. Half a day I&#8217;ll never get back, and let me tell you, half a day at this point in [...]]]></description>
		<wfw:commentRss>http://dreamcycle.net/blog/2011/01/31/why-sometimes-i-really-really-hate-software-companies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why sometimes I really hate software.</title>
		<link>http://dreamcycle.net/blog/2010/01/03/why-sometimes-i-really-hate-software/</link>
		<comments>http://dreamcycle.net/blog/2010/01/03/why-sometimes-i-really-hate-software/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 00:02:13 +0000</pubDate>
		<dc:creator>chalktrauma</dc:creator>
				<category><![CDATA[fixes]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://dreamcycle.net/blog/?p=42</guid>
		<description><![CDATA[Recently I starting having problems burning DVDs, specifically DVD-Rs at my burner&#8217;s max speed in Nero Buring ROM 6.6. The exact error I was getting was: &#8220;Power calibration error&#8221; I didn&#8217;t change my buring process, or the type of stuff I was backing up, and I didn&#8217;t change the media I normally use. So I [...]]]></description>
		<wfw:commentRss>http://dreamcycle.net/blog/2010/01/03/why-sometimes-i-really-hate-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line goodness</title>
		<link>http://dreamcycle.net/blog/2009/11/12/30/</link>
		<comments>http://dreamcycle.net/blog/2009/11/12/30/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:26:08 +0000</pubDate>
		<dc:creator>chalktrauma</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://dreamcycle.net/blog/?p=30</guid>
		<description><![CDATA[So I pretty much live on the command line in windows ( cmd.exe ), call me old fashioned, but I like the power and flexibility. One thing that irritated me is that, by default, my input prompt keeps shifting right with the length of my directory tree and I have less and less room to [...]]]></description>
		<wfw:commentRss>http://dreamcycle.net/blog/2009/11/12/30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wchar_t and template specialization</title>
		<link>http://dreamcycle.net/blog/2009/11/04/wchar_t-and-template-specialization/</link>
		<comments>http://dreamcycle.net/blog/2009/11/04/wchar_t-and-template-specialization/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:51:48 +0000</pubDate>
		<dc:creator>chalktrauma</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[fixes]]></category>

		<guid isPermaLink="false">http://dreamcycle.net/blog/?p=17</guid>
		<description><![CDATA[While cleaning up my command line tools package DSToolBox I ran across a bug while upgrading to the latest release of TCLAP. Which is a header only template library for command line parsing. One of the cooler aspects of the library is that it can handle all kinds of type conversions for you so you [...]]]></description>
		<wfw:commentRss>http://dreamcycle.net/blog/2009/11/04/wchar_t-and-template-specialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking out the garbage</title>
		<link>http://dreamcycle.net/blog/2009/11/03/taking-out-the-garbage/</link>
		<comments>http://dreamcycle.net/blog/2009/11/03/taking-out-the-garbage/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:43:24 +0000</pubDate>
		<dc:creator>chalktrauma</dc:creator>
				<category><![CDATA[fixes]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://dreamcycle.net/blog/?p=5</guid>
		<description><![CDATA[A few years ago I did some work adding text-to-speech capabilities to the WinFrotz2002  inform interpreter by David Kinder called, simply enough, WinFrotzTTS  2002. The visually impaired gaming community took an interested and I was suddenly in the position of doing support. So I thought the best thing to do was quickly put together a [...]]]></description>
		<wfw:commentRss>http://dreamcycle.net/blog/2009/11/03/taking-out-the-garbage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

