<?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>CompSciPrompt&#039;s Blog</title>
	<atom:link href="http://compsciprompt.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://compsciprompt.wordpress.com</link>
	<description>Trying to cover CompSci.. :-)</description>
	<lastBuildDate>Thu, 08 Apr 2010 21:56:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='compsciprompt.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CompSciPrompt&#039;s Blog</title>
		<link>http://compsciprompt.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://compsciprompt.wordpress.com/osd.xml" title="CompSciPrompt&#039;s Blog" />
	<atom:link rel='hub' href='http://compsciprompt.wordpress.com/?pushpress=hub'/>
		<item>
		<title>hashCode()</title>
		<link>http://compsciprompt.wordpress.com/2010/04/08/hashcode/</link>
		<comments>http://compsciprompt.wordpress.com/2010/04/08/hashcode/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 21:56:10 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=42</guid>
		<description><![CDATA[I had always overlooked hashCode() until NOW! I saw its usage for the first time in the put() method of HashMap. SO, basically, hashCode() calculates the hash of an object. Since we have the handle of the reference, we take that address and calculate the hash. And therefore, every object has a &#8220;distinct&#8221; hash code [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=42&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had always overlooked hashCode() until NOW! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I saw its usage for the first time in the put() method of HashMap. SO, basically, hashCode() calculates the hash of an object. Since we have the handle of the reference, we take that address and calculate the hash. And therefore, every object has a &#8220;distinct&#8221; hash code which does not solve the purpose. But, classes like String, Integer which like other classes inherit from Object override hashCode().  And this property is used to identify whether we have duplicate elements in the list, set, whatever&#8230;</p>
<p>Another very very simple/small concept that I should have known before but &#8230;.! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=42&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/04/08/hashcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>Supported values for @SuppressWarnings</title>
		<link>http://compsciprompt.wordpress.com/2010/03/10/supported-values-for-suppresswarnings/</link>
		<comments>http://compsciprompt.wordpress.com/2010/03/10/supported-values-for-suppresswarnings/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:16:17 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=39</guid>
		<description><![CDATA[http://www.breakitdownblog.com/supported-values-for-suppresswarnings/ A handy article<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=39&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.breakitdownblog.com/supported-values-for-suppresswarnings/</p>
<p>A handy article</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=39&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/03/10/supported-values-for-suppresswarnings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>JAVA Enum</title>
		<link>http://compsciprompt.wordpress.com/2010/03/10/java-enum/</link>
		<comments>http://compsciprompt.wordpress.com/2010/03/10/java-enum/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:10:52 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=36</guid>
		<description><![CDATA[I never worked with enums before but realized today that whenever the compiler comes across the enum keyword, it makes a JAVA class corresponding for that.  [http://www.baskent.edu.tr/~tkaracay/ders/prg/java/api/java/lang/Enum.html] And also, each constant corresponds to an object of Enum class.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=36&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I never worked with enums before but realized today that whenever the compiler comes across the <em>enum</em> keyword, it makes a JAVA class corresponding for that.  [http://www.baskent.edu.tr/~tkaracay/ders/prg/java/api/java/lang/Enum.html]</p>
<p>And also, each constant corresponds to an object of Enum class.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=36&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/03/10/java-enum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>Ant</title>
		<link>http://compsciprompt.wordpress.com/2010/03/10/ant/</link>
		<comments>http://compsciprompt.wordpress.com/2010/03/10/ant/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 05:29:31 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=34</guid>
		<description><![CDATA[I have always wanted to know what &#8220;Ant&#8221; is and how it is compiled/executed. Though I had a fair, basic idea of what it is, I was still curious for a step-by-step procedure. I googled and found this: http://techtracer.com/2007/04/16/the-great-ant-tutorial-a-great-jump-start/ Just another &#8220;useless&#8221; post for people reading it. (I know I should have known this long [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=34&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have always wanted to know what &#8220;Ant&#8221; is and how it is compiled/executed. Though I had a fair, basic idea of what it is, I was still curious for a step-by-step procedure. I googled and found this:<br />
<a href="http://techtracer.com/2007/04/16/the-great-ant-tutorial-a-great-jump-start/">http://techtracer.com/2007/04/16/the-great-ant-tutorial-a-great-jump-start/<br />
</a></p>
<p>Just another &#8220;useless&#8221; post for people reading it. (I know I should have known this long time back! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  )</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=34&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/03/10/ant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>ThreadLocal</title>
		<link>http://compsciprompt.wordpress.com/2010/03/09/threadlocal/</link>
		<comments>http://compsciprompt.wordpress.com/2010/03/09/threadlocal/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:58:00 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Threads]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=32</guid>
		<description><![CDATA[This class as written in the javadoc (http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ThreadLocal.html) maintains thread&#8217;s local state. Good enough. But how? The code I was reading had private static ThreadLocal tl= new ThreadLocal(){ public Object initialValue() { //doSOmething } } And tl was as class member in the class. Isn&#8217;t that surprising that it is 1) static and 2) maintains [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=32&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This class as written in the javadoc (http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ThreadLocal.html) maintains<br />
thread&#8217;s <strong>local </strong>state. Good enough. But how?</p>
<p>The code I was reading had</p>
<p><strong>private static ThreadLocal tl= new ThreadLocal(){</strong><strong><br />
public Object initialValue() { //doSOmething }<br />
}</strong></p>
<p>And <strong>tl</strong> was as class member in the class. Isn&#8217;t that surprising that it is<br />
1) <strong>static </strong>and<br />
2) maintains each thread&#8217;s l<strong>ocal data </strong>?</p>
<p>After searching I found a simple article [ http://javaboutique.internet.com/tutorials/localdata/ ]<br />
explaining ThreadLocal maintains an internal HashMap.</p>
<p>I did confirm after looking into the source code of JAVA too. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Maybe it was obvious for most of the JAVA devs but I found it interesting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=32&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/03/09/threadlocal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>Memcached</title>
		<link>http://compsciprompt.wordpress.com/2010/03/07/memcached/</link>
		<comments>http://compsciprompt.wordpress.com/2010/03/07/memcached/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 08:50:58 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Caching]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=28</guid>
		<description><![CDATA[I am a bit late to comment on Memcached. I have been hearing this term since last 2 months. It has been actively used by almost all the internet companies. But, I never understood, how it worked from developer&#8217;s perspective. Finally, I invested some time digging through it. And, this is your ONLY destination (to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=28&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am a bit late to comment on Memcached. I have been hearing this term since last 2 months. It has been actively used by almost all the internet companies. But, I never understood, how it worked from developer&#8217;s perspective.</p>
<p>Finally, I invested some time digging through it. And, this is your ONLY destination (to get the very basic idea of it):<br />
<a href="http://www.majordojo.com/2007/03/memcached-howto.php">http://www.majordojo.com/2007/03/memcached-howto.php</a></p>
<p>Another important conceptual blog on &#8220;how to use session with Memcached&#8221; :<a href="http://dormando.livejournal.com/495593.html">http://dormando.livejournal.com/495593.html</a></p>
<p><a href="http://www.majordojo.com/2007/03/memcached-howto.php"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=28&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/03/07/memcached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>Treat!</title>
		<link>http://compsciprompt.wordpress.com/2010/03/01/treat/</link>
		<comments>http://compsciprompt.wordpress.com/2010/03/01/treat/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 07:55:03 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=26</guid>
		<description><![CDATA[I moved into my new apartment (Mcguire apartments) in Seattle yesterday (the penultimate day of February 2010). It is pretty good. So, me and my room mate went for shopping to Walmart/Indian grocery store. Man, it is tiring! It took us precisely 10 hours (that is including traveling and eating). It took us nearly 4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=26&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I moved into my new apartment (<a href="http://www.themcguire.com/" target="_blank">Mcguire apartments</a>) in Seattle yesterday (the penultimate day of February 2010). It is pretty good. So, me and my room mate went for shopping to Walmart/Indian grocery store. Man, it is tiring!<br />
It took us precisely 10 hours (that is including traveling and eating). It took us nearly 4 hours to cover Walmart, the beast.</p>
<p>We booked zipcar for the entire day. Some severe traffic rules that I broke:</p>
<ol>
<li> Drove opposite to the traffic flow (in a one way lane)</li>
<li>Took a U-turn on a road having speed limit of 50 mph! (That was horrifying. Sorry, DMV. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  )</li>
</ol>
<p>Nonetheless, I treated myself with 20$ Sony headsets and a wireless G router. Yeah, those are not at all expensive but still I am feeling proud <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
[A few of my friends would <strong>again</strong> think that I am nerdy. My fault that I could not show them the real nerds <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> ]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=26&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/03/01/treat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon.com</title>
		<link>http://compsciprompt.wordpress.com/2010/03/01/amazon-com/</link>
		<comments>http://compsciprompt.wordpress.com/2010/03/01/amazon-com/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 07:38:43 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=24</guid>
		<description><![CDATA[I recently joined Amazon in Seattle (after graduating from UC, Irvine). Needless to say, it was a long procedure! Nonetheless, I joined the Payments Platform team. In terms of  technology, I must say Amazon is a step ahead in terms of large scale distributed systems/ cloud computing platform. Yeah, it is true that &#8220;Necessity is the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=24&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently joined Amazon in Seattle (after graduating from UC, Irvine). Needless to say, it was a long procedure!<br />
Nonetheless, I joined the Payments Platform team.</p>
<p>In terms of  technology, I must say Amazon is a step ahead in terms of large scale distributed systems/ cloud computing platform. Yeah, it is true that &#8220;Necessity is the mother of invention&#8221;! So much code they have churned out, it is unbelievable!</p>
<p>I will keep web logging if I run into real interesting technical issues.</p>
<p>Till then keep coding! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=24&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/03/01/amazon-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>Google &#124;&#124; Buzz &#124;&#124; Not cool!</title>
		<link>http://compsciprompt.wordpress.com/2010/02/22/google-buzz-not-cool/</link>
		<comments>http://compsciprompt.wordpress.com/2010/02/22/google-buzz-not-cool/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 03:24:02 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=19</guid>
		<description><![CDATA[I have been a Google fanatic since 2004.  And I have always loved their products. One of the reasons is that they keep innovating and that is what keeps me interested in them. But, for the first time, I believe, Google has got something wrong with their launch of &#8216;Buzz&#8217;. The reason is they are trying to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=19&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been a Google fanatic since 2004.  And I have always loved their products. One of the reasons is that they keep innovating and that is what keeps me interested in them.</p>
<p>But, for the first time, I believe, Google has got something wrong with their launch of &#8216;Buzz&#8217;. The reason is they are trying to catch up  with FB/Twitter (or rather mimic them). And when one tries to mimic some one, you tend to &#8216;try&#8217; to keep up the pace with your competitors and you never innovate. (And that is the syndrome MS is experiencing. WEB was NEVER their domain but they ALWAYS <strong>try </strong>to match Google and you all know where they stand &#8211; Be it search/maps/mail/&#8230; )</p>
<p>I have my own reasons of hatred for Buzz: I don&#8217;t want &#8216;social networking&#8217; attached to my personal/professional email account. It distracts me (therefore, I have turned it off). If I want to spend some time on it, I would rather log onto FB.</p>
<p>They are doing an amazing job in strengthening their search (more even after acquiring Aardvark) but I guess they should not invest their resources in social networking (Orkut being another crappy product).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=19&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/02/22/google-buzz-not-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
		<item>
		<title>No SQL movement!</title>
		<link>http://compsciprompt.wordpress.com/2010/01/14/no-sql-movement/</link>
		<comments>http://compsciprompt.wordpress.com/2010/01/14/no-sql-movement/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 19:46:52 +0000</pubDate>
		<dc:creator>compsciprompt</dc:creator>
				<category><![CDATA[Scalable Data Systems]]></category>

		<guid isPermaLink="false">http://compsciprompt.wordpress.com/?p=12</guid>
		<description><![CDATA[I have been trying/figuring/analyzing what this &#8220;NoSQL&#8221; movement is. Why are people moving away from RDBMS? There are good reasons for it. I have been figuring out cassandra which facebook uses internally.  I installed it on my windows machine (yes, it was a pain to install since the Read me file had all Linux commands/setup) and could successfully run on it! I am [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=12&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been trying/figuring/analyzing what this &#8220;NoSQL&#8221; movement is. Why are people moving away from RDBMS?</p>
<p>There are good reasons for it. I have been figuring out cassandra which facebook uses internally.  I installed it on my windows machine (yes, it was a pain to install since the Read me file had all Linux commands/setup) and could successfully run on it! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
I am going to write on how to get started with cassandra soon.</p>
<p>But, before that, I would suggest first to understand why RDBMSs should be ruled out. What is the need for it?<br />
I came across this article: <a href="http://www.vineetgupta.com/2010/01/nosql-databases-part-1-landscape.html">http://www.vineetgupta.com/2010/01/nosql-databases-part-1-landscape.html<br />
</a>It at least helped me a lot.</p>
<p>Another good article on understanding design/architecture of scalable distributed key-value<strong> data stores</strong>:<br />
<a href="http://project-voldemort.com/design.php">http://project-voldemort.com/design.php</a></p>
<p>Please leave a comment for a discussion (if you want to). I am always eager to learn/share technical conversations! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/compsciprompt.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/compsciprompt.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/compsciprompt.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/compsciprompt.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/compsciprompt.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/compsciprompt.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/compsciprompt.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/compsciprompt.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/compsciprompt.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/compsciprompt.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/compsciprompt.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/compsciprompt.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/compsciprompt.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/compsciprompt.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=compsciprompt.wordpress.com&amp;blog=11341204&amp;post=12&amp;subd=compsciprompt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://compsciprompt.wordpress.com/2010/01/14/no-sql-movement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da2fb02c916648ba3ab49bd42402c9bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">compsciprompt</media:title>
		</media:content>
	</item>
	</channel>
</rss>
