<?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 on: The computer science turing test</title>
	<atom:link href="http://philwilson.org/blog/2008/04/the-computer-science-turing-test/feed" rel="self" type="application/rss+xml" />
	<link>http://philwilson.org/blog/2008/04/the-computer-science-turing-test</link>
	<description>a geek commodity</description>
	<lastBuildDate>Wed, 18 Apr 2012 11:42:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Ciaran</title>
		<link>http://philwilson.org/blog/2008/04/the-computer-science-turing-test/comment-page-1#comment-1272</link>
		<dc:creator>Ciaran</dc:creator>
		<pubDate>Wed, 16 Apr 2008 22:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/04/the-computer-science-turing-test#comment-1272</guid>
		<description>I have to admit I still find it easier to parse the old-fashioned (some might say Oracle-style) of joins, rather than the explicit syntax.

e.g. SELECT * FROM table1 a,table2 b WHERE a.field=b.field

But I appreciate that writing that kind of thing is, these days, on a par with farting at the in-laws dinner table.</description>
		<content:encoded><![CDATA[<p>I have to admit I still find it easier to parse the old-fashioned (some might say Oracle-style) of joins, rather than the explicit syntax.</p>
<p>e.g. SELECT * FROM table1 a,table2 b WHERE a.field=b.field</p>
<p>But I appreciate that writing that kind of thing is, these days, on a par with farting at the in-laws dinner table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philwilson.org/blog/2008/04/the-computer-science-turing-test/comment-page-1#comment-1273</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 15 Apr 2008 22:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/04/the-computer-science-turing-test#comment-1273</guid>
		<description>I think ORM tools may have corrupted me forever :)</description>
		<content:encoded><![CDATA[<p>I think ORM tools may have corrupted me forever <img src='http://philwilson.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://philwilson.org/blog/2008/04/the-computer-science-turing-test/comment-page-1#comment-1274</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Tue, 15 Apr 2008 16:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/04/the-computer-science-turing-test#comment-1274</guid>
		<description>I was like that too. And then I ended up working on a database-centric application which required me to write so many SQL JOIN statements that at one point the built in mental parser just clicked in. :)</description>
		<content:encoded><![CDATA[<p>I was like that too. And then I ended up working on a database-centric application which required me to write so many SQL JOIN statements that at one point the built in mental parser just clicked in. <img src='http://philwilson.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philwilson.org/blog/2008/04/the-computer-science-turing-test/comment-page-1#comment-1277</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/04/the-computer-science-turing-test#comment-1277</guid>
		<description>Wow, it has been a long, long time since I&#039;ve had to write any prolog! I&#039;m glad to say that I can only summon vaguely positive memories.</description>
		<content:encoded><![CDATA[<p>Wow, it has been a long, long time since I&#8217;ve had to write any prolog! I&#8217;m glad to say that I can only summon vaguely positive memories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://philwilson.org/blog/2008/04/the-computer-science-turing-test/comment-page-1#comment-1276</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/04/the-computer-science-turing-test#comment-1276</guid>
		<description>You obviously need to do more hardcore logic programming :) .  If you get to the point where you read your own prolog after a week, plain old boring propositional SQL seems like a breeze.</description>
		<content:encoded><![CDATA[<p>You obviously need to do more hardcore logic programming <img src='http://philwilson.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .  If you get to the point where you read your own prolog after a week, plain old boring propositional SQL seems like a breeze.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philwilson.org/blog/2008/04/the-computer-science-turing-test/comment-page-1#comment-1275</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 14 Apr 2008 22:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/04/the-computer-science-turing-test#comment-1275</guid>
		<description>Yeah, I understand perfectly how they work and what they do, I just don&#039;t have a built-in parser like I do for most other things. Consider it a sort of blind spot :)</description>
		<content:encoded><![CDATA[<p>Yeah, I understand perfectly how they work and what they do, I just don&#8217;t have a built-in parser like I do for most other things. Consider it a sort of blind spot <img src='http://philwilson.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devdas Bhagat</title>
		<link>http://philwilson.org/blog/2008/04/the-computer-science-turing-test/comment-page-1#comment-1278</link>
		<dc:creator>Devdas Bhagat</dc:creator>
		<pubDate>Mon, 14 Apr 2008 19:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/04/the-computer-science-turing-test#comment-1278</guid>
		<description>SQL JOINs are just a way of combining two sets.

I suggest starting off with understanding the natural join, and then follow up with the rest.

I also recommend reading up on CJ Date, and EF Codd&#039;s works.</description>
		<content:encoded><![CDATA[<p>SQL JOINs are just a way of combining two sets.</p>
<p>I suggest starting off with understanding the natural join, and then follow up with the rest.</p>
<p>I also recommend reading up on CJ Date, and EF Codd&#8217;s works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

