<?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>Vallified &#187; Uncategorized</title>
	<atom:link href="http://www.philipotoole.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.philipotoole.com</link>
	<description>Life in the Valley</description>
	<lastBuildDate>Wed, 16 Jun 2010 15:11:23 +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>Do you use expect? You should</title>
		<link>http://www.philipotoole.com/do-you-use-expect-you-should</link>
		<comments>http://www.philipotoole.com/do-you-use-expect-you-should#comments</comments>
		<pubDate>Wed, 26 May 2010 14:13:39 +0000</pubDate>
		<dc:creator>Philip O'Toole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[expect]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.philipotoole.com/?p=802</guid>
		<description><![CDATA[expect is a tool built using Tcl which allows you to automate many tasks that would otherwise mean tedious repetition at the command line. While many tools come with a command line interface, they  don&#8217;t lend themselves well to scripting &#8212; telnet is the classic example. But with expect you can script these tools [...]]]></description>
		<wfw:commentRss>http://www.philipotoole.com/do-you-use-expect-you-should/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Fedora Core 12 on Chembook 2370VA</title>
		<link>http://www.philipotoole.com/fedora-12-on-my-chembook-2370va</link>
		<comments>http://www.philipotoole.com/fedora-12-on-my-chembook-2370va#comments</comments>
		<pubDate>Mon, 05 Apr 2010 00:33:17 +0000</pubDate>
		<dc:creator>Philip O'Toole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.philipotoole.com/?p=626</guid>
		<description><![CDATA[After a good experience with Fedora Core 8, and a reasonable experience with Fedora Core 11, I decided to install Fedora Core 12 on my Chembook laptop.
In summary, while FC8 and FC11 worked out of the box, FC12 failed to provide me with sound. I discovered later that the KDE mixer had set the center [...]]]></description>
		<wfw:commentRss>http://www.philipotoole.com/fedora-12-on-my-chembook-2370va/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Valgrind, blessed be its name</title>
		<link>http://www.philipotoole.com/valgrind-blessed-be-its-name</link>
		<comments>http://www.philipotoole.com/valgrind-blessed-be-its-name#comments</comments>
		<pubDate>Fri, 26 Feb 2010 18:21:08 +0000</pubDate>
		<dc:creator>Philip O'Toole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[valgrind]]></category>

		<guid isPermaLink="false">http://www.philipotoole.com/?p=568</guid>
		<description><![CDATA[Valgrind comprises a bunch of very useful tools for detecting problems with your programs. I first came across it a couple of years back and find it to be excellent. In particular I use its memory profiler, which helps you catch errors such as memory leaks and invalid accesses. In my experience these types of [...]]]></description>
		<wfw:commentRss>http://www.philipotoole.com/valgrind-blessed-be-its-name/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My git workflow</title>
		<link>http://www.philipotoole.com/my-git-workflow</link>
		<comments>http://www.philipotoole.com/my-git-workflow#comments</comments>
		<pubDate>Wed, 10 Feb 2010 22:06:22 +0000</pubDate>
		<dc:creator>Philip O'Toole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://www.philipotoole.com/?p=522</guid>
		<description><![CDATA[I cannot praise the revision-control tool git highly enough, and often use it as a buffer between SVN and me. Much of my professional work flow involves fixing a bug here, fixing a bug there &#8212; lots and lots of small changes in many different branches. git is the perfect tool for this kind of [...]]]></description>
		<wfw:commentRss>http://www.philipotoole.com/my-git-workflow/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php and EXIF data</title>
		<link>http://www.philipotoole.com/php-and-exif-data</link>
		<comments>http://www.philipotoole.com/php-and-exif-data#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:34:18 +0000</pubDate>
		<dc:creator>Philip O'Toole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[exif]]></category>
		<category><![CDATA[jhead]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.philipotoole.com/?p=430</guid>
		<description><![CDATA[A colleague at work gave me the idea of storing metadata for each photo on my brother&#8217;s site inside its EXIF data. I liked this idea as I originally thought I would need another text file on disk, which described the photos. Tying data to an object by adding it to the object itself is [...]]]></description>
		<wfw:commentRss>http://www.philipotoole.com/php-and-exif-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Mail bans apostrophes</title>
		<link>http://www.philipotoole.com/yahoo-mail-messes-up-again</link>
		<comments>http://www.philipotoole.com/yahoo-mail-messes-up-again#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:01:37 +0000</pubDate>
		<dc:creator>Philip O'Toole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[yahoo mail]]></category>

		<guid isPermaLink="false">http://www.philipotoole.com/?p=202</guid>
		<description><![CDATA[I am a Yahoo! Mail Plus subscriber and recently noticed that my outbound e-mail rewrote my name as Philip O&#38;#039;Toole.
Seemingly it had been like this for weeks, but it only caught my attention when I sent an e-mail to my work account. Of course, if you&#8217;re a programmer it&#8217;s pretty obvious what is going on [...]]]></description>
		<wfw:commentRss>http://www.philipotoole.com/yahoo-mail-messes-up-again/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yellow Dog Linux 6.1 on the PS3</title>
		<link>http://www.philipotoole.com/yellow-dog-6-1-on-my-ps3</link>
		<comments>http://www.philipotoole.com/yellow-dog-6-1-on-my-ps3#comments</comments>
		<pubDate>Mon, 30 Nov 2009 22:54:11 +0000</pubDate>
		<dc:creator>Philip O'Toole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[yellow dog]]></category>

		<guid isPermaLink="false">http://www.philipotoole.com/?p=150</guid>
		<description><![CDATA[I got around to installing Yellow Dog 6.1 using a DVD of the full distro. The installation went OK, and the installer fired up in graphical mode. However it proceeded to create the swap partition almost immediately because of low-memory concerns.
When it completed YDL was quite zippy &#8211; a much, much better experience than I [...]]]></description>
		<wfw:commentRss>http://www.philipotoole.com/yellow-dog-6-1-on-my-ps3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 on the PS3</title>
		<link>http://www.philipotoole.com/fedora-12-on-the-ps3</link>
		<comments>http://www.philipotoole.com/fedora-12-on-the-ps3#comments</comments>
		<pubDate>Sat, 28 Nov 2009 11:37:21 +0000</pubDate>
		<dc:creator>Philip O'Toole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.philipotoole.com/?p=1</guid>
		<description><![CDATA[In between bouts of Wipeout HD, I net-installed english-language 64-bit PowerPC Fedora Core 12 on my 80GB PS3. Installation with PetitBoot didn&#8217;t present any problems, though audio didn&#8217;t seem to work. However FC12 is quite slow on my PS3, so I ain&#8217;t going to use it &#8211; it seems it&#8217;s paging to disk a lot.
I [...]]]></description>
		<wfw:commentRss>http://www.philipotoole.com/fedora-12-on-the-ps3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
