<?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>Pixelbath</title>
	<atom:link href="http://pixelbath.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pixelbath.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 06 Aug 2009 00:56:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pixelbath.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pixelbath</title>
		<link>http://pixelbath.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pixelbath.wordpress.com/osd.xml" title="Pixelbath" />
	<atom:link rel='hub' href='http://pixelbath.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Python 3.0: urllib Issues When Downloading PNGs</title>
		<link>http://pixelbath.wordpress.com/2009/08/05/python-3-0-urllib-issues-when-downloading-pngs/</link>
		<comments>http://pixelbath.wordpress.com/2009/08/05/python-3-0-urllib-issues-when-downloading-pngs/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 17:11:05 +0000</pubDate>
		<dc:creator>pixelbath</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pixelbath.wordpress.com/?p=22</guid>
		<description><![CDATA[If you are using Python 3.0 (&#8220;Py3k&#8221;) and having some strange junk data issues with urllib.request, fret not. There is a patch out to fix it, so this post is probably obsolete by now, but I&#8217;ll leave it out here in the hopes it will be useful. In my case, I am using a script [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pixelbath.wordpress.com&amp;blog=4062234&amp;post=22&amp;subd=pixelbath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are using Python 3.0 (&#8220;Py3k&#8221;) and having some strange junk data issues with urllib.request, fret not. There is a patch out to fix it, so this post is probably obsolete by now, but I&#8217;ll leave it out here in the hopes it will be useful.<br />
<span id="more-22"></span><br />
In my case, I am using a script to pull PNG images from a certain webcomics listing site, and once I upgraded my script to work with Python 3.0, left it to its own devices.</p>
<p>When I went to check on the images, however, not a single one would open. Thinking that the server must have returned text instead of an image, I opened one in UltraEdit to look at the raw data.  I saw the PNG header, but it was prepended with several bytes of what us programmers refer to scientifically as &#8220;crap.&#8221;</p>
<p>After making sure I wasn&#8217;t prepending anything weird in the script, I opened <a href="http://www.ethereal.com/">Ethereal</a> to get an idea of what was going both up and down the wire when the script fired, and found the same crap in the HTTP response, in a header chunk. This led me to believe Python could not handle chunked content. It&#8217;s a requirement for <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1">HTTP/1.1</a>, so is a bit surprising that the latest-and-greatest from the Python group can&#8217;t handle it.</p>
<p>After a bit of Google-fu, I found <a href="http://bugs.python.org/issue3761">this issue</a>, which led me to <a href="http://bugs.python.org/issue4631">this now-closed issue</a> containing a couple patches and commits. Going with <a href="http://bugs.python.org/msg77794">Antoine&#8217;s recommendation</a>, and because I&#8217;m lazy and also don&#8217;t want to wait for the next release, I decided to just downgrade Python to use HTTP/1.0.</p>
<p>Change the line:<br />
<code>_http_vsn_str = 'HTTP/1.1'</code><br />
to<br />
<code>_http_vsn_str = 'HTTP/1.0'</code></p>
<p>Mine was found at line 603, but yours may vary depending on when you downloaded Python 3.0.  After downgrading to HTTP/1.0, everything works great, and I get valid images.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pixelbath.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pixelbath.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pixelbath.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pixelbath.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pixelbath.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pixelbath.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pixelbath.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pixelbath.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pixelbath.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pixelbath.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pixelbath.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pixelbath.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pixelbath.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pixelbath.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pixelbath.wordpress.com&amp;blog=4062234&amp;post=22&amp;subd=pixelbath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pixelbath.wordpress.com/2009/08/05/python-3-0-urllib-issues-when-downloading-pngs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37cd745958467974c656239f37c09b1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pixelbath</media:title>
		</media:content>
	</item>
		<item>
		<title>What Will It Take to Break This Monopoly Already?</title>
		<link>http://pixelbath.wordpress.com/2008/08/27/what-will-it-take-to-break-this-monopoly-already/</link>
		<comments>http://pixelbath.wordpress.com/2008/08/27/what-will-it-take-to-break-this-monopoly-already/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 16:02:42 +0000</pubDate>
		<dc:creator>pixelbath</dc:creator>
				<category><![CDATA[Tech Industry]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[comcast]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[monopoly]]></category>

		<guid isPermaLink="false">http://pixelbath.wordpress.com/?p=17</guid>
		<description><![CDATA[I found this gem in Comcast&#8217;s Acceptable Use Policy: &#8220;Many excessive users consume more data than a business-class T1 line running at full capacity in a month.&#8221; Yes, Comcast is seriously telling its customers that using a saturated cable modem connection is somehow more bandwidth than a full (non-fractional) T1 running at full capacity. Well, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pixelbath.wordpress.com&amp;blog=4062234&amp;post=17&amp;subd=pixelbath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found this gem in <a href="http://www.comcast.net/terms/use/">Comcast&#8217;s Acceptable Use Policy</a>: &#8220;Many excessive users consume more data than a business-class T1 line running at full capacity in a month.&#8221;</p>
<p>Yes, Comcast is seriously telling its customers that using a saturated cable modem connection is somehow more bandwidth than a full (non-fractional) T1 running at full capacity.  Well, hell, here we&#8217;ve been wasting all this money on a DS3 connection at work, when we could have just bought a few cable modems and been done with it!  (For the record: cable modems are theoretically capable of exceeding T1 downstream bandwidth, but not upstream.  This is all moot, however, since Comcast states in the same document that your connection will be <del datetime="00">slowed down</del> <ins datetime="00">&#8220;managed&#8221;</ins> if you use this kind of bandwidth.)</p>
<p>Also, how does &#8220;Examples of prohibited equipment and servers include, but are not limited to, e-mail, Web hosting, file sharing, and proxy services and servers&#8221; fit in line with your answer to the question &#8220;<a href="http://help.comcast.net/content/faq/Frequently-Asked-Questions-about-Network-Management#discriminate">Does Comcast discriminate against particular types of online content?</a>&#8220;</p>
<p>Your answer is a flat &#8220;no,&#8221; followed by, &#8220;Comcast provides its customers with full access to all the content, services, and applications that the Internet has to offer.&#8221;  Then why, oh why, am I not permitted to run a web server from my home?  Ok, a web server might get high amounts of traffic; I can understand that.  What about an FTP connection, so I can transfer files from work to home?  Well, FTP can be abused too.  Maybe SSH, so I can access my home information from a remote location?  Well, I&#8217;m not really sure why that&#8217;s blocked.  How about MySQL, so I can store information to my home server?  Nope!</p>
<p>Your prices are also fairly <a href="http://www.consumeraffairs.com/internet/comcast_isp_pricing.html">high for the service you provide</a>.</p>
<p>What will it take for you stop treating your customers like we&#8217;re your personal money dispenser?  I&#8217;m sure that the standard response to all of this is, &#8220;get a business account if you want to run a home server.&#8221;  Well, guess what?  I&#8217;m not a business.  I don&#8217;t have the same needs as a business, so I don&#8217;t need business class.</p>
<p>It&#8217;s 2008.  Microsoft provides a <a href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/default.mspx">home server solution</a>.  We&#8217;re in the &#8220;<a href="http://en.wikipedia.org/wiki/Information_Age">Information Age</a>.&#8221;  Why is a society supposedly as enlightened as ours paying a single company to rape us for the tether that connects our homes to &#8220;the cloud,&#8221; and then not even provide us with the services promised?  Where are we going to go?  We have no other option.</p>
<p>That&#8217;s a monopoly.  Whether broadband internet and cable television are luxuries or not, it&#8217;s a monopoly.  Regardless of my &#8220;choice&#8221; of satellite television (but never a competitor for broadband service), it&#8217;s a monopoly.  Ask AT&amp;T (who you&#8217;re planning to <a href="http://www.fcc.gov/mb/attcomcast/">merge with</a>!) about monopoly divestitures and <a href="http://www.corp.att.com/history/history4.html">what happens to the companies afterward</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pixelbath.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pixelbath.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pixelbath.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pixelbath.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pixelbath.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pixelbath.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pixelbath.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pixelbath.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pixelbath.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pixelbath.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pixelbath.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pixelbath.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pixelbath.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pixelbath.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pixelbath.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pixelbath.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pixelbath.wordpress.com&amp;blog=4062234&amp;post=17&amp;subd=pixelbath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pixelbath.wordpress.com/2008/08/27/what-will-it-take-to-break-this-monopoly-already/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37cd745958467974c656239f37c09b1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pixelbath</media:title>
		</media:content>
	</item>
		<item>
		<title>Science Blog Creates Linkbait, Readers Yawn</title>
		<link>http://pixelbath.wordpress.com/2008/08/15/science-blog-creates-linkbait-readers-yawn/</link>
		<comments>http://pixelbath.wordpress.com/2008/08/15/science-blog-creates-linkbait-readers-yawn/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 20:50:22 +0000</pubDate>
		<dc:creator>pixelbath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://pixelbath.wordpress.com/?p=15</guid>
		<description><![CDATA[The Daily Galaxy reports that &#8220;The Sun is &#8216;Dead&#8217;&#8221; because of the lack of sunspots in the past two years. The article then goes on to describe how there has been a 10-year period with no sunspots before, yet somehow now it is alarming. The Galaxy paraphrases Sanu Tsuneka as &#8220;noting that it is at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pixelbath.wordpress.com&amp;blog=4062234&amp;post=15&amp;subd=pixelbath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Daily Galaxy <a href="http://www.dailygalaxy.com/my_weblog/2008/06/the-sunspot-mys.html" rel="nofollow">reports</a> that &#8220;The Sun is &#8216;Dead&#8217;&#8221; because of the lack of sunspots in the past two years.</p>
<p>The article then goes on to describe how there has been a 10-year period with no sunspots before, yet somehow now it is alarming.  The Galaxy paraphrases Sanu Tsuneka as &#8220;noting that it is at least a little bit worrisome for scientists&#8221; when he actually says, &#8220;That&#8217;s a small concern, a very small concern.&#8221;</p>
<p>The article then talks about how the sun may or may not have caused an ice age in the 1600s, and how the sun may or may not affect climate.  In one of the article&#8217;s sources (presumably where the ice age information came from, in the Australian), it is stated that, &#8220;scientists from the US National Centre for Atmospheric Research published a report in 2006 that showed the sun had a negligible effect on climate change.&#8221;</p>
<p>We have enough crap to worry about, Daily Galaxy, with other sources of climate change, superpowers using cyberwarfare, and the <a href="http://www.crystalair.com/content.php?id=16200808006">Crypt Keeper running for office</a>.  Please stop with the alarmist linkbait (I saw the 1500+ diggs, and got the link from <a href="http://news.ycombinator.com/">Hacker News</a>).</p>
<p>Move along, nothing to see here.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pixelbath.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pixelbath.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pixelbath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pixelbath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pixelbath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pixelbath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pixelbath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pixelbath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pixelbath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pixelbath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pixelbath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pixelbath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pixelbath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pixelbath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pixelbath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pixelbath.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pixelbath.wordpress.com&amp;blog=4062234&amp;post=15&amp;subd=pixelbath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pixelbath.wordpress.com/2008/08/15/science-blog-creates-linkbait-readers-yawn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37cd745958467974c656239f37c09b1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pixelbath</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Reader Feature Request #1</title>
		<link>http://pixelbath.wordpress.com/2008/08/08/google-reader-feature-request-1/</link>
		<comments>http://pixelbath.wordpress.com/2008/08/08/google-reader-feature-request-1/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 22:03:30 +0000</pubDate>
		<dc:creator>pixelbath</dc:creator>
				<category><![CDATA[Tech Industry]]></category>

		<guid isPermaLink="false">http://pixelbath.wordpress.com/?p=5</guid>
		<description><![CDATA[Please add filtering capability to my feeds. As an example, let&#8217;s pick a completely random term I&#8217;d want to filter out, such as &#8216;iPhone.&#8217; Since I don&#8217;t have an iPhone, will not buy an iPhone, and do not intend to upgrade my non-existent iPhone to the iPhone 3G, guess what? I don&#8217;t care about the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pixelbath.wordpress.com&amp;blog=4062234&amp;post=5&amp;subd=pixelbath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Please add filtering capability to my feeds.  As an example, let&#8217;s pick a <em>completely random</em> term I&#8217;d want to filter out, such as &#8216;iPhone.&#8217;</p>
<p>Since I don&#8217;t have an iPhone, will not buy an iPhone, and do not intend to upgrade my non-existent iPhone to the iPhone 3G, guess what?  I don&#8217;t care about the iPhone!</p>
<p>For the entire month of July:<br />
<a href="http://www.lifehacker.com/">Lifehacker</a> &#8211; 51 posts, including peripherally-related fluff posts about video encoders and headphone cords.<br />
<a href="http://news.ycombinator.com/">Hacker News</a> &#8211; 66 posts, and this is only for articles with the term in the title, since HN does not post article summaries or contents.<br />
<a href="http://www.hackaday.com/">Hack a Day</a> &#8211; 14 posts, which, for Hack a Day, is impressive considering their update schedule is fairly modest.</p>
<p>I didn&#8217;t care <a href="http://www.techcrunch.com/2007/01/09/apple-announces-iphone-stock-soars/">when it came out</a>, didn&#8217;t care that it was <a href="http://www.tuaw.com/2007/10/08/announcing-a-preliminary-iphone-1-1-1-jailbreak/">jailbroken</a>, then <a href="http://www.macnn.com/articles/07/11/08/iphone.v112.update/">fixed</a>, then <a href="http://www.boxxet.com/IPod/Patch:Alleged_photo_of_v1_1_2_jailbreak_surfaces_19j91m/">jailbroken again</a>, then had an <a href="http://www.engadget.com/2008/03/06/apple-announces-app-store-for-iphone-ipod-touch/">App Store</a>, then people <a href="http://lifehacker.com/398658/why-youre-better-off-avoiding-the-iphone">whined about how Apple stifles open source</a> (with bonus stupidity about how covering up logo on your phone makes you a rebel somehow), then the <a href="http://www.tuaw.com/2008/06/09/iphone-3g-announced/">3G came out</a>, then <a href="http://gizmodo.com/5025415/iphone-3g-jailbroken">it too was jailbroken</a>, then <a href="http://lifehacker.com/398906/jailbreak-iphone-20-with-pwnagetool">super-duper-jailbroken with prejudice</a>.</p>
<p>I don&#8217;t know.  Some of that might have been duplicate.  It&#8217;s pretty hard to keep track of shit I don&#8217;t care about, but there it is, every day.</p>
<p>I don&#8217;t hate the iPhone; that&#8217;s not what this post is about.  I might still get one someday, and at that point, I&#8217;d like to be able to remove my filter, and expose myself to the wonders of constant-near-orgasm over a piece of technology.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pixelbath.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pixelbath.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pixelbath.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pixelbath.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pixelbath.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pixelbath.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pixelbath.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pixelbath.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pixelbath.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pixelbath.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pixelbath.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pixelbath.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pixelbath.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pixelbath.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pixelbath.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pixelbath.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pixelbath.wordpress.com&amp;blog=4062234&amp;post=5&amp;subd=pixelbath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pixelbath.wordpress.com/2008/08/08/google-reader-feature-request-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37cd745958467974c656239f37c09b1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pixelbath</media:title>
		</media:content>
	</item>
	</channel>
</rss>
