<?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>The kleinptr rprt</title>
	<atom:link href="http://kleinptr.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kleinptr.wordpress.com</link>
	<description>Just waiting to talk</description>
	<lastBuildDate>Sun, 03 Jul 2011 01:06:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kleinptr.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The kleinptr rprt</title>
		<link>http://kleinptr.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kleinptr.wordpress.com/osd.xml" title="The kleinptr rprt" />
	<atom:link rel='hub' href='http://kleinptr.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Erubis and Rails 2.2.2</title>
		<link>http://kleinptr.wordpress.com/2009/02/04/erubis-and-rails-222/</link>
		<comments>http://kleinptr.wordpress.com/2009/02/04/erubis-and-rails-222/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 22:18:42 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/?p=49</guid>
		<description><![CDATA[So, I&#8217;ve been trying to get Erubis working on Rails 2.2.2 as part of my job at Yellowpages.  Apparently this is something no one told the internet to take care of for me when the latest release of Rails (2.2.2) came out.  So now its time to unravel the onion. I&#8217;ve actually gotten the thing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=49&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been trying to get Erubis working on Rails 2.2.2 as part of my job at Yellowpages.  Apparently this is something no one told the internet to take care of for me when the latest release of Rails (2.2.2) came out.  So now its time to unravel the onion.</p>
<p>I&#8217;ve actually gotten the thing working, but only in development mode.  Production mode is not so happy.  However, in honor of full disclosure and knowledge sharing, I&#8217;m providing the <a title="rails_helper.rb diff" href="http://pastie.org/379918" target="_blank">code I have so far</a>.</p>
<p>The hooks for the Erubis code into rails is in a file called rails_helper.rb, I was able to drop all of my code here.  The <a title="rails_helper.rb diff" href="http://pastie.org/379918" target="_blank">diff I have</a> should get you running Erubis 2.6.2 in development mode.  However, precompilation (used in production mode) fails, so this is of less help.</p>
<p>The problem I&#8217;m havoing is that the view object is no longer available to TemplateHandlers.  I can hack the code (_pick_template in ActionView::Base) to have the view available, however, I haven&#8217;t been able to shove it in there when Rails precompiles templates.</p>
<p>The whole thing could be a waste of time.  I&#8217;ve done some testing, and I can&#8217;t really see any performance difference between ERB in Rails 2.1.1, 2.2.2, and Erubis 2.6.2 on Rails 2.1.1.  (yikes).  There does seem to be less IO with Erubis, but otherwise, I&#8217;m not sure yet that its even worth it.</p>
<p>Anyone else out there have experience either getting this working or discovering the performance difference is nil or negligible?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=49&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2009/02/04/erubis-and-rails-222/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>It LIVES!</title>
		<link>http://kleinptr.wordpress.com/2009/01/20/it-lives/</link>
		<comments>http://kleinptr.wordpress.com/2009/01/20/it-lives/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 03:07:16 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/?p=47</guid>
		<description><![CDATA[ish<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=47&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ish</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=47&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2009/01/20/it-lives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>So many plugins, so little Time.</title>
		<link>http://kleinptr.wordpress.com/2008/04/11/so-many-plugins-so-little-time/</link>
		<comments>http://kleinptr.wordpress.com/2008/04/11/so-many-plugins-so-little-time/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 15:33:08 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/?p=46</guid>
		<description><![CDATA[Started looking at some Rails plugins on Ruby Lodge last night.  Damn there are too many plugins out there which are interesting. Schema Definition works similarly to auto-migrations except it actually builds the migration files for you. Spider Test is an integration test spider which tests all of your page links. Tarantula tries to break [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=46&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Started looking at some Rails plugins on <a href="http://www.rubylodge.com/">Ruby Lodge</a> last night.  Damn there are too many plugins out there which are interesting.</p>
<p><a href="http://www.railslodge.com/plugins/975-schema-definition">Schema Definition</a> works similarly to auto-migrations except it actually builds the migration files for you.<br />
<a href="http://www.railslodge.com/plugins/960-spider-tester"></a></p>
<p><a href="http://www.railslodge.com/plugins/960-spider-tester">Spider Test</a> is an integration test spider which tests all of your page links.</p>
<p><a href="http://www.railslodge.com/plugins/959-tarantula">Tarantula</a> tries to break your site with crap form field filling.</p>
<p><a href="http://www.railslodge.com/plugins/939-rail-spread">Rails Spread</a> is a Ruby messaging bus.</p>
<p><a href="http://www.railslodge.com/plugins/834-sliding-session-timeout">Sliding Session Timeout</a> pushes your session timeout later after each page hit. (ie: its always 30 minutes after your last request)</p>
<p><a href="http://www.railslodge.com/plugins/829-benchmark-for-rails">Benchmark for Rails</a> allows you to benchmark arbitrary methods in your application (like link_to)</p>
<p><a href="http://www.railslodge.com/plugins/812-maintenance-server">Maintenance Server</a> hooks you up with a light app server while your main Rails application is being tweaked by the server monkeys.</p>
<p>Here are a few gems.</p>
<p><a href="http://www.railslodge.com/ruby_gems/22-mole">MOle</a> tracks user interactions (uses the DB, so not sure about performance)</p>
<p><a href="http://www.railslodge.com/ruby_gems/21-rscribd">RScribd</a> is a Ruby library for communicating with <a href="http://www.scribd.com/platform">Scribd</a></p>
<p>Anyone have experience with these?  Are they any good?  Why don&#8217;t we have a review site for Ruby libraries?  Or code libraries for that matter?</p>
<p>Hmm&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinptr.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinptr.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=46&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2008/04/11/so-many-plugins-so-little-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>Charter Communications Upgrade</title>
		<link>http://kleinptr.wordpress.com/2008/01/09/charter-communications-upgrade/</link>
		<comments>http://kleinptr.wordpress.com/2008/01/09/charter-communications-upgrade/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 22:30:21 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/2008/01/09/charter-communications-upgrade/</guid>
		<description><![CDATA[I&#8217;ve been a Vonage user for about 4 years now.  I&#8217;m on the $15 plan since I don&#8217;t really use the phone THAT much.  Anyway, I got 2 letters today in the mail from Charter asking me to subscribe to their VOIP service.  The damned thing is terribly over priced ($30), so no way.  But [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=42&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a Vonage user for about 4 years now.  I&#8217;m on the $15 plan since I don&#8217;t really use the phone THAT much.  Anyway, I got 2 letters today in the mail from Charter asking me to subscribe to their VOIP service.  The damned thing is terribly over priced ($30), so no way.  But I&#8217;m also tired of getting those letters, so I figured I&#8217;d give Charter a ring.</p>
<p>Ashley answered the phone immediately, and asked what I needed.  I asked her to stop sending me those VOIP letters, and she took me off the direct mail list.  YAY!</p>
<p>So far so good.  Well, as soon as we were saying our sweet goodbyes, she stopped me, and said they were discontinuing the 3MB service I am on (honestly, I thought I was on 6MB, but whatev).  They&#8217;re switching to a 5MB service, and would I like to switch for $1 more.</p>
<p>&#8220;Sure&#8221; I said.</p>
<p>She said she&#8217;d switch me, and oh and by the way, she&#8217;ll also drop $10 off my service for the next year.</p>
<p>Hmm&#8230;faster broadband, cheaper service, very efficient call if you asked me!</p>
<p>Woot!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinptr.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinptr.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=42&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2008/01/09/charter-communications-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>Erps&#8230;Cocid(o&#124;a)</title>
		<link>http://kleinptr.wordpress.com/2008/01/09/erpscocidoa/</link>
		<comments>http://kleinptr.wordpress.com/2008/01/09/erpscocidoa/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 17:53:22 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Recipe]]></category>
		<category><![CDATA[cocido]]></category>
		<category><![CDATA[spanish]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/2008/01/09/erpscocidoa/</guid>
		<description><![CDATA[So, today is my WFH day.  No, really.  Anyway, I got the fixins&#8217; for cocid(o&#124;a) a few days ago and decided since I was home to put it together.  I like to use the slow cooker for soups and such so the flavors really blend well.  I didn&#8217;t think about the wonderful smell I&#8217;m going [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=41&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, today is my WFH day.  No, really.  Anyway, I got the fixins&#8217; for cocid(o|a) a few days ago and decided since I was home to put it together.  I like to use the slow cooker for soups and such so the flavors really blend well.  I didn&#8217;t think about the wonderful smell I&#8217;m going to have to deal with all day!  It really is smelling wonderful in here.</p>
<p>Enough about my troubles, on to the soup!</p>
<p>Stuffs:</p>
<ul>
<li>1lb beef shank (with bone)</li>
<li>1 onion</li>
<li>a few small red potatoes</li>
<li>a few large carrots</li>
<li>1 can chicken broth</li>
<li>fresh rosemary, sage, oregano, whatever you have</li>
<li>1 clove crushed garlic</li>
<li>seasonings (salt, pepper, chili powder, etc)</li>
</ul>
<p>Saute some of the onion with the garlic in a little oil.  Cube the shank and brown it on all sides, seasoning the meat at will.  I prefer to season the meat as a brown because the flavor sticks better.</p>
<p>Once the meat is browned, you can stick it with the garlic and onion in your slow cooker (I mentioned you needed on of those right?).  You can now saute the rest of the onion.  As you&#8217;re doing that, put a little water in your pan and scrape those lovely meat remains from the pan.  You really should keep that flavor in the dish.  Add this to your pot as well.</p>
<p>Cut up the rest of the ingredients into large pieces and toss them in as well.  Feel free to season what&#8217;s in the pot with salt and pepper, and you can through in your herbs if you want those added flavors.</p>
<p>Now, add your broth and enough water to cover the stuff in the pot.</p>
<p>Set for 8-10 hours and enjoy (or be tortured by) the aromas!</p>
<p>Once its done, serve over rice with tortillas.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinptr.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinptr.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=41&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2008/01/09/erpscocidoa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>Lazysphere is giving me a headache</title>
		<link>http://kleinptr.wordpress.com/2008/01/09/lazysphere-is-giving-me-a-headache/</link>
		<comments>http://kleinptr.wordpress.com/2008/01/09/lazysphere-is-giving-me-a-headache/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 17:21:22 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[lazysphere]]></category>
		<category><![CDATA[redundancy]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/2008/01/09/lazysphere-is-giving-me-a-headache/</guid>
		<description><![CDATA[I couldn&#8217;t agree more with Steve Rubel&#8217;s post on the Lazysphere.  Lately I&#8217;m just not reading blogs anymore (vs skimming them), because they&#8217;re all redundant.  I feel like I&#8217;ve seen everything so far.  I&#8217;m playing around lately with AideRSS, and, though don&#8217;t like their mechanism for reading (they depend on other aggregators so they don&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=40&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t agree more with Steve Rubel&#8217;s post on the <a href="http://www.micropersuasion.com/2008/01/techmeme-digg-a.html">Lazysphere</a>.  Lately I&#8217;m just not reading blogs anymore (vs skimming them), because they&#8217;re all redundant.  I feel like I&#8217;ve seen everything so far.  I&#8217;m playing around lately with AideRSS, and, though don&#8217;t like their mechanism for reading (they depend on other aggregators so they don&#8217;t get huge traffic I suppose), they have the right idea.  Skim through the crap for me so I can get to the good stuff.  It&#8217;s just hard to figure out what the good stuff is.  I&#8217;m sure <a href="http://www.igvita.com/" class="url fn">Ilya Grigorik</a> has a few ideas about how to do it.</p>
<p>Only problem now is, according to Steve, I&#8217;m not sure I should be posting this as I&#8217;m just dittoing him.  No biggie I suppose, you won&#8217;t be reading this anyway.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinptr.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinptr.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=40&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2008/01/09/lazysphere-is-giving-me-a-headache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>Now they tell me!</title>
		<link>http://kleinptr.wordpress.com/2008/01/08/now-they-tell-me/</link>
		<comments>http://kleinptr.wordpress.com/2008/01/08/now-they-tell-me/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 05:02:40 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/2008/01/08/now-they-tell-me/</guid>
		<description><![CDATA[If it wasn&#8217;t enough that Blu-Ray is winning over all of the studios, now if you have a PS3, all you gotta to get get a Blu-Ray movie onto your PSP is stick in the disc, and attach your PSP and it&#8217;ll lap over the data. That&#8217;s just PHAT! Via Kotaku<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=39&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If it wasn&#8217;t enough that Blu-Ray is winning over all of the studios, now if you have a PS3, all you gotta to get get a Blu-Ray movie onto your PSP is stick in the disc, and attach your PSP and it&#8217;ll lap over the data.  That&#8217;s just PHAT!</p>
<p><a href="http://feeds.gawker.com/~r/kotaku/full/~3/212899804/sony-makes-blu+ray+to+psp-movie-transfer-official">Via Kotaku</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinptr.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinptr.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=39&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2008/01/08/now-they-tell-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>Why to Lose DRM Then?</title>
		<link>http://kleinptr.wordpress.com/2008/01/05/why-to-lose-drm-then/</link>
		<comments>http://kleinptr.wordpress.com/2008/01/05/why-to-lose-drm-then/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 05:31:46 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/2008/01/05/why-to-lose-drm-then/</guid>
		<description><![CDATA[It looks like the last of the big DRM players (Sony-BMG) is joining in with the rest of the kids and scrapping DRM.  I really don&#8217;t think they&#8217;ve been won over to the freedom of DRM free music, but rather, the capitalism of DRM-free music.  As with vinyl, 8-tracks, tapes, and CDs before, we now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=38&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It looks like the last of the big DRM players (Sony-BMG) is joining in with the rest of the kids and <a href="http://feeds.gawker.com/~r/gizmodo/full/~3/211192987/drm-officially-dead-last-major-label-sony-bmg-plans-to-finally-drop-drm">scrapping DRM.</a>  I really don&#8217;t think they&#8217;ve been won over to the freedom of DRM free music, but rather, the capitalism of DRM-free music.  As with vinyl, 8-tracks, tapes, and CDs before, we now have a collection of DRM&#8217;d audio which is effectively the latest legacy audio format.  Now, they&#8217;re going to get us to all buy all of our lovely music yet again!</p>
<p>Dammit, this is the last time!  As far as I can tell anyway&#8230;until they figure out how to make analog quality digital music.</p>
<p>Bah, I&#8217;m not having any of it.  Long live the subscription!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinptr.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinptr.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=38&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2008/01/05/why-to-lose-drm-then/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>Where&#8217;s my Google Reader API?</title>
		<link>http://kleinptr.wordpress.com/2007/12/16/wheres-my-google-reader-api/</link>
		<comments>http://kleinptr.wordpress.com/2007/12/16/wheres-my-google-reader-api/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 23:44:11 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/2007/12/16/wheres-my-google-reader-api/</guid>
		<description><![CDATA[I spent a little time today playing with Google&#8217;s Ajax Feed API.  Its fine and dandy for doing simple interfaces which don&#8217;t require the use of very many feeds.  It also doesn&#8217;t require anything but Javascript. However, towards the end of &#8217;05, there was speculation that a Google Reader API was going to be exposed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=37&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent a little time today playing with Google&#8217;s <a href="http://code.google.com/apis/ajaxfeeds/">Ajax Feed API</a>.  Its fine and dandy for doing simple interfaces which don&#8217;t require the use of very many feeds.  It also doesn&#8217;t require anything but Javascript.</p>
<p>However, towards the end of &#8217;05, there was <a href="http://www.niallkennedy.com/blog/2005/12/google-reader-api.html ">speculation</a> that a <a href="http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI">Google Reader API</a> was going to be exposed in the same way they expose their Google Maps API.  I&#8217;m working on a new aggregator in my spare time (or at least thinking about doing it), but I don&#8217;t wanna deal with all of the scalability issues with pulling down all those damned articles.  I&#8217;ve done that before, and its a pain.</p>
<p>The API that exists now is undocumented and unsupported, I&#8217;m just wondering if they are going to get around to it.  Its been two years, and I for one am ready for the real thing!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinptr.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinptr.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=37&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2007/12/16/wheres-my-google-reader-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
		<item>
		<title>Snazzy Snazzy Resource</title>
		<link>http://kleinptr.wordpress.com/2007/12/15/snazzy-snazzy-resource/</link>
		<comments>http://kleinptr.wordpress.com/2007/12/15/snazzy-snazzy-resource/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 22:53:12 +0000</pubDate>
		<dc:creator>kleinptr</dc:creator>
				<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://kleinptr.wordpress.com/2007/12/15/snazzy-snazzy-resource/</guid>
		<description><![CDATA[Giles Bowkett and I have been hacking together a very nice improvement to ActiveRecord which allows much deeper creation of an ActiveRecord object (it allows associations in the params hash). This is most useful when using ActiveResource to create your objects. Get your app snazzy with: script/plugin install http://snazzy-resource.googlecode.com/svn/trunk/snazzy_resource/ Check out Giles&#8217; post for more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=36&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Giles Bowkett and I have been hacking together a very nice improvement to ActiveRecord which allows much deeper creation of an ActiveRecord object (it allows associations in the params hash).</p>
<p>This is most useful when using ActiveResource to create your objects.</p>
<p>Get your app <a href="http://snazzy-resource.googlecode.com/">snazzy</a> with:</p>
<p>script/plugin install http://snazzy-resource.googlecode.com/svn/trunk/snazzy_resource/</p>
<p>Check out <a href="http://gilesbowkett.blogspot.com/2007/12/snazzy-resource.html">Giles&#8217; post</a> for more lowdown.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinptr.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinptr.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinptr.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinptr.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinptr.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinptr.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kleinptr.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kleinptr.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kleinptr.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kleinptr.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinptr.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinptr.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinptr.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinptr.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinptr.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinptr.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinptr.wordpress.com&amp;blog=333443&amp;post=36&amp;subd=kleinptr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kleinptr.wordpress.com/2007/12/15/snazzy-snazzy-resource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf0239ced2e80d0c0e88037bfe73f6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kleinptr</media:title>
		</media:content>
	</item>
	</channel>
</rss>
