<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for d000hg</title>
	<atom:link href="http://d000hg.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://d000hg.wordpress.com</link>
	<description>My adventure becoming a professional freelancer. Plus some programming challenges.</description>
	<lastBuildDate>Fri, 28 Aug 2009 10:40:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on All Set Up by xoggoth</title>
		<link>http://d000hg.wordpress.com/2008/01/08/all-set-up/#comment-90</link>
		<dc:creator>xoggoth</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/2008/01/08/all-set-up/#comment-90</guid>
		<description>It&#039;s an honour. I&#039;ve never had a chutney spoon comment.</description>
		<content:encoded><![CDATA[<p>It&#8217;s an honour. I&#8217;ve never had a chutney spoon comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on All Set Up by Cyberman</title>
		<link>http://d000hg.wordpress.com/2008/01/08/all-set-up/#comment-89</link>
		<dc:creator>Cyberman</dc:creator>
		<pubDate>Thu, 27 Aug 2009 22:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/2008/01/08/all-set-up/#comment-89</guid>
		<description>Have you ever seen somebody lick the chutney spoon in an Indian Restaurant and put it back?  This would never have happened under the Tories.</description>
		<content:encoded><![CDATA[<p>Have you ever seen somebody lick the chutney spoon in an Indian Restaurant and put it back?  This would never have happened under the Tories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Battleball &#8211; multiplayer 3D pong by Psilas</title>
		<link>http://d000hg.wordpress.com/2007/12/09/battleball-multiplayer-3d-pong/#comment-88</link>
		<dc:creator>Psilas</dc:creator>
		<pubDate>Tue, 04 Aug 2009 14:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/2007/12/09/battleball-multiplayer-3d-pong/#comment-88</guid>
		<description>There is a BIG problem with this game that makes it VERY dissapointing.

When you move the mouse, the cursor moves then, about 1/3 second later,the paddle moves.

WTF, curveball does not do this, you move the mouse, then the paddle moves so whats the problem with this game.

Couldn&#039;t they just remove the cursor and have direct control from mouse to paddle like in curveball.

REALLY annoyng.</description>
		<content:encoded><![CDATA[<p>There is a BIG problem with this game that makes it VERY dissapointing.</p>
<p>When you move the mouse, the cursor moves then, about 1/3 second later,the paddle moves.</p>
<p>WTF, curveball does not do this, you move the mouse, then the paddle moves so whats the problem with this game.</p>
<p>Couldn&#8217;t they just remove the cursor and have direct control from mouse to paddle like in curveball.</p>
<p>REALLY annoyng.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just Spend the Damn Money! by jockmcgonzo</title>
		<link>http://d000hg.wordpress.com/2008/05/01/just-spend-the-damn-money/#comment-87</link>
		<dc:creator>jockmcgonzo</dc:creator>
		<pubDate>Thu, 16 Apr 2009 15:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/?p=20#comment-87</guid>
		<description>sound thinking that man, no if only i can get over the spending money part i&#039;ll be laughing</description>
		<content:encoded><![CDATA[<p>sound thinking that man, no if only i can get over the spending money part i&#8217;ll be laughing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex is a great Game Development Language by Anonymous</title>
		<link>http://d000hg.wordpress.com/2008/09/06/flex-is-a-great-game-development-language/#comment-86</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 21 Oct 2008 08:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/?p=21#comment-86</guid>
		<description>Hello, could you write a post about the game development market for freelancers in the UK ?</description>
		<content:encoded><![CDATA[<p>Hello, could you write a post about the game development market for freelancers in the UK ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nasty Maze by d000hg</title>
		<link>http://d000hg.wordpress.com/2007/12/04/nasty-maze/#comment-83</link>
		<dc:creator>d000hg</dc:creator>
		<pubDate>Sun, 07 Sep 2008 14:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/2007/12/04/nasty-maze/#comment-83</guid>
		<description>I don&#039;t think so. You&#039;re not finding the path through an existing maze, but finding a maze which makes the shortest possible path between two points as long as possible.

The naive way is to build every single possible maze and then test the shortest path between the points on each one.

But an NxN grid has N*N tiles and each can be filled/empty, so there are 2^(N*N) possible mazes. And then A*/BFS/DFS are not trivial (I think O(N^2)) that would give the whole algorithm something like O(2^(N^2).N^2) which is horrific!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so. You&#8217;re not finding the path through an existing maze, but finding a maze which makes the shortest possible path between two points as long as possible.</p>
<p>The naive way is to build every single possible maze and then test the shortest path between the points on each one.</p>
<p>But an NxN grid has N*N tiles and each can be filled/empty, so there are 2^(N*N) possible mazes. And then A*/BFS/DFS are not trivial (I think O(N^2)) that would give the whole algorithm something like O(2^(N^2).N^2) which is horrific!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nasty Maze by lordofduct</title>
		<link>http://d000hg.wordpress.com/2007/12/04/nasty-maze/#comment-82</link>
		<dc:creator>lordofduct</dc:creator>
		<pubDate>Sat, 06 Sep 2008 23:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/2007/12/04/nasty-maze/#comment-82</guid>
		<description>So you&#039;re asking people for the A* method?</description>
		<content:encoded><![CDATA[<p>So you&#8217;re asking people for the A* method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex is a great Game Development Language by Flex is a great Game Development Language &#171; Rich Internet Applications</title>
		<link>http://d000hg.wordpress.com/2008/09/06/flex-is-a-great-game-development-language/#comment-81</link>
		<dc:creator>Flex is a great Game Development Language &#171; Rich Internet Applications</dc:creator>
		<pubDate>Sat, 06 Sep 2008 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/?p=21#comment-81</guid>
		<description>[...] Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Day 1 by Asmaa Magdi</title>
		<link>http://d000hg.wordpress.com/2007/12/03/day-1/#comment-80</link>
		<dc:creator>Asmaa Magdi</dc:creator>
		<pubDate>Tue, 27 May 2008 04:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/2007/12/03/day-1/#comment-80</guid>
		<description>After reading this: &quot;I’m trying to get an idea of the traffic I’m getting…&quot;, I decided to leave a comment :D</description>
		<content:encoded><![CDATA[<p>After reading this: &#8220;I’m trying to get an idea of the traffic I’m getting…&#8221;, I decided to leave a comment <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So, how do I start my own company? by chattim</title>
		<link>http://d000hg.wordpress.com/2007/12/31/so-how-do-i-start-my-own-company/#comment-72</link>
		<dc:creator>chattim</dc:creator>
		<pubDate>Thu, 03 Apr 2008 12:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://d000hg.wordpress.com/2007/12/31/so-how-do-i-start-my-own-company/#comment-72</guid>
		<description>Read www.fourhourworkweek.com from Timothy Ferriss ;-) You will live your new life!</description>
		<content:encoded><![CDATA[<p>Read <a href="http://www.fourhourworkweek.com" rel="nofollow">http://www.fourhourworkweek.com</a> from Timothy Ferriss <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  You will live your new life!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
