Skip to main content

Entrepreneurs are just entrepreneurs-Not Pirates or Jedis

This week I read a really nice article Yoda visits Rodinhood and it had very good advice to entrepreneurs. Other than the advice what stuck me was the way now-a-days bloggers were comparing entrepreneurs to a lot of things.
First it was Mike Arrington comparing entrepreneurs to pirates (http://techcrunch.com/2010/10/31/are-you-a-pirate/) and now Rodinhood comparing them to Jedis.

This got me thinking a little bit and I have to say I side with Mike on this if I have to choose one. Obviously I cannot choose both as that would mean Jedis are pirates(or pirates are jedis). Gasp!. :).

Actually, I have to say I generally don't agree that entrepreneurs are pirates, as entrepreneurs create value and pirates steal value. But just for fun lets look at the similarities.

Entrepreneurs and Pirates are in it for the money and adventure. They go looking for both. They are proactive. Jedis are in it to maintain the balance of the Force. They do not go looking for anything. Only when some imbalance is created, they act. So, they are reactive.

Entrepreneurs and Pirates take risks. Jedis in general avoid risks.

Lets illustrate this with an example:

"Its raining heavily. You see a lonely lady in her 20s, very beautiful and wearing a lot of gold, waiting for a bus as there are no taxis around. Suddenly a gang of ruffians come and start pestering the lady.What do you do?"

If you are a :

Pirate: You join the gang, take the gold and use the lady then cheat the gang and go away with all the gold.

Entrepreneur: You will start thinking. Why is the lady waiting alone. What market can I create. Maybe we should have a "Call a cab facility" in this city. Or, just like 108 is there for medical emergencies, maybe we should have 109 for these kinds of emergencies. etc etc. Whether you help the lady or not will depend on the kind of person you are and will not define you as an entrepreneur.

Jedi: Beat up the bad guys. Teach them a good lesson. Wait till the bus comes. Put the lady on the bus.And then go home.

Who we are is defined by the choices we make. Not the work we do. So, though its cool to be termed as a Jedi or Pirate, the fact of the matter is I am just an entrepreneur :), and thats enough.

Popular posts from this blog

Integrating Arborjs with Angular to create a live calls dashboard

Arborjs  is a cool graph visualization library. Angular  is one of the best JavaScript frameworks and we have been using Angular in a lot of our front end development. When you handle millions of calls, proper visualization becomes very important. Without proper visualization, you can get lost in the mountains of data. So we spend a lot of time to come up with good visualizations to represent the data. Since we loved the cool way in which Arbor represented graph data, we could not wait to hook it up with Angular. Because of Angular's two way data binding, when you hook up Angularjs with Arbor.js you can get a dynamically updated visualization of graph data with cool animations. To give back to the community, we have put up the code online at Github . Basically we have created an Angularjs directive for Arborjs. Please feel free to fork the code and add extensions and use it for your own visualizations. The code is self explanatory with comments inline. Best way to ...

First Post

In this blog, I will be talking about my experiences in trying to build a cloud telephony platform , KooKoo . Along the way I will also be talking about different design choices I made, good programming practices and the IVR domain in general. For technoratti: NNFJW8EW86C3

Cloud Telephony-History and state of the art

Well, its been 11 years since Twilio launched their voice API in November 2008. I would say that was a major turning point in the cloud telephony industry. Before that, for people to build telephony applications, you either had to depend on proprietary platforms like Avaya dialog designer or build on arcane technologies like VXML which again was supported at varying degrees by the incumbents. Enter Twilio with their voice API and the industry changed for the better. Since it's been almost 11 years now I thought now might be a good time to do a comprehensive review of the cloud telephony industry as a whole in general and in India in particular. The Beginning Twilio was undoubtedly the startup which ushered in the era of cloud telephony. They started in November 2008. At that time in India, we at Ozonetel had launched a hosted VXML platform. There were no takers. After all who coded in VXML :) So when Twilio launched and we saw them take off, we immediately realized tha...