<?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>Vivek Ravisankar's Web &#187; Uncategorized</title>
	<atom:link href="http://rvivek.com/archives/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://rvivek.com</link>
	<description>Web + technology + life :)</description>
	<lastBuildDate>Mon, 30 Aug 2010 18:38:46 +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>Estimating Programming Tasks</title>
		<link>http://rvivek.com/archives/1085</link>
		<comments>http://rvivek.com/archives/1085#comments</comments>
		<pubDate>Mon, 30 Aug 2010 18:37:17 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[estimate]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sub-task]]></category>
		<category><![CDATA[task]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=1085</guid>
		<description><![CDATA[
			
				
			
		

Sleeping under the chair, working long hours are almost common traits of a programmer &#8211; it has become so common that you wouldn&#8217;t be accepted into the geek community if you haven&#8217;t done the above. But I asked the geek I am close to, on whether it&#8217;s actually essential and found an interesting answer/method that [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F1085"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F1085&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img alt="" src="http://farm3.static.flickr.com/2416/2522802875_f095c0a40d_m.jpg" title="Programmer at work" class="alignnone" width="240" height="161" /><br />
Sleeping under the chair, working long hours are almost common traits of a programmer &#8211; it has become so common that you wouldn&#8217;t be accepted into the geek community if you haven&#8217;t done the above. But I asked the <a href="http://sp2hari.com">geek</a> I am close to, on whether it&#8217;s actually essential and found an interesting answer/method that I have begun to follow. The credit to the following points goes to him who is lazy to write a blog post.</p>
<p>So, how do you estimate programming tasks at work ? A simple answer &#8211; DON&#8217;T ESTIMATE <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . </p>
<p>Lets say you have a task at hand &#8211; <em>Build a codechecker which would evaluate a code snippet against a test case and return the result</em>.</p>
<hr />
<p>Phase 1: <strong>Study</strong></p>
<ul>
<li>Break down the task into <a href="http://en.wikipedia.org/wiki/Atomism#Is_there_an_ultimate.2C_indivisible_unit_of_matter.3F">atomic sub-tasks.</a> There is absolutely no coding involved here. It&#8217;s simply breaking down tasks, viz. <em>designing table structure for code submissions, desired prototypes of the function, communication should be done over XML/SOAP/JSON,etc.</em> </li>
<li>Get down to the research mode to identify which protocol/database-type (couch/mongo/MySQL) would be ideal for your component</li>
<li>Just as a website/page can&#8217;t be designed without a wire-frame, similarly the structure or a pseudo-code would go a long way in clearing out the blockers you might face later. Get the structure and pseudo-code ready. </li>
</ul>
<p>You still can&#8217;t tell your manager how long it would take for you to complete the task, you just completed your research <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<hr />
<p>Phase 2: <strong>Code</strong></p>
<p>Now that your pseudo-code is ready and you have done enough research, get down to programming <strong>1</strong> sub-task in the list. Lets say it takes <strong>x</strong> days. As said, the best way to estimate the task is by doing it!</p>
<p>By definition of our sub-task, each one is atomic and is indivisible. Hence the total time that would be required to complete the task = <strong>n * x</strong> where <em>n</em> is the number of sub-tasks present.</p>
<p>That&#8217;s just the 70% of the total time required ,<em>T days</em> (i.e) 0.7 * T = n * x. The remaining 30% goes for bug-fixing, &#8220;unexpected errors&#8221;, etc. And hence, you arrive at the total time required to complete the task.</p>
<p>In workplaces you would be required to take ownership of an entire component and this helps a lot in arriving at a good estimate of the time required. Whatever role I play, I think programming would definitely be a part of me and happy to have learnt a way to estimate them. Let me know your thoughts/feedback and how it worked for you.</p>
<p>Image src: http://farm3.static.flickr.com/2416/2522802875_f095c0a40d_m.jpg</p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/1085/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 things I do before a demo</title>
		<link>http://rvivek.com/archives/1061</link>
		<comments>http://rvivek.com/archives/1061#comments</comments>
		<pubDate>Thu, 12 Aug 2010 13:18:13 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[acceleration]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=1061</guid>
		<description><![CDATA[
			
				
			
		
The beautiful thing about starting a startup is you would love almost anything that you do &#8211; sales/marketing/programming/PR/blogging, the feeling of ownership is unmatched. Our product is in it&#8217;s stabilized version 1 form and I do a lot of marketing &#038; sales these days &#8211; on an average about 1-2 demos/day. 
Few things I learnt [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F1061"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F1061&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://rvivek.com/wp-content/uploads/2010/08/5fingers.jpg"><img src="http://rvivek.com/wp-content/uploads/2010/08/5fingers.jpg" alt="" title="5 things" width="300" height="300" class="alignleft size-full wp-image-1076" /></a>The beautiful thing about starting a startup is you would love almost anything that you do &#8211; sales/marketing/programming/PR/blogging, the feeling of ownership is unmatched. Our <a href="http://interviewstreet.com">product</a> is in it&#8217;s stabilized version 1 form and I do a lot of marketing &#038; sales these days &#8211; on an average about 1-2 demos/day. </p>
<p>Few things I learnt before <em>demo-ing</em> your product to a client. These are the things I do before I demo and has proved helpful -this is not to be treated like a TODO list,etc. &#8211; after all every startupper has his own way of getting a customer.</p>
<ul>
<li> <strong>Research</strong><br />
        With the advent of so many social networks, it&#8217;s possible to get almost any activity/data of an organization/person. Three things I research on<br />
	| <em>The company</em> &#8211; read about it&#8217;s history, interesting trivia, past <a href="http://techcrunch.com">techcrunch</a> articles, etc. This gives an idea of what the company is about and goes a long way in understanding their needs and making appropriate customizations to your demo<br />
        | <em>Founders</em> &#8211; Most likely, it&#8217;s going to be an interesting/inspiring story on how they started. If you get an opportunity to meet the founders, nothing like it and it&#8217;s extremely obvious that you need to do your homework about them, else it serves as a good read <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
       |  <em>Person you are going to meet</em> &#8211; Not always would you get a chance to meet the founders, it&#8217;s good to know the background, past work experience of the person you meet &#8211; Linkedin, twitter, his blogs importantly would help a lot in understanding him.
</li>
<li> <strong>Getting ready</strong><br />
	&#8220;<em>Never waste a single second in the meeting</em>&#8221; &#8211; this has always been my thought before a demo. You hardly get 15-20 minutes with a senior person, try to make the maximum use of it. Before I demo my product, </p>
<p>| <em>Hibernate mode</em> &#8211; Booting your laptop before the demo is such a waste of time, you are losing 20s if you are using Ubuntu and anywhere between 2000-3000s if you are running Windows. There shouldn&#8217;t be an idle time, put it in hibernate mode when you start.</p>
<p>| <em>Keep your browser/app ready</em> &#8211; I have a separate firefox profile for each demo containing 3 tabs &#8211; the product, the report &#038; a view of codechecker. Remember you only have 15 minutes and need to explain the pain point and demo the product. This quickens the process if you are already ready. 	</p>
<p>| <em>Customization</em> &#8211; People love it when you make your product/service customized to them. Before each demo, I look at the careers page, check the openings and prepare the questions of the test accordingly.<br />
Why it helps? &#8211; the company can start using my product for that role instantly. Only rarely is anyone going to pay at the first attempt, first make him use the product and get him hooked to it.
</li>
<li> <strong>Punctuality</strong> (Too early is bad)<br />
Being punctual is good, but being too early might go against you. When you are going to meet the decision maker, his calendar is going to be full! He/She would have given you a 30 minute slot in the middle of other meetings. </p>
<p>Even if I am a little early (say 20 minutes prior), I tell the receptionist to inform the guy only 5 minutes before the scheduled meeting time &#8211; Reason? 90% of the time, he/she is going to ask you to wait in the lounge till it&#8217;s time, but sometimes your presence acts as an interruption to their current meeting/work. If this happens, they would like to finish off your meeting quickly and get back to their work &#8211; you can be rest assured that he/she isn&#8217;t going to listen to your pitch/demo, but just wants to oblige the meeting request. This happened to me once and yes the chances of him getting converted to a customer became slim.
</li>
<li> <strong>Have a goal</strong> &#8211; shouldn&#8217;t be a coffee meeting<br />
It helps to have some kind of a goal/outcome of the demo &#8211; maybe the company should use the product for free, run a pilot program with them for a month, etc. This helps your demo to move in the right way and proceed towards something concrete instead of just getting to know him/her.
</li>
<li><strong>Being fresh</strong><br />
This might be clichéd, dressed neat, pressed formals, appear fresh, etc. But as startups, we really can&#8217;t afford the luxury of an A/C car daily &#8211; even if it&#8217;s 30 KM from my place, I still travel by bus, standing in the middle of 50 people. It makes you a little tired and weary before you demo which is obviously a bad sign.<br />
To avoid this and be economical, I travel by bus, get down a couple of stops before the destination and take an auto for 20 bucks. The 10-15 minute drive in auto with a quick deo spray makes you look much better than traveling by bus fully &#8211; economical and best.
</li>
<p>
All the above are small (maybe obvious) stuff but happens in the 1st 5 minutes of the demo which is a very important phase! A lot of my posts mostly originate from conversations, learnings, experiences &#8211; I am no expert, but the reason I blog is, if the points make sense it would accelerate the growth of a startup by a good amount which is critical.You have zero money, little resources, no time but still need to beat the biggies &#8211; acceleration is key.</p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/1061/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Who is your mentor?</title>
		<link>http://rvivek.com/archives/975</link>
		<comments>http://rvivek.com/archives/975#comments</comments>
		<pubDate>Tue, 27 Jul 2010 17:16:21 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MBA]]></category>
		<category><![CDATA[mentor]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[VP]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=975</guid>
		<description><![CDATA[
			
				
			
		

Who is your mentor? &#8211; I honestly didn&#8217;t think this question would trigger a blog post. I met this guy X, a couple of days back who is a wannabe entrepreneur (I hate this term, but that&#8217;s how he introduced himself). As we were chatting about his idea, he interrupted, asking who were the guys [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F975"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F975&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://rvivek.com/wp-content/uploads/2010/07/mentor.jpg"><img src="http://rvivek.com/wp-content/uploads/2010/07/mentor.jpg" alt="" title="mentor" width="333" height="500" class="alignleft size-full wp-image-1034" /></a><br />
<em>Who is your mentor?</em> &#8211; I honestly didn&#8217;t think this question would trigger a blog post. I met this guy X, a couple of days back who is a <em>wannabe entrepreneur</em> (I hate this term, but that&#8217;s how he introduced himself). As we were chatting about his idea, he interrupted, asking who were the guys mentoring me and their qualification (NOTE: He was interested in their qualification more than their background). </p>
<p>He was shocked to know that none of them were either an MBA/PhD/Masters/<em>any-other-extra-degree</em>. And he proudly claimed that his mentor was a VP in a top MNC with an MBA from <a href="http://www.isb.edu/isb/index.shtml">ISB, Hyderabad</a> (with no previous startup experience).</p>
<p>I have been mentored by a group of <a href="http://themorpheus.com/team/">serial entrepreneurs</a> for almost a year and this led me to tell something about what I feel mentoring to a startup should be about.  </p>
<ul>
<li> <em>Aligning yourself in startup framework</em>
<p>              To me, the biggest value add a mentor should bring to the table is to help place the founders in a startup framework. A startup life is tough, <a href="http://sameer.madhouse.in/ready-to-endure-and-enjoy-the-startup-pain/">very tough</a>,especially in the early stages. Your business model can even take a 180 degree turn, to understand this and provide clean advice is the biggest value add!</p>
<p>Only if your mentor has started a couple of startups, will he/she be able to place you in this kind of a framework since the journey is emotionally tough.</p>
<p>I personally think it would be very tough for the VP to associate with any of the above. He might have never been in a position where there were resource constraints (or) his product being rejected by other companies, after all his MNC is such a big name. And even if that&#8217;s the case, he would have pulled up a team of engineers to build one more. Where&#8217;s the money in a startup?!
        </li>
<li> <em>A mentor isn&#8217;t going to run your business</em>
<p>              He was overjoyed to tell me how his &#8220;mentor&#8221; frames the B-Plans, the financial charts and even talks to people and converts them to customers. </p>
<p>Firstly, I am not a great believer of writing B-Plans without having a product with a few paying customers &#8211; only if you have paying customers, does a B-Plan actually make sense. That aside,a mentor shouldn&#8217;t really run your business, he should definitely not be your boss but more like a co-founder to juggle ideas, brainstorm and take inputs. </p>
<p>The basic tenet of an entrepreneur is expecting freedom and if that&#8217;s curbed, the startup gets a hit.
</li>
<li> <em>The VP has a huge network</em>
<p>Having a big connected network is definitely a huge add-on, but that&#8217;s not the only reason why you choose someone as your mentor. It&#8217;s good if your mentor is connected with a lot of people &#8211; helps in getting introductions, etc. But choosing someone because he has a wide network with top VP&#8217;s and  isn&#8217;t a <strong>sufficient</strong> condition.</p>
<p>Introductions/networking isn&#8217;t costly &#8211; most of them would be glad to introduce you to people whom they know closely provided you have a good enough reason, latch onto a couple of big guys, they would definitely do the intros (talking out of experience).
</li>
<p>I tried telling him this, but beyond a point I stop talking to people who don&#8217;t understand the bigger picture and thankfully because of that I was able to write a blog post. </p>
<p>Bottomline being if he/she hasn&#8217;t founded a couple of startups (doesn&#8217;t matter even if it&#8217;s a failure as long as they hung on to it), I would not bother bringing him/her on the mentoring panel however impressive his qualifications are.</p>
<p>Image courtesy: http://www.flickr.com/photos/chrisandrin/3056695077/</p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/975/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>6 obvious things I learnt the hard way</title>
		<link>http://rvivek.com/archives/850</link>
		<comments>http://rvivek.com/archives/850#comments</comments>
		<pubDate>Sun, 27 Jun 2010 05:37:59 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[indian market]]></category>
		<category><![CDATA[madmimi]]></category>
		<category><![CDATA[offline model]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=850</guid>
		<description><![CDATA[
			
				
			
		
I have always cribbed about the fact that a lot of entrepreneurs in India don&#8217;t blog much. Only a handful of them actually share their experiences, struggle, etc &#8211; a look into your google reader would tell you the number of indi-startup feeds (vs) valley-startup feeds. To contribute a little towards the Indian startup ecosystem, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F850"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F850&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I have always cribbed about the fact that a lot of entrepreneurs in India don&#8217;t blog much. Only a handful of them actually share their experiences, struggle, etc &#8211; a look into your google reader would tell you the number of indi-startup feeds (vs) valley-startup feeds. To contribute a little towards the Indian startup ecosystem, here&#8217;s an attempt to share what I have learnt in the startup journey till now.</p>
<p>We started off 10 months back with a <a href="http://alpha.interviewstreet.com">portal</a> that would enable candidates to attend mock interviews [skype/telephone] from industry professionals. Some of the things I learnt about online businesses <strong>focusing</strong> on the Indian market and more so with the student population. </p>
<p>PS: When I mean <em>people</em>, it could be interchangeably used to refer to general indian market (or) student crowd since that&#8217;s the segment I interacted with the most.</p>
<h4>1. Paying for a service</h4>
<p>            We have been used to paying for a book, dress, movie ticket that suddenly paying for an online service becomes something totally unheard of. The notion/mind-set amongst people is &#8216;<em>Anything that&#8217;s online is free of cost</em>&#8216;. </p>
<p>People were ready to buy a book containing a list of interview questions &#038; answers priced at <strong>Rs.400</strong> rather than for an online personalized 1-1 mock interview priced at <strong>Rs.350</strong> since they could hold onto something tangible for the money invested. </p>
<p>Very very very crudely speaking, they paid, for talking to someone over the phone! &#8211; unfortunately the value behind this remains in the dark.</p>
<h4>2. Offline Model</h4>
<p>              However web-savvy you are, you need to do a good amount of offline marketing to increase the reach. This is especially true if your product could be consumed offline.For eg: to attend a mock interview on our portal, all you needed to have was a telephone. 70% of interviews that happened were through an offline medium. </p>
<p>| I used to stick posters in colleges saying &#8220;<em>If you are interested in mock interview, SMS your dream job to 98408&#8230;.</em>&#8220;. This poster simplified the process to a great extent &#8211; the moment you saw the poster, all you needed to do was just send an SMS. A good share of interviews came via this route.</p>
<p>| We had a wonderful set of <a href="http://alpha.interviewstreet.com/campusAmbassador.php">campus ambassadors</a> who would evangelize our product in their colleges &#8211; we got quite a lot of interviews via this channel</p>
<p>| We put up stalls in college fests and students made on-spot payments for interviews &#8211; again an offline route.</p>
<p>| We conducted a lot of workshops/ppts in different colleges to market our brand.They loved our workshops and wanted us to conduct more, but rarely did it convert to getting people apply to mock interviews through the online channel.</p>
<p>As much of inbound marketing, SEO techniques you would be implementing, to me, it&#8217;s not wise to ignore the offline channel &#8211; people still need an SMS confirmation, call on their mobiles, etc</p>
<h4>3. Online indulgence</h4>
<p>        Lets talk about the majority here. 80% of the time you spend online apart from your normal work goes off on <a href="http://facebook.com">this</a>, <a href="http://gmail.com">this</a> &#038; <a href="http://orkut.com">this</a>. Either the problem you are solving has to be the topmost <strong>and</strong> you need to fare well on the search results (or) you need to hop onto one of the existing channels. Like every early stage startup, it&#8217;s wise to do the latter. </p>
<p>We decided to code apps for orkut, GTalk bot wherein you could get random interview questions, puzzles, etc.We missed the basic rule in all these things &#8211; it needs to be FUN, it&#8217;s okay even if it&#8217;s funny, but it can&#8217;t be serious. </p>
<p>The golden rule of orkut apps is &#8211; at the end, you definitely needed to slap someone, kiss a friend, kick someone&#8217;s butt, else it fails to qualify the criteria to get published. So, if you need to get onto those channels to spread the word, fortunately/unfortunately you would need to abide by the above rules.</p>
<h4>4. No trial version eh?</h4>
<p>         This is something that everyone of us inherently are used to &#8211; but I realized it only after getting this far, better late than never! Be it buying a t-shirt, book, audio CD, you would always want to have a trial of the *<strong>same</strong>* product before buying it &#8211; trying out the same tee, reading the first 20 pages of the book, watching the trailer of the movie before going, etc. Similar was our case &#8211; people wanted a trial of the mock interviews.</p>
<p>We built a few <a href="http://talk.interviewstreet.com">by-products</a> (free obviously) which we thought would get us some conversions to the main product &#8211; the logic was spot-on but the numbers were no way related to our expectations. We did give off free interviews which pulled in a lot of students to attend, but there were 2 problems</p>
<p>| We set it up for 30 mins (since it was a trial) and the full effect wasn&#8217;t visible in that duration</p>
<p>| We couldn&#8217;t have a trial like this all through, since the same student could take this 30 minute free-interview again &#8211; we needed to compensate the interviewer for every interview.</p>
<p>Ofcourse, the concept of trying out something before I buy has been prevalent all through, just that I realized the importance only now. </p>
<h4>5. &#8216;<em>Ssshh.. I can&#8217;t tell my friends about this website!</em>&#8216;</h4>
<p>This one should be the best! This was from a student from a reputed college who took up a mock interview. He was very happy with our service and I thought he would atleast put it up as his GTalk status message if not blog about our service. I was wrong! </p>
<p>He said (verbatim) &#8216;I need a competitive edge against my friends for tomorrow&#8217;s interview and I shall maintain this website as a secret only to me&#8217; OMG! :O I really didn&#8217;t know whether to laugh/feel-upset. But, bottom-line, I couldn&#8217;t reach out to that college through him.</p>
<h4>6. E-mail campaigns don&#8217;t work</h4>
<p>        The information overload is so much these days, that at times even personal e-mails get the stick! You are out of connectivity for 3 days, your GMail/Twitter is spammed! In such a scenario, spending on e-mail marketing is such a waste! </p>
<p>As most of us would do, an e-mail from an unknown source/website is archived without even reading the contents of it. Blog posts dealing with <em>&#8216;10 Tips to better e-mail marketing</em>&#8216;, etc are absolute nonsense. Those things work only if someone opens the mail, but that itself is a rarity.</p>
<p>However reliable services you use for e-mail marketing to send thousands/lacs of e-mail, there is a *good* chance that your domain would be blacklisted. Now, that&#8217;s a very dangerous thing to happen &#8211; and it did happen to us, we couldn&#8217;t send any e-mail from &#8220;interviewstreet.com&#8221; for 2 days. We used a &#8220;reliable&#8221; service for the marketing experiment but still got hit. If at all you have money, you could throw to Google Adwords and get some traffic.</p>
<p>The above are some of my learnings. I am not criticizing/offending anyone, but it&#8217;s more like a realization on how the market is and how I should position my product. The reason I wrote this post is in the hope that some guy who is planning to start-off (or) is in the early stages could change his positioning a bit if the points makes sense. Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/850/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>GCJ to Sun Java</title>
		<link>http://rvivek.com/archives/816</link>
		<comments>http://rvivek.com/archives/816#comments</comments>
		<pubDate>Sun, 06 Jun 2010 11:35:33 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gcj]]></category>
		<category><![CDATA[istreet-dev]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=816</guid>
		<description><![CDATA[
			
				
			
		
It&#8217;s always a problem when you have more than one version of a particular product/package and more so if you have both of them co-existing in your system. I was playing around with Selenium yesterday when I had to execute the selenium server jar. It repeatedly kept giving errors and crashing whenever I tried executing [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F816"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F816&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>It&#8217;s always a problem when you have more than one version of a particular product/package and more so if you have both of them co-existing in your system. I was playing around with <a href="http://seleniumhq.org/">Selenium</a> yesterday when I had to execute the selenium server jar. It repeatedly kept giving errors and crashing whenever I tried executing the Selenium tests.</p>
<p>Like how a naive person would think, I thought executing &#8220;<code>java -jar selenium.jar</code>&#8221;  would always invoke sun&#8217;s version of <a href="http://java.sun.com/">java</a> since the open-source version invocation to execute is generally<br />
&#8220;<code>gij <em>classname</em> </code>&#8221; and &#8220;<code>gcj <em>class-name</em>.java</code>&#8221; for compilation. </p>
<p>Apparently, it isn&#8217;t so! And it was using Open-source&#8217;s version of java to execute the jar because of which so many exceptions were thrown! I always hated setting <em>classpaths</em>, modifying profile information, etc. &#8211; most of the cases it has never worked for me! Googling a little got me to a solution where you could easily switch from <strong>gcj to sun-java</strong> and vice-versa.</p>
<blockquote>
<h3> sudo update-alternatives &#8211; - config java </h3>
</blockquote>
<p><a href="http://rvivek.com/wp-content/uploads/2010/06/Screenshot-1.png"><img src="http://rvivek.com/wp-content/uploads/2010/06/Screenshot-1.png" alt="Switching java versions" title="Switching java versions" width="650" height="400" class="alignleft size-full wp-image-837" /></a></p>
<p>That&#8217;s it! All you need to do is just choose which version you want and it uses that as a default value. Isn&#8217;t this simply amazing instead of some nasty classpath changes, exporting SHELL variables, etc..! And yes, if you are a web-developer, I suggest you checkout <a href="http://seleniumhq.org/">selenium</a> &#8211; amazing tool!</p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/816/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Gift&#8217;ed friends</title>
		<link>http://rvivek.com/archives/765</link>
		<comments>http://rvivek.com/archives/765#comments</comments>
		<pubDate>Wed, 19 May 2010 06:06:51 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[gift]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[viral]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=765</guid>
		<description><![CDATA[
			
				
			
		
The last 3 months has been yet another roller-coaster ride with only a few things looking positive, results of which I would probably know in a couple of weeks. In the moments of lowness,a.r.rahman&#8217;s compositions come to the rescue, but a couple of interesting events happened recently which also put me on a high&#8230;
I have [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F765"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F765&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The last 3 months has been yet another roller-coaster ride with only a few things looking positive, results of which I would probably know in a couple of weeks. In the moments of <em>lowness</em>,a.r.rahman&#8217;s compositions come to the rescue, but a couple of interesting events happened recently which also put me on a high&#8230;</p>
<p>I have always believed that if you need something really really badly, sooner or later, you would get it. With my cellphone picked at Bangalore railway station and my iPod losing it&#8217;s life, there was no way I could listen to those rahman&#8217;s tunes on my travel &#8211; and I used to travel a *lot*! </p>
<p>Just as it would sound like a tamil movie&#8217;s script, a month later, I got this beautiful mp3 player from <a href="http://arunsdomain.blogspot.com">Arun</a> along with <a href = "http://inboundmarketingbook.com">Inbound Marketing</a> book from <a href = "http://somescrawling.blogspot.com/">Balaji</a> &#8211; a book that is a *must-read* for anyone starting up, which is not available in India! It came to be as a biggg surprise and was really <strong>touched</strong> given the fact that both the guys didn&#8217;t have a full-time job, but still decided to get something! I almost never get out without the MP3 player in my pocket, my mobile comes only next.</p>
<p>The second incident was even more dramatic! I was just flipping through the initial pages of the book &#8216;<a href="http://www.flipkart.com/book/viral-loop-adam-penenberg-power/0340918675">Viral Loop</a>&#8216; at Odyssey. The first 10 pages just caught me on and I just didn&#8217;t want to leave without the book &#8211; a battle between mind [which always thinks about money] &#038; conscience ensued and I came out not buying it. The 1st 10 pages dealt with an interesting story of <a href="http://hotornot.com">hotornot</a>, and I tweeted saying &#8220;<em>Checkout hotornot.com</em>&#8221; [PS: There is no reference to the book in the tweet]</p>
<p>In what would <strong>NOT</strong> even happen in Tamil cinema, that very night <a href="http://twitter.com/rashmach">Rashmi</a> shipped the book to my place!! Would you believe it? She had no clue whether I read the book (or) if I even knew that such a book existed! I am still yet to come out of the surprise/shock, there is a height to co-incidence also right? I so wanted the book in the afternoon and 2 days later I am reading it. Thank you soooo much!</p>
<p><a href="http://www.flickr.com/photos/36939944@N08/4620399697/" title="IMG_1263 by viv_mbbs, on Flickr"><img src="http://farm4.static.flickr.com/3351/4620399697_8dd60a6e13.jpg" width="500" height="375" alt="IMG_1263" /></a></p>
<p>Whenever I talk to someone about some of my genuine friends, these guys have always been there in the list &#8211; no, I am not saying because they got me a gift <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , honestly I have mentioned their names everytime I talk about genuine buddies [you can even ask my mom!]. The beautiful thing about these events was that there was no special occasion associated with the gift, not my birthday, not a new year, absolutely nothing at all &#8211; and to still remember me and send something is absolutely wonderful!</p>
<p>For now [and forever] my love and linux troubleshooting is always there for you guys <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . With respect to gifts, just wait for a little more time, I will be making money soon <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Thank you soo much!</p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/765/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lessons from Dropbox</title>
		<link>http://rvivek.com/archives/757</link>
		<comments>http://rvivek.com/archives/757#comments</comments>
		<pubDate>Wed, 05 May 2010 18:12:28 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[xobni]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=757</guid>
		<description><![CDATA[
			
				
			
		
I am a big fan of Drew Houston, founder of dropbox and here he (along with Xobni) tells their startup story. Very insightful and must-read for product/technology based startups! 
From Zero to a Million Users &#8211; Dropbox and Xobni lessons learned
View more presentations from Adam Smith.

I mailed Drew on whether his presentation was applicable only [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F757"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F757&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I am a big fan of <a href="http://twitter.com/drewhouston">Drew Houston</a>, founder of <a href="http://dropbox.com">dropbox</a> and here he (along with <a href="http://xobni.com">Xobni</a>) tells their startup story. Very insightful and must-read for product/technology based startups! </p>
<div style="width:425px" id="__ss_3966965"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/adamsmith1/from-zero-to-a-million-users-dropbox-and-xobni-lessons-learned" title="From Zero to a Million Users - Dropbox and Xobni lessons learned">From Zero to a Million Users &#8211; Dropbox and Xobni lessons learned</a></strong><object id="__sse3966965" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=web2-0talkcopy-dhversion-withfontfinal-100504124328-phpapp02&#038;stripped_title=from-zero-to-a-million-users-dropbox-and-xobni-lessons-learned" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse3966965" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=web2-0talkcopy-dhversion-withfontfinal-100504124328-phpapp02&#038;stripped_title=from-zero-to-a-million-users-dropbox-and-xobni-lessons-learned" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/adamsmith1">Adam Smith</a>.</div>
</div>
<p>I mailed Drew on whether his presentation was applicable only to US startups [obviously not expecting a reply back, since I am used to people not getting back to me <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ] &#8211; but thoroughly, totally surprised, he got back to me!! saying&#8230;.<br />
<a href="http://rvivek.com/wp-content/uploads/2010/05/Screenshot-3.png"><img src="http://rvivek.com/wp-content/uploads/2010/05/Screenshot-3.png" alt="" title="Drew Houston reply" width="613" height="353" class="alignleft size-full wp-image-762" /></a><br />
And definitely needs to be agreed! It&#8217;s a great feeling when someone whom you regard as a source of inspiration takes some time off [even a couple of minutes] to get back to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/757/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signup</title>
		<link>http://rvivek.com/archives/753</link>
		<comments>http://rvivek.com/archives/753#comments</comments>
		<pubDate>Sat, 01 May 2010 10:30:39 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[signup]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=753</guid>
		<description><![CDATA[
			
				
			
		
The importance of a sign-up (or) login page is often underestimated.  A recent survey indicates that having the text &#8216;Sign up&#8216; instead of Register increases the conversion by over 20% ! &#8211; isn&#8217;t that amazing? 

 The old ways of signing-up are slowly getting deprecated, users want to try the product before they sign-up. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F753"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F753&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The importance of a sign-up (or) login page is often underestimated.  A recent survey indicates that having the text &#8216;<em>Sign up</em>&#8216; instead of <em>Register</em> increases the conversion by over <strong>20% !</strong> &#8211; isn&#8217;t that amazing? </p>
<ul>
<li> The old ways of signing-up are slowly getting deprecated, users want to try the product before they sign-up.  Instead of <em>Sign-up -> Try the product</em>, users want to follow &#8216;<em>Try the product -> like it? -> signup</em>&#8216;
</li>
<li> I already have to remember so many e-mail/password combinations, don&#8217;t want one more! &#8211; this might also be an apprehension amongst a lot of users. Fear not, for the introduction of <a href="http://openid.net/">openId</a>, Facebook/twitter connect, etc. has made life simpler to so many people &#8211; the user can use the same credentials to login. Infact the popularity of these services is rising so much, that a few <a href="https://rpxnow.com/">companies</a> are making money by providing a way just to plug this to your site <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Some websites totally eliminate the concept of sign-up! Kudos &#8211; collect user data only if you need it. For eg: <a href="http://redbus.in">redbus</a> doesn&#8217;t have a register/signup form &#8211; you possibly can&#8217;t do anything but book tickets <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Ok, you are hell bent on having a sign-up form &#8211; please don&#8217;t ask for my birthdate, gender (unless you are a dating site ofcourse!), my sister&#8217;s name, etc. Keep it simple with just 3 things &#8211; <em><strong>e-mail</strong>, <strong>password</strong>, <strong>confirm password</strong></em></li>
<li><b>Geeky</b> world: Most of the designers/coders live in a geeky world! When the form contains <strong>e-mail</strong>, <strong>password</strong> &#8211; a lot of users think you want the password of their e-mail address! It&#8217;s quirky, yes! but come out of the geeky world, a lot of them are like that! You could consider renaming it as <strong>New password</strong> </li>
<li><b>Activation e-mail: </b> This is a common practice among a lot of websites where they send an e-mail to confirm whether you are really *you*. The user needs to come back to his mail account, click on that long lousy activation link, and then login again! (few websites provide your *password* also in the activation mail &#8211; atrocious!) This is an unnecessary hop &#8211; what you could do, is to set a cookie for 24 hours and log him in for that session. </li>
<p>The bottom-line being to make users use your product with minimum hassles. If your product sucks, it&#8217;s a different problem, but atleast let people use it <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Like most of my earlier posts, I have made all the mistakes above, but wait till the end of this month &#8211; we are reincarnating <img src='http://rvivek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/753/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Invest in Technology &#8211; Start(i)up</title>
		<link>http://rvivek.com/archives/719</link>
		<comments>http://rvivek.com/archives/719#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:55:06 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[interns]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=719</guid>
		<description><![CDATA[
			
				
			
		
Being frugal is essential in a startup life, but there is a thin line between being cheap (not spending at all) and being frugal. The thought of a startupper is always to get the best by spending the least. Some of the things I felt startups shouldn&#8217;t mind spending on &#8230;

Designers are needed, esp if [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F719"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F719&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Being frugal is essential in a startup life, but there is a thin line between being cheap (not spending at all) and being frugal. The thought of a startupper is always to get the best by spending the least. Some of the things I felt startups shouldn&#8217;t mind spending on &#8230;</p>
<ul>
<li><strong>Designers are needed</strong>, esp if you are a geek:<br />
               Hope all geeks dont take me wrong on this, but most of the geeks suck at aesthetic sense and designs. Given a mock-up, there can be none better than them to get it live on the site, but designing a mock-up requires a different (I would even say complementary) skill. If you are running a e-commerce business where most of your transactions and business is going to be online, better get someone to design the pages &#8211; even the <strong>sign-up</strong> button, it&#8217;s position, size, everything matters!<br />
Even though, I don&#8217;t use <a href="http://wufoo.com">wufoo</a> much, I simply love their site, their colors, the dotted underline when you hover over a button, everything is so cutely made that I was forced to use their product! </li>
<li><strong>Interns are costly</strong> &#8211; hire them<br />
               There are <a href="http://hellointern.com">tens</a>, no <a href="http://twenty19.com">hundreds</a> of internship sites where you could post your description and some of them say &#8216;<em>Rs. 1 per hour</em>&#8216; &#8211; I understand you are a startup, but come on <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8230; If you really need to get your job done perfectly, you need to shell out a little. The ultimate goal should be to get the feature done (or) accomplish the sales target you have set &#8211; don&#8217;t compromise on quality
      </li>
<li><strong>Hosting space</strong> &#8211; get a dedicated one<br />
             We initially hosted <a href="http://interviewstreet.com">interviewstreet.com</a> in MediaTemple (shared hosting space) and faced so many issues! Yes, it was cheap, much cheaper than others existing in the market, but not having a dedicated one implied you don&#8217;t have root access (you don&#8217;t have root access on your own startup?!), limit on memory limit to run django process and many more.<br />
We wasted 2-3 weeks of solid development effort trying to tackle all problems posed by a shared server and finally unable to take it anymore, moved on to <strong><a href="http://linode.com">linode</a></strong><br />
It&#8217;s so much peaceful when your local development machine and the remote server are of the same configuration &#038; OS &#8211; no nasty hacks on the server to get your app running.
</li>
<li><strong>Accessories</strong> &#8211; laptops, netbooks, keyboards, etc<br />
        Again, I am sure there would be a team (or 1 person) whose job role is to code. Invest in a good laptop (not netbook!), a comfortable keyboard, good internet connection &#8211; never be frugal/cheap in these. It&#8217;s extremely frustrating to work on a bad keyboard with slow internet speeds &#8211; this frustration can make the developer stop coding!
 </li>
<li><strong>Stay Connected</strong><br />
               Customer service is a key element in a startup &#8211; replying to e-mails spontaneously brings so much joy in a customer. A data card (or) a phone with GPRS facility to keep a tab on customer activities and getting back to them tells a lot about your startup. Invest in them
</li>
</ul>
<p>There are so many other ways of saving money (work-from-home), economical travelling, etc &#8211; when you are running an e-commerce business, don&#8217;t hesitate much to spend on technology if it&#8217;s going to improve the productivity of the overall company. To be honest, I didn&#8217;t do anything of what I stated above initially <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , but slowly realized and have almost done everything. </p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/719/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MBBS &amp; Donatello</title>
		<link>http://rvivek.com/archives/695</link>
		<comments>http://rvivek.com/archives/695#comments</comments>
		<pubDate>Sat, 03 Apr 2010 21:49:18 +0000</pubDate>
		<dc:creator>bytingme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[april]]></category>
		<category><![CDATA[Bangalore]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[donatello]]></category>
		<category><![CDATA[similar]]></category>

		<guid isPermaLink="false">http://rvivek.com/?p=695</guid>
		<description><![CDATA[
			
				
			
		
Thank you so much for the Bday wishes! Really overwhelmed   I share my birthday along with Aditya, my classmate at NIT, Trichy. Not many of you know about our similarities, so here&#8217;s an attempt like John.F.Kennedy &#038; Lincoln  

Both of them were born on April 4th 1987 in Bangalore in hospitals which [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frvivek.com%2Farchives%2F695"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frvivek.com%2Farchives%2F695&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Thank you so much for the Bday wishes! Really overwhelmed <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I share my birthday along with <a href="http://geekygospel.wordpress.com/">Aditya</a>, my classmate at NIT, Trichy. Not many of you know about our similarities, so here&#8217;s an attempt like <a href="http://www.school-for-champions.com/history/lincolnjfk.htm">John.F.Kennedy &#038; Lincoln</a> <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<ul>
<li>Both of them were born on <strong>April 4th 1987</strong> in <strong>Bangalore</strong> in hospitals which were just 2 km away </li>
<li>Both of them did their schooling (major part) in Chennai</li>
<li>Both of them joined <strong>Computer Science</strong> at <strong>NIT, Trichy</strong></li>
<li>Both of them secured a rank in <strong>100&#8217;s</strong> in AIEEE and just landed in Computer Science</li>
<li>Both of them were in the same section (<strong>&#8216;B</strong>&#8216;) in the 1st year</li>
<li>Both had the weirdest nicks in the geeky forum &#8211; vivmbbs, donatello which had no relation to their name unlike myprasanna, nkarthiks, etc. </li>
<li>Both of them loved Linux and were in a way Linux evangelists, though one definitely knew more Linux than the other </li>
<li>Being GLUG-T members and FOSS evangelists, both shamelessly appeared for <strong>Microsoft</strong> placements!</li>
<li>Finally both of them got an offer from <strong>Amazon.com</strong>, one took it up and one didn&#8217;t</li>
</ul>
<p>Now, it&#8217;s diverged a bit, let&#8217;s see if we meet sometime! Ok, actress <a href="http://en.wikipedia.org/wiki/Simran_(actress)">Simran</a> also is celebrating her birthday today &#8211; more about the similarities with her later <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thank you so much! It was absolutely great talking to you all after a long time that I wished it was 4/4 everyday! My phone was ringing all night, it might have been in waiting for a few people, I tried to call everyone back, if I have missed someone, am sorry, please let me know (or) you can call <img src='http://rvivek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rvivek.com/archives/695/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
