<?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 for IndianGeek</title>
	<atom:link href="http://www.indiangeek.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indiangeek.net</link>
	<description>Perspectives on Computer Science and Software Engineering</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:43:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Challenge – Camel and Bananas by CompetencyMatrixHater</title>
		<link>http://www.indiangeek.net/2011/04/14/challenge-%e2%80%93-camel-and-bananas/comment-page-1/#comment-3551</link>
		<dc:creator>CompetencyMatrixHater</dc:creator>
		<pubDate>Sat, 28 Jan 2012 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/?p=498#comment-3551</guid>
		<description>I worked this out in my head - it&#039;s fairly obvious. There are 3000 bananas. The bananas can&#039;t be taken straight to the market as the camel can only carry 1000. There&#039;s no point taking bananas direct to the market, as the camel will eat them all before it gets there. So the camel travels 1 km at a time. At first it&#039;s trying to move 3000 bananas, which takes 3 trips, plus 2 return trips. This costs 5 bananas per km, and this stage lasts for 200km until there are only 2000 bananas left. Then the cost drops to 3 bananas per km - for the next 333.33... km. Then the camel may as well simply keep going at a cost of 1 banana per km, as it is carrying all the bananas. It has (1000-333.33 - 200) km to go, so it ends up with 333.33 + 200 km. Of course the problem overlooks the problem of getting the camel back to the farm.</description>
		<content:encoded><![CDATA[<p>I worked this out in my head &#8211; it&#8217;s fairly obvious. There are 3000 bananas. The bananas can&#8217;t be taken straight to the market as the camel can only carry 1000. There&#8217;s no point taking bananas direct to the market, as the camel will eat them all before it gets there. So the camel travels 1 km at a time. At first it&#8217;s trying to move 3000 bananas, which takes 3 trips, plus 2 return trips. This costs 5 bananas per km, and this stage lasts for 200km until there are only 2000 bananas left. Then the cost drops to 3 bananas per km &#8211; for the next 333.33&#8230; km. Then the camel may as well simply keep going at a cost of 1 banana per km, as it is carrying all the bananas. It has (1000-333.33 &#8211; 200) km to go, so it ends up with 333.33 + 200 km. Of course the problem overlooks the problem of getting the camel back to the farm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmer Competency Matrix by Anonymous</title>
		<link>http://www.indiangeek.net/programmer-competency-matrix/comment-page-2/#comment-3550</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 24 Jan 2012 07:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/?page_id=451#comment-3550</guid>
		<description>hh</description>
		<content:encoded><![CDATA[<p>hh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmer Competency Matrix by New Year&#8217;s Report - Philip Bjorge</title>
		<link>http://www.indiangeek.net/programmer-competency-matrix/comment-page-2/#comment-3542</link>
		<dc:creator>New Year&#8217;s Report - Philip Bjorge</dc:creator>
		<pubDate>Mon, 09 Jan 2012 06:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/?page_id=451#comment-3542</guid>
		<description>[...] time to gauge my programming progress this year. I’ll be rating myself using Sijin Joseph’s programmer competency matrix. Next year, I’ll look back on this post and see how and where I’ve [...]</description>
		<content:encoded><![CDATA[<p>[...] time to gauge my programming progress this year. I’ll be rating myself using Sijin Joseph’s programmer competency matrix. Next year, I’ll look back on this post and see how and where I’ve [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmer Competency Matrix by Umnov Denis</title>
		<link>http://www.indiangeek.net/programmer-competency-matrix/comment-page-2/#comment-3541</link>
		<dc:creator>Umnov Denis</dc:creator>
		<pubDate>Wed, 21 Dec 2011 08:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/?page_id=451#comment-3541</guid>
		<description>Thank you, very useful!</description>
		<content:encoded><![CDATA[<p>Thank you, very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmer Competency Matrix &#8211; 32 attributes to evaluate programmers by Víctor M. Valenzuela</title>
		<link>http://www.indiangeek.net/2008/04/30/programmer-competency-matrix/comment-page-1/#comment-3535</link>
		<dc:creator>Víctor M. Valenzuela</dc:creator>
		<pubDate>Sun, 30 Oct 2011 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/?p=360#comment-3535</guid>
		<description>This is the single most motivating thing I&#039;ve seen in - well I can&#039;t even remember how much. Thank you.

The only point I&#039;d strongly disagree with is deep API usage knowledge. The whole point of APIs is to just take them as you go, when you need them, in a no-brainer way - hence all the authors&#039; efforts on naming, parameters, functionality description, local organization into packages... Browsing the source of the Java class library is much more worthy of one&#039;s time than memorizing a bunch of method signatures.</description>
		<content:encoded><![CDATA[<p>This is the single most motivating thing I&#8217;ve seen in &#8211; well I can&#8217;t even remember how much. Thank you.</p>
<p>The only point I&#8217;d strongly disagree with is deep API usage knowledge. The whole point of APIs is to just take them as you go, when you need them, in a no-brainer way &#8211; hence all the authors&#8217; efforts on naming, parameters, functionality description, local organization into packages&#8230; Browsing the source of the Java class library is much more worthy of one&#8217;s time than memorizing a bunch of method signatures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge – Camel and Bananas by CT Vargas</title>
		<link>http://www.indiangeek.net/2011/04/14/challenge-%e2%80%93-camel-and-bananas/comment-page-1/#comment-3529</link>
		<dc:creator>CT Vargas</dc:creator>
		<pubDate>Tue, 27 Sep 2011 15:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/?p=498#comment-3529</guid>
		<description>Shouldn&#039;t the answer be 0? The camel can only carry 1000 bananas at any given time, so you start with 1000. But it eats one banana per km, so after a single 1000km trip you won&#039;t have any bananas left.</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t the answer be 0? The camel can only carry 1000 bananas at any given time, so you start with 1000. But it eats one banana per km, so after a single 1000km trip you won&#8217;t have any bananas left.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge – Camel and Bananas by jeff sergeant</title>
		<link>http://www.indiangeek.net/2011/04/14/challenge-%e2%80%93-camel-and-bananas/comment-page-1/#comment-3528</link>
		<dc:creator>jeff sergeant</dc:creator>
		<pubDate>Thu, 22 Sep 2011 20:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/?p=498#comment-3528</guid>
		<description>The answer is simple logic..

As it&#039;s a camel, it can probably eat as many bananas before the trip and store up the energy.  so even if it eats 2000 bananas before leaving,  it will only just be able to take the remaining 1000 bananas to market and just get back again before it is out of energy...  

and if the camel can&#039;t save up energy from the bananas,  then the answer is zero, because it needs more bananas than it can carry to have enough food to get there and back</description>
		<content:encoded><![CDATA[<p>The answer is simple logic..</p>
<p>As it&#8217;s a camel, it can probably eat as many bananas before the trip and store up the energy.  so even if it eats 2000 bananas before leaving,  it will only just be able to take the remaining 1000 bananas to market and just get back again before it is out of energy&#8230;  </p>
<p>and if the camel can&#8217;t save up energy from the bananas,  then the answer is zero, because it needs more bananas than it can carry to have enough food to get there and back</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle to start charging for MySQL &#8211; Standard edition @ 2000 USD by tony baldwin</title>
		<link>http://www.indiangeek.net/2010/11/04/oracle-to-start-charging-for-mysql-standard-edition-2000-usd/comment-page-1/#comment-3526</link>
		<dc:creator>tony baldwin</dc:creator>
		<pubDate>Mon, 05 Sep 2011 18:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/2010/11/04/oracle-to-start-charging-for-mysql-standard-edition-2000-usd/#comment-3526</guid>
		<description>Switch to Postrgres, I suppose.  Darn.

Now, all that code that&#039;s already out there as FOSS, it&#039;s still out there as FOSS, right?  How do they expect to make this work?
I mean, once code is GPL, it is protected against becoming proprietary.
Sure, they can charge for support, for media, etc.  But they can&#039;t really charge for code that&#039;s already in the hands of the community, so to speak.
And anyone could fork from that code.
Or, as mentioned above, just switch to PostgreSQL, but it seems a lot more stuff is already running with MySQL (like all my webstuff).

Oh, but look http://www.mysql.com/products/community/
The &quot;community edition&quot; (ie GPL) is still free, and includes the InnoDB stuff, even.

Problem?</description>
		<content:encoded><![CDATA[<p>Switch to Postrgres, I suppose.  Darn.</p>
<p>Now, all that code that&#8217;s already out there as FOSS, it&#8217;s still out there as FOSS, right?  How do they expect to make this work?<br />
I mean, once code is GPL, it is protected against becoming proprietary.<br />
Sure, they can charge for support, for media, etc.  But they can&#8217;t really charge for code that&#8217;s already in the hands of the community, so to speak.<br />
And anyone could fork from that code.<br />
Or, as mentioned above, just switch to PostgreSQL, but it seems a lot more stuff is already running with MySQL (like all my webstuff).</p>
<p>Oh, but look <a href="http://www.mysql.com/products/community/" rel="nofollow">http://www.mysql.com/products/community/</a><br />
The &#8220;community edition&#8221; (ie GPL) is still free, and includes the InnoDB stuff, even.</p>
<p>Problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge – Camel and Bananas by Abhay</title>
		<link>http://www.indiangeek.net/2011/04/14/challenge-%e2%80%93-camel-and-bananas/comment-page-1/#comment-3525</link>
		<dc:creator>Abhay</dc:creator>
		<pubDate>Wed, 11 May 2011 12:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/?p=498#comment-3525</guid>
		<description>lots of assumptions need to be written down here...can u please do that? from my view, someone has to carry the remaining bananas and put 1 banana on Camel&#039;s &quot;BACK&quot; for every kilometer...now going by conventional logic total number of banana&#039;s that can be delivered is the number of bananas carrried by &quot;someone&quot;...</description>
		<content:encoded><![CDATA[<p>lots of assumptions need to be written down here&#8230;can u please do that? from my view, someone has to carry the remaining bananas and put 1 banana on Camel&#8217;s &#8220;BACK&#8221; for every kilometer&#8230;now going by conventional logic total number of banana&#8217;s that can be delivered is the number of bananas carrried by &#8220;someone&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on China is not the world&#8217;s biggest manufacturer by dongo</title>
		<link>http://www.indiangeek.net/2010/03/13/china-is-not-the-worlds-biggest-manufacturer/comment-page-1/#comment-3515</link>
		<dc:creator>dongo</dc:creator>
		<pubDate>Mon, 07 Feb 2011 01:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.indiangeek.net/2010/03/13/china-is-not-the-worlds-biggest-manufacturer/#comment-3515</guid>
		<description>Reason for this article is that you&#039;re an Indian and are jealous of Chinese popularity. Face it, Pakistan &amp; China kicks India&#039;s ass.</description>
		<content:encoded><![CDATA[<p>Reason for this article is that you&#8217;re an Indian and are jealous of Chinese popularity. Face it, Pakistan &amp; China kicks India&#8217;s ass.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

