<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Knowledge Storm</title>
	<atom:link href="http://sreeks.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sreeks.wordpress.com</link>
	<description>A storm within</description>
	<lastBuildDate>Tue, 11 Mar 2008 08:27:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sreeks.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5b3196f8366b7e1fb0f87f11e8d789a0?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Knowledge Storm</title>
		<link>http://sreeks.wordpress.com</link>
	</image>
			<item>
		<title>After a break</title>
		<link>http://sreeks.wordpress.com/2008/03/11/after-a-break/</link>
		<comments>http://sreeks.wordpress.com/2008/03/11/after-a-break/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 08:27:12 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://sreeks.wordpress.com/?p=59</guid>
		<description><![CDATA[Cricket and Star gazing has been keeping me a bit busy. Add to this my official work, which involved a lot of travelling. All these led to a self imposed break on blogging. Now that Iam back, I intend to keep writing more. There are a lot of things to write about. Hope I do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=59&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Cricket and Star gazing has been keeping me a bit busy. Add to this my official work, which involved a lot of travelling. All these led to a self imposed break on blogging. Now that Iam back, I intend to keep writing more. There are a lot of things to write about. Hope I do justice in the days to come.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=59&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2008/03/11/after-a-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Track sessions in Mobile Phones while using Tomcat?</title>
		<link>http://sreeks.wordpress.com/2006/12/23/best-way-to-track-sessions-in-tomcat/</link>
		<comments>http://sreeks.wordpress.com/2006/12/23/best-way-to-track-sessions-in-tomcat/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 02:30:00 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://sreeks.wordpress.com/2005/03/03/best-way-to-track-sessions-in-tomcat/</guid>
		<description><![CDATA[These days mobile platform is being used for developing web applications. One of the important aspects of web applications is Session management. How can we maintain sessions in mobile phones?
Web sessions can be tracked either by cookies or Session ID&#8217;s. A web application can choose to use either of these methods. In mobile phones, for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=4&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>These days mobile platform is being used for developing web applications. One of the important aspects of web applications is <strong>Session management</strong>. How can we maintain sessions in mobile phones?</p>
<p>Web sessions can be tracked either by cookies or Session ID&#8217;s. A web application can choose to use either of these methods. In mobile phones, for example, it is wise to use Session id. So how do we make a web application intelligent enough to maintain the session through either of these methods. The method suggested here is for the Tomcat.</p>
<p>The easiest way to do this is to encode all the URL&#8217;s using<br />
<a href="http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api/javax/servlet/http/HttpServletResponse.html#encodeURL(java.lang.String)" target="_blank"> response.encodeURL</a> and <a href="http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api/javax/servlet/http/HttpServletResponse.html#encodeRedirectURL(java.lang.String)" target="_blank">response.encodeRedirectURL</a> methods.</p>
<p>The first method <strong>encodes the specified URL by including the session ID</strong> in it, or, if encoding is not needed, returns the URL unchanged. The implementation of this method includes the logic to determine whether the session ID needs to be encoded in the URL. For example, if the browser supports cookies, or session tracking is turned off, URL encoding is unnecessary.</p>
<p>The second method is useful when requests are forwarded from one page to other.</p>
<p>For robust session tracking, all URLs emitted by a servlet should be run through the relevant  method. Otherwise, URL rewriting cannot be used with browsers which do not support cookies.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=4&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/12/23/best-way-to-track-sessions-in-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
		<item>
		<title>Price of Petroleum products &#8211; the real economics</title>
		<link>http://sreeks.wordpress.com/2006/12/08/price-of-petroleum-products-the-real-economics/</link>
		<comments>http://sreeks.wordpress.com/2006/12/08/price-of-petroleum-products-the-real-economics/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 04:51:29 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://sreeks.wordpress.com/2006/12/08/price-of-petroleum-products-the-real-economics/</guid>
		<description><![CDATA[When the price of crude oil was above $70 a barrel there was a steep rise in the prices of petroleum products. None but the &#8220;left&#8221; complained. We all thought that it was a correct economic decision.  But as this article suggests, we are definitely missing the grand picture. The argument is petroleum products [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=22&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When the price of crude oil was above $70 a barrel there was a steep rise in the prices of petroleum products. None but the &#8220;left&#8221; complained. We all thought that it was a correct economic decision.  But as <a href="http://www.newindpress.com/column/News.asp?Topic=-97&amp;Title=S%2EGurumurthy&amp;ID=IE620060612145000&amp;nDate=&amp;Sub=&amp;Cat=&amp;" target="_blank">this</a> article suggests, we are definitely missing the grand picture. The argument is petroleum products are not as costly as they are made out to be. How?</p>
<p>Roughly 50% of the price of petrol and diesel is Central and State taxes. It is the greatest revenue earner for the states and center and no body wants to let go this easy money. It is an indirect tax and is sustained by the adminstered price mechanism followed by GOI for oil.</p>
<p>The second reason is even more convincing. The <strong>administered currency value of the Rupee</strong> is yet another reason. The government is pegging the Re lower to make the exports cheap. But this has long term detrimental impacts.</p>
<p>1. Imports become costly. Roughly 2/3 of the oil is imported and hence is costly when compared to other countries. Oil is an important ingredient for the growth of economy and the rise in prices stifles it and also gives rise to inflationary trends.</p>
<p>2. Pegging the currency lower gives rise to higher inflows resulting in the increase of our reserves. But this should be a temporary step not a permanent one. The currency should be allowed to come to its own value, otherwise these built up reserves will vanish in the same way they accrued. In fact the over emphasis on reserves itself is useless as it is kind of a <strong>soft loan to US earning an interest of just 2%</strong>.</p>
<p>Economists think that the<strong> <a href="http://www.newindpress.com/column/News.asp?Topic=-97&amp;Title=S%2EGurumurthy&amp;ID=IE620060619150609&amp;nDate=&amp;Sub=&amp;Cat=&amp;" target="_blank">actual value of a Rupee is 9 to a dollar</a></strong>. The article also says that it would take 10 years for this exchange rate to get stabilized if the government control on exchange rate is removed.</p>
<p>Is there any other repurcussions for the actions suggested by the author of the article? Assuming that full convertibility is right, when is the best time to do it, during a economic downturn or otherwise?</p>
<p>Any <strong>economic guru</strong>s out there please clarify?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=22&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/12/08/price-of-petroleum-products-the-real-economics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
		<item>
		<title>Hindi songs for Programmers</title>
		<link>http://sreeks.wordpress.com/2006/12/08/hindi-songs-for-programmers/</link>
		<comments>http://sreeks.wordpress.com/2006/12/08/hindi-songs-for-programmers/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 03:58:55 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
				<category><![CDATA[Jokes / Funny Stuff]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://sreeks.wordpress.com/2006/12/08/hindi-songs-for-programmers/</guid>
		<description><![CDATA[Old hindi songs have a charm. They have meanigful lyrics with good word play and also have a soothing lilting music. But never knew they can be adapted to our programming world.
A CTRL-C CTRL-V job from a blog. The song of my choice is &#8220;Modem&#8221;.


Quote:


Programming Songs1.Two Recursive functions calling each other
Mujhe kuchh kehna hein
Mujhe bhi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=23&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="postbody">Old hindi songs have a charm. They have meanigful lyrics with good word play and also have a soothing lilting music. But never knew they can be adapted to our programming world.</span></p>
<p>A CTRL-C CTRL-V job from a blog. The song of my choice is &#8220;Modem&#8221;.</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
<tr>
<td><span class="genmed"><strong>Quote:</strong></span></td>
</tr>
<tr>
<td class="quote">Programming Songs1.Two Recursive functions calling each other<br />
Mujhe kuchh kehna hein<br />
Mujhe bhi kuchh kehna hein<br />
Pehle tum, pehle tum</p>
<p>2. The debugger<br />
! Jab koi baat bigad jaye<br />
Jab koi mushkil pad jaye<br />
Tum dena saath mera hamnawaz</p>
<p>3. COM programming in VC++<br />
Roop tera mastana<br />
Pyar mera deewana<br />
Bhool kahin hum se na ho jaye</p>
<p>4. From VC++ to VB<br />
Yeh haseen vaadiyan<br />
Yeh khula asmaan<br />
Aa gaye hum kahan</p>
<p>5. Untrackable bug   &#8211;<br />
aye ajnabi, tu bhi kabhi,<br />
awaaz de kahin se</p>
<p>6. Unexpected bug (esp. during presentation to client)<br />
&#8211;<br />
Ye kya hua, Kaise hua, Kab hua, Kyon hua</p>
<p>7. And then to the client<br />
&#8211;<br />
Jab hua, Tab hua, O chhodo, ye na socho</p>
<p>8. Load Balancing<br />
Saathi haath badhana<br />
ek akela thak jayega<br />
mil kar bojh uthana</p>
<p>9. Modem &#8211; talk on a busy connection<br />
suno &#8211; kaho,<br />
kaha &#8211; suna,<br />
kuch huwa kya?<br />
Abhee to nahin&#8230;<br />
kuch bi nahin</p>
<p>10. Windows getting open sourced<br />
Parde mein rahne do<br />
parda na uthao<br />
parda jo uth gaya to bhed khul jayeha<br />
allah meri tauba, allah meri tauba</p>
<p>11. Local variable<br />
Mein pal do pal ka shayar hoon,<br />
pal! do pal meri kahani hai,<br />
pal do pal meri hastihai&#8230;</p>
<p>12. Global variable<br />
Main har ik pal ka shayar hoon<br />
har ik pal meri kahani hai<br />
har ik pal meri hasti hai &#8230;</p>
<p>13. Null pointers<br />
Mera jeevan kora kagaz kora hi reh gaya.</p>
<p>14. Dangling pointers<br />
Maut bhi aati nahi jaan bhi jati nahin.</p>
<p>15. GOTO<br />
Ajeeb dastan hai yeh<br />
Kahan shuru kahan khatam<br />
Ye manzilen hain kaun si<br />
Na woh samajh sake na hum</td>
</tr>
</table>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=23&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/12/08/hindi-songs-for-programmers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
		<item>
		<title>Advanced Care for your Windows PC</title>
		<link>http://sreeks.wordpress.com/2006/12/05/advanced-care-for-your-windows-pc/</link>
		<comments>http://sreeks.wordpress.com/2006/12/05/advanced-care-for-your-windows-pc/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 16:36:47 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
		
		<guid isPermaLink="false">http://sreeks.wordpress.com/2006/12/05/advanced-care-for-your-windows-pc/</guid>
		<description><![CDATA[How many times have you cursed your fate, when your windows PC, which incidentally is the most widely used desktop computer in the homes, behaves mysteriously and would not allow you to perform your task. How many times have you really liked to clean up your PC and did not do because of boredom or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=56&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>How many times have you cursed your fate, when your windows PC, which incidentally is the most widely used desktop computer in the homes, behaves mysteriously and would not allow you to perform your task. How many times have you really liked to clean up your PC and did not do because of boredom or screwing up something. How often have you been frustrated by the myriad tools and utilities that you need to run to keep your beloved PC running fine.</p>
<p>Well I have my PC firewalled and protected with antivirus (<strong>AVG free version</strong>, thank you guys at<strong> <a href="http://www.grisoft.com/" target="_blank">Grisoft </a></strong>). I also periodically keep my computer patched up with latest Windows updates. Inspite of that Iam still not sure that my computer has not been intruded.</p>
<p>Yesterday I came across this freeware from <a href="http://iobit.com/"><strong>IObit</strong></a> called <strong><a href="http://iobit.com/AdvancedWindowsCarePersonal/index.html" target="_blank">Advanced WindowsCare Personal</a>. </strong><font color="#444444"><span style="font-family:Verdana;"></span></font></p>
<blockquote><p><font color="#444444"><span style="font-family:Verdana;"><font size="2">Advanced WindowsCare v2 Personal is a comprehensive PC care utility that takes an one-click approach to help protect, repair and optimize your computer. It provides an all-in-one and super convenient solution for PC maintenance and protection</font></span></font><strong> </strong></p></blockquote>
<p>the site says. and most importantly it is a freeware. Decided to use it to find out the status of my PC as well as to maintain it in future.</p>
<p>It is approx a  4 MB download. Installation is just as simple as any other Windows executable. The first time you start it helpfully asks if you want a restore point created. I decided to create so that I do not encounter any nasty surprise.</p>
<p>Here are the screenshots of the first two screens and is self explanatory. The second picture shows what all this software will do in a click. Before you go full steam ahead, update the database.</p>
<p><a href="http://sreeks.files.wordpress.com/2006/12/iobit1.JPG" title="Screen1"><img src="http://sreeks.files.wordpress.com/2006/12/iobit1.JPG" alt="Screen1" /></a></p>
<p><a href="http://sreeks.files.wordpress.com/2006/12/iobit2.JPG" title="iobit2.JPG"><img src="http://sreeks.files.wordpress.com/2006/12/iobit2.JPG" alt="iobit2.JPG" /></a></p>
<p>I thought twice before hitting the Scan button. But there is nothing to fear. All this software does is to identify the problems in the scan and let you know. You can choose to repair the selected components. There is also a provision to select items within the available components. I forgot to add one more thing, it is really fast.</p>
<p>In case you have accidentally done a registry change that you donot want to happen, there is restore center link available which will undo the changes. But I fear that it can only restore one step backward.</p>
<p>So now onto some things that are not so great. I opted for the spyware protection and the software states that it has immunized me against some websites. Iam not sure what it means. As Iam able to visit the site that is immunized and shows me all the not so pleasant pictures. It would be nice if they specify clealry what they mean by immunization.</p>
<p>This  software is worth a try.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=56&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/12/05/advanced-care-for-your-windows-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>

		<media:content url="http://sreeks.files.wordpress.com/2006/12/iobit1.JPG" medium="image">
			<media:title type="html">Screen1</media:title>
		</media:content>

		<media:content url="http://sreeks.files.wordpress.com/2006/12/iobit2.JPG" medium="image">
			<media:title type="html">iobit2.JPG</media:title>
		</media:content>
	</item>
		<item>
		<title>Indian Ocean Tsunami anniversary &#8211; Sensors, Warning, Rehabilitation &#8211; where are we</title>
		<link>http://sreeks.wordpress.com/2006/12/02/indian-ocean-tsunami-anniversary-sensors-warning-rehabilitation-where-are-we/</link>
		<comments>http://sreeks.wordpress.com/2006/12/02/indian-ocean-tsunami-anniversary-sensors-warning-rehabilitation-where-are-we/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 03:56:09 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
				<category><![CDATA[Disasters]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Tsunami]]></category>

		<guid isPermaLink="false">http://sreeks.wordpress.com/2006/12/02/indian-ocean-tsunami-anniversary-sensors-warning-rehabilitation-where-are-we/</guid>
		<description><![CDATA[We are approaching the second anniversary of the Great Indian Ocean Tsunami. Nearly a quarter-of-a-million people in 12 Indian Ocean countries died from the Dec. 26, 2004, tsunami cause by a 9.3 magnitude earthquake off the Indonesian island of Sumatra.
A lot was said about the Tsunami Warning setup and about Tsunami Sensors. A lot of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=26&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We are approaching the second anniversary of the <strong>Great Indian Ocean Tsunami</strong>. Nearly a quarter-of-a-million people in 12 Indian Ocean countries died from the <strong>Dec. 26, 2004,</strong> tsunami cause by a <strong>9.3 magnitude earthquake</strong> off the Indonesian island of Sumatra.</p>
<p>A lot was said about the <strong>Tsunami Warning</strong> setup and about <strong>Tsunami Sensors</strong>. A lot of money was pumped into the <strong>relief and rehabilitation</strong> of the Tsunami victims.</p>
<p>So where are we now. An <strong><a href="http://www.terradaily.com/reports/Indian_Ocean_Tsunami_Warning_System_Up_And_Running_999.html" target="_blank">Indian ocean Tsunami warning system is up and running</a>. </strong><span class="BTX"> A network of 26 national tsunami information centres and 25 new seimological stations have been set up in Indian Ocean countries, capable of receiving and distributing tsunami advisories around the clock.</span></p>
<p><a href="http://www.iht.com/articles/ap/2006/12/01/asia/AS_GEN_Thailand_US_Tsunami_Detection.php" target="_blank">The first <strong>DART buoy</strong> is being deployed this weekend</a>.</p>
<blockquote><p>The DART device will link a water pressure detector 4.5 kilometers (3 miles) under the Indian Ocean seabed with a tethered buoy.</p></blockquote>
<blockquote><p>Located at a key point along the area&#8217;s main undersea fault line, the Sumatra Trench, the device will note any increased water pressure indicative of a tsunami as soon as an earthquake occurs. It will relay the data to the buoy, which is designed to transmit it by satellite to monitoring stations in more than two dozen Indian Ocean countries within five to seven minutes.</p></blockquote>
<p>Former US President <a href="http://news.bbc.co.uk/2/hi/south_asia/6197526.stm" target="_blank"><strong>Bill Clinton</strong> on his second visit</a> to India <a href="http://www.boston.com/news/world/asia/articles/2006/12/01/clinton_tours_tsunami_devastated_hamlet/" target="_blank">commended the rehabilitation efforts</a> in the Cuddalore district of TamilNadu and proposed this model to emulated elsewhere, even for the rehabilitation of Katrina victims.</p>
<p>So looks like considerable progress has been made in all the three areas. But does this alone mean that we can avoid a repeat of the disaster. I feel that much more needs to be done on the ground rather than under the sea to prevent ourselves from another disaster.</p>
<p>That fateful day I had been on a walk along the shores of North Chennai. This part of the shore does not have wide beaches. A lot of fishing hamlets lie very close to the sea. The roads that lead to these hamlets are very narrow (3 feet at the maximum). Iam not sure how many people can be evacuated from these places at 2-3 hours notice which are typical response times for Tsunami&#8217;s in Bay of Bengal. The situation still remains very much the same.</p>
<p>Only way to do that is to <strong>stop bypassing environmental safeguards</strong> for narrow commercial interests. A Coastal regulation act was passed in 1991 calling for properties to be built more than 500 M away from the sea. All coastal states protested and managed to bring it down to 100 M. Finally Supreme Court intervened and made it 200 M. The effect of that was that more and more people started having properties close to the sea. Fishermen who used to occupy those places were pushed closer to the sea. Remember that most of the dead are children and women residing close to the sea. The magnitude of the calamity would have been lesser had we adhered to the originally proposed limits.</p>
<p>On the other hand, in Royapuram, in order to curb sea water erosion, artificial stone structures called <strong>Gyrones</strong> have been constructed. In fact from a bridge overlooking one of these Gyrones, one could see the raging sea far ahead lashing in while within the gyrone the sea was much more calm. It is also said that Pondicherry escaped much of the brunt because of stone structures in front of the main beach. Same is the case with Male also. <strong>Gyrones can be one more line of defence</strong>.</p>
<p><strong>Mangroves form an effective barrier against such giant tidal waves</strong>. We have been systematically destorying mangroves along the east coast. We should try to improve the mangrove cover.</p>
<p><a href="http://www.abc.net.au/am/content/2006/s1802648.htm" target="_blank">Prof. Hawking thinks human have to set up colonies outside our Solar System if mankind has to survive</a>. He talks about disasters like Asteroid collision, Nuclear wipe out etc. But by <strong>systematic destruction of Nature&#8217;s own balances</strong>, <strong>we have been setting up ourselves for large scale human and property losses with disasters like Tsunami which are many orders of magnitude less than catastrophe that Prof. Hawking is talking about</strong>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=26&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/12/02/indian-ocean-tsunami-anniversary-sensors-warning-rehabilitation-where-are-we/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
		<item>
		<title>How much rest to overcome Jetlag</title>
		<link>http://sreeks.wordpress.com/2006/12/01/how-much-rest-to-overcome-jetlag/</link>
		<comments>http://sreeks.wordpress.com/2006/12/01/how-much-rest-to-overcome-jetlag/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 17:00:44 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://sreeks.wordpress.com/2006/12/01/how-much-rest-to-overcome-jetlag/</guid>
		<description><![CDATA[Ever wondered how much rest should one take to overcome jetlag. 
ICAO uses Buleys formula to calculate days of rest to overcome jetlag.
Number of days of rest = ((T/2)+(z-4)+Cd+Ca)/10
where T = hours in transit
z= number of timezones crossed (0 if less than 4)
Cd and Ca are departure and arrival coefficients calculated from the following table. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=55&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span>Ever wondered how much rest should one take to overcome jetlag. </span></p>
<p><span>ICAO uses Buleys formula to calculate days of rest to overcome jetlag.</span></p>
<p>Number of days of rest = ((T/2)+(z-4)+Cd+Ca)/10</p>
<p>where T = hours in transit<br />
z= number of timezones crossed (0 if less than 4)<br />
Cd and Ca are departure and arrival coefficients calculated from the following table.<span> Substitute Cd and Ca with the value given in the table below based on time you left the starting place and arrived at the destination. All times are local times. </span></p>
<p><span> Time of day               Cd                Ca<br />
0800-1157                      0                      4<br />
1200-1759                      1                        2<br />
1800-2159                      3                       0<br />
2200-0059                    4                       1<br />
0100-0759                      3                      3 </span></p>
<p><span>0 is good, </span></p>
<p><span>1and2 fair, </span></p>
<p><span>3 poor, </span></p>
<p><span>4 bad.<br />
</span></p>
<p>I will try to calculate the rest one needs to take when someone travels from India to Western USA based on the above formula.</p>
<p>Assume transit time is 26 hours and you left India at 23:30 hrs so Cd is 4 (poor) and assume that you arrive at US by 12:00 the Ca is 2 (fair). Since US is -8 behind UTC and India 5:30 ahead z = 13:30. Since the formula is  in days I leave of the :30 mins and make z = 13.</p>
<p>Now the amount of rest you should take is = ((26/2)+(13-4)+4+2)/10 which is 2.8 days.</p>
<p>But what happens practically is that you usually start on Saturday night from India and land in USA Sunday afternoon and  Monday morning in an all important meeting you are  either dozing off or keeping yourself awake with liberal doses of Caffeine.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=55&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/12/01/how-much-rest-to-overcome-jetlag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
		<item>
		<title>What ails customer technical support</title>
		<link>http://sreeks.wordpress.com/2006/11/27/what-ails-customer-support-and-where-crm-fails/</link>
		<comments>http://sreeks.wordpress.com/2006/11/27/what-ails-customer-support-and-where-crm-fails/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 08:20:37 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
		
		<guid isPermaLink="false">http://sreeks.wordpress.com/2006/11/27/what-ails-customer-support-and-where-crm-fails/</guid>
		<description><![CDATA[Here is a blog on why tech support sucks by Zac Garrett. He claims that lack of money and outsourcing are some of the reasons why tech support sucks.
Here is my take on this as well as CRM in general based on my experiences with the Customer help line of a bank and a broadband [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=54&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is a blog on <a href="http://zacgarrett.com/2006/11/24/why-tech-support-sucks/" target="_blank">why tech support sucks</a> by Zac Garrett. He claims that lack of money and outsourcing are some of the reasons why tech support sucks.</p>
<p>Here is my take on this as well as CRM in general based on<span> my experiences with the Customer help line of a bank and a broadband service provider.  </span></p>
<p><span>I needed to order a cheque book. I knew only this and nothing else. Not the &#8220;TIN&#8221; or &#8220;IPIN&#8221; or anything. I called up the bank&#8217;s  phonebanking and said to them that I knew just my customer id and nothing else. The friendly operator verified my credentials by asking few supplementary questions, placed an order for chequebook, bridged me to a &#8220;TIN&#8221; generator and helped to get a &#8220;TIN&#8221;. I felt so very happy after this transaction. Customer Relationship Nirvana.</span></p>
<p>I also had a chance to interact with customer helpline of the broadband service provider. This is a different ball game altogether. They too seem to have a CRM software in place. They identify the caller based on the phone number and also know about the detail of the equipment supplied and also have instructions for doing simple things. The operator at the frontend even bridges to the technical helpline in case of complex problems. But from here CRM breaks very badly. Here we were giving symptoms upon symptoms and that guy seemed to be in a different wavelength. He was asking us to navigate to Start&gt;Programs etc trying to get the problem solved. It is wortwhile to say that as we kept on giving the symptoms the solution seemed to be getting more complex than simple.</p>
<p><span> Managing an  IT services team, I can understand how difficult it is to troubleshoot problems remotely.  The situation becomes complex because the <strong>solution to the problem is dependent on a lot of variables</strong> some of which would have been altered by the customer. And then we have varying types of customers from the dumb to a geek and it is very difficult to match the frequencies with the right person without knowing him intimately.<br />
</span></p>
<p><span>It was no surprise that the gentleman beside me during the call, who obviously was  a non techie,  got wild after the interaction with the technical person. His comment was that customer support was all about generating multiple fancy ticket numbers to a same problem and reconfirming the problem to the help desk multiple times if only to assure that we reported the problem correctly. The problem was solved after an onsite visit by the technical person, but not before a lot of goodwill was lost. </span></p>
<p><span>While  Zac&#8217;s blog covers only the latter case, I deliberately brought in the Bank scenario to understand why customer support can be such a negative experience. </span></p>
<p><span> In general <strong>customer support works when  processes are strictly defined </strong>and the variables are few. But once you have lot of variables customer support sucks.</span></p>
<p>Most importantly in tech support the success or failure depends on the person who handles the call. It is the <strong>person rather than the system</strong> that <strong>determines the customer support experience</strong>.  More importantly he should be experienced enough to run through lot of use cases before the patience of the customer runs out. This comes only with experience.</p>
<p>But as Zac explains, there are not many experienced people in technical support. Just a few days before I had a chance to read <strong><a href="http://www.tweaknews.net/reviews/hardwaretechnician/" target="_blank">this article</a></strong> which throws light on why it is the norm. The <strong>customer support</strong> technicians are our <strong>favourite whipping boys</strong>. No wonder they fly at the earliest available opportunity.</p>
<p><strong> Quality comes with passion and dedication</strong>. Usually the customer support executives are on the fringes of the organization and are treated very lowly by their colleagues in their own organization. As the company grows bigger these people are relegated to even inferior positions or their jobs outsourced. So the bigger the company worser the customer support. As long as  the company thinks that <strong>customer support is a cost center</strong>, the situation is not going to improve.</p>
<p>PS: Here is a <a href="http://smbit.wordpress.com/2006/11/27/supporting-the-customer-remote-management-developments/" target="_blank">supplementary to this post</a> on  how the recent developments in remote management technology  can be an enabler in improving the customer support experience. <span></span></p>
<p><span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=54&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/11/27/what-ails-customer-support-and-where-crm-fails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
		<item>
		<title>450 GB data on paper, Scams in India and Science</title>
		<link>http://sreeks.wordpress.com/2006/11/27/450-gb-data-on-paper-scams-in-india-and-science/</link>
		<comments>http://sreeks.wordpress.com/2006/11/27/450-gb-data-on-paper-scams-in-india-and-science/#comments</comments>
		<pubDate>Sun, 26 Nov 2006 20:38:39 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
		
		<guid isPermaLink="false">http://sreeks.wordpress.com/2006/11/27/450-gb-data-on-paper-scams-in-india-and-science/</guid>
		<description><![CDATA[For the last few days one story has been making headlines in Digg. It is about an Indian student who developed and demonstrated a technology to store 450 GB of data on a sheet of paper. First it was this news which was based on the original article here. Now the second digg news is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=53&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For the last few days one story has been making headlines in Digg. It is about an Indian student who developed and demonstrated a technology to store <strong>450 GB of data on a sheet of paper</strong>. First it was <strong><a href="http://digg.com/tech_news/Indian_student_develops_paper_based_storage_system" target="_blank">this news</a></strong> which was based on the original article <strong><a href="http://www.theregister.co.uk/2006/11/23/rvd_system/" target="_blank">here</a></strong>. Now the second <strong><a href="http://digg.com/tech_news/Scam_of_Indian_student_developing_technology_to_store_450_GB_on_paper" target="_blank">digg news</a></strong> is based on a blog calling it  a <strong><a href="http://itsoup.blogspot.com/2006/11/scam-of-indian-student-developing.html">scam</a></strong> .</p>
<p>Both these stories have got lot of diggs and has generated a lot of discussion. You may follow the links above to make an independent judgement. But what Iam planning to discuss is about scams.</p>
<p>There is a saying in Tamil which roughly translates to</p>
<p>&#8220;Anything that you hear with your own ears and anything that you see with your own eyes is false, complete analysis only can bring out the truth&#8221;.</p>
<p>In this particular case, I feel that analysis has not been done. There is some amount of information that is available, but that is from the journalist not from <strong>Sainul</strong> .  In this scenario it would not be right to characterize it as scam or not a scam. Further <strong>scam</strong> as defined <a href="http://dictionary.reference.com/search?q=scam" target="_blank">here</a>  <strong>indicates wrongdoing</strong>. I dont think it is a scam because it looks like he has not fooled people and made money in this process. H<strong>e will not be able to do that also because what he claims is measurable</strong>. Even if his claims are wrong, he has only just managed to get attention. Well if managing to get attention is crime  then many of us are criminals.</p>
<p>It has become fashionable to brand things as Scam. What I did not like about that article is a mention of India as a Scam Nation.</p>
<blockquote><p>These types of scams happen regularly in India, <a href="http://digg.com/general_sciences/Red_rain_in_India_may_contain_alien_biology">a guy claimed he got alien cells from rain</a>, someone developed<a href="http://www.expressindia.com/ie/daily/20000315/ina15002.html"> gasolene from leaves in started selling it in large quantities</a></p></blockquote>
<p>I dislike sweeping generalizations, particularly when it is made to shore up a logic. In the over zealousness of our scientific mind, we tend to forget the basic tenet of Science. <strong>Science is all about observation and attempting to explain why a certain thing happened</strong>.</p>
<p>I came to know about this <strong>Red Rain</strong> Story from above reference. If we follow that link we get the <a href="http://arxiv.org/PS_cache/astro-ph/pdf/0601/0601022.pdf" target="_blank">pdf of the original publication</a>. It is a serious document that uses scientific principles to analyze the cause of this phenomenon. There is no denying the fact that Red rain occured. So how can it be a scam. Now if the conclusions are wrong, as scientists we have to propose another theory and justify it and refute the original conclusion. Calling it a scam and taking an escape route is injustice to Science.</p>
<p>Now take the case of Ramar Pillai Petrol. Sure he has accepted that he was a scamster. But scientists then told that  fuel to run automobiles cannot be extracted from plants.</p>
<p>Now the new story is that there is a plant called <strong>Jatropha and bio diesel</strong> extracted from its seeds can run a <strong><a href="http://www.daimlerchrysler.com/dccom/0,,0-5-7165-1-446319-1-0-0-446301-0-0-243-7165-0-0-0-0-0-0-0,00.html">Mercedes-Benz C 220 CDI</a></strong>. So where do those arguments stand now.</p>
<p>Over the period of years, basic assumptions in Science have changed. Afterall once upon a time the common belief was Earth was flat. Then we believed that light travels in straight lines. The  basic assumption on which most of modern science is built, is that speed of light is a constant. Australian physicists <a href="http://digg.com/tech_news/%22http://news.bbc.co.uk/2/hi/science/nature/2181455.stm%22" target="_blank">propose that it may have slowed</a> over the course of billions of years.</p>
<p>So Scientific beliefs have evolved over a period of time based on our capability to observe  and ability to interpret those observations. So it is better that we observe and then analyze the observation to find out why/how something happens. Calling things that we cannot understand or explain as scam/superstition will not further the cause of Science.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=53&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/11/27/450-gb-data-on-paper-scams-in-india-and-science/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
		<item>
		<title>Aaya Gaia</title>
		<link>http://sreeks.wordpress.com/2006/11/25/aaya-gaia/</link>
		<comments>http://sreeks.wordpress.com/2006/11/25/aaya-gaia/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 02:58:50 +0000</pubDate>
		<dc:creator>sreedharan</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Technology and Software]]></category>

		<guid isPermaLink="false">http://sreeks.wordpress.com/2006/11/25/aaya-gaia/</guid>
		<description><![CDATA[Two days before there was a news on Digg about gaia. It was an open source project aimed at reverse engineering Google Earth.
But looks like Google has sent a Cease and Desist notice now and the gaia is dropping plans of reverse engineering. This may continue as a open source 3d earth viewer.
There is a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=52&subd=sreeks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Two days before there was a news on Digg about <a href="http://gaia.serezhkin.com/index.html" target="_blank">gaia</a>. It was an open source project aimed at reverse engineering Google Earth.</p>
<p>But looks like Google has sent a Cease and Desist notice now and the gaia is dropping plans of reverse engineering. This may continue as a open source 3d earth viewer.</p>
<p>There is a saying in Hindi &#8220;aaya ram and gaya ram&#8221; mainly for politicians who come and go. Funny that the author chose to name the software project as Gaia, It&#8217;s gone.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sreeks.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sreeks.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sreeks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sreeks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sreeks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sreeks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sreeks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sreeks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sreeks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sreeks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sreeks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sreeks.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sreeks.wordpress.com&blog=488417&post=52&subd=sreeks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sreeks.wordpress.com/2006/11/25/aaya-gaia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcfe0cdb768a6eb5df3430f9b45089a1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sreedharan</media:title>
		</media:content>
	</item>
	</channel>
</rss>