<?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"
	>
<channel>
	<title>Comments for Ekinoderm</title>
	<atom:link href="http://www.ekinoderm.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ekinoderm.com/wordpress</link>
	<description>Code and Caffeine, I Suppose</description>
	<pubDate>Thu, 20 Nov 2008 09:44:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Ideas Worth Stealing by Donny</title>
		<link>http://www.ekinoderm.com/wordpress/2008/11/ideas-worth-stealing/#comment-412</link>
		<dc:creator>Donny</dc:creator>
		<pubDate>Sat, 15 Nov 2008 09:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=220#comment-412</guid>
		<description>Excellent observation, and one I wholeheartedly agree with !</description>
		<content:encoded><![CDATA[<p>Excellent observation, and one I wholeheartedly agree with !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting a Metric for Success by Ideas Worth Stealing &#124; Ekinoderm</title>
		<link>http://www.ekinoderm.com/wordpress/2008/09/setting-a-metric-for-success/#comment-405</link>
		<dc:creator>Ideas Worth Stealing &#124; Ekinoderm</dc:creator>
		<pubDate>Wed, 12 Nov 2008 14:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=162#comment-405</guid>
		<description>[...] For example, if you&#8217;re working on optimizing a search algorithm, your metric for success is the speed of the response.  For somebody else, the correctness of the search results may be [...]</description>
		<content:encoded><![CDATA[<p>[...] For example, if you&#8217;re working on optimizing a search algorithm, your metric for success is the speed of the response.  For somebody else, the correctness of the search results may be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do Programming Puzzles Measure Ability? by Mike Hochanadel</title>
		<link>http://www.ekinoderm.com/wordpress/2008/11/programming-puzzles-measure-ability/#comment-404</link>
		<dc:creator>Mike Hochanadel</dc:creator>
		<pubDate>Tue, 11 Nov 2008 15:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=214#comment-404</guid>
		<description>I think you hit the nail on the head when you were talking about applying questions to the problem domain.  I recently ran into some tests from Brainbench and it got me thinking about this topic.  It seems like the type of questions being asked helps the interviewee determine if they fit with how a company approaches problems.  If they ask specific technical questions or if they ask abstract mathematical problems, you can somewhat tell how the company/team approaches problems.  So it seems that not only would they want to see if you got the answer right, but they also want to see how you respond to the type of questions being asked.  I almost think the latter is a little more important 'fit' wise than the former.</description>
		<content:encoded><![CDATA[<p>I think you hit the nail on the head when you were talking about applying questions to the problem domain.  I recently ran into some tests from Brainbench and it got me thinking about this topic.  It seems like the type of questions being asked helps the interviewee determine if they fit with how a company approaches problems.  If they ask specific technical questions or if they ask abstract mathematical problems, you can somewhat tell how the company/team approaches problems.  So it seems that not only would they want to see if you got the answer right, but they also want to see how you respond to the type of questions being asked.  I almost think the latter is a little more important &#8216;fit&#8217; wise than the former.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do Programming Puzzles Measure Ability? by ochronus</title>
		<link>http://www.ekinoderm.com/wordpress/2008/11/programming-puzzles-measure-ability/#comment-403</link>
		<dc:creator>ochronus</dc:creator>
		<pubDate>Tue, 11 Nov 2008 10:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=214#comment-403</guid>
		<description>Hi,

First of all: nice post. Personally I've never considered these puzzles (code golf, project euler, etc.)  as tools to make me a better programmer. They are in the same league with sudoku, puzzles, etc. for me. They make me think, do some brain workout. It's primarily fun, and it never hurts to think a bit more, or a bit outside of the daily routine. I guess it's not just me to state that these 'artificial', primarily mathematcial problems don't really arise in real-world daily coding tasks.
Apart from that, they can make you a better programmer, enforcing some stricter, more methodological thinking. They also can help in discovering tweaks and tips of a certain language while you're rewriting your code for better performance. Most of the easier problems are only about this. A simple solution almost instantly comes to your mind, but it's usually the slowest one :) So you start to think, start to look for possible bottlenecks (both algorithmical and language-specific). 
I have to agree with the point that rookies should not start with such problems. They should do many little "simple" everyday tasks, and after reaching a certain level, they might consider spending some of their free time with such mind games.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all: nice post. Personally I&#8217;ve never considered these puzzles (code golf, project euler, etc.)  as tools to make me a better programmer. They are in the same league with sudoku, puzzles, etc. for me. They make me think, do some brain workout. It&#8217;s primarily fun, and it never hurts to think a bit more, or a bit outside of the daily routine. I guess it&#8217;s not just me to state that these &#8216;artificial&#8217;, primarily mathematcial problems don&#8217;t really arise in real-world daily coding tasks.<br />
Apart from that, they can make you a better programmer, enforcing some stricter, more methodological thinking. They also can help in discovering tweaks and tips of a certain language while you&#8217;re rewriting your code for better performance. Most of the easier problems are only about this. A simple solution almost instantly comes to your mind, but it&#8217;s usually the slowest one <img src='http://www.ekinoderm.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> So you start to think, start to look for possible bottlenecks (both algorithmical and language-specific).<br />
I have to agree with the point that rookies should not start with such problems. They should do many little &#8220;simple&#8221; everyday tasks, and after reaching a certain level, they might consider spending some of their free time with such mind games.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Going for the Easy Win by Do Programming Puzzles Measure Ability? &#124; Ekinoderm</title>
		<link>http://www.ekinoderm.com/wordpress/2008/09/going-for-the-easy-win/#comment-402</link>
		<dc:creator>Do Programming Puzzles Measure Ability? &#124; Ekinoderm</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=195#comment-402</guid>
		<description>[...] beginning developers, one of the most important things to do is to look for low-hanging fruit.  Solving hard problems can be very satisfying, but, just as you wouldn&#8217;t try to learn how [...]</description>
		<content:encoded><![CDATA[<p>[...] beginning developers, one of the most important things to do is to look for low-hanging fruit.  Solving hard problems can be very satisfying, but, just as you wouldn&#8217;t try to learn how [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Predict the Future For Me by Riddle Me This &#124; Ekinoderm</title>
		<link>http://www.ekinoderm.com/wordpress/2008/09/predict-the-future-for-me/#comment-401</link>
		<dc:creator>Riddle Me This &#124; Ekinoderm</dc:creator>
		<pubDate>Mon, 10 Nov 2008 16:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=206#comment-401</guid>
		<description>[...] billion? I&#8217;m pretty sure we&#8217;d have an overflow issue, then.  We want to make our code generic, right?  So we should take the upper bound as a parameter, and make no assumptions about the size [...]</description>
		<content:encoded><![CDATA[<p>[...] billion? I&#8217;m pretty sure we&#8217;d have an overflow issue, then.  We want to make our code generic, right?  So we should take the upper bound as a parameter, and make no assumptions about the size [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Importance of the Side Project by Maria</title>
		<link>http://www.ekinoderm.com/wordpress/2008/09/the-importance-of-the-side-project/#comment-400</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Thu, 06 Nov 2008 04:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=146#comment-400</guid>
		<description>There is no magic skill.</description>
		<content:encoded><![CDATA[<p>There is no magic skill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 10 Video Game Soundtracks of All Time by hay</title>
		<link>http://www.ekinoderm.com/wordpress/2007/03/top-10-video-game-soundtracks-of-all-time/#comment-399</link>
		<dc:creator>hay</dc:creator>
		<pubDate>Thu, 30 Oct 2008 10:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=16#comment-399</guid>
		<description>This list seems a bit contemporary, especially because there were plenty of good soundtracks from back in the day, like Super Mario Land for the original Game Boy. A lot of good soundtracks were passed up for the more recent stuff, and I think this list could use some revision.</description>
		<content:encoded><![CDATA[<p>This list seems a bit contemporary, especially because there were plenty of good soundtracks from back in the day, like Super Mario Land for the original Game Boy. A lot of good soundtracks were passed up for the more recent stuff, and I think this list could use some revision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 10 Video Game Soundtracks of All Time by ROB</title>
		<link>http://www.ekinoderm.com/wordpress/2007/03/top-10-video-game-soundtracks-of-all-time/#comment-398</link>
		<dc:creator>ROB</dc:creator>
		<pubDate>Fri, 24 Oct 2008 20:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=16#comment-398</guid>
		<description>I see no mention of Killer 7 on this list. It derserves consideration. Some great choices otherwise.</description>
		<content:encoded><![CDATA[<p>I see no mention of Killer 7 on this list. It derserves consideration. Some great choices otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Take Me Too Seriously by Thanksgiving Recipes</title>
		<link>http://www.ekinoderm.com/wordpress/2008/09/dont-take-me-too-seriously/#comment-383</link>
		<dc:creator>Thanksgiving Recipes</dc:creator>
		<pubDate>Wed, 08 Oct 2008 15:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekinoderm.com/wordpress/?p=177#comment-383</guid>
		<description>great presentation, definitely kept my attention for the full hour</description>
		<content:encoded><![CDATA[<p>great presentation, definitely kept my attention for the full hour</p>
]]></content:encoded>
	</item>
</channel>
</rss>
