<?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: A Programmer&#8217;s Explanation to Inception</title>
	<atom:link href="http://veetrag.net/2010/07/19/a-programmers-explanation-to-inception/feed/" rel="self" type="application/rss+xml" />
	<link>http://veetrag.net/2010/07/19/a-programmers-explanation-to-inception/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 08:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: TH</title>
		<link>http://veetrag.net/2010/07/19/a-programmers-explanation-to-inception/comment-page-1/#comment-22580</link>
		<dc:creator>TH</dc:creator>
		<pubDate>Thu, 26 Aug 2010 04:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://veetrag.net/?p=695#comment-22580</guid>
		<description>My take of plot summary in psuedo code ;)&lt;br&gt;&lt;br&gt;enterDream(inception) { inception = embed(inception); if(!inception.success() &amp;&amp; !inception.wifeDead &amp;&amp; inception.teamSize() &gt; 1) {enterDream(inception);}}</description>
		<content:encoded><![CDATA[<p>My take of plot summary in psuedo code <img src='http://veetrag.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>enterDream(inception) { inception = embed(inception); if(!inception.success() &#038;&#038; !inception.wifeDead &#038;&#038; inception.teamSize() &gt; 1) {enterDream(inception);}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruturajmd</title>
		<link>http://veetrag.net/2010/07/19/a-programmers-explanation-to-inception/comment-page-1/#comment-22557</link>
		<dc:creator>Ruturajmd</dc:creator>
		<pubDate>Wed, 04 Aug 2010 02:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://veetrag.net/?p=695#comment-22557</guid>
		<description>The totem in the dream and real life are same here in your program. I think they should be different, else they would beat the purpose. Only thing I can think of is a guard variable, like used in buffer over flow attacks, which might try to simulate the exact relevance of the totem. the probable implementation might in fact be tricky!</description>
		<content:encoded><![CDATA[<p>The totem in the dream and real life are same here in your program. I think they should be different, else they would beat the purpose. Only thing I can think of is a guard variable, like used in buffer over flow attacks, which might try to simulate the exact relevance of the totem. the probable implementation might in fact be tricky!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruturajmd</title>
		<link>http://veetrag.net/2010/07/19/a-programmers-explanation-to-inception/comment-page-1/#comment-22554</link>
		<dc:creator>Ruturajmd</dc:creator>
		<pubDate>Tue, 03 Aug 2010 16:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://veetrag.net/?p=695#comment-22554</guid>
		<description>The totem in the dream and real life are same here in your program. I think they should be different, else they would beat the purpose. Only thing I can think of is a guard variable, like used in buffer over flow attacks, which might try to simulate the exact relevance of the totem. the probable implementation might in fact be tricky!</description>
		<content:encoded><![CDATA[<p>The totem in the dream and real life are same here in your program. I think they should be different, else they would beat the purpose. Only thing I can think of is a guard variable, like used in buffer over flow attacks, which might try to simulate the exact relevance of the totem. the probable implementation might in fact be tricky!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To View Inception Through Code</title>
		<link>http://veetrag.net/2010/07/19/a-programmers-explanation-to-inception/comment-page-1/#comment-22553</link>
		<dc:creator>How To View Inception Through Code</dc:creator>
		<pubDate>Sat, 31 Jul 2010 15:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://veetrag.net/?p=695#comment-22553</guid>
		<description>[...] A Programmer&#8217;s Explanation to Inception [...]</description>
		<content:encoded><![CDATA[<p>[...] A Programmer&#8217;s Explanation to Inception [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thejesh GN</title>
		<link>http://veetrag.net/2010/07/19/a-programmers-explanation-to-inception/comment-page-1/#comment-22552</link>
		<dc:creator>Thejesh GN</dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://veetrag.net/?p=695#comment-22552</guid>
		<description>There should be a like button for posts :)&lt;br&gt;+1</description>
		<content:encoded><![CDATA[<p>There should be a like button for posts <img src='http://veetrag.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />+1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kinnari Savani</title>
		<link>http://veetrag.net/2010/07/19/a-programmers-explanation-to-inception/comment-page-1/#comment-22551</link>
		<dc:creator>Kinnari Savani</dc:creator>
		<pubDate>Mon, 19 Jul 2010 15:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://veetrag.net/?p=695#comment-22551</guid>
		<description>Veetrag, this one is superb!! Very much expected from an software engineer&#039;s mind. Yesterday, Nirav was discussing with one friend about &#039;recursion&#039;(dream inside dream) and &#039;break&#039;(kick) in this film :)</description>
		<content:encoded><![CDATA[<p>Veetrag, this one is superb!! Very much expected from an software engineer&#39;s mind. Yesterday, Nirav was discussing with one friend about &#39;recursion&#39;(dream inside dream) and &#39;break&#39;(kick) in this film <img src='http://veetrag.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

