<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Will Cannings</title>
	<atom:link href="http://willcannings.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://willcannings.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 15 Jul 2011 19:05:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='willcannings.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Will Cannings</title>
		<link>http://willcannings.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://willcannings.wordpress.com/osd.xml" title="Will Cannings" />
	<atom:link rel='hub' href='http://willcannings.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Example of a native infix operator in Ruby</title>
		<link>http://willcannings.wordpress.com/2010/09/18/example-of-a-horrible-infix-operator-implementation-in-ruby/</link>
		<comments>http://willcannings.wordpress.com/2010/09/18/example-of-a-horrible-infix-operator-implementation-in-ruby/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 06:34:00 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.willcannings.com/?p=73</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=73&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2010/09/18/example-of-a-horrible-infix-operator-implementation-in-ruby/">here</a></strong></span></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=73&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2010/09/18/example-of-a-horrible-infix-operator-implementation-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>Redefining equality of objects for Ruby&#8217;s Hash class, and why Array.hash is kind of broken</title>
		<link>http://willcannings.wordpress.com/2010/09/15/redefining-equality-of-objects-for-rubys-hash-class-and-why-array-hash-is-kind-of-broken/</link>
		<comments>http://willcannings.wordpress.com/2010/09/15/redefining-equality-of-objects-for-rubys-hash-class-and-why-array-hash-is-kind-of-broken/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 07:32:21 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.willcannings.com/?p=62</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=62&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2010/09/15/redefining-equality-of-objects-for-rubys-hash-class-and-why-array-hash-is-kind-of-broken/">here</a></strong></span></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=62&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2010/09/15/redefining-equality-of-objects-for-rubys-hash-class-and-why-array-hash-is-kind-of-broken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>Enumerations (Enums) in JavaScript</title>
		<link>http://willcannings.wordpress.com/2010/02/28/enumerations-in-javascript/</link>
		<comments>http://willcannings.wordpress.com/2010/02/28/enumerations-in-javascript/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 03:40:34 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[enumeration]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.willcannings.com/?p=51</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=51&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2010/02/28/enumerations-in-javascript/">here</a></strong></span></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=51&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2010/02/28/enumerations-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple &#8216;from&#8217; addresses in Mac OS X Mail in a single Account</title>
		<link>http://willcannings.wordpress.com/2010/02/18/multiple-from-addresses-in-mac-os-x-mail-in-a-single-account/</link>
		<comments>http://willcannings.wordpress.com/2010/02/18/multiple-from-addresses-in-mac-os-x-mail-in-a-single-account/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 10:28:03 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.willcannings.com/?p=47</guid>
		<description><![CDATA[Update: This post is now hosted here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=47&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2010/02/18/multiple-from-addresses-in-mac-os-x-mail-in-a-single-account/">here</a></strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=47&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2010/02/18/multiple-from-addresses-in-mac-os-x-mail-in-a-single-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby-Debug on Snow Leopard</title>
		<link>http://willcannings.wordpress.com/2009/10/16/ruby-debug-on-snow-leopard/</link>
		<comments>http://willcannings.wordpress.com/2009/10/16/ruby-debug-on-snow-leopard/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 06:11:06 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://willcannings.wordpress.com/?p=45</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=45&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2009/10/16/ruby-debug-on-snow-leopard/">here</a></strong></span></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=45&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2009/10/16/ruby-debug-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>Key Value Coding with JavaScript</title>
		<link>http://willcannings.wordpress.com/2009/03/19/key-value-coding-with-javascript/</link>
		<comments>http://willcannings.wordpress.com/2009/03/19/key-value-coding-with-javascript/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 02:50:04 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://willcannings.wordpress.com/?p=10</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=10&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2009/03/19/key-value-coding-with-javascript/">here</a></strong></span></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=10&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2009/03/19/key-value-coding-with-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>OS X Easter Egg: Clarus the dogcow flexes her Moof</title>
		<link>http://willcannings.wordpress.com/2009/03/15/os-x-easter-egg-clarus-the-dogcow-flexes-her-moof/</link>
		<comments>http://willcannings.wordpress.com/2009/03/15/os-x-easter-egg-clarus-the-dogcow-flexes-her-moof/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 02:50:49 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://willcannings.wordpress.com/?p=32</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=32&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2009/03/15/os-x-easter-egg-clarus-the-dogcow-flexes-her-moof/">here</a></strong></span></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=32&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2009/03/15/os-x-easter-egg-clarus-the-dogcow-flexes-her-moof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>Making Mongrel ignore stale PID files with SMF</title>
		<link>http://willcannings.wordpress.com/2008/11/17/making-mongrel-ignore-stale-pid-files-with-smf/</link>
		<comments>http://willcannings.wordpress.com/2008/11/17/making-mongrel-ignore-stale-pid-files-with-smf/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 04:57:50 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[mongrel]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://willcannings.wordpress.com/?p=27</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=27&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2008/11/17/making-mongrel-ignore-stale-pid-files-with-smf/">here</a></strong></span></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=27&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2008/11/17/making-mongrel-ignore-stale-pid-files-with-smf/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying a Rails application with Capistrano to an SMF managed Solaris server</title>
		<link>http://willcannings.wordpress.com/2008/11/08/deploying-a-rails-application-with-capistrano-to-an-smf-managed-solaris-server/</link>
		<comments>http://willcannings.wordpress.com/2008/11/08/deploying-a-rails-application-with-capistrano-to-an-smf-managed-solaris-server/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 09:41:04 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[gAdd new tag]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Thin]]></category>

		<guid isPermaLink="false">http://willcannings.wordpress.com/?p=11</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=11&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2008/11/08/deploying-a-rails-application-with-capistrano-to-an-smf-managed-solaris-server/">here</a></strong></span></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=11&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2008/11/08/deploying-a-rails-application-with-capistrano-to-an-smf-managed-solaris-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
		<item>
		<title>Hosting Rails Applications on Solaris with SMF</title>
		<link>http://willcannings.wordpress.com/2008/11/08/hosting-rails-applications-on-solaris-with-smf/</link>
		<comments>http://willcannings.wordpress.com/2008/11/08/hosting-rails-applications-on-solaris-with-smf/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 08:40:45 +0000</pubDate>
		<dc:creator>willcannings</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Thin]]></category>

		<guid isPermaLink="false">http://willcannings.wordpress.com/?p=18</guid>
		<description><![CDATA[Update: This post is now hosted here &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=18&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong>Update: This post is now hosted <a href="http://blog.willcannings.com/2008/11/08/hosting-rails-applications-on-solaris-with-smf/">here</a></strong></span></p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/willcannings.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/willcannings.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/willcannings.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/willcannings.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/willcannings.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/willcannings.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/willcannings.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/willcannings.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/willcannings.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/willcannings.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/willcannings.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/willcannings.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/willcannings.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/willcannings.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=willcannings.wordpress.com&amp;blog=4138718&amp;post=18&amp;subd=willcannings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://willcannings.wordpress.com/2008/11/08/hosting-rails-applications-on-solaris-with-smf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28cc45c6b7a6fe512ad99d11ee9762af?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">willcannings</media:title>
		</media:content>
	</item>
	</channel>
</rss>
