<?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/"
	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>Comments on: Wrong Word, Right Key Strokes Challenge</title>
	<atom:link href="http://twoguysarguing.wordpress.com/2009/04/07/wrong-word-right-key-strokes-challenge/feed/" rel="self" type="application/rss+xml" />
	<link>http://twoguysarguing.wordpress.com/2009/04/07/wrong-word-right-key-strokes-challenge/</link>
	<description>colorful back and forth from two highly opinionated programmers</description>
	<lastBuildDate>Fri, 17 May 2013 10:05:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: youngnh</title>
		<link>http://twoguysarguing.wordpress.com/2009/04/07/wrong-word-right-key-strokes-challenge/#comment-24</link>
		<dc:creator><![CDATA[youngnh]]></dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=108#comment-24</guid>
		<description><![CDATA[I know, I&#039;m 12 years old.]]></description>
		<content:encoded><![CDATA[<p>I know, I&#8217;m 12 years old.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: youngnh</title>
		<link>http://twoguysarguing.wordpress.com/2009/04/07/wrong-word-right-key-strokes-challenge/#comment-23</link>
		<dc:creator><![CDATA[youngnh]]></dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=108#comment-23</guid>
		<description><![CDATA[I wrote a unix script to solve this using just sed, sort, uniq and cat, I&#039;ll post on it later, but my favorite was: 
gyno -&gt; hump]]></description>
		<content:encoded><![CDATA[<p>I wrote a unix script to solve this using just sed, sort, uniq and cat, I&#8217;ll post on it later, but my favorite was:<br />
gyno -&gt; hump</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benjaminplee</title>
		<link>http://twoguysarguing.wordpress.com/2009/04/07/wrong-word-right-key-strokes-challenge/#comment-22</link>
		<dc:creator><![CDATA[benjaminplee]]></dc:creator>
		<pubDate>Fri, 10 Apr 2009 03:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=108#comment-22</guid>
		<description><![CDATA[Because I don&#039;t really know Perl and I know I will need this handy script again some day, here is the line I used to sort the result files by line length:

perl -e &#039;print sort {length $a  length $b} &#039; file.name

** taken from &lt;a href=&quot;http://www.usenet-forums.com/linux-general/89883-sort-line-length.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Because I don&#8217;t really know Perl and I know I will need this handy script again some day, here is the line I used to sort the result files by line length:</p>
<p>perl -e &#8216;print sort {length $a  length $b} &#8216; file.name</p>
<p>** taken from <a href="http://www.usenet-forums.com/linux-general/89883-sort-line-length.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benjaminplee</title>
		<link>http://twoguysarguing.wordpress.com/2009/04/07/wrong-word-right-key-strokes-challenge/#comment-21</link>
		<dc:creator><![CDATA[benjaminplee]]></dc:creator>
		<pubDate>Fri, 10 Apr 2009 03:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=108#comment-21</guid>
		<description><![CDATA[Because no one has yet to answer my challenge, I threw together a quick script in Ruby to see how it might be done. If anyone is interested, I put the code up on DZone Snippets &lt;b&gt;&lt;a href=&quot;http://snippets.dzone.com/posts/show/7188&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;&lt;/b&gt;.

Using the unix and scrabble dictionary word lists from the NPL site and a couple handle commands to sort/combine/remove duplicates in the result files I was left with a file containing 129 unique combinations of words which if the finders were either LEFT/RIGHT/ABOVE/BELOW their normal position would result in another &quot;real&quot; word.  An abreviated version of the result word list is posted below.  Many are not words I know or would use ... but its still interesting. 

escort - waxier
bored - views
derry - sweet
drest - sewar
feuar - grist
minos - nubia
agio - shop
auks - sild
aura - sits
awed - serf
ayes - surd
bien - norm
biff - nogg
bobs - viva
bods - visa
bore - view
bort - vier
boys - vita
bura - nits
byes - nurd
dibs - fond
dies - ford
dins - suba
dirt - suer]]></description>
		<content:encoded><![CDATA[<p>Because no one has yet to answer my challenge, I threw together a quick script in Ruby to see how it might be done. If anyone is interested, I put the code up on DZone Snippets <b><a href="http://snippets.dzone.com/posts/show/7188" rel="nofollow">here</a></b>.</p>
<p>Using the unix and scrabble dictionary word lists from the NPL site and a couple handle commands to sort/combine/remove duplicates in the result files I was left with a file containing 129 unique combinations of words which if the finders were either LEFT/RIGHT/ABOVE/BELOW their normal position would result in another &#8220;real&#8221; word.  An abreviated version of the result word list is posted below.  Many are not words I know or would use &#8230; but its still interesting. </p>
<p>escort &#8211; waxier<br />
bored &#8211; views<br />
derry &#8211; sweet<br />
drest &#8211; sewar<br />
feuar &#8211; grist<br />
minos &#8211; nubia<br />
agio &#8211; shop<br />
auks &#8211; sild<br />
aura &#8211; sits<br />
awed &#8211; serf<br />
ayes &#8211; surd<br />
bien &#8211; norm<br />
biff &#8211; nogg<br />
bobs &#8211; viva<br />
bods &#8211; visa<br />
bore &#8211; view<br />
bort &#8211; vier<br />
boys &#8211; vita<br />
bura &#8211; nits<br />
byes &#8211; nurd<br />
dibs &#8211; fond<br />
dies &#8211; ford<br />
dins &#8211; suba<br />
dirt &#8211; suer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kooz</title>
		<link>http://twoguysarguing.wordpress.com/2009/04/07/wrong-word-right-key-strokes-challenge/#comment-20</link>
		<dc:creator><![CDATA[kooz]]></dc:creator>
		<pubDate>Wed, 08 Apr 2009 00:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=108#comment-20</guid>
		<description><![CDATA[are you sure there -are- any?
strike that, i can already see RIB -&gt; TON, SIN -&gt; DOM, FIR -&gt; GOT, RUN -&gt; TIM. more than that and who the heck knows.

i&#039;d be curious about if thiw was set up so that you had only one hand in the wrong position. i especially wonder that because i use my left hand to type the letter Y.]]></description>
		<content:encoded><![CDATA[<p>are you sure there -are- any?<br />
strike that, i can already see RIB -&gt; TON, SIN -&gt; DOM, FIR -&gt; GOT, RUN -&gt; TIM. more than that and who the heck knows.</p>
<p>i&#8217;d be curious about if thiw was set up so that you had only one hand in the wrong position. i especially wonder that because i use my left hand to type the letter Y.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
