<?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>Blog</title>
	<atom:link href="http://www.adamcrume.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.adamcrume.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 21:20:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adventures in Haskell &#8211; Error handling</title>
		<link>http://www.adamcrume.com/blog/archive/2010/07/18/adventures-in-haskell-error-handling</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/07/18/adventures-in-haskell-error-handling#comments</comments>
		<pubDate>Sun, 18 Jul 2010 21:20:29 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error handling]]></category>
		<category><![CDATA[error monad]]></category>
		<category><![CDATA[haskell]]></category>

		<guid isPermaLink="false">http://www.adamcrume.com/blog/?p=145</guid>
		<description><![CDATA[I fell in love with Haskell almost the day I started using it.  It&#8217;s not perfect, though, and one of its weaker areas is error/exception handling.  I&#8217;m not going to cover all ways to return errors.  For more details, see 8 ways to report errors in Haskell.
Haskell has an Exception class in the Control.Exception module, [...]]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/07/18/adventures-in-haskell-error-handling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pics of the Vertical Motion Simulator (flight simulator) at NASA Ames Research Center</title>
		<link>http://www.adamcrume.com/blog/archive/2010/07/14/pics-of-the-vertical-motion-simulator-flight-simulator-at-nasa-ames-research-center</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/07/14/pics-of-the-vertical-motion-simulator-flight-simulator-at-nasa-ames-research-center#comments</comments>
		<pubDate>Thu, 15 Jul 2010 00:15:33 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nasa]]></category>

		<guid isPermaLink="false">http://www.adamcrume.com/blog/?p=115</guid>
		<description><![CDATA[I got to go on a tour of the facilities at the Vertical Motion Simulator (flight simulator) at the NASA Ames Research Center.  While we were there, a pilot was training in a simulation of a tiltrotor, one that resembles a 737 but can takeoff vertically.

We also had a view into the control room for [...]]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/07/14/pics-of-the-vertical-motion-simulator-flight-simulator-at-nasa-ames-research-center/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You can&#8217;t parse HTML with regex</title>
		<link>http://www.adamcrume.com/blog/archive/2010/07/05/you-cant-parse-html-with-regex</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/07/05/you-cant-parse-html-with-regex#comments</comments>
		<pubDate>Mon, 05 Jul 2010 19:36:14 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adamcrume.com/blog/?p=91</guid>
		<description><![CDATA[The top voted answer for this question on StackOverflow is epic:
You can&#8217;t parse [X]HTML with regex. Because HTML can&#8217;t be parsed by  regex. Regex is not a tool that can be used to correctly parse HTML. As I  have answered in HTML-and-regex questions here so many times before,  the use of regex [...]]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/07/05/you-cant-parse-html-with-regex/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading to Android 2.1</title>
		<link>http://www.adamcrume.com/blog/archive/2010/06/24/upgrading-to-android-2-1</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/06/24/upgrading-to-android-2-1#comments</comments>
		<pubDate>Thu, 24 Jun 2010 21:51:07 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[sprint]]></category>

		<guid isPermaLink="false">http://www.adamcrume.com/blog/?p=89</guid>
		<description><![CDATA[I recently upgraded my phone from Android 1.5 to 2.1.  From a user standpoint, there isn&#8217;t a huge difference in terms of functionality, at least considering what I use and what my phone supports.  It looks different, especially the lock screen.  Voice input can now be used in several places, just about anywhere the on-screen [...]]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/06/24/upgrading-to-android-2-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Vision v0.3 released</title>
		<link>http://www.adamcrume.com/blog/archive/2010/06/16/color-vision-v0-3-released</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/06/16/color-vision-v0-3-released#comments</comments>
		<pubDate>Thu, 17 Jun 2010 05:59:41 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[colorvision]]></category>

		<guid isPermaLink="false">http://www.adamcrume.com/blog/?p=86</guid>
		<description><![CDATA[Version 0.3 of my Android app, Color Vision, has been released.  New in this version is the ability to calibrate the target position.
]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/06/16/color-vision-v0-3-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an Android app for the color vision impaired</title>
		<link>http://www.adamcrume.com/blog/archive/2010/05/22/creating-an-android-app-for-the-color-vision-impaired</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/05/22/creating-an-android-app-for-the-color-vision-impaired#comments</comments>
		<pubDate>Sun, 23 May 2010 00:15:37 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[colorvision]]></category>

		<guid isPermaLink="false">http://www.adamcrume.com/blog/?p=83</guid>
		<description><![CDATA[For those who don&#8217;t know, I&#8217;m partially colorblind.  It is only occasionally an issue, usually because of something being color coded.  Asking strangers what color things are is embarrassing.  (&#8220;Excuse me, is this pen red?&#8221;  Good thing I asked, though.  It turned out to be orange.)  It occurred to me that I walk around with [...]]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/05/22/creating-an-android-app-for-the-color-vision-impaired/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diversions</title>
		<link>http://www.adamcrume.com/blog/archive/2010/04/16/diversions</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/04/16/diversions#comments</comments>
		<pubDate>Sat, 17 Apr 2010 05:27:16 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adamcrume.com/blog/?p=77</guid>
		<description><![CDATA[I found some random cool stuff and thought I&#8217;d lump it together into a post.
First off, I have a couple of videos with music made from Windows sounds.  I like the music in this one better, but this one has what could be called choreography.
Betty White in a Metal Bikini Wielding a Flaming Chainsaw While [...]]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/04/16/diversions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux pipelines</title>
		<link>http://www.adamcrume.com/blog/archive/2010/03/27/linux-pipelines</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/03/27/linux-pipelines#comments</comments>
		<pubDate>Sat, 27 Mar 2010 18:13:36 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pipelines]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.adamcrume.com/blog/?p=75</guid>
		<description><![CDATA[I recently had a Subversion working copy with several files that were modified because they should not have been under source control to begin with.  I had to find all the modified *.Plo files and remove the folders that contained them.  I ended up using this, which is the longest pipeline I can remember using:
svn [...]]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/03/27/linux-pipelines/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching blog software &#8211; part 2</title>
		<link>http://www.adamcrume.com/blog/archive/2010/03/23/switching-blog-software-part-2</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/03/23/switching-blog-software-part-2#comments</comments>
		<pubDate>Tue, 23 Mar 2010 21:39:06 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=73</guid>
		<description><![CDATA[The site is switched over now.  Please let me know if you find dead links, missing functionality, or anything weird.  Hopefully, I&#8217;ll post a little more often now that it&#8217;s easier.
]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/03/23/switching-blog-software-part-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Switching blog software</title>
		<link>http://www.adamcrume.com/blog/archive/2010/03/21/switching-blog-software</link>
		<comments>http://www.adamcrume.com/blog/archive/2010/03/21/switching-blog-software#comments</comments>
		<pubDate>Mon, 22 Mar 2010 00:53:07 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=70</guid>
		<description><![CDATA[I&#8217;m switching blog software soon.  Links and RSS feeds should continue to work, but there might be hiccups. If there are any broken links, just post a comment on this page once I&#8217;ve switched over. (Comments won&#8217;t be available until after I do.)
]]></description>
		<wfw:commentRss>http://www.adamcrume.com/blog/archive/2010/03/21/switching-blog-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
