<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for VexedMonkey</title>
	<atom:link href="http://www.vexedmonkey.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vexedmonkey.com</link>
	<description>Beware the fury of a patient monkey.</description>
	<lastBuildDate>Tue, 19 Jan 2010 05:13:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on My Blogging Experience by Sam Hennessy</title>
		<link>http://www.vexedmonkey.com/2010/01/17/my-blogging-experience/comment-page-1/#comment-81</link>
		<dc:creator>Sam Hennessy</dc:creator>
		<pubDate>Tue, 19 Jan 2010 05:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexedmonkey.com/?p=165#comment-81</guid>
		<description>&quot;I plan to trust people even less than I already do.&quot;

That is now number two in my all time favorite new years resolutions. After George&#039;s &quot;Get better at revenge&quot;.</description>
		<content:encoded><![CDATA[<p>&#8220;I plan to trust people even less than I already do.&#8221;</p>
<p>That is now number two in my all time favorite new years resolutions. After George&#8217;s &#8220;Get better at revenge&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Most Used Snippet Of Code on Linux CLI by vMonkey</title>
		<link>http://www.vexedmonkey.com/2009/09/09/my-most-used-snippet-of-code-on-linux-cli/comment-page-1/#comment-79</link>
		<dc:creator>vMonkey</dc:creator>
		<pubDate>Sat, 14 Nov 2009 15:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexedmonkey.com/?p=154#comment-79</guid>
		<description>Interesting, I have been looking for a plugin for Wordpress, nothing for me, but for work.  They are a google news provider and our content is syndicated to google news.  From Googles perspective they can consume the content as is from the web, but the ideal solutions that they would like is that every unique page uri contain a &quot;unique structured&quot; 3 digit number (random).

My first comment was well it&#039;s only 3 digits its only going to be random and unique for so long....  Then I was hit with well the numbers don&#039;t have to be together, which just blew my mind, so for example:

http://www.testurl/category/article/123
is the same as
http://www.testurl/category/12/article/3
or
http://www.testurl/category/1/article/23

I&#039;m waiting for the full documentation, because if this above is my correct understanding.... Google news has jumped the shark.</description>
		<content:encoded><![CDATA[<p>Interesting, I have been looking for a plugin for Wordpress, nothing for me, but for work.  They are a google news provider and our content is syndicated to google news.  From Googles perspective they can consume the content as is from the web, but the ideal solutions that they would like is that every unique page uri contain a &#8220;unique structured&#8221; 3 digit number (random).</p>
<p>My first comment was well it&#8217;s only 3 digits its only going to be random and unique for so long&#8230;.  Then I was hit with well the numbers don&#8217;t have to be together, which just blew my mind, so for example:</p>
<p><a href="http://www.testurl/category/article/123" rel="nofollow">http://www.testurl/category/article/123</a><br />
is the same as<br />
<a href="http://www.testurl/category/12/article/3" rel="nofollow">http://www.testurl/category/12/article/3</a><br />
or<br />
<a href="http://www.testurl/category/1/article/23" rel="nofollow">http://www.testurl/category/1/article/23</a></p>
<p>I&#8217;m waiting for the full documentation, because if this above is my correct understanding&#8230;. Google news has jumped the shark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Most Used Snippet Of Code on Linux CLI by simprini</title>
		<link>http://www.vexedmonkey.com/2009/09/09/my-most-used-snippet-of-code-on-linux-cli/comment-page-1/#comment-78</link>
		<dc:creator>simprini</dc:creator>
		<pubDate>Thu, 12 Nov 2009 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexedmonkey.com/?p=154#comment-78</guid>
		<description>I haven&#039;t been doing that much server stuff lately so it hasn&#039;t been coming up as much. I -have-, however, been doing a lot of WordPress plugin hacking and I can never remember all the options to all the methods or which defines exist which means my newest most used snippet is 

grep -r  ../../../*

Programming...so glamorous :-)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t been doing that much server stuff lately so it hasn&#8217;t been coming up as much. I -have-, however, been doing a lot of WordPress plugin hacking and I can never remember all the options to all the methods or which defines exist which means my newest most used snippet is </p>
<p>grep -r  ../../../*</p>
<p>Programming&#8230;so glamorous :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logic done the long (wrong) way by simprini</title>
		<link>http://www.vexedmonkey.com/2009/09/28/logic-done-the-long-wrong-way/comment-page-1/#comment-77</link>
		<dc:creator>simprini</dc:creator>
		<pubDate>Thu, 12 Nov 2009 14:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexedmonkey.com/?p=158#comment-77</guid>
		<description>That&#039;s....well that&#039;s just special isn&#039;t it? I used to work for a company that had an AS/400 and the programmer said that their custom code was just -packed- with stuff like this.</description>
		<content:encoded><![CDATA[<p>That&#8217;s&#8230;.well that&#8217;s just special isn&#8217;t it? I used to work for a company that had an AS/400 and the programmer said that their custom code was just -packed- with stuff like this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
