<?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>fogbound.net v. 3.0</title>
	<atom:link href="http://www.fogbound.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fogbound.net</link>
	<description>Inside the Great Fogbound Empire</description>
	<lastBuildDate>Sun, 21 Apr 2013 18:28:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Measuring network traffic between two hosts</title>
		<link>http://www.fogbound.net/archives/2013/04/21/measuring-network-traffic-between-two-hosts/</link>
		<comments>http://www.fogbound.net/archives/2013/04/21/measuring-network-traffic-between-two-hosts/#comments</comments>
		<pubDate>Sun, 21 Apr 2013 18:28:22 +0000</pubDate>
		<dc:creator>SjG</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.fogbound.net/?p=881</guid>
		<description><![CDATA[For a project that communicates over an expensive network connection (i.e., one that charges by the kilobyte), I needed to find out exactly how many bytes a specific process was going to transfer between my source host and a destination machine. For my own nefarious purposes, I need to know how many bytes of payload [...]]]></description>
		<wfw:commentRss>http://www.fogbound.net/archives/2013/04/21/measuring-network-traffic-between-two-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uh-oh</title>
		<link>http://www.fogbound.net/archives/2013/04/11/uh-oh/</link>
		<comments>http://www.fogbound.net/archives/2013/04/11/uh-oh/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 17:34:10 +0000</pubDate>
		<dc:creator>SjG</dc:creator>
				<category><![CDATA[Absurdism]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.fogbound.net/?p=876</guid>
		<description><![CDATA[That was close. It almost made me think I&#8217;d need to take shelter under a refrigerator.]]></description>
		<wfw:commentRss>http://www.fogbound.net/archives/2013/04/11/uh-oh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I need an extension on my taxes</title>
		<link>http://www.fogbound.net/archives/2013/04/08/why-i-need-an-extension-on-my-taxes/</link>
		<comments>http://www.fogbound.net/archives/2013/04/08/why-i-need-an-extension-on-my-taxes/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 05:49:18 +0000</pubDate>
		<dc:creator>SjG</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.fogbound.net/?p=870</guid>
		<description><![CDATA[&#8230; because I wanted to play with HTML 5 Canvas. This should run on any reasonably sane browser. Play with it yourself here.]]></description>
		<wfw:commentRss>http://www.fogbound.net/archives/2013/04/08/why-i-need-an-extension-on-my-taxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Godwin&#8217;s Law</title>
		<link>http://www.fogbound.net/archives/2013/03/19/godwins-law/</link>
		<comments>http://www.fogbound.net/archives/2013/03/19/godwins-law/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 16:22:57 +0000</pubDate>
		<dc:creator>SjG</dc:creator>
				<category><![CDATA[Absurdism]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.fogbound.net/?p=867</guid>
		<description><![CDATA[(Mary) Godwin&#8217;s Law: As a summer of incessant Swiss rain wears on, the probability of romantic poets turning into monsters approaches one.]]></description>
		<wfw:commentRss>http://www.fogbound.net/archives/2013/03/19/godwins-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPUnit/Selenium and iframes</title>
		<link>http://www.fogbound.net/archives/2013/02/13/phpunitselenium-and-iframes/</link>
		<comments>http://www.fogbound.net/archives/2013/02/13/phpunitselenium-and-iframes/#comments</comments>
		<pubDate>Wed, 13 Feb 2013 18:20:48 +0000</pubDate>
		<dc:creator>SjG</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.fogbound.net/?p=861</guid>
		<description><![CDATA[I ran into an interesting issue with a functional test, and wasn&#8217;t able to Google a specific solution out there. So here&#8217;s my solution. The Problem: When testing a web form that contains a Javascript &#8220;wysiwyg&#8221; editor (in this case xhEditor, since it&#8217;s a site built on Yii, and there&#8217;s a great extension), the Selenium [...]]]></description>
		<wfw:commentRss>http://www.fogbound.net/archives/2013/02/13/phpunitselenium-and-iframes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
