<?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>Chris Paterson's musings</title>
	<atom:link href="http://cipaterson.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cipaterson.wordpress.com</link>
	<description>The title says it all</description>
	<lastBuildDate>Fri, 23 Sep 2011 03:26:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cipaterson.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Chris Paterson's musings</title>
		<link>http://cipaterson.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cipaterson.wordpress.com/osd.xml" title="Chris Paterson&#039;s musings" />
	<atom:link rel='hub' href='http://cipaterson.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Howto Fix MBR &#8211; fixmbr &#8211; Linux DD &#8211; partition table</title>
		<link>http://cipaterson.wordpress.com/2009/10/14/howto-fix-mbr-fixmbr-linux-dd-partition-table/</link>
		<comments>http://cipaterson.wordpress.com/2009/10/14/howto-fix-mbr-fixmbr-linux-dd-partition-table/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 23:46:23 +0000</pubDate>
		<dc:creator>zzyplza</dc:creator>
				<category><![CDATA[computer tips]]></category>

		<guid isPermaLink="false">http://cipaterson.wordpress.com/?p=7</guid>
		<description><![CDATA[I just spent an hour fixing up my partition table after I made the mistake of over writing all 512 bytes of my MBR.  I was trying to fix a GRUB error I got when I wiped my linux boot partition (I was in the process of installing Gentoo but hadn&#8217;t finished yet).  I&#8217;ve made [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=7&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just spent an hour fixing up my partition table after I made the mistake of over writing all 512 bytes of my MBR.  I was trying to fix a GRUB error I got when I wiped my linux boot partition (I was in the process of installing Gentoo but hadn&#8217;t finished yet).  I&#8217;ve made this mistake a few times and thought I&#8217;d just confess my sins and perhaps I&#8217;ll remember next time <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>The MBR is the first block on the physical disk and contains TWO parts: the master boot code and the partition table.  I wanted to copy the standard windows boot code in there so I would be able to boot into Windows and get back to work.  I used a linux live-CD and something like:</p>
<p>dd if=/MBR_backup.dat of=/dev/sda count=1 bs=512</p>
<p>unfrotunately this replaced the partition table with some random one I had when I made the backup as well as replacing the GRUB boot code with the Windows code.  What I should have done was:</p>
<p>dd if=/MBR_backup.dat of=/dev/sda count=1 bs=446</p>
<p>so that the copy stops short of the partition table which starts at byte 446.</p>
<p>So, it&#8217;s a great idea to have a MBR backup handly but remember &#8211; don&#8217;t over write the last part of the block!  That&#8217;s where the partition table is kept.</p>
<p>Another way to restore the master boot code is to use the fixmbr command in the Windows recovery console (an option available on the install CD).  That does the same as the above DD command and is safer but that option was not available to me &#8211; I have a 320GB disk and the XP install CD can not recognise it unless I provide an updated disk controller driver.  The older ones can&#8217;t see disks that big.</p>
<p>I&#8217;m glad I got that off my chest&#8230;</p>
<p>The way I fixed it was to use the linux live CD and fdisk to re-create the first partition, starting at cylinder 1 and with a size just a bit bigger than I knew the partition to be.  The I could boot up into Windows and am currently making a backup.  Later, perhaps I&#8217;ll even be able to figure out where first partition ends and the next starts and recover the second partition as well.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cipaterson.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cipaterson.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cipaterson.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cipaterson.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cipaterson.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cipaterson.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cipaterson.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cipaterson.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cipaterson.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cipaterson.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cipaterson.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cipaterson.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cipaterson.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cipaterson.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=7&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cipaterson.wordpress.com/2009/10/14/howto-fix-mbr-fixmbr-linux-dd-partition-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26f090e12987f50719687ff4609b54a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zzyplza</media:title>
		</media:content>
	</item>
		<item>
		<title>LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup</title>
		<link>http://cipaterson.wordpress.com/2007/09/30/lnk2019-unresolved-external-symbol-_winmain16-referenced-in-function-___tmaincrtstartup/</link>
		<comments>http://cipaterson.wordpress.com/2007/09/30/lnk2019-unresolved-external-symbol-_winmain16-referenced-in-function-___tmaincrtstartup/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 05:49:30 +0000</pubDate>
		<dc:creator>zzyplza</dc:creator>
				<category><![CDATA[computer tips]]></category>

		<guid isPermaLink="false">http://cipaterson.wordpress.com/2007/09/30/lnk2019-unresolved-external-symbol-_winmain16-referenced-in-function-___tmaincrtstartup/</guid>
		<description><![CDATA[When trying to compile a command line (non-GUI) program with Visual Studio I got the error: LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup I&#8217;ve had this before and so have lots of others &#8211; it&#8217;s a continual question out there on the web &#8211; this is to provide at least one answer hopefully. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=6&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When trying to compile a command line (non-GUI) program with Visual Studio I got the error:</p>
<p>LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup</p>
<p>I&#8217;ve had this before and so have lots of others &#8211; it&#8217;s a continual question out there on the web &#8211; this is to provide at least one answer hopefully.</p>
<p>I went to:</p>
<p>Project  Properties -&gt; Linker -&gt; System -&gt; SubSystem</p>
<p>and set it to</p>
<p>Console (/SUBSYSTEM:CONSOLE)</p>
<p>rather than</p>
<p>Windows (/SUBSYSTEM:WINDOWS)</p>
<p>That suggested to the linker that maybe the program entry point should be &#8220;main&#8221; rather than &#8220;WinMain&#8221;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cipaterson.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cipaterson.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cipaterson.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cipaterson.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cipaterson.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cipaterson.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cipaterson.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cipaterson.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cipaterson.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cipaterson.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cipaterson.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cipaterson.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cipaterson.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cipaterson.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cipaterson.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cipaterson.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=6&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cipaterson.wordpress.com/2007/09/30/lnk2019-unresolved-external-symbol-_winmain16-referenced-in-function-___tmaincrtstartup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26f090e12987f50719687ff4609b54a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zzyplza</media:title>
		</media:content>
	</item>
		<item>
		<title>Countries I&#8217;ve Visited</title>
		<link>http://cipaterson.wordpress.com/2007/09/04/countries-ive-visited/</link>
		<comments>http://cipaterson.wordpress.com/2007/09/04/countries-ive-visited/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 07:47:41 +0000</pubDate>
		<dc:creator>zzyplza</dc:creator>
				<category><![CDATA[General Nonsense]]></category>

		<guid isPermaLink="false">http://cipaterson.wordpress.com/2007/09/04/countries-ive-visited/</guid>
		<description><![CDATA[Here&#8217;s a map of countries I&#8217;ve visited (so far). create your own visited country map or check our Venice travel guide<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=5&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a map of countries I&#8217;ve visited (so far).</p>
<p><img src="http://www.world66.com/myworld66/visitedCountries/worldmap?visited=CAUSZAATBEDKFRDEHUIEITLILUMCNLNOPTESSECHUKVAINIDJPMYNPSGKRTHAUNZ" /><br />
<a href="http://www.world66.com/myworld66">create your own visited country map</a><br />
or check our <a href="http://www.world66.com/europe/italy/veneto/venice">Venice travel guide</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cipaterson.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cipaterson.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cipaterson.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cipaterson.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cipaterson.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cipaterson.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cipaterson.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cipaterson.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cipaterson.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cipaterson.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cipaterson.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cipaterson.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cipaterson.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cipaterson.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cipaterson.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cipaterson.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=5&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cipaterson.wordpress.com/2007/09/04/countries-ive-visited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26f090e12987f50719687ff4609b54a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zzyplza</media:title>
		</media:content>

		<media:content url="http://www.world66.com/myworld66/visitedCountries/worldmap?visited=CAUSZAATBEDKFRDEHUIEITLILUMCNLNOPTESSECHUKVAINIDJPMYNPSGKRTHAUNZ" medium="image" />
	</item>
		<item>
		<title>Invalid command &#8216;SSLEngine&#8217;, perhaps mis-spelled or defined by a module not included in the server configuration</title>
		<link>http://cipaterson.wordpress.com/2007/07/19/invalid-command-sslengine-perhaps-mis-spelled-or-defined-by-a-module-not-included-in-the-server-configuration/</link>
		<comments>http://cipaterson.wordpress.com/2007/07/19/invalid-command-sslengine-perhaps-mis-spelled-or-defined-by-a-module-not-included-in-the-server-configuration/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 05:06:53 +0000</pubDate>
		<dc:creator>zzyplza</dc:creator>
				<category><![CDATA[computer tips]]></category>

		<guid isPermaLink="false">http://cipaterson.wordpress.com/2007/07/19/invalid-command-sslengine-perhaps-mis-spelled-or-defined-by-a-module-not-included-in-the-server-configuration/</guid>
		<description><![CDATA[using: CentOS release 4.5 (Final) Server version: Apache/1.3.37 (Unix) You can get this error for lots of reasons (including the mod_ssl.c module not being loaded) but my problem to day was the above error spat out by: apachectl configtest The reason is that apachectl DOES NOT define SSL (i.e. when it’s checking the config file). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=4&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="snap_preview">using:</p>
<p class="snap_preview">CentOS release 4.5 (Final)</p>
<p class="snap_preview">Server version: Apache/1.3.37 (Unix)</p>
<p>You can get this error for lots of reasons (including the mod_ssl.c module not being loaded) but my problem to day was the above error spat out by:</p>
<p>apachectl configtest</p>
<p>The reason is that apachectl DOES NOT define SSL (i.e. when it’s checking the config file).  Therefore the httpd.conf will ALWAYS look broken if mod_ssl.c specific directives are in it.  That is unless they are bracketed with:</p>
<p>&lt;IfDefine SSL&gt; or &lt;IfModule mod_ssl.c&gt;</p>
<p>in which case what’s the point of using “apachectl configtest” to test the config file?</p>
<p>httpd -S</p>
<p>gives the same error unless you also pass -DSSL like this:</p>
<p>httpd -S -DSSL</p>
<p>Be safe: use the actual boot scripts to stop and start the server if you’re using SSL:</p>
<p>/etc/init.d/httpd stop</p>
<p>/etc/init.d/httpd startssl</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cipaterson.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cipaterson.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cipaterson.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cipaterson.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cipaterson.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cipaterson.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cipaterson.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cipaterson.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cipaterson.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cipaterson.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cipaterson.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cipaterson.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cipaterson.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cipaterson.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cipaterson.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cipaterson.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=4&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cipaterson.wordpress.com/2007/07/19/invalid-command-sslengine-perhaps-mis-spelled-or-defined-by-a-module-not-included-in-the-server-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26f090e12987f50719687ff4609b54a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zzyplza</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://cipaterson.wordpress.com/2007/02/21/hello-world/</link>
		<comments>http://cipaterson.wordpress.com/2007/02/21/hello-world/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 03:22:36 +0000</pubDate>
		<dc:creator>zzyplza</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=1&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cipaterson.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cipaterson.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cipaterson.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cipaterson.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cipaterson.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cipaterson.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cipaterson.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cipaterson.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cipaterson.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cipaterson.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cipaterson.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cipaterson.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cipaterson.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cipaterson.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cipaterson.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cipaterson.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cipaterson.wordpress.com&amp;blog=801409&amp;post=1&amp;subd=cipaterson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cipaterson.wordpress.com/2007/02/21/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26f090e12987f50719687ff4609b54a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zzyplza</media:title>
		</media:content>
	</item>
	</channel>
</rss>
