<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Asymptotically Null</title>
	<link>http://ditesh.gathani.org/blog</link>
	<description>The omega, theta and big-O of it all</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:33:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.1" -->

	<item>
		<title>Hitchens, 1949-2011</title>
		<description><![CDATA[&#8220;The only position that leaves me with no cognitive dissonance is atheism. It is not a creed. Death is certain, replacing both the siren-song of Paradise and the dread of Hell. Life on this earth, with all its mystery and &#8230; <a href="http://ditesh.gathani.org/blog/2011/12/hitchens-1949-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/12/hitchens-1949-2011/</link>
			</item>
	<item>
		<title>The Chilli Rush Experience</title>
		<description><![CDATA[I just had an orgasmic chilli high at The Chilli Rush. I came to know of the outlet through colleagues and given my attraction to all things spicy, my interest was piqued. The outlet serves pretty good food at ordinary &#8230; <a href="http://ditesh.gathani.org/blog/2011/11/the-chilli-rush-experience/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/11/the-chilli-rush-experience/</link>
			</item>
	<item>
		<title>To Hitch</title>
		<description><![CDATA[Who can forget Hitchens iconic phrase: &#8220;That which can be asserted without evidence, can be dismissed without evidence&#8221;? He&#8217;s easily one of the most prominent intellectuals and accomplished orators of the 21st century. Yet, it has been recently, in the &#8230; <a href="http://ditesh.gathani.org/blog/2011/11/to-hitch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/11/to-hitch/</link>
			</item>
	<item>
		<title>There needs to be a better Jobstreet</title>
		<description><![CDATA[I&#8217;ve been hiring developers for a number of years now. Jobstreet is generally the go-to hiring portal. Here&#8217;s the resume of the median candidate I find on Jobstreet: Name, race and religion (apparently, race and religion matter enough to employers &#8230; <a href="http://ditesh.gathani.org/blog/2011/10/there-needs-to-be-a-better-jobstreet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/10/there-needs-to-be-a-better-jobstreet/</link>
			</item>
	<item>
		<title>Product Evaluation 101 (from the other side of the fence)</title>
		<description><![CDATA[Been evaluating products for the last couple weeks. Here are some observations: Have videos that show the product at work. I can only read/watch so much marketing talk (it&#8217;s always the same talk). Show me videos and give me the option &#8230; <a href="http://ditesh.gathani.org/blog/2011/10/product-evaluation-101-from-the-other-side-of-the-fence/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/10/product-evaluation-101-from-the-other-side-of-the-fence/</link>
			</item>
	<item>
		<title>Tough &amp; Competent</title>
		<description><![CDATA[In 1967, a cabin fire in Apollo 1, scheduled to be the first manned lunar landing program, killed all three cabin members. Gene Krantz, most famously known as NASA&#8217;s flight director during the Apollo 13 manned mission, responded to the &#8230; <a href="http://ditesh.gathani.org/blog/2011/08/tough-competent/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/08/tough-competent/</link>
			</item>
	<item>
		<title>Google Plus Gets a +1</title>
		<description><![CDATA[Note: This is a long read, but if you make it to the end, I&#8217;d appreciate your comments Google+ is the latest social offering from Google. It was launched end June, and has had a rapid ramp-up with an estimated &#8230; <a href="http://ditesh.gathani.org/blog/2011/07/google-plus-gets-a-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/07/google-plus-gets-a-1/</link>
			</item>
	<item>
		<title>Console.log-ing objects</title>
		<description><![CDATA[Console logging object&#8217;s is straightforward in Node.js. A basic console.log(object) works well in printing out member variables and functions of an object: var obj = &#123; &#34;name&#34;: &#34;ditesh&#34;, &#34;age&#34;: 13 &#125;; console.log&#40;obj&#41;; // Outputs { name: 'ditesh', age: 13 } &#8230; <a href="http://ditesh.gathani.org/blog/2011/07/console-log-ing-objects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/07/console-log-ing-objects/</link>
			</item>
	<item>
		<title>Bersih 2.0</title>
		<description><![CDATA[Today was Bersih&#8217;s peaceful rally in Kuala Lumpur, Malaysia&#8217;s capital. Approximately 50,000 Malaysians turned up to support Bersih&#8217;s call for free and fair elections, despite water cannons, tear gas and mass arrests by the police. There have been many videos &#8230; <a href="http://ditesh.gathani.org/blog/2011/07/bersih-2-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/07/bersih-2-0/</link>
			</item>
	<item>
		<title>Implementing UIDL</title>
		<description><![CDATA[I was trying to figure out how to implement the UIDL command as part of a POP3 daemon I am building using Node.js. UIDL is an optional command in RFC 1939, but many POP3 clients use it in the leave-message-on-server &#8230; <a href="http://ditesh.gathani.org/blog/2011/07/implementing-uidl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://ditesh.gathani.org/blog/2011/07/implementing-uidl/</link>
			</item>
</channel>
</rss>

