<?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 Daniel Hepper</title>
	<atom:link href="http://daniel.hepper.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.hepper.net/blog</link>
	<description>Random geeky stuff</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:15:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Howto clear Solr index by Daniel Hepper</title>
		<link>http://daniel.hepper.net/blog/2010/11/howto-clear-solr-index/comment-page-1/#comment-1755</link>
		<dc:creator>Daniel Hepper</dc:creator>
		<pubDate>Sat, 04 Feb 2012 17:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=195#comment-1755</guid>
		<description>Hi Rajdeep!

You have to enter it on the command prompt. However, curl might not be installed on your system.

You can get it here: http://curl.haxx.se/dlwiz/?type=bin

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Rajdeep!</p>
<p>You have to enter it on the command prompt. However, curl might not be installed on your system.</p>
<p>You can get it here: <a href="http://curl.haxx.se/dlwiz/?type=bin" rel="nofollow">http://curl.haxx.se/dlwiz/?type=bin</a></p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto clear Solr index by Rajdeep Alapati</title>
		<link>http://daniel.hepper.net/blog/2010/11/howto-clear-solr-index/comment-page-1/#comment-1753</link>
		<dc:creator>Rajdeep Alapati</dc:creator>
		<pubDate>Thu, 02 Feb 2012 07:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=195#comment-1753</guid>
		<description>Hi,

Where should i type this curl command.is that in browser? I tried in command prompt. but command prompt doesn&#039;t identify this curl command</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Where should i type this curl command.is that in browser? I tried in command prompt. but command prompt doesn&#8217;t identify this curl command</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Spec</title>
		<link>http://daniel.hepper.net/blog/about/comment-page-1/#comment-1669</link>
		<dc:creator>Spec</dc:creator>
		<pubDate>Sun, 15 Jan 2012 19:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?page_id=2#comment-1669</guid>
		<description>Heya. I recently commented on your Cube36 post. The code I posted had a bug in it. I&#039;ve fixed the bug so that it would actually find all permutations (it was just getting lucky with the 3x3 test). I&#039;ve also changed it so that if you feed it the &quot;faked&quot; board, it will find 26 permutations (ignoring the special yellow/orange pieces). Could you edit my post to point to the updated code?  http://pastebin.com/TM4efCJ6

