<?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 Toaster-Enhanced Turing Machine</title>
	<atom:link href="http://www.scottaaronson.com/blog/?feed=rss2&#038;p=1121" rel="self" type="application/rss+xml" />
	<link>http://www.scottaaronson.com/blog/?p=1121</link>
	<description>The Blog of Scott Aaronson</description>
	<lastBuildDate>Thu, 23 May 2013 21:50:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Peter Shor</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-55071</link>
		<dc:creator>Peter Shor</dc:creator>
		<pubDate>Mon, 05 Nov 2012 18:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-55071</guid>
		<description><![CDATA[Actually, for the very best toast, you need to enhance your toaster with a time machine. 

&quot;Timing Toast&quot;, by Piet Hein: 

 There&#039;s an art of knowing when.  
Never try to guess.  
Toast until it smokes and then 
twenty seconds less.]]></description>
		<content:encoded><![CDATA[<p>Actually, for the very best toast, you need to enhance your toaster with a time machine. </p>
<p>&#8220;Timing Toast&#8221;, by Piet Hein: </p>
<p> There&#8217;s an art of knowing when.<br />
Never try to guess.<br />
Toast until it smokes and then<br />
twenty seconds less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Shallit</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-54704</link>
		<dc:creator>Jeffrey Shallit</dc:creator>
		<pubDate>Fri, 02 Nov 2012 12:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-54704</guid>
		<description><![CDATA[&lt;i&gt;The questioner brought up the simulation by Turing machines but Iverson still would not acknowledge that this refuted his claim.&lt;/i&gt;

This sounds really, really doubtful to me.  I knew Iverson reasonably well and worked with him at the IBM Philadelphia Scientific Center.  He knew an awful lot of mathematics and computing, and I&#039;m absolutely sure he knew about Turing.

Iverson was concerned with notation and expressibility.  The claim above has all the hallmarks of a misunderstanding that has been repeated multiple times and changed in the telling.]]></description>
		<content:encoded><![CDATA[<p><i>The questioner brought up the simulation by Turing machines but Iverson still would not acknowledge that this refuted his claim.</i></p>
<p>This sounds really, really doubtful to me.  I knew Iverson reasonably well and worked with him at the IBM Philadelphia Scientific Center.  He knew an awful lot of mathematics and computing, and I&#8217;m absolutely sure he knew about Turing.</p>
<p>Iverson was concerned with notation and expressibility.  The claim above has all the hallmarks of a misunderstanding that has been repeated multiple times and changed in the telling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Harris</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-53343</link>
		<dc:creator>David Harris</dc:creator>
		<pubDate>Wed, 26 Sep 2012 19:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-53343</guid>
		<description><![CDATA[I think I can give an example where Turing machines do not have the expressive power of something like C++.

Certain programs have the property that they manipulate their input data in a &quot;type-safe&quot; way. That is, if the encoding of the input data is changed, then the program will continue to run correctly as long as the data is accessed through the proper channels. This is an extremely important property in practice, and one of the major focuses of high-level language design is ensuring type safety. In fact, I would say one of the most important things that a program expresses, perhaps more important even than its semantics, is the interaction of its data structures.

In a Turing machine, all the data accesses are &quot;flattened out&quot; to pure bit manipulation. In this way, a Turing machine can never be type safe, because it lacks the formalism to specify which data accesses are properly controlled.

This is an example of a important aspect of computation that can be expressed only in high-level languages, not Turing machines.]]></description>
		<content:encoded><![CDATA[<p>I think I can give an example where Turing machines do not have the expressive power of something like C++.</p>
<p>Certain programs have the property that they manipulate their input data in a &#8220;type-safe&#8221; way. That is, if the encoding of the input data is changed, then the program will continue to run correctly as long as the data is accessed through the proper channels. This is an extremely important property in practice, and one of the major focuses of high-level language design is ensuring type safety. In fact, I would say one of the most important things that a program expresses, perhaps more important even than its semantics, is the interaction of its data structures.</p>
<p>In a Turing machine, all the data accesses are &#8220;flattened out&#8221; to pure bit manipulation. In this way, a Turing machine can never be type safe, because it lacks the formalism to specify which data accesses are properly controlled.</p>
<p>This is an example of a important aspect of computation that can be expressed only in high-level languages, not Turing machines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anima Ex Machina &#187; Blog Archive &#187; Hypercomputation in A Computable Universe - The blog of Hector Zenil</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-53185</link>
		<dc:creator>Anima Ex Machina &#187; Blog Archive &#187; Hypercomputation in A Computable Universe - The blog of Hector Zenil</dc:creator>
		<pubDate>Fri, 21 Sep 2012 18:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-53185</guid>
		<description><![CDATA[[...] Other models of hypercomputation are just fundamentally wrong, such as Peter Wegner&#8217;s model of &#8220;interactive computation&#8221; that is claimed to break Turing&#8217;s barrier. For a recent commentary pointing out the the flaws of yet another hypercomputational claim, you can consult this entertaining blog post by Scott Aaronson and his Toaster-Enhanced Turing Machine. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Other models of hypercomputation are just fundamentally wrong, such as Peter Wegner&#8217;s model of &#8220;interactive computation&#8221; that is claimed to break Turing&#8217;s barrier. For a recent commentary pointing out the the flaws of yet another hypercomputational claim, you can consult this entertaining blog post by Scott Aaronson and his Toaster-Enhanced Turing Machine. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plm</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-53059</link>
		<dc:creator>plm</dc:creator>
		<pubDate>Mon, 17 Sep 2012 13:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-53059</guid>
		<description><![CDATA[Thanks for the post.

What do you people think about nondiscrete models of computation as possible counterexamples to the Church-Turing thesis?

http://edelstein.huji.ac.il/staff/shagrir/papers/physical_computation.pdf
(section 3)

I remember other papers but cannot find the references.

I think the Church-Turing thesis for those models is that continuous computation modulo finite precision measurement and setup of computing apparati is equivalent to classical computation.

And do you think that continuous models of computation with beyond-Turing capability (before imposing feasibility assumptions) are useful?

Any reference?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post.</p>
<p>What do you people think about nondiscrete models of computation as possible counterexamples to the Church-Turing thesis?</p>
<p><a href="http://edelstein.huji.ac.il/staff/shagrir/papers/physical_computation.pdf" rel="nofollow">http://edelstein.huji.ac.il/staff/shagrir/papers/physical_computation.pdf</a><br />
(section 3)</p>
<p>I remember other papers but cannot find the references.</p>
<p>I think the Church-Turing thesis for those models is that continuous computation modulo finite precision measurement and setup of computing apparati is equivalent to classical computation.</p>
<p>And do you think that continuous models of computation with beyond-Turing capability (before imposing feasibility assumptions) are useful?</p>
<p>Any reference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sidles</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-52853</link>
		<dc:creator>John Sidles</dc:creator>
		<pubDate>Tue, 11 Sep 2012 13:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-52853</guid>
		<description><![CDATA[In tribute to both Lou Scheffer (post #77 above) and Gil Kalai (many terrific posts!) here a couple of quotations that apply equally to complexity theory and its phylogenetic partner theoretical physics:&lt;blockquote&gt;&#8220;Common-sense must be used here to avoid embarking on an over-axiomatized, and hence misguided, piece of theoretical physics.  We [\hellip;] should not be trapped into axiomatizing theoretical ideas out of existence.&#8221;
&#160;&#160;&#160;&#8212;&#160;Christopher Isham (1984)&lt;/blockquote&gt;(quoted in Matthias Blau&#039;s popular on-line lecture notes &lt;i&gt;&#8220;&lt;a href=&quot;http://www.blau.itp.unibe.ch/Lecturenotes.html&quot; rel=&quot;nofollow&quot;&gt;Symplectic geometry and geometric quantization&lt;/a&gt;&#8221;&lt;/i&gt; (1992).

Isham&#039;s remark descends from&lt;blockquote&gt;&#8220;If one finds a difficulty in a calculation which is otherwise quite convincing, one should not push the difficulty away; one should rather try to make it the centre of the whole thing.&#8221;
&#160;&#160;&#160;&#8212;&#160;Werner Heisenberg (1971)&lt;/blockquote&gt;(which a Google search finds quoted in many places)

Here the point is that a great deal of heat commonly is generated&#160;&#8212; especially in the blogosphere&#160;&#8212; when postulates are mistaken for and/or claimed to be deductions. And the rhetorical motivation for such claims is evident: the correctness of deductions can be verified by more-or-less irrefutable reasoning&#160;&#8230; the correctness of &lt;i&gt;postulates&lt;/i&gt; is susceptible to no such checks!

Testbooks on complexity theory (example: Arora and Barak &lt;i&gt;Computational Complexity: a Modern Approach&lt;/i&gt;) and books on quantum theory (example: Nielsen and Chuang &lt;i&gt;Quantum Computation and Quantum Information&lt;/i&gt;) generically begin with a statement of postulates. Three questions then are natural.

&lt;b&gt;Q1&lt;/b&gt;&#160; What is the likelihood that the &lt;i&gt;reasoning&lt;/i&gt; of standard textbooks is globally and seriously flawed?  Both common-sense and history indicate that this likelihood is vanishingly small.

&lt;b&gt;Q2&lt;/b&gt;&#160; What is the likelihood that, in coming decades, the &lt;i&gt;postulates&lt;/i&gt; of 20th century textbooks will be appreciated as mathematically limiting and/or physically unrealistic?  Both common-sense and history indicate that this likelihood is sufficiently great as to amount to a near-certainty.

&lt;b&gt;Q3&lt;/b&gt;&#160; What new and/or amended postulates, regarding complexity theory and/or quantum dynamics, will the great textbooks of the 21st century embrace? We are very unlikely to collectively appreciate the answer to this question&#160;&#8230; until someone writes these textbooks. &#160; :)

It is a pretty safe bet&#160;&#8212; if we are guided by Isham and Heisenberg&#160;&#8212; that the amended complexity/quantum theoretic postulates of the 21st century will originate in physical  concepts rather than reasoning from axioms (Isham&#039;s principle) and that these postulates will embrace as central, difficulties that at present are regarded as peripheral (Heisenberg&#039;s principle).

&lt;b&gt;Conclusion&lt;/b&gt;&#160; Should we be skeptical of deductions that follow from the CT thesis? Reasonably, no. Should we be skeptical that the CT thesis provides  uniquely optimal foundations for complexity theory? Reasonably, yes.]]></description>
		<content:encoded><![CDATA[<p>In tribute to both Lou Scheffer (post #77 above) and Gil Kalai (many terrific posts!) here a couple of quotations that apply equally to complexity theory and its phylogenetic partner theoretical physics:<br />
<blockquote>&ldquo;Common-sense must be used here to avoid embarking on an over-axiomatized, and hence misguided, piece of theoretical physics.  We [\hellip;] should not be trapped into axiomatizing theoretical ideas out of existence.&rdquo;<br />
&nbsp;&nbsp;&nbsp;&mdash;&nbsp;Christopher Isham (1984)</p></blockquote>
<p>(quoted in Matthias Blau&#8217;s popular on-line lecture notes <i>&ldquo;<a href="http://www.blau.itp.unibe.ch/Lecturenotes.html" rel="nofollow">Symplectic geometry and geometric quantization</a>&rdquo;</i> (1992).</p>
<p>Isham&#8217;s remark descends from<br />
<blockquote>&ldquo;If one finds a difficulty in a calculation which is otherwise quite convincing, one should not push the difficulty away; one should rather try to make it the centre of the whole thing.&rdquo;<br />
&nbsp;&nbsp;&nbsp;&mdash;&nbsp;Werner Heisenberg (1971)</p></blockquote>
<p>(which a Google search finds quoted in many places)</p>
<p>Here the point is that a great deal of heat commonly is generated&nbsp;&mdash; especially in the blogosphere&nbsp;&mdash; when postulates are mistaken for and/or claimed to be deductions. And the rhetorical motivation for such claims is evident: the correctness of deductions can be verified by more-or-less irrefutable reasoning&nbsp;&hellip; the correctness of <i>postulates</i> is susceptible to no such checks!</p>
<p>Testbooks on complexity theory (example: Arora and Barak <i>Computational Complexity: a Modern Approach</i>) and books on quantum theory (example: Nielsen and Chuang <i>Quantum Computation and Quantum Information</i>) generically begin with a statement of postulates. Three questions then are natural.</p>
<p><b>Q1</b>&nbsp; What is the likelihood that the <i>reasoning</i> of standard textbooks is globally and seriously flawed?  Both common-sense and history indicate that this likelihood is vanishingly small.</p>
<p><b>Q2</b>&nbsp; What is the likelihood that, in coming decades, the <i>postulates</i> of 20th century textbooks will be appreciated as mathematically limiting and/or physically unrealistic?  Both common-sense and history indicate that this likelihood is sufficiently great as to amount to a near-certainty.</p>
<p><b>Q3</b>&nbsp; What new and/or amended postulates, regarding complexity theory and/or quantum dynamics, will the great textbooks of the 21st century embrace? We are very unlikely to collectively appreciate the answer to this question&nbsp;&hellip; until someone writes these textbooks. &nbsp; <img src='http://www.scottaaronson.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It is a pretty safe bet&nbsp;&mdash; if we are guided by Isham and Heisenberg&nbsp;&mdash; that the amended complexity/quantum theoretic postulates of the 21st century will originate in physical  concepts rather than reasoning from axioms (Isham&#8217;s principle) and that these postulates will embrace as central, difficulties that at present are regarded as peripheral (Heisenberg&#8217;s principle).</p>
<p><b>Conclusion</b>&nbsp; Should we be skeptical of deductions that follow from the CT thesis? Reasonably, no. Should we be skeptical that the CT thesis provides  uniquely optimal foundations for complexity theory? Reasonably, yes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil Kalai</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-52705</link>
		<dc:creator>Gil Kalai</dc:creator>
		<pubDate>Sat, 08 Sep 2012 10:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-52705</guid>
		<description><![CDATA[Itai Bar-Natan #73, very nice comment! How nice to see you here.]]></description>
		<content:encoded><![CDATA[<p>Itai Bar-Natan #73, very nice comment! How nice to see you here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay D'Silva</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-52701</link>
		<dc:creator>Vijay D'Silva</dc:creator>
		<pubDate>Sat, 08 Sep 2012 07:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-52701</guid>
		<description><![CDATA[I forgot to add, where I feel at is loss is regarding when it is relevant to bring up and emphasise that some results that seem universal are not as universal if you take the context of those results very seriously. For majority of the population, there is only one context, so it seems bizzare to do anything like discuss different contexts.]]></description>
		<content:encoded><![CDATA[<p>I forgot to add, where I feel at is loss is regarding when it is relevant to bring up and emphasise that some results that seem universal are not as universal if you take the context of those results very seriously. For majority of the population, there is only one context, so it seems bizzare to do anything like discuss different contexts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay D'Silva</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-52700</link>
		<dc:creator>Vijay D'Silva</dc:creator>
		<pubDate>Sat, 08 Sep 2012 07:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-52700</guid>
		<description><![CDATA[This discussion reminds me of a perspective I have taken on one or two other topics and I wonder how to deal with them too.

I recall my experience of learning formal logic. Prior to my university education, I would never have dreamed or imagined that natural language could be given a mathematical semantics. Learning formal logic was one of the most tedious experiences of my sophomore year of university and to date, I think the presentation of a lot of logic texts does not help this state of affairs. Still, it was completely amazing that the difference between &quot;some child likes all chocolates&quot; and &quot;all chocolates are liked by some child&quot; can be turned into  a mathematical theorem. Even more amazing was the realisation that it was, in principle, possible to codify the language of mathematical theorems and proofs entirely in logical terms. This universality lead to the mind-blowing results of Goedel. Mind-blowing for me, not because of their content, but because it was possible at all to make statements that were about an entire area of mathematics, and not just about specific objects.

That was cool, but it is infeasible and feels rather inhuman to work purely with logical symbols (though I have observed people doing that, including a few programming language researchers). It is more comfortable for most working mathematicians and computer scientists to work with natural language, while being aware of the formalist underpinnings.

Moreover, once I understood better, the results of Goedel didn&#039;t seem as universal. Gentzen for example did prove a completeness result. 

The second example is about the independence of the continuum hypothesis from the Axiom of Choice. I was fascinated to learn that there were models of set theory that could be constructed using forcing. This in turn led to the realisation that the ZF and ZFC axioms for set-theory are axioms like any other and the universe of sets we work in in day-to-day mathematics is a model of a set of axioms, like any other model. There are many axiom systems possible and many models.

Here&#039;s the point of the reminiscence. Learning formal logic was a bit tedious but it felt like a rite of passage to a world where I could continue to do mathematics but with a far deeper understanding of the internal structure of that mathematics. The same applies to set-theory. At some point I realised that the kind of sets and operations on sets that we use are just specific models and there are many more possible and alternative interpretations of the membership predicate, for example.  Once I knew better, the results I found mind-blowing initially remained fascinating, but definitely seemed less universal. 

In a discussion of these areas and results, it is not clear to me how much this matters. Turing machines and the Church-Turing thesis feel similar to me. Learning to reduce between computational models and about the Church-Turing thesis feels like a rite of passage and one that reveals something deep and fascinating about computation. But the Church-Turing thesis also has a context, which from a specific perspective is not as universal as it may have first seemed.

And here&#039;s where I feel at a bit of a loss. In the case of  certain logical theorems, or independence results in set theory, or the Church-Turing thesis, there is a context in which those results are true and for most computer scientists that context is always in the background, but for some it is not. Does anyone see what I&#039;m trying to say?]]></description>
		<content:encoded><![CDATA[<p>This discussion reminds me of a perspective I have taken on one or two other topics and I wonder how to deal with them too.</p>
<p>I recall my experience of learning formal logic. Prior to my university education, I would never have dreamed or imagined that natural language could be given a mathematical semantics. Learning formal logic was one of the most tedious experiences of my sophomore year of university and to date, I think the presentation of a lot of logic texts does not help this state of affairs. Still, it was completely amazing that the difference between &#8220;some child likes all chocolates&#8221; and &#8220;all chocolates are liked by some child&#8221; can be turned into  a mathematical theorem. Even more amazing was the realisation that it was, in principle, possible to codify the language of mathematical theorems and proofs entirely in logical terms. This universality lead to the mind-blowing results of Goedel. Mind-blowing for me, not because of their content, but because it was possible at all to make statements that were about an entire area of mathematics, and not just about specific objects.</p>
<p>That was cool, but it is infeasible and feels rather inhuman to work purely with logical symbols (though I have observed people doing that, including a few programming language researchers). It is more comfortable for most working mathematicians and computer scientists to work with natural language, while being aware of the formalist underpinnings.</p>
<p>Moreover, once I understood better, the results of Goedel didn&#8217;t seem as universal. Gentzen for example did prove a completeness result. </p>
<p>The second example is about the independence of the continuum hypothesis from the Axiom of Choice. I was fascinated to learn that there were models of set theory that could be constructed using forcing. This in turn led to the realisation that the ZF and ZFC axioms for set-theory are axioms like any other and the universe of sets we work in in day-to-day mathematics is a model of a set of axioms, like any other model. There are many axiom systems possible and many models.</p>
<p>Here&#8217;s the point of the reminiscence. Learning formal logic was a bit tedious but it felt like a rite of passage to a world where I could continue to do mathematics but with a far deeper understanding of the internal structure of that mathematics. The same applies to set-theory. At some point I realised that the kind of sets and operations on sets that we use are just specific models and there are many more possible and alternative interpretations of the membership predicate, for example.  Once I knew better, the results I found mind-blowing initially remained fascinating, but definitely seemed less universal. </p>
<p>In a discussion of these areas and results, it is not clear to me how much this matters. Turing machines and the Church-Turing thesis feel similar to me. Learning to reduce between computational models and about the Church-Turing thesis feels like a rite of passage and one that reveals something deep and fascinating about computation. But the Church-Turing thesis also has a context, which from a specific perspective is not as universal as it may have first seemed.</p>
<p>And here&#8217;s where I feel at a bit of a loss. In the case of  certain logical theorems, or independence results in set theory, or the Church-Turing thesis, there is a context in which those results are true and for most computer scientists that context is always in the background, but for some it is not. Does anyone see what I&#8217;m trying to say?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Ajit R. Jadhav</title>
		<link>http://www.scottaaronson.com/blog/?p=1121#comment-52699</link>
		<dc:creator>Dr. Ajit R. Jadhav</dc:creator>
		<pubDate>Sat, 08 Sep 2012 04:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottaaronson.com/blog/?p=1121#comment-52699</guid>
		<description><![CDATA[@Scott #83:

Still no answer to my questions on the other thread? 

Would Umesh help? 

LOL!

I know Ketan possibly couldn&#039;t, because I know his collaborator Milind Sohoni, and came to know through Milind that neither of them could (which was in 2003/4). I don&#039;t think they might have progressed in this matter sufficiently, in the meanwhile. And, separately, I do know, Manindra couldn&#039;t---and that he would be ready to admit that he couldn&#039;t. 

As to one of those lesser known Indians, _if_ they fulfill the other important criteria, e.g. that they are not stooges of Americans (and, if I may expand, also Brits/Russians/etc.), sure do feel free to ask them. The matter is simple enough for highly honest and reasonably intelligent people.

Despite what so many Indians settled in the USA might make it look like, here, in India, an assuringly many number of Indians are far more thoughtful about such things. They do acknowledge the existence of so many Indians&#039; willingness to trade integrity for mere material comforts or powerlust as found in the advanced countries, the existence of stooges (a routine matter), etc. A relatively small minority of Indians settled in the USA also is thoughtful about such things, and do reach the same judgment about stooges and (really) influential Americans&#039; sick use of such stooges, etc. (Vivek Randive might be a borderline case of those who reach the right judgment in this issue, though personally I tend to have my own doubts. Vinod Khosla certainly isn&#039;t one to fall on the better side. So many IITians very certainly aren&#039;t. They would rather willingly obfuscate issues to hide the said trade of integrity with material comforts, powerlust, etc.) 

As to people of Indian descent. If you mean those raised in the USA and all, I have not met too many of them to be able to form a judgment about them as a group. I know one Standford CS graduate girl of Indian descent who seemed a bit ill at ease while interacting with Indians (I mean people born and raised in India), esp. in front of the white folks of Abrahamic religions, esp. males. And, overall, I think she represents a trend, though I can&#039;t be too sure---just too small a sample size, just too few interactions with these folks (popularly known as ABCDs). On the other side of the spectrum, I know of one Canadian girl of Indian descent (a Saradaran) who seemed perfectly at ease with people of all kind: Indians/NRIs/people of Indian descent, and white/black Abrahamics/others. I remain open, on this count---not even a temporary judgment thus far.

Let me check out if this comment makes it or not---sure, it is _your_ blog, Scott, not mine. But, yes, would Umesh help? Would it be possible for him to help? I do wonder.

Ajit
[E&amp;OE]]]></description>
		<content:encoded><![CDATA[<p>@Scott #83:</p>
<p>Still no answer to my questions on the other thread? </p>
<p>Would Umesh help? </p>
<p>LOL!</p>
<p>I know Ketan possibly couldn&#8217;t, because I know his collaborator Milind Sohoni, and came to know through Milind that neither of them could (which was in 2003/4). I don&#8217;t think they might have progressed in this matter sufficiently, in the meanwhile. And, separately, I do know, Manindra couldn&#8217;t&#8212;and that he would be ready to admit that he couldn&#8217;t. </p>
<p>As to one of those lesser known Indians, _if_ they fulfill the other important criteria, e.g. that they are not stooges of Americans (and, if I may expand, also Brits/Russians/etc.), sure do feel free to ask them. The matter is simple enough for highly honest and reasonably intelligent people.</p>
<p>Despite what so many Indians settled in the USA might make it look like, here, in India, an assuringly many number of Indians are far more thoughtful about such things. They do acknowledge the existence of so many Indians&#8217; willingness to trade integrity for mere material comforts or powerlust as found in the advanced countries, the existence of stooges (a routine matter), etc. A relatively small minority of Indians settled in the USA also is thoughtful about such things, and do reach the same judgment about stooges and (really) influential Americans&#8217; sick use of such stooges, etc. (Vivek Randive might be a borderline case of those who reach the right judgment in this issue, though personally I tend to have my own doubts. Vinod Khosla certainly isn&#8217;t one to fall on the better side. So many IITians very certainly aren&#8217;t. They would rather willingly obfuscate issues to hide the said trade of integrity with material comforts, powerlust, etc.) </p>
<p>As to people of Indian descent. If you mean those raised in the USA and all, I have not met too many of them to be able to form a judgment about them as a group. I know one Standford CS graduate girl of Indian descent who seemed a bit ill at ease while interacting with Indians (I mean people born and raised in India), esp. in front of the white folks of Abrahamic religions, esp. males. And, overall, I think she represents a trend, though I can&#8217;t be too sure&#8212;just too small a sample size, just too few interactions with these folks (popularly known as ABCDs). On the other side of the spectrum, I know of one Canadian girl of Indian descent (a Saradaran) who seemed perfectly at ease with people of all kind: Indians/NRIs/people of Indian descent, and white/black Abrahamics/others. I remain open, on this count&#8212;not even a temporary judgment thus far.</p>
<p>Let me check out if this comment makes it or not&#8212;sure, it is _your_ blog, Scott, not mine. But, yes, would Umesh help? Would it be possible for him to help? I do wonder.</p>
<p>Ajit<br />
[E&amp;OE]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
