<?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 on: Programmers who can&#8217;t program</title>
	<atom:link href="http://thinkhole.org/wp/2007/02/28/programmers-who-cant-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkhole.org/wp/2007/02/28/programmers-who-cant-program/</link>
	<description>There should be one obvious way to do it.</description>
	<pubDate>Fri, 05 Dec 2008 11:00:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Marc</title>
		<link>http://thinkhole.org/wp/2007/02/28/programmers-who-cant-program/#comment-38234</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 02 Mar 2007 16:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2007/02/28/programmers-who-cant-program/#comment-38234</guid>
		<description>Hi im a spanish python junkie, i have not studied programming career at all, and i know some graduated ones that dont know some basics of programming xD, maybe is the devotion of the computer addicteds, i want to say that this blog is great and paste a snippet of code i made to makeFizzOrBuzz xD, a little bored in my work, keep the good work i like to read your entries

makeFizzOrBuzz = lambda x: ["","FizzBuzz"][x%3%5==0 and x&#62;=(3*5)] or ["","Fizz"][x%3==0] or ["","Buzz"][x%5==0] or x;[ makeFizzOrBuzz(num) for num in range(1,101)]

i know a little sloppy snippet of code xD, and the ternary/array hack is ugly yeah xD but i wanted to make a version of a snippet pasted by one ruby addicted</description>
		<content:encoded><![CDATA[<p>Hi im a spanish python junkie, i have not studied programming career at all, and i know some graduated ones that dont know some basics of programming xD, maybe is the devotion of the computer addicteds, i want to say that this blog is great and paste a snippet of code i made to makeFizzOrBuzz xD, a little bored in my work, keep the good work i like to read your entries</p>
<p>makeFizzOrBuzz = lambda x: ["","FizzBuzz"][x%3%5==0 and x&gt;=(3*5)] or ["","Fizz"][x%3==0] or ["","Buzz"][x%5==0] or x;[ makeFizzOrBuzz(num) for num in range(1,101)]</p>
<p>i know a little sloppy snippet of code xD, and the ternary/array hack is ugly yeah xD but i wanted to make a version of a snippet pasted by one ruby addicted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paryl</title>
		<link>http://thinkhole.org/wp/2007/02/28/programmers-who-cant-program/#comment-37896</link>
		<dc:creator>paryl</dc:creator>
		<pubDate>Thu, 01 Mar 2007 05:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2007/02/28/programmers-who-cant-program/#comment-37896</guid>
		<description>Indeed... I was the IT manager at my last job, and hiring 'programmers' was the hardest thing ever.  I started hiring guys who had an interest so I could teach them myself.

At my current employer, we've been looking for a /good/ programmer for some time now, and it seems like an impossible task.  Weirdness.</description>
		<content:encoded><![CDATA[<p>Indeed&#8230; I was the IT manager at my last job, and hiring &#8216;programmers&#8217; was the hardest thing ever.  I started hiring guys who had an interest so I could teach them myself.</p>
<p>At my current employer, we&#8217;ve been looking for a /good/ programmer for some time now, and it seems like an impossible task.  Weirdness.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