Thanks in advance,

    -- Spec</description>
		<content:encoded><![CDATA[<p>Heya. I recently commented on your Cube36 post. The code I posted had a bug in it. I&#8217;ve fixed the bug so that it would actually find all permutations (it was just getting lucky with the 3&#215;3 test). I&#8217;ve also changed it so that if you feed it the &#8220;faked&#8221; board, it will find 26 permutations (ignoring the special yellow/orange pieces). Could you edit my post to point to the updated code?  <a href="http://pastebin.com/TM4efCJ6" rel="nofollow">http://pastebin.com/TM4efCJ6</a></p>
<p>Thanks in advance,</p>
<p>    &#8212; Spec</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to solve the 36 Cube puzzle &#8211; hints &amp; solution by Spec</title>
		<link>http://daniel.hepper.net/blog/2010/01/how-to-solve-the-36-cube-puzzle/comment-page-1/#comment-1668</link>
		<dc:creator>Spec</dc:creator>
		<pubDate>Sun, 15 Jan 2012 04:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=128#comment-1668</guid>
		<description>Hah. I encountered this puzzle recently and I, too, wrote a python script to try to solve this....but turns out the puzzle is just a silly trick ;).

Here&#039;s what I came up with. The simple test works so I assume the code would solve it if it wasn&#039;t impossible.

&lt;del datetime=&quot;2012-01-27T08:07:47+00:00&quot;&gt;http://pastebin.com/NwF6nTN6&lt;/del&gt;

&lt;strong&gt;Edit:
The code had a bug, Spec asked me to update the link: http://pastebin.com/TM4efCJ6 Thanks, Spec!
- Daniel
&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hah. I encountered this puzzle recently and I, too, wrote a python script to try to solve this&#8230;.but turns out the puzzle is just a silly trick <img src='http://daniel.hepper.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Here&#8217;s what I came up with. The simple test works so I assume the code would solve it if it wasn&#8217;t impossible.</p>
<p><del datetime="2012-01-27T08:07:47+00:00"><a href="http://pastebin.com/NwF6nTN6" rel="nofollow">http://pastebin.com/NwF6nTN6</a></del></p>
<p><strong>Edit:<br />
The code had a bug, Spec asked me to update the link: <a href="http://pastebin.com/TM4efCJ6" rel="nofollow">http://pastebin.com/TM4efCJ6</a> Thanks, Spec!<br />
- Daniel<br />
</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to solve the 36 Cube puzzle &#8211; hints &amp; solution by Daniel Hepper</title>
		<link>http://daniel.hepper.net/blog/2010/01/how-to-solve-the-36-cube-puzzle/comment-page-1/#comment-1619</link>
		<dc:creator>Daniel Hepper</dc:creator>
		<pubDate>Tue, 03 Jan 2012 19:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=128#comment-1619</guid>
		<description>Jeff, you are absolutely correct! The pictures and the program output were correct, but my hints were wrong for about two years now, although Chell pointed it out a year ago :(

I&#039;ve updated the post, thanks for letting me know!</description>
		<content:encoded><![CDATA[<p>Jeff, you are absolutely correct! The pictures and the program output were correct, but my hints were wrong for about two years now, although Chell pointed it out a year ago <img src='http://daniel.hepper.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;ve updated the post, thanks for letting me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to solve the 36 Cube puzzle &#8211; hints &amp; solution by Jeff</title>
		<link>http://daniel.hepper.net/blog/2010/01/how-to-solve-the-36-cube-puzzle/comment-page-1/#comment-1618</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 31 Dec 2011 20:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=128#comment-1618</guid>
		<description>I think your hint number four is incorrect. &quot;Hint #4 (show): The two special towers are the orange one of heigh 5 and the red one of height 6.&quot;  The Red-6 and Orange-5 towers are identical their standard counterparts. I found it to be the Orange-6 and Yellow-5 that deviate slightly from the norm.

Based upon my inspection there are 4 abnormalities in the board/towers:
Base-1.2 is fatter than other same-height bases (compare with 3.4 or 0.5)
Base-3.2 is thinner at its bottom than other same-height bases (compare with 1.4 or 2.1)
Yellow-5 has an extra thick vertical line along its inside
Orange-6 has no/minuscule vertical line along its inside.

This allows these two pieces to fit on either of those bases (in addition to the other &quot;correct&quot; height bases).</description>
		<content:encoded><![CDATA[<p>I think your hint number four is incorrect. &#8220;Hint #4 (show): The two special towers are the orange one of heigh 5 and the red one of height 6.&#8221;  The Red-6 and Orange-5 towers are identical their standard counterparts. I found it to be the Orange-6 and Yellow-5 that deviate slightly from the norm.</p>
<p>Based upon my inspection there are 4 abnormalities in the board/towers:<br />
Base-1.2 is fatter than other same-height bases (compare with 3.4 or 0.5)<br />
Base-3.2 is thinner at its bottom than other same-height bases (compare with 1.4 or 2.1)<br />
Yellow-5 has an extra thick vertical line along its inside<br />
Orange-6 has no/minuscule vertical line along its inside.</p>
<p>This allows these two pieces to fit on either of those bases (in addition to the other &#8220;correct&#8221; height bases).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto clear Solr index by Artemij Fedosejev</title>
		<link>http://daniel.hepper.net/blog/2010/11/howto-clear-solr-index/comment-page-1/#comment-1609</link>
		<dc:creator>Artemij Fedosejev</dc:creator>
		<pubDate>Mon, 28 Nov 2011 11:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=195#comment-1609</guid>
		<description>Thank you for the hint!</description>
		<content:encoded><![CDATA[<p>Thank you for the hint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a Pac-Man ghost lamp by Another Hepper making great stuff &#124; Hepper&#039;s Blog</title>
		<link>http://daniel.hepper.net/blog/2011/08/how-to-make-a-pac-man-ghost-lamp/comment-page-1/#comment-1258</link>
		<dc:creator>Another Hepper making great stuff &#124; Hepper&#039;s Blog</dc:creator>
		<pubDate>Sun, 16 Oct 2011 00:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=234#comment-1258</guid>
		<description>[...] How to make a Pac-Man ghost lamp &#124; Daniel Hepper.     Previous postCome on in, but you may have to sit on the floor. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to make a Pac-Man ghost lamp | Daniel Hepper.     Previous postCome on in, but you may have to sit on the floor. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a Pac-Man ghost lamp by Savvy Housekeeping &#187; From Plastic Bottles To Pac-Man Lights</title>
		<link>http://daniel.hepper.net/blog/2011/08/how-to-make-a-pac-man-ghost-lamp/comment-page-1/#comment-854</link>
		<dc:creator>Savvy Housekeeping &#187; From Plastic Bottles To Pac-Man Lights</dc:creator>
		<pubDate>Thu, 29 Sep 2011 15:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=234#comment-854</guid>
		<description>[...] Hepper took old soda bottles and turned them into a Pac-Man ghost lamp. The project is pretty straight-forward: cut the bottles into ghost shapes, paint them, and hang [...]</description>
		<content:encoded><![CDATA[<p>[...] Hepper took old soda bottles and turned them into a Pac-Man ghost lamp. The project is pretty straight-forward: cut the bottles into ghost shapes, paint them, and hang [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a Pac-Man ghost lamp by Katrin</title>
		<link>http://daniel.hepper.net/blog/2011/08/how-to-make-a-pac-man-ghost-lamp/comment-page-1/#comment-826</link>
		<dc:creator>Katrin</dc:creator>
		<pubDate>Tue, 27 Sep 2011 10:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.hepper.net/blog/?p=234#comment-826</guid>
		<description>Neat idea! I think that will make a nice christmas gift for my son :-) Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Neat idea! I think that will make a nice christmas gift for my son <img src='http://daniel.hepper.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

