<?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 Paul Lynch&#039;s Pages</title>
	<atom:link href="http://www.paullynch.org/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.paullynch.org/blog</link>
	<description>Just another personal weblog</description>
	<lastBuildDate>Thu, 08 Nov 2012 20:26:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Letterpress.app Word List by Mark Cogan</title>
		<link>http://www.paullynch.org/blog/?p=315#comment-17440</link>
		<dc:creator>Mark Cogan</dc:creator>
		<pubDate>Thu, 08 Nov 2012 20:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=315#comment-17440</guid>
		<description><![CDATA[You can use the &quot;time&quot; unix command to get timings instead of wiring them into the script yourself (&quot;time python solver.py .. &quot;).

A minute seems really slow, and the algorithm seems to be overkill. Here&#039;s what I do:

- Generate a regular expression from the board letters by sorting them and then joining the sorted list with the optional marker. For example, if the board had NVRIPYKTA, the regular expression would be /^A?I?K?N?P?R?T?V?Y?$/.
- Read each word from the dictionary file and convert it to &quot;anagram dictionary&quot; form (sort its letters). So KINTAR would be AIKNTR.
- Check if the anagram form of the word matches the regular expression. If it does, you can make the word from the letters. Add it to your list.

The quick Perl script I threw together does this in ~3 seconds using /usr/share/dict/words, twice that time using my comprehensive 450K word list. Compiled regular expressions tend to be really efficient.

(for Letterpress, the next step for a useful list is to go through and remove any word which is a prefix of any longer word).]]></description>
		<content:encoded><![CDATA[<p>You can use the &#8220;time&#8221; unix command to get timings instead of wiring them into the script yourself (&#8220;time python solver.py .. &#8220;).</p>
<p>A minute seems really slow, and the algorithm seems to be overkill. Here&#8217;s what I do:</p>
<p>- Generate a regular expression from the board letters by sorting them and then joining the sorted list with the optional marker. For example, if the board had NVRIPYKTA, the regular expression would be /^A?I?K?N?P?R?T?V?Y?$/.<br />
- Read each word from the dictionary file and convert it to &#8220;anagram dictionary&#8221; form (sort its letters). So KINTAR would be AIKNTR.<br />
- Check if the anagram form of the word matches the regular expression. If it does, you can make the word from the letters. Add it to your list.</p>
<p>The quick Perl script I threw together does this in ~3 seconds using /usr/share/dict/words, twice that time using my comprehensive 450K word list. Compiled regular expressions tend to be really efficient.</p>
<p>(for Letterpress, the next step for a useful list is to go through and remove any word which is a prefix of any longer word).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On assembling an Ikea PAX wardrobe by Monarca</title>
		<link>http://www.paullynch.org/blog/?p=293#comment-15435</link>
		<dc:creator>Monarca</dc:creator>
		<pubDate>Sun, 07 Oct 2012 17:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=293#comment-15435</guid>
		<description><![CDATA[I bought a Pax for my son and I HATE IT! We cannot stabilize it on a carpeted floor, cannot align the doors no matter what/how we tr y (yes, the hinges are on correctly). Worst of all, we don&#039;t have a stud to attach it to within the allowable space we have. Even with all the shelves in it is so unstable that I am afraid to let my teen use it. I&#039;m willing to pay another $90 just to get it out of my house.]]></description>
		<content:encoded><![CDATA[<p>I bought a Pax for my son and I HATE IT! We cannot stabilize it on a carpeted floor, cannot align the doors no matter what/how we tr y (yes, the hinges are on correctly). Worst of all, we don&#8217;t have a stud to attach it to within the allowable space we have. Even with all the shelves in it is so unstable that I am afraid to let my teen use it. I&#8217;m willing to pay another $90 just to get it out of my house.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOE Status: iPhone app for monitoring SOE game servers by paul</title>
		<link>http://www.paullynch.org/blog/?p=304#comment-15219</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 03 Oct 2012 21:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=304#comment-15219</guid>
		<description><![CDATA[Well, I&#039;d love to be able to find that thread :-).

The app uses data as provided by SOE on their status page.  If it isn&#039;t correct, then that is because the data SOE post is wrong - which is entirely possible!]]></description>
		<content:encoded><![CDATA[<p>Well, I&#8217;d love to be able to find that thread <img src='http://www.paullynch.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>The app uses data as provided by SOE on their status page.  If it isn&#8217;t correct, then that is because the data SOE post is wrong &#8211; which is entirely possible!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOE Status: iPhone app for monitoring SOE game servers by Andrew</title>
		<link>http://www.paullynch.org/blog/?p=304#comment-15212</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 03 Oct 2012 20:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=304#comment-15212</guid>
		<description><![CDATA[Sorry that link wolnt work for you.]]></description>
		<content:encoded><![CDATA[<p>Sorry that link wolnt work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOE Status: iPhone app for monitoring SOE game servers by Andrew</title>
		<link>http://www.paullynch.org/blog/?p=304#comment-15211</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 03 Oct 2012 20:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=304#comment-15211</guid>
		<description><![CDATA[The devs in Planetside 2 say this app dosent work. As seen in this post: http://forums.station.sony.com/ps2/index.php?threads/soestatus-app.26772/
I sure hope this isn&#039;t the case I love this app for that reason.]]></description>
		<content:encoded><![CDATA[<p>The devs in Planetside 2 say this app dosent work. As seen in this post: <a href="http://forums.station.sony.com/ps2/index.php?threads/soestatus-app.26772/" rel="nofollow">http://forums.station.sony.com/ps2/index.php?threads/soestatus-app.26772/</a><br />
I sure hope this isn&#8217;t the case I love this app for that reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On assembling an Ikea PAX wardrobe by paul</title>
		<link>http://www.paullynch.org/blog/?p=293#comment-12871</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sat, 25 Aug 2012 10:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=293#comment-12871</guid>
		<description><![CDATA[Sue, Ikea furniture is intended and designed to be assembled by us poor folks :-).  It should be idiot proof, and as you can tell from the comments (and the initial post), there are some stages that could be improved by either better documentation, or stronger components.]]></description>
		<content:encoded><![CDATA[<p>Sue, Ikea furniture is intended and designed to be assembled by us poor folks <img src='http://www.paullynch.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .  It should be idiot proof, and as you can tell from the comments (and the initial post), there are some stages that could be improved by either better documentation, or stronger components.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On assembling an Ikea PAX wardrobe by Sue</title>
		<link>http://www.paullynch.org/blog/?p=293#comment-12869</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Sat, 25 Aug 2012 09:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=293#comment-12869</guid>
		<description><![CDATA[Why not get it installed by the professionals instead of trying to take notice of any tv show or diagrams.  It is not the item it is a lot of times the idiot that cannot put it together properly but pretends he knows everything.]]></description>
		<content:encoded><![CDATA[<p>Why not get it installed by the professionals instead of trying to take notice of any tv show or diagrams.  It is not the item it is a lot of times the idiot that cannot put it together properly but pretends he knows everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On assembling an Ikea PAX wardrobe by nicky</title>
		<link>http://www.paullynch.org/blog/?p=293#comment-12224</link>
		<dc:creator>nicky</dc:creator>
		<pubDate>Tue, 07 Aug 2012 07:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=293#comment-12224</guid>
		<description><![CDATA[Thank .]]></description>
		<content:encoded><![CDATA[<p>Thank .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On assembling an Ikea PAX wardrobe by Emily</title>
		<link>http://www.paullynch.org/blog/?p=293#comment-10636</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Mon, 16 Jul 2012 12:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=293#comment-10636</guid>
		<description><![CDATA[Nothing challenges a relationship more than assembling Ikea cabinets!  It has been over three years since we bought our house and assembled all of our Ikea kitchen cabinets, so we had forgotten how much fun it can be.  After much swearing, we finally got the Pax wardrobe frame put together...  We added the doors and they stuck out an inch from the frame.  After convincing ourselves they gave us the wrong hinges, I found your blog and  figured out that we had also put the hinges on backwards.  It looks great now! Thank you!!]]></description>
		<content:encoded><![CDATA[<p>Nothing challenges a relationship more than assembling Ikea cabinets!  It has been over three years since we bought our house and assembled all of our Ikea kitchen cabinets, so we had forgotten how much fun it can be.  After much swearing, we finally got the Pax wardrobe frame put together&#8230;  We added the doors and they stuck out an inch from the frame.  After convincing ourselves they gave us the wrong hinges, I found your blog and  figured out that we had also put the hinges on backwards.  It looks great now! Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On assembling an Ikea PAX wardrobe by Lynn</title>
		<link>http://www.paullynch.org/blog/?p=293#comment-10490</link>
		<dc:creator>Lynn</dc:creator>
		<pubDate>Sat, 14 Jul 2012 18:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullynch.org/blog/?p=293#comment-10490</guid>
		<description><![CDATA[Me too!  I actually blamed myself but I see I am not the only one to find this confusing.  The alternate instructions (for low and high ceilings) were confusing and while I assembled the first one correctly the second one broke.  I went to Ikea to try to get help and they recommended I buy a second one.  I opted to pony up for their services in assembling it.  They are here now but their work order didn&#039;t include either attaching it to the first wardrobe nor anchoring it to the wall (which is NECESSARY) nor (as I had asked) installing the sliding doors which I requested and (from these posts) looks to be very tricky.  This stuff is just too heavy.  The guys doing the installation are huge.  I&#039;m going to have to have someone come back to help me with the doors.  I called Ikea to complain and the customer service person said &quot;she agreed that anchoring the wardrobe to the wall should be included in assembly&quot; but the guys told me that they did it for another customer, and got in trouble for it.]]></description>
		<content:encoded><![CDATA[<p>Me too!  I actually blamed myself but I see I am not the only one to find this confusing.  The alternate instructions (for low and high ceilings) were confusing and while I assembled the first one correctly the second one broke.  I went to Ikea to try to get help and they recommended I buy a second one.  I opted to pony up for their services in assembling it.  They are here now but their work order didn&#8217;t include either attaching it to the first wardrobe nor anchoring it to the wall (which is NECESSARY) nor (as I had asked) installing the sliding doors which I requested and (from these posts) looks to be very tricky.  This stuff is just too heavy.  The guys doing the installation are huge.  I&#8217;m going to have to have someone come back to help me with the doors.  I called Ikea to complain and the customer service person said &#8220;she agreed that anchoring the wardrobe to the wall should be included in assembly&#8221; but the guys told me that they did it for another customer, and got in trouble for it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
