<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chinmay&#039;s blog</title>
	<atom:link href="http://www.chinmaykulkarni.info/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chinmaykulkarni.info/blog</link>
	<description>It&#039;s a feature, not a bug!</description>
	<lastBuildDate>Mon, 22 Mar 2010 14:14:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The survival of the simplest</title>
		<link>http://www.chinmaykulkarni.info/blog/2010/03/the-survival-of-the-simplest/</link>
		<comments>http://www.chinmaykulkarni.info/blog/2010/03/the-survival-of-the-simplest/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 14:09:51 +0000</pubDate>
		<dc:creator>Chinmay Kulkarni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chinmaykulkarni.info/blog/?p=36</guid>
		<description><![CDATA[Why looking for interesting problems is a bad idea.]]></description>
			<content:encoded><![CDATA[<p><em>[Note: This post has been a draft for about a week now. I give up now: I'll complete my thoughts in a follow-up post]</em></p>
<p>There&#8217;s a myth in the sciences, I feel. At least in computer science.</p>
<p>I think people working in CS have a general love of complexity. They like complex algorithms that do something &#8220;clever&#8221; (e.g. Personally, I love the way <a title="It uses time DELAYS, in addition to time" href="http://en.wikipedia.org/wiki/Network_Time_Protocol" target="_blank">NTP syncs clocks</a> even across computers connected with networks with unknown delays). There&#8217;s also a sense of triumph on discovering subtle issues (like finding out a <a title="A heisenbug is an unpredictable one" href="http://en.wikipedia.org/wiki/Heisenbug#Heisenbug" target="_blank">Heisenbug</a> that some compiler-optimization caused).</p>
<p>Unfortunately, this love of complexity also overflows into the kinds of problems that people want to solve. I&#8217;ve seen people taking special pride in solving a complex problem (a general template is improving an algorithm so it works for all cases, not just 99.999997% of them).</p>
<p>My recent visit to Seattle (Redmond, actually) where we demo-ed a project at <a title="Microsoft TechFest: annual internal conference" href="http://blogs.msdn.com/healthblog/archive/2010/03/03/microsoft-research-techfest-2010-through-the-lens-of-a-clinician.aspx" target="_blank">TechFest</a> has convinced me that the world in general cares about something very different. TechFest is an internal Microsoft conference that enables researchers (ie. Microsoft Research) reach the Rest of Microsoft (i.e. product groups like Office or Windows).</p>
<p>Given its scope, TechFest usually has demos and research ideas that product groups are most likely to want to use in their own products, and so is a good case for understanding what people actually care about (the reasoning being that product groups, with their limited resources, will attack problems important to their customers).</p>
<p>Now, here&#8217;s the thing that strikes me about the TechFest demos&#8211; in (nearly) every case, research seemed to attack a simple problem. Actually, an <em>obvious</em> problem. It might propose a really complex solution, but the problem was always obvious.</p>
<p>I can&#8217;t give any real examples (confidentiality&#8211; I never know what&#8217;s ok), but an automobile-equivalent would be finding your car in a huge, crowded parking lot. The <em>solution</em> may be complex (my fantasy solution to the parking problem involves the keychain going hot-or-cold depending on how far you are from the car&#8211; <a title="A hot-and-cold GPS System" href="http://xkcd.com/407/" target="_blank">somewhat like this</a>), and may involve a lot of effort from different domains (wireless devices, UI, location&#8230;). However, the problem is pretty obvious&#8211;someone&#8217;s lost their way in the parking lot&#8211;and it has obvious value.</p>
<p>I think the obviousness-of-problems has implications both for how to pick problems (looking for interesting solutions seems to be more valuable than seeking out interesting problems) and how to sell your solution (if your solution has several parts, expect the part that solves the most obvious problems to be adopted earliest).</p>
<p>It helps that we are so surrounded by obvious problems&#8211; on the Web, for instance, remembering which sites you&#8217;ve visited (I consider bookmarks a broken solution). I&#8217;m sure there are many more.</p>
<p>In hindsight, it all sounds obvious; I wonder what took me so long to figure this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chinmaykulkarni.info/blog/2010/03/the-survival-of-the-simplest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Divide and actually conquer?</title>
		<link>http://www.chinmaykulkarni.info/blog/2010/02/divide-and-actually-conquer/</link>
		<comments>http://www.chinmaykulkarni.info/blog/2010/02/divide-and-actually-conquer/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:07:58 +0000</pubDate>
		<dc:creator>Chinmay Kulkarni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chinmaykulkarni.info/blog/?p=27</guid>
		<description><![CDATA[Or how my prof at BITS showed me a different way of thinking.]]></description>
			<content:encoded><![CDATA[<p>The last weekend was spent in Mysore, sprawling on a comfortable couch and watching <a href="http://en.wikipedia.org/wiki/3_Idiots">3 Idiots</a> on my uncle&#8217;s ultra-large screen TV. A brilliantly-made movie, it made me reflect on an incident that occured while I was at BITS, doing a course on algorithm design.</p>
<p>I was lucky enough to be taught by a professor who actually knew what he was talking about&#8211;understanding his domain deeply in a way that would withstand unbounded questioning. (I&#8217;ve slowly come to realize his is indeed a rare breed)</p>
<p>So, one day he walks into class and asks &#8220;when can you use the <a title="Wikipedia: Divide and Conquer" href="http://en.wikipedia.org/wiki/Divide_and_conquer_algorithm" target="_blank">Divide-and-Conquer algorithm</a> to solve a problem?&#8221;. And we all pounce on this easy question &#8220;when you can divide the problem into sub-problems that you can solve&#8221;. And of course the professor isn&#8217;t satisfied (we should have known better&#8211; he never posed easy questions to while away time).</p>
<p>In typical classroom fashion, we began to add more jargon to the problem, mentioning details such as finding non-overlapping sub-problems and suchlike (at the Wikipedia, someone like-minded has added a considerably detailed entry about this method algorithm).</p>
<p>After letting us listen to our voices for sometime, he gave in. A divide-and-conquer only works if the solutions to sub-problems <em>can actually be combined to yield the solution to the original problem</em>. Missing this crucial proviso would make nearly every problem solvable by D&amp;C. Say, for example, the knapsack problem, or even, the map-coloring problem (i.e. coloring every country in a map such that it has a different color than its neighbor). In this case, we could just take each country separately, color it with some color and &#8220;solve&#8221; by coloring all its neighbors with a different color: combining these &#8220;solutions&#8221;, of course, is the problem.</p>
<p>Besides the obvious &#8220;coverpage-value&#8221; of understanding D&amp;C better, I feel this lecture helped me mold the way I think in a subtler way.</p>
<p>More often than not, humans tend to concentrate on the details of a particular problem, framing it and reducing it to something that is soluble. Sure, this is a great way to solve problems most of the time. But every once in a while, this method scheme fails, and we discover that <a title="Google Research: Non-obvious bug in binary search" href="http://googleresearch.blogspot.com/2006/06/extra-extra-read-all-about-it-nearly.html">binary search is broken</a>.</p>
<p>Over the past year or so, I&#8217;ve consciously been trying to &#8220;break out&#8221; of the details occasionally and it&#8217;s been very interesting. I haven&#8217;t really made any path-breaking discoveries, but it&#8217;s fun, and I&#8217;m hoping it will be profitable.</p>
<p>If you don&#8217;t already, you should try it too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chinmaykulkarni.info/blog/2010/02/divide-and-actually-conquer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>On Pranks (and eggs)</title>
		<link>http://www.chinmaykulkarni.info/blog/2010/02/on-pranks-and-eggs/</link>
		<comments>http://www.chinmaykulkarni.info/blog/2010/02/on-pranks-and-eggs/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:05:07 +0000</pubDate>
		<dc:creator>Chinmay Kulkarni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chinmaykulkarni.info/blog/?p=21</guid>
		<description><![CDATA[Pranks seem to have a long history in science. For instance, you had this nuclear scientist who&#8217;d crack safes in his colleagues&#8217; offices and give waitresses a hard time.
The computer engineering equivalent of a prank would be the easter egg&#8211; the inside joke that made it to the released product, the hidden feature that prints <a href="http://www.chinmaykulkarni.info/blog/2010/02/on-pranks-and-eggs/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Pranks seem to have a long history in science. For instance, you had this <a title="Richard Feynman: Wikipedia" href="http://en.wikipedia.org/wiki/Richard_Feynman">nuclear scientist</a> who&#8217;d crack safes in his colleagues&#8217; offices and give <a title="Text of Surely You're Joking" href="http://www.gorgorat.com/" target="_blank">waitresses a hard time</a>.</p>
<p>The computer engineering equivalent of a prank would be the easter egg&#8211; the inside joke that made it to the released product, the hidden feature that prints out the developers names, or simply the flight simulator tucked away in a mapping application.</p>
<p>Several well-respected hackers, like <a title="Jamie Zawinski" href="http://www.jwz.org/" target="_blank">jwz</a>, shot to Internet-fame based on easter eggs they created (jwz&#8217;s page on his <a title="about:authors easter egg" href="http://www.jwz.org/doc/about.html" target="_blank">about:authors</a> egg is a pretty good read).</p>
<p>At large (and possibly small) companies, however, a series of events conspire and would prevent an easter egg from ever hatching. For example, you have managers whose job is to give you enough work that you aren&#8217;t idle and dreaming up easter egg ideas. Then, you have other developers who&#8217;ll see the code you add in a code-review and wonder what it does (of course, it works fine if you already have an understanding with them). Then you have testers who might just notice it and raise a bug. And we&#8217;re just talking about the <em>process</em> of adding an easter egg. Even if one has official sanction to add an egg, once you factor in policies and the business and legal side of things, matters quickly get trying.</p>
<p>Organizations as a whole simply hate easter eggs. Surely, that hate is not misdirected&#8211; an easter egg could possibly present a security vulnerability (especially if it escapes testing), attract lawsuits, or simply annoy some users. Several large products seem to frown upon the idea of easter eggs, considering them an unnecessary ego-boost. Some organizations even have a <a title="Microsoft: No easter eggs" href="http://blogs.msdn.com/larryosterman/archive/2005/10/21/483608.aspx" target="_blank">policy</a> against easter eggs.</p>
<p>This state of affairs, I feel, is rather unfortunate&#8211; pranks (and in the context of computer software, easter eggs) are a good indicator of whether people who created something had fun doing so, which in turn is an indicator of how good their creation is.</p>
<p>An easter-egg isn&#8217;t about getting an ego-kick out of seeing your name in a released product, but really a way of having fun and looking at things differently. It isn&#8217;t for nothing that Isaac Asimov said &#8220;The most exciting phrase to hear in science, the one that heralds the new discoveries, is not &#8216;Eureka!&#8217; (I found it) but &#8216;That&#8217;s funny&#8230;&#8217;&#8221;. Taking a non-serious look often exposes one to (possibly laughable) approaches that one may never consider otherwise (It happened to me!).</p>
<p>Furthermore, the prankster needs to be pretty good to get away with planting an easter egg. And I don&#8217;t just mean &#8220;be smart enough that it goes unnoticed for some time&#8221; but &#8220;be good enough at his paying job so people don&#8217;t want to fire him/her for the easter egg&#8221;.</p>
<p>Isn&#8217;t this the sort of people every enterprise is supposedly after?</p>
<p>Will encouraging people to play pranks and insert easter eggs actually benefit in the long term? Or maybe simply tolerating ones that are harmless help? I honestly don&#8217;t know the answers; but I&#8217;m wondering what people think. Pour your thoughts in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chinmaykulkarni.info/blog/2010/02/on-pranks-and-eggs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Demos and related ailments</title>
		<link>http://www.chinmaykulkarni.info/blog/2010/01/on-demos/</link>
		<comments>http://www.chinmaykulkarni.info/blog/2010/01/on-demos/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 16:51:56 +0000</pubDate>
		<dc:creator>Chinmay Kulkarni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chinmaykulkarni.info/blog/?p=13</guid>
		<description><![CDATA[Superficially, a popular public demo is every technologist&#8217;s dream. It&#8217;s the one opportunity that one gets to show off one&#8217;s work to the public at-large, get praise, feel one&#8217;s work is important to the world&#8230; all of that.
Scratch that surface and you&#8217;ll see why demos can be tiring, frustrating events with very low RoI unless <a href="http://www.chinmaykulkarni.info/blog/2010/01/on-demos/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Superficially, a popular public demo is every technologist&#8217;s dream. It&#8217;s the one opportunity that one gets to show off one&#8217;s work to the public at-large, get praise, feel one&#8217;s work is important to the world&#8230; all of that.</p>
<p>Scratch that surface and you&#8217;ll see why demos can be tiring, frustrating events with very low RoI unless they are handled well (Sidenote: RoI is return on investment: working for Microsoft has bestowed on me a deep affection for three-letter acronyms).</p>
<p>Last week, I was demo-ing at <a title="Techvista 2010: Microsoft Research" href="http://research.microsoft.com/en-us/events/techvista2010/default.aspx" target="_blank">TechVista</a>, a Microsoft Research event here in Bangalore. The event was remarkably well organized, and wonderfully crowded&#8211; work we put in over the last few months was finally seeing the light of day! While I&#8217;m happy with our demos in general, the experience taught me a lot about how to handle crowded demos, and I&#8217;m hoping to share and learn more through this blog.</p>
<p>I must clarify this post is NOT about how to give great demos, but about avoiding common demo problems (my ultimate goal is to become the next <a title="Pranav Mistry: Facebook" href="http://www.facebook.com/pranavzombie?ref=ts" target="_blank">Pranav Mistry</a> &#8212; but I&#8217;m so far away from that goal!)</p>
<p>In this discussion, I&#8217;ll use &#8220;SmokeAndMirrors&#8221; as the name of a fictitious project  you&#8217;re demo-ing. Below, I talk about potential problems we&#8217;ll face demoing SmokeAndMirrors, and ways I&#8217;ve thought of to mitigate them. Please add your own suggestions in the comments.</p>
<h2>Crowds</h2>
<p>The number one problem with public demos are the crowds. Frequently, the demoer is mobbed. What&#8217;s worse is that people don&#8217;t arrive all at once&#8211; they keep trickling in. The traditional model of a talk falls flat: you can&#8217;t repeat since the folks who&#8217;d arrived before are bored, you can&#8217;t continue since the folks who were &#8220;late&#8221; don&#8217;t get the context you set up at the beginning of your talk.</p>
<p>The solution I have is to stay in a constant recap mode, briefly summarizing the talk every 15 seconds (approx): &#8220;As I mentioned to you earlier, the idea of SmokeAndMirrors is to&#8230;&#8221;.</p>
<p>Another help is a putting up a poster that explains SmokeAndMirrors so visitors get in context.</p>
<p>A related problem is that researchers (and other folks in technology) are trained to listen. This means that everytime someone in the crowd starts talking, the demo-er begins to listen, losing the flow of the practised talk, and generally making room for confusion. Should this happen often enough, the demo booth would be left with a babbling crowd of visitors discussing Microsoft-vs-Apple (or something similarly inane and irrelevant.)</p>
<p>In my demo, I tried to encourage people to ask questions at the end, but man, it&#8217;s hard to interrupt people when they are speaking, and harder still to listen to a question and not answer it right away.</p>
<h2>Low attention spans</h2>
<p>A crowd&#8217;s attention span seems to be determined by that of its most impatient member. These are the folks who will interrupt and ask  &#8221;How does SmokeAndMirrors compare to Adobe Photoshop?&#8221; regardless of whether or not SmokeAndMirrors is related to photos. Hate them you might, but these guys aren&#8217;t an endangered species.</p>
<p>I think the best way to combat this is to keep the basic demo to less than an &#8220;impatience threshold&#8221;. Let me hand-waive and say this limit is around 30 seconds. 1 minute tops.</p>
<p>Anything more you should answer through your Q&amp;A session at the end. Keeping the demo short also helps with the &#8220;trickling crowd&#8221; problem above.</p>
<h2>The colors aren&#8217;t important!</h2>
<p>This one hurts. You enthusiastically show a demo of your super-cool SmokeAndMirrors project and people get fixated on something minor and irrelevant&#8211; like, you know, the color scheme you picked, or something that bounces as you move it across the screen.</p>
<p>And then they&#8217;ll get distracted.  And they won&#8217;t pay attention to your demo. What&#8217;s one to do? My way is to repeatedly remind people to not focus on colors or bouncing shapes or whatever is likely to distract them. I like this method, though it makes the job tiresome, because I <em>want </em>my demo to look good. (Alternatively, you could make your interfaces really boring, devoid of color etc, but&#8230;so ugly!)</p>
<p>Visitors getting distracted is also a hint that the demo pitch is weak and needs to become crisper.</p>
<h2>When will it be released?</h2>
<p>If your demo is well-loved, someone will definitely ask this. Sadly for the interested visitor, you&#8217;ll rarely know the answer. I hate questions I can&#8217;t answer :X</p>
<p>Grin and bear it.</p>
<h2>OMG, is it going to crash?</h2>
<p>My greatest fear. Unfortunately, when your demo crashes; your visitors get distracted, and until you get the demo up-and-running again, have time to ask (often irrelevant) questions (e.g. your opinions on Windows 7 stability).</p>
<p>Why squander time? Next time, I will have a backup spiel for when the demo crashes (and crash it will: if it didn&#8217;t, we could ship it already). My idea is to use this time to make meta-points about the demo, painting the bigger picture that might be missed in the demo otherwise.</p>
<h2>Is it worth it?</h2>
<p>Trust me, it is. Besides providing great feedback, demos are a great opportunity to make your work understandable to the public at-large and convince them that yours is an idea who&#8217;s time has come (sorry, couldn&#8217;t resist ending the post by vandalizing a Victor Hugo <a title="Victor Hugo: Wikiquote" href="http://en.wikiquote.org/wiki/Victor_Hugo" target="_blank">quote</a>&#8211; ﻿﻿﻿<em>On résiste à l&#8217;invasion des armées; on ne résiste pas à l&#8217;invasion des idées&#8211; here is one thing stronger than all the armies in the world, and that is an idea whose time has come</em>)<em>.</em></p>
<p>PS: The project we demo&#8217;ed at Techvista is called <a title="Digital Heritage: Microsoft Research" href="http://virtualindia.msresearch.in/" target="_blank">Digital Heritage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chinmaykulkarni.info/blog/2010/01/on-demos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The changing nature of Web search</title>
		<link>http://www.chinmaykulkarni.info/blog/2010/01/the-changing-nature-of-web-search/</link>
		<comments>http://www.chinmaykulkarni.info/blog/2010/01/the-changing-nature-of-web-search/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 06:08:28 +0000</pubDate>
		<dc:creator>Chinmay Kulkarni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.chinmaykulkarni.info/blog/?p=7</guid>
		<description><![CDATA[Earlier this week, John Hoproft (yes, the algorithms guy) visited the lab. Over a very interesting lunch, he posed the question &#8220;Where do you folks see web search heading over the next few years?&#8221;.
Of course, there was a reason behind the question: &#8220;You know, as web search engines get better, people will stop creating links <a href="http://www.chinmaykulkarni.info/blog/2010/01/the-changing-nature-of-web-search/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Earlier this week, <a title="John Hopcroft: Cornell page" href="http://www.cs.cornell.edu/jeh/" target="_blank">John Hoproft</a> (yes, the <a title="John Hopcroft: from Wikipedia" href="http://en.wikipedia.org/wiki/John_Hopcroft" target="_blank">algorithms guy</a>) visited the <a title="Microsoft Research" href="http://research.microsoft.com/" target="_blank">lab</a>. Over a very interesting lunch, he posed the question &#8220;Where do you folks see web search heading over the next few years?&#8221;.</p>
<p>Of course, there was a reason behind the question: &#8220;You know, as web search engines get better, people will stop creating links and simply use web search to locate the most relevant information [link directories, Yahoo's original business, are nearly dead today; for example]. But today&#8217;s search engines depend on links for their search quality.&#8221;</p>
<p>I think there&#8217;s a point here. It&#8217;s almost chicken-and-egg, but in reverse.</p>
<p>But then, I remembered SEO: a whole industry is out there, creating the right links! Dr H, however, differed &#8220;Well, a few years ago, when I searched for recipes, I&#8217;d find some special recipes created by people that they&#8217;d put on their homepage. Today, I reach a grocery store&#8221;.</p>
<p>Search engines want to make sure they aren&#8217;t being manipulated by SEO, so the practice has become a race of sorts between the SEO industry and search engines (Meta tag keywords are nearly <a title="Google does not use meta keyword tags" href="http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html" target="_blank">useless now</a>, for example). Grandmas with secret recipes don&#8217;t stand a chance in this gruesome battle.</p>
<p>This tussle between various entities which try and optimize search rankings for commercial interests, coupled with the tragedy of the commons (due to which &#8220;normal&#8221; people will slowly stop linking) creates an interesting scenario: I wonder if the search engines of tomorrow will be a lot <em>less powerful</em> than they are today. Maybe, they could reduce to a librarian of sorts&#8211; pointing you in the general direction where you could learn more, but leaving it to the reader to find the exact book she wants.</p>
<p>This is, of course, the opposite of Universal Search, the holy grail that major search providers are gravitating towards, but one can already see the signs of this development: when I wanted Wordpress themes for this blog, for instance, Google first pointed me to Smashing Magazine. Once at the site, I used Smashing&#8217;s search engine to find the theme (in the end I didn&#8217;t use it though: just went with a default for now)</p>
<p>I&#8217;m sure you&#8217;ve encountered similar situations yourself (searching for travel destinations, restaurant reviews, code samples&#8230;), and it would be interesting to know what you think of this problem too. Comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chinmaykulkarni.info/blog/2010/01/the-changing-nature-of-web-search/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.chinmaykulkarni.info/blog/2010/01/hello-world/</link>
		<comments>http://www.chinmaykulkarni.info/blog/2010/01/hello-world/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:53:04 +0000</pubDate>
		<dc:creator>Chinmay Kulkarni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chinmaykulkarni.info/blog/?p=1</guid>
		<description><![CDATA[This is my newer blog, the older one lives on at the Last Paradox. I&#8217;m moving here for the greater flexibility WordPress offers.
]]></description>
			<content:encoded><![CDATA[<p>This is my newer blog, the older one lives on at the <a href="http://lastparadox.blogspot.com">Last Paradox</a>. I&#8217;m moving here for the greater flexibility WordPress offers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chinmaykulkarni.info/blog/2010/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
