<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jesal gadhia &#187; opinion</title>
	<atom:link href="http://jesal.us/tag/opinion/feed/" rel="self" type="application/rss+xml" />
	<link>http://jesal.us</link>
	<description></description>
	<lastBuildDate>Fri, 19 Mar 2010 05:32:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The dumbing-down of programming</title>
		<link>http://jesal.us/2008/01/the-dumbing-down-of-programming/</link>
		<comments>http://jesal.us/2008/01/the-dumbing-down-of-programming/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 02:07:08 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[career]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://jesal.us/blog/2008/01/21/the-dumbing-down-of-programming/</guid>
		<description><![CDATA[Very interesting article in Ekinoderm :
Doctors Robert Dewar and Edmond Schonberg (Professors Emeritus at NYU in Computer Science) recently penned a rather scathing paper about the sorry state of Computer Science education in the United States today. In it, we see the usual laments that Java is dumbing down Computer Science curricula and that the [...]]]></description>
			<content:encoded><![CDATA[<p>Very <a href="http://www.ekinoderm.com/wordpress/?p=27">interesting article</a> in <a href="http://www.ekinoderm.com/wordpress/">Ekinoderm</a> :</p>
<blockquote><p>Doctors Robert Dewar and Edmond Schonberg (Professors Emeritus at NYU in Computer Science) recently penned <a href="http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html" target="_blank">a rather scathing paper</a> about the sorry state of Computer Science education in the United States today. In it, we see the usual laments that <a href="http://www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html" target="_blank">Java is dumbing down Computer Science </a>curricula and that the lack of emphasis on mathematics is making students completely uncompetitive in the global market. This is in an attempt to make CS “soft” and keep the numbers up in terms of number of people majoring and number of degrees granted. But this is what students want, apparently.When I got my B.S. (in 2003), I can remember students in my classes constantly grousing about how topics like Scheme or Finite State Automata were “useless” and we should spend our time doing “useful” things like learning how to use VB to make a database app or something. Or, God forbid, writing web apps in PHP.In one of my courses, the students actually got together and petitioned to have the course language changed from <a href="http://en.wikipedia.org/wiki/OCAML" target="_blank">OCAML </a>to Java (no kidding). And this was a Computer Languages class, where the entire purpose of the class was to write several interpreters to study different programming language constructs (such as closures or continuations). In case you aren’t familiar with it, OCAML is an ML-derivative which is designed for writing interpreters and compilers. Java is a general-purpose language which isn’t designed for anything specific, as near as I can tell. In this case, OCAML was unquestionably the better tool for the job, and yet, because students were uncomfortable having to learn a new language, and the professor was a bit weak-willed, we ended up having to deal with a monstrous interpreter written in Java. What was a few lines of OCAML became 20 or 30 files in Java (because each syntactic construct needs its own class).</p>
<p>These are the future software engineers of America, and <em>they’re killing themselves</em>. They’ve no one else to blame. As Dewar points out in his article, the adoption of Java is driven almost entirely by a desire to make programming “fun” and to alleviate students’ fears that they won’t learn anything “useful” from a course taught in an academic language like Scheme. The students are propped up by administrators who have a vested interest in graduating as many people as possible, regardless of how qualified they are. So, as is usual, you have the least qualified people making these decisions.</p>
<p>It’s like if you walked into a painting class, told everyone that learning to paint was too hard, and then gave everyone a camera and told them that photography was the same thing as painting, only a lot easier to do. No disrespect towards photographers intended.</p>
<p>From personal experience, I’d like to add that a lack of requirement for systems programming is making many CS grads almost completely useless in industry. I’ve interviewed candidates who literally fled from the room when I asked them to find a memory allocation problem in a “Hello World”-level C program. It’s apparently entirely possible at this point to have a Master’s degree (or possibly even a PhD) in Computer Science, and be unable to describe what memory management is or to know what a pointer is.</p></blockquote>
<p>While I agree with the fundamental message of the article. I disagree when it boils down to the reality of it. I was one of the students who wanted to do &#8220;useful&#8221; things like learning how to program using C#/VB, ASP.NET, MS SQL 2005, etc. instead of learning how to write 10 line console applications in C++.</p>
<p>I would be more than happy to learn how to write finite state machines or some language complilers if it would help getting me a job after graduation. But it doesn&#8217;t! I&#8217;ve been through many interviews where all the employer cared about was what I could do for their company. Did I know all the tools and languages that they used?? They didn&#8217;t care if I knew the history of computer science, or how to write a complier in C. I&#8217;ve had many employers who have said this to me up-front. So I dont think its the students&#8217; fault that they don&#8217;t want to learn the fundamentals. What they want to learn is driven by the market.</p>
]]></content:encoded>
			<wfw:commentRss>http://jesal.us/2008/01/the-dumbing-down-of-programming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ugly and Popular</title>
		<link>http://jesal.us/2007/05/ugly-and-popular/</link>
		<comments>http://jesal.us/2007/05/ugly-and-popular/#comments</comments>
		<pubDate>Mon, 14 May 2007 08:48:36 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://jesal.us/blog/2007/05/14/ugly-and-popular/</guid>
		<description><![CDATA[Recently I&#8217;ve come to a realization: A web site doesn&#8217;t have  to have to have a slick Web 2.0ish look to be popular.
Just look at some of the most popular web sites:

Craigslist
Wikipedia
Google
PlentyOfFish
MySpace
Orkut

All of those websites have a very down-to-earth or in some  cases downright clumsy design. But it doesn&#8217;t matter, I think the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve come to a realization: A web site doesn&#8217;t have  to have to have a slick Web 2.0ish look to be popular.</p>
<p>Just look at some of the most popular web sites:</p>
<ul>
<li>Craigslist</li>
<li>Wikipedia</li>
<li>Google</li>
<li>PlentyOfFish</li>
<li>MySpace</li>
<li>Orkut</li>
</ul>
<p>All of those websites have a very down-to-earth or in some  cases downright clumsy design. But it doesn&#8217;t matter, I think the key is  content, especially user generated content. If you have the right content then  the people will come. Also this ties in with my previous post about The Delphi  Effect. We are seeing more and more of it and that&#8217;s the thing of the future.</p>
<p>  Secondly besides the content, those sites are welcoming.  They have a casual feel to it. You could compare it with a departmental store  analogy. If you are walking down the 7th Avenue in New York, you are less likely  to think that you&#8217;ll find a good deal or at least something cheap in one of the  stores compared to let&rsquo;s say Wal-Mart or Ross.</p>
<p>I don&rsquo;t know if this was an intended strategy while they  made those sites but it definitely seemed to work out quite well.
 </p>
<p> Vitamin has a very <a href="http://www.thinkvitamin.com/features/design/the-myspace-problem">interesting  article</a> discussing this phenomenon and Robert Scoble has also <a href="http://scobleizer.com/2006/03/04/the-role-of-anti-marketing-design/">touched  upon this topic</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jesal.us/2007/05/ugly-and-popular/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delphi Effect</title>
		<link>http://jesal.us/2007/05/delphi-effect/</link>
		<comments>http://jesal.us/2007/05/delphi-effect/#comments</comments>
		<pubDate>Fri, 11 May 2007 07:45:42 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[opinion]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jesal.us/blog/2007/05/11/delphi-effect/</guid>
		<description><![CDATA[The Delphi effect is described by Eric S Raymond in his book, &#34;The Cathedral and the Bazaar&#34; as follows:
&#34;Sociologists discovered that the averaged opinion of a mass of  equally expert or equally ignorant observers is quite a bit more  reliable a predictor than the opinion of a single randomly-chosen one  of the [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>Delphi effect</strong> is described by <a href="http://en.wikipedia.org/wiki/Eric_S_Raymond" title="Eric S Raymond">Eric S Raymond</a> in his book, &quot;<a href="http://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar" title="The Cathedral and the Bazaar">The Cathedral and the Bazaar</a>&quot; as follows:</p>
<p>&quot;Sociologists discovered that the averaged opinion of a mass of  equally expert or equally ignorant observers is quite a bit more  reliable a predictor than the opinion of a single randomly-chosen one  of the observers.&quot;</p>
<p><a href="http://betweenhopeandfear.blogspot.com/2004/09/delphi-age_17.html">Between Hope and Fear</a> has an interesting entry on Delphi Effect. I&#8217;m posting some parts of it here: </p>
<blockquote><p>The Delphi Effect appears to be affecting news gathering and analysis,  and the promulgation of knowledge in general. There are armies of  volunteers brought together on blogs whose averaged opinions and  knowledge create a formidable challenge to traditional cathedral-style  news organizations. The trend extends into other areas of knowledge,  such as the Wikipedia&#8212;a collaboratively developed free encyclopedia  that is created and updated by its users. No article is finished in the  Wikipedia. It has a self-healing quality that gradually extracts false  data. The Delphi Effect keeps the Wikipedia current, accurate and  dynamic. Wikipedia&rsquo;s competitors are centuries-old cathedral-style  knowledge bureaucracies like Encyclopedia Brittanica. They spend  millions maintaining their knowledge base, releasing it in large,  expensive sets once a year. Wikipedia costs little to maintain, is far  more dynamic, current, and perhaps covers a broader knowledge gamut. </p>
<p>We are seeing the Delphi Effect route around faulty news evidence  from CBS just as it does buggy code, rendered anachronistic. Competing  against CBS&rsquo;s &lsquo;cathedral&rsquo; style of news gathering and reporting is a  vibrant, stealthy and reliable watchdog: blogs. Where CBS stonewalls  over time, blogs self-correct, nearly instantaneously. </p>
<p>We should expect to see the Delphi Effect continue to challenge  traditional strongholds of knowledge. We should also be aware of  potential pitfalls with Blogospheric news. There are questions that  should be considered as we move into the <em>Delphi Age:</em></p>
<ul>
<li>Is Al Qaeda an example of the Delphi Effect applied to  extremists? Does this account for much of their power to challenge  sovereign nations?</li>
<p></p>
<li>If so, is a sovereign country a &#8216;cathedral&#8217; to the  terrorist&#8217;s &#8216;bazaar&#8217;? In other words, can Delphi-style terrorists be  defeated by traditional top-down applications of power?</li>
<p></p>
<li>Dan Rather&#8217;s &#8216;cathedral&#8217; career is on the line; is there  equivalent accountability in the Blogosphere, where most users are  anonymous?</li>
<p></p>
<li>Is the war on terror a war against asymmetrical opposition?  If so, how can we embrace asymmetry in technological and social  development while we fight it&#8217;s darkest sociological side-effects?</li>
<p></p>
<li>Does the power of evaluation created by blogs always serve  the cause of truth? What about Al Quaeda&rsquo;s blogs, or ones in the Arab  world? No doubt that in those blogospheres Jews are pigs and the  Protocols of the Elders of Zion is the de facto truth. Can the Delphi  Effect work against itself in a bazaar composed of closed minds  laboring under a consensus of delusion?</li>
<p></p>
<li>Can the Blogosphere become the ultimate medium for a new kind  of demagoguery? With over 100,000 readers a day, could someone like  Charles Johnson of Little Green Footballs organize the ultimate flash  mobs, if so inclined? That&#8217;s real power in this era. What are the  limits of power available to bloggers?</li>
</ul>
<p>We live in momentous times.</p>
</blockquote>
<p>So why am I writing about this?</p>
<p>Well that&#8217;s because I recently bought the domain name &#8211; <a href="http://www.delphieffect.com">http://www.delphieffect.com</a></p>
<p>I don&#8217;t have anything up there as of yet but I might add something soon. I&#8217;m still brain-storming for ideas. <b>Any suggestions?</b> <img src='http://jesal.us/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jesal.us/2007/05/delphi-effect/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Net Brutality</title>
		<link>http://jesal.us/2006/06/net-brutality/</link>
		<comments>http://jesal.us/2006/06/net-brutality/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 05:59:50 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[opinion]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jesal.us/blog/2006/06/08/net-brutality/</guid>
		<description><![CDATA[<p>It was a sad day on the hill. 

<img src="http://static.flickr.com/54/148938277_5986b7c52d.jpg" alt="Save the Net" /></p>]]></description>
			<content:encoded><![CDATA[<p>It was a sad day on the hill. </p>
<p><img src="http://static.flickr.com/54/148938277_5986b7c52d.jpg" alt="Save the Net" /></p>
<blockquote><p>&#8220;The U.S. House of Representatives definitively rejected the concept of Net neutrality on Thursday, dealing a bitter blow to Internet companies like Amazon.com, eBay and Google that had engaged in a last-minute lobbying campaign to support it.&#8221; [<a href="http://news.zdnet.com/2100-9588_22-6081882.html?part=rss&#038;tag=feed&#038;subj=zdnn">Link</a>]</p></blockquote>
<p>This was very much expected though. Who are we kidding? Since when did the major internet companies start lobbying in Washington? Like yesterday?! This is what they get for thinking pure idealism could get the political bureaucracy to do what they want. Expecially when Republicans control both the House and the Senate. It&#8217;s just a very bad time to introduce such legislation. The dotcoms need to play the lobbying game just like everyone else. That means getting out savvy lobbyists who know exactly which buttons to push in Washington and some iconic figures to publicly speak up for the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://jesal.us/2006/06/net-brutality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corssroad of Science and Religion</title>
		<link>http://jesal.us/2006/05/7/</link>
		<comments>http://jesal.us/2006/05/7/#comments</comments>
		<pubDate>Sat, 27 May 2006 08:32:08 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[opinion]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://jesal.us/blog/2006/05/27/7/</guid>
		<description><![CDATA[<p>A new theory in cosmology which has been widely reported recently (<a target="_new" href="http://www.nature.com/news/2006/060501/full/060501-8.html">Nature</a>  , <a target="_new" href="http://www.guardian.co.uk/science/story/0,,1768191,00.html"> Guardian</a>) sounds much like the Hindu, Jain and Buddhist concepts of cyclical  creation and mind-boggling timescales. This is what I've always thought, science  and many Eastern religious/philosophical ideas will meet at one point. We are  getting closer each scientific breakthrough at a time.</p>
<blockquote>
<span style="color: #ff9f40">The universe is at least 986 billion  	years older than physicists thought and  	is probably much older still, according to a radical new theory. The  	revolutionary study suggests that time did not begin with the big bang 14  	billion years ago…</span></blockquote>]]></description>
			<content:encoded><![CDATA[<p>A new theory in cosmology which has been widely reported recently (<a target="_new" href="http://www.nature.com/news/2006/060501/full/060501-8.html">Nature</a>  , <a target="_new" href="http://www.guardian.co.uk/science/story/0,,1768191,00.html"> Guardian</a>) sounds much like the Hindu, Jain and Buddhist concepts of cyclical  creation and mind-boggling timescales. This is what I&#8217;ve always thought, science  and many Eastern religious/philosophical ideas will meet at one point. We are  getting closer each scientific breakthrough at a time.</p>
<blockquote><p><span style="color: #ff9f40">The universe is at least 986 billion  	years older than physicists thought</span><span style="margin: 20px; padding: 5px 8px; font-weight: normal; font-size: 16pt; float: right; width: 250px; line-height: normal; font-style: normal; text-align: right; font-variant: normal; color: #ff9f40" class="pullquote">The  	universe may be 986 billion years older than previously thought, and  	creation may be cyclical</span><span style="color: #ff9f40"> and  	is probably much older still, according to a radical new theory. The  	revolutionary study suggests that time did not begin with the big bang 14  	billion years ago…</span></p>
<p style="color: #ff9f40">The standard big bang theory says the  	universe began with a massive explosion, but the new theory suggests it is a  	cyclic event that consists of repeating big bangs and big crunches &#8211; where  	every particle of matter collapses together…</p>
<p><span style="color: #ff9f40">“I think it is much more likely  	to be far older than a trillion years though,” said Prof Turok. “There  	doesn’t have to be a beginning of time. According to our theory, the  	universe may be infinitely old and infinitely large…” [</span><a target="_new" style="color: #ff9f40" href="http://www.guardian.co.uk/science/story/0,,1768191,00.html">Link</a><span style="color: #ff9f40">]</span></p>
<p style="color: #ff9f40">… According to Steinhardt and Turok,  	today’s universe is part of an endless cycle of big bangs and big crunches,  	with each cycle lasting about a trillion years. At every big bang, the  	amount of matter and radiation in the universe is reset, but the  	cosmological constant is not. Instead, the cosmological constant gradually  	diminishes over many cycles to the small value observed today… the  	cosmological constant decreases in steps, through a series of quantum  	transitions. [<a target="_new" href="http://www.newscientistspace.com/article/dn9114-cyclic-universe-can-explain-cosmological-constant.html">Link</a>]</p>
</blockquote>
<p>The Hindu concept of time is so over-the-top that it beats even the Chinese  long view quoted sanctimoniously by bestsellers on the business shelves:</p>
<blockquote style="color: #ff9f40"><p>… the life cycle of Brahma is… 311 trillion years. We are currently in the  	51st year of the present Brahma and so about 155 trillion years have  	elapsed… [<a target="_new" href="http://en.wikipedia.org/wiki/Hindu_units_of_measurement">Link</a>]</p>
</blockquote>
<p>As <a target="_new" href="http://en.wikipedia.org/wiki/Carl_Sagan">Carl Sagan</a>  wrote in his book <em>Cosmos</em> (via <a target="_new" href="http://science.slashdot.org/comments.pl?sid=184988&#038;cid=15272195"> Slashdot commenter</a>):</p>
<blockquote style="color: #ff9f40"><p>The Hindu religion is the only one of the world’s great faiths dedicated to  	the idea that the Cosmos itself undergoes an immense, indeed an infinite,  	number of deaths and rebirths. It is the only religion in which the time  	scales correspond, to those of modern scientific cosmology. Its cycles run  	from our ordinary day and night to a day and night of Brahma, 8.64 billion  	years long. Longer than the age of the Earth or the Sun and about half the  	time since the Big Bang. And there are much longer time scales still…</p>
<p>The most elegant and sublime of these is a representation of the creation of  	the universe at the beginning of each cosmic cycle, a motif known as the  	cosmic dance of Lord Shiva. The god, called in this manifestation Nataraja,  	the Dance King. In the upper right hand is a drum whose sound is the sound  	of creation. In the upper left hand is a tongue of flame, a reminder that  	the universe, now newly created, with billions of years from now will be  	utterly destroyed. [<a target="_new" href="http://en.wikiquote.org/wiki/Carl_Sagan">Link</a>]</p>
</blockquote>
<p>If you are interested you can read &#8220;<a target="_new" href="http://www.amazon.com/gp/product/1570625190/ref=cm_lm_fullview_prod_1/102-9913777-9117749?%5Fencoding=UTF8&#038;v=glance&#038;n=283155">The  Tao of Physics</a>&#8221; by Fritjof Capra (or <a target="_new" href="http://www.amazon.com/gp/richpub/listmania/fullview/EYH20LT2N0DN/102-9913777-9117749?%5Fencoding=UTF8"> many other similar books</a>). In his book he explores the similarities between  Eastern religious/philosophical ideas (Hindu and Buddhist mainly) and quantum  physics. There are quite a lot of striking similarities between the conclusions  arrived at by modern physics and ancient Indian philosophy.</p>
<p>The more I look at eastern (specifically Indian) culture, the more it seems to  me that ancient religions have always been very good at abstract concepts. The  concept of zero (born in India), when you really think about it, is quite  abstract but of great practical significance. The same is with the &#8220;no beginning  and no end of time&#8221; concept of Hinduism. We see this in almost every facet of  Indian society &#8211; painting, music, science.</p>
<p class="MsoNormal">I have spent quite some time researching the link between  science and religion and have found that Hinduism beats all other religions as  far as factoring science into the practice of religion. There is a well thought  out scientific reason behind almost every fundamental act in Hinduism. And let  me just say, I don&#8217;t mean to patronize the religion, I&#8217;m not a Hindu fanatic,  and nor do I think Hinduism is perfect. If one can get beyond the silly cultural  traditions established by man and go to the core of the <a target="_new" href="http://en.wikipedia.org/wiki/Vedas">vedas </a>and <a target="_new" href="http://en.wikipedia.org/wiki/Upanishad">upanishads</a>,  many of the answers lie within them.</p>
<p class="MsoNormal"><img style="border-width: 0px; float: none" src="http://static.flickr.com/37/121791247_bcdf361383.jpg" /></p>
<p class="MsoNormal">I wonder how they were so precise in predicting/calculating  so many things. Maybe we are just taking a wrong apporach with science&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://jesal.us/2006/05/7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
