<?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>Raju Vegesna&#039;s Blog &#187; General</title>
	<atom:link href="http://www.rajuv.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rajuv.com</link>
	<description>Random Thoughts</description>
	<lastBuildDate>Thu, 22 Jul 2010 23:56:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Time Machine</title>
		<link>http://www.rajuv.com/2010/07/22/time-machine/</link>
		<comments>http://www.rajuv.com/2010/07/22/time-machine/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 23:56:15 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://rajuv.com/?p=316</guid>
		<description><![CDATA[Who says it is not possible to go back in time. For the past couple of days I was playing with a fairly new BlackBerry device and oh boy, it is like going back in time. The experience, interface, using scroll wheel to navigate mouse, navigation, reboots to install/replace an app etc. I mean, look [...]]]></description>
			<content:encoded><![CDATA[<p>Who says it is not possible to go back in time. For the past couple of days I was playing with a fairly new BlackBerry device and oh boy, it is like going back in time. The experience, interface, using scroll wheel to navigate mouse, navigation, reboots to install/replace an app etc. I mean, look at this typography&#8230;</p>
<p><a href="http://www.rajuv.com/wordpress/wp-content/uploads/photo1.jpg"><img class="aligncenter size-full wp-image-317" title="BlackBerry Typography" src="http://www.rajuv.com/wordpress/wp-content/uploads/photo1.jpg" alt="" width="418" height="312" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2010/07/22/time-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Impact of Touch on WebApps</title>
		<link>http://www.rajuv.com/2010/02/21/impact-of-touch-on-webapps/</link>
		<comments>http://www.rajuv.com/2010/02/21/impact-of-touch-on-webapps/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:47:36 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://rajuv.com/?p=301</guid>
		<description><![CDATA[For the past 20+ years, we are used to using intermediate devices like Mouse and Keyboard for input. Their replacements are Touch and Voice. While we are not there today for Voice, we are certainly are getting there on Touch replacing mouse (atleast in portable devices). Whenever we see such fundamental changes, there is always [...]]]></description>
			<content:encoded><![CDATA[<p>For the past 20+ years, we are used to using intermediate devices like Mouse and Keyboard for input. Their replacements are Touch and Voice. While we are not there today for Voice, we are certainly are getting there on Touch replacing mouse (atleast in portable devices). Whenever we see such fundamental changes, there is always an opportunity. But these trends also mean changes have to be made in current products.</p>
<p>Consider the example on why iPhone/iPod Touch/iPad doesn&#8217;t support Flash. While there has been a lot of talk on this subject, the best technical explanation I have seen comes from a <a href="http://www.roughlydrafted.com/2010/02/20/an-adobe-flash-developer-on-why-the-ipad-cant-use-flash/">Flash developer on why Flash is not supported on iPhone/iPad</a>.</p>
<blockquote><p>Many (if not most) current Flash games, menus, and even video players require a visible mouse pointer. They are coded to rely on the difference between hovering over something (mouseover) vs. actually clicking. This distinction is not rare. It’s pervasive, fundamental to interactive design, and vital to the basic use of Flash content. New Flash content designed just for touchscreens can be done, but people want existing Flash sites to work. All of them—not just some here and there—and in a usable manner. That’s impossible no matter what.</p></blockquote>
<p>I recommend reading the <a href="http://www.roughlydrafted.com/2010/02/20/an-adobe-flash-developer-on-why-the-ipad-cant-use-flash/">entire post</a>.</p>
<p style="text-align:left;">Going beyond Flash, I actually think this explanation holds true for web apps too. This lack of <strong>mouseover</strong> functionality could make some web apps and even some websites unusable or less effective.</p>
<p>There are ton of webapps that use <strong>mouseover</strong> functions for many actions. Remember those drop-down menus on mouseover? Sites like Amazon, eBay, GoDaddy, BestBuy, Microsoft… they all use mouseover. Take eBay for example, the categories menu on the top left is a mouseover event. The action for mouseover event is different from onclick event.</p>
<p><a href="http://www.rajuv.com/wordpress/wp-content/uploads/screen-shot-2010-02-21-at-12-26-21-pm1.png"><img class="size-full wp-image-303 aligncenter" title="Screen shot 2010-02-21 at 12.26.21 PM" src="http://www.rajuv.com/wordpress/wp-content/uploads/screen-shot-2010-02-21-at-12-26-21-pm1.png" alt="" width="479" height="339" /></a><br />
All such mouseover functions have to be reconsidered while optimizing web applications for touch.</p>
<p><strong>Does Touch kill mouseover function? I think it does. </strong></p>
<p>It is not just mouseover function. But there are other things we are used to on the web like viewing Tooltips, viewing the URL in the status bar on mouseover without clicking the link…they will all be gone from the web if we are accessing it from touch-based devices. Is it a good thing? I think yes. Touch has its own advantages and I am sure we will find some innovative alternatives. These are small compromises in adopting the next major step.</p>
<p>Touch changes the way we use the web. We need to get used to it and vendors need to design their apps assuming this reality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2010/02/21/impact-of-touch-on-webapps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do we need openness for our toaster?</title>
		<link>http://www.rajuv.com/2010/02/12/do-we-need-openness-for-our-toaster/</link>
		<comments>http://www.rajuv.com/2010/02/12/do-we-need-openness-for-our-toaster/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:48:00 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://rajuv.wordpress.com/?p=292</guid>
		<description><![CDATA[There has been some interesting discussion about Apple and iPad being closed. In many cases for Apple, I&#8217;d buy this argument, but regarding iPad being closed, I have to disagree. As I talked earlier, iPad is a gadget for non-techies. People who have been scared about the complexity of computers will be able to use [...]]]></description>
			<content:encoded><![CDATA[<p>There has been some interesting discussion about <a href="http://gigaom.com/2010/02/12/why-apple-should-open-its-kimono-pronto/">Apple and iPad being closed</a>. In many cases for Apple, I&#8217;d buy this argument, but regarding iPad being closed, I have to disagree. As I talked earlier, <a href="http://rajuv.com/2010/01/28/ipad-is-the-computer-for-rest-of-the-world/">iPad is a gadget for non-techies</a>. People who have been scared about the complexity of computers will be able to use it. So it is kind of like a toaster (a beautiful one, though) which is simple enough that every one understands. Do you care about what goes within a toaster or a microwave (unless you are in that feild)? They just work and that is all we care about. I put iPad under the same category. It just works, no crashes (thanks for not including Flash. It crashes my Safari EVERY day). It really doesn&#8217;t matter what goes within as long as it offers good value and is a pleasure to use.</p>
<p>Openness doesn&#8217;t always result in great end-user products. Look at many open source projects out there (I am talking about end-user products here, not server side marvels). How good is Linux? At the back-end, it is AWESOME. But for the end user, it is a pain in the rear. I&#8217;d put Android under the same category. It very much <a href="http://rajuv.com/2009/08/23/android-is-like-linux-excites-geeks-not-end-users/">excites geeks</a>, but is far from desirable, atleast to my taste (yes, I own an Android device but couldn&#8217;t use for more than a day).</p>
<p>This talk about not using a standard processor, not-replaceable battery etc&#8230;commmon. We are blaming Apple for creating a better product? Every single person who played with the iPad said it screams. Shouldn&#8217;t we blame other guys for not creating power efficient processors? We also blame them for closed AppStore etc. When Apple first said web apps will be the way to include third party apps on the iPhone, everyone panicked and asked Apple to open it up for developers. Two years and 140K apps later, we go back and scream that it is a closed platform and web apps are the way to go? That&#8217;s interesting.</p>
<p>For developers, I actually think iPhone/iPad platform is pretty open. Their APIs are pretty exhaustive and are improved constantly. I expect to see some innovative apps on the iPad. We have seen troubles with Android due to &#8216;openness&#8217; (available in n devices, by m carriers with x number of screen sizes and y number of configurations). <a href="http://eddiekim.posterous.com/my-android-app-sales-figures">Android Market app sales</a> talk for themselves. Contrast that with the <a href="http://larvalabs.com/blog/iphone/android-market-sales/">iPhone App sales</a>.</p>
<p>For end users, simplicity matters, a LOT. More than openness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2010/02/12/do-we-need-openness-for-our-toaster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google’s Disruption Leads to Commoditization</title>
		<link>http://www.rajuv.com/2009/11/04/google%e2%80%99s-disruption-leads-to-commoditization/</link>
		<comments>http://www.rajuv.com/2009/11/04/google%e2%80%99s-disruption-leads-to-commoditization/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 01:05:37 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://rajuv.com/?p=281</guid>
		<description><![CDATA[This is a post I wrote for CloudAve. I am including the entire post below. Bill Gurly wrote up a great piece on Google&#8217;s disruption in the navigation market. It is a great read to understand the impact Google&#8217;s new navigation &#8216;feature&#8217; will have in that market. &#8230; That’s right; Google will pay you to [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is a post I wrote for <a href="http://www.cloudave.com/link/google-s-disruption-leads-to-commoditization">CloudAve</a>. I am including the entire post below.</em></p>
<p>Bill Gurly wrote up a <a href="http://abovethecrowd.com/2009/10/29/google-redefines-disruption-the-%E2%80%9Cless-than-free%E2%80%9D-business-model/">great piece on Google&#8217;s disruption</a> in the navigation market. It is a great read to understand the impact Google&#8217;s new navigation &#8216;feature&#8217; will have in that market.</p>
<blockquote><p>&#8230;</p>
<p>That’s right; Google will pay you to use their mobile OS. I like to call this the “less than free” business model. This is a remarkable card to play. Because of its dominance in search, Google has ad rates that blow away the competition. To compete at an equally “less than free” price point, Symbian or windows mobile would need to subsidize. Double ouch!!</p></blockquote>
<p>When you have a hugely profitable business, it is relatively easy to disrupt adjacent businesses which will hugely impact other players focused in that market. Google&#8217;s model is not new. We have seen this before. Microsoft disrupted Netscape by simply offering the browser for free and even included it in their OS, essentially killing Netscape whose business model was to sell a browser. When the oxygen supply of a vendor is cut, their business has to change quickly or it eventually dies, as we have seen with Netscape. For Microsoft, Windows &amp; Office is their cash cow. They can afford to give away a browser with no impact to their bottom line. But in the marketplace, it commoditizes the browser and kills other vendors whose sole business is selling the browser (like Netscape). This is petty much what Google is doing in the Maps/Navigation market. As Bill mentioned, it will have a significant impact on vendors like Garmin, Tom Tom.</p>
<p>When you have one profitable business, it is not uncommon to give away something to disrupt adjacent markets. Apple, for example, focuses on selling hardware with software as a value-add to sell more hardware. When software is the value add, it can be cheaper than the other guys up north who solely rely on selling software. This kind of explains why the cost of <a href="http://www.9to5mac.com/snow_leopard_eats_windows_on_price">Windows 7 is so high compared to Snow Leopard</a>.</p>
<p>Google cannot continue disrupting all markets it enters. It needs to find alternative money making markets apart from search. If the search market gets very competitive (Bing?), it could spell disaster for Google&#8217;s core, cutting its oxygen supply. According to Eric Schmidt, <a href="http://news.cnet.com/8301-30685_3-10380917-264.html">Google Apps is the next big thing for Google</a>. How significant will Google Apps be to their bottom line is yet to be seen &#8211; especially considering how <a href="http://blogs.zoho.com/uncategorized/why-we-compete-with-google">low the margins are for business vendors</a> compared to vendors serving the consumer market.</p>
<p>This disruption game is interesting. Microsoft makes money from Office &amp; Windows and is trying to disrupt(?) search. Google is doing the opposite to Microsoft trying to disrupt(?) Microsoft with Google Apps &amp; Chrome OS. These are just two companies. When we look at the bigger picture, we see many companies disrupting each other to establish their presense with consumers and businesses.</p>
<p>No matter who disrupts whom, it is only good news for the end user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2009/11/04/google%e2%80%99s-disruption-leads-to-commoditization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connected car</title>
		<link>http://www.rajuv.com/2009/10/03/connected-car/</link>
		<comments>http://www.rajuv.com/2009/10/03/connected-car/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 21:42:25 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://rajuv.com/?p=95</guid>
		<description><![CDATA[I have long been waiting for a connected car &#8211; one that is connected to internet all the time (3G or EVDO or Wifi). Ideally it should include a Solid State Drive (Hard drives fail frequently due to motion) to store content (music, primarily). The idea is, my car should connect to my home WiFi [...]]]></description>
			<content:encoded><![CDATA[<p style="font:12px Helvetica;margin:0;">I have long been waiting for a connected car &#8211; one that is connected to internet all the time (3G or EVDO or Wifi). Ideally it should include a Solid State Drive (Hard drives fail frequently due to motion) to store content (music, primarily).</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">The idea is, my car should connect to my home WiFi network and Sync music from my iTunes (or whatever the music library is). I hate burning CDs and I am not a fan of sync on my iphone and then connecting it to the car as these things need cables.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">I finally achieved the first part &#8211; being connected on the go. First, I ordered a <a href="www.Sprint.com/mifi">Sprint Mifi</a><span style="font:12px Times;"><strong><em>. </em></strong></span>This is basically a WiFi access point at one end and on the other end, it is connected to the Sprint EVDO network. This way, I am always connected as long as there is a Sprint signal. Because it is a WiFi network within the car, all passengers in the car can now be connected to the same wireless network.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">One of the drawbacks of this device is the battery life which can only last for 4 hours. To have it permanently connected, I purchased a <a href="http://www.amazon.com/gp/product/B000QFNJXE/ref=ox_ya_oh_product">PowerLine Power Inverter</a>. This basically connects to the car charger on one end and on the other end, you can connect any device with the standard power outlet or even USB.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">A combination of connected power and connected internet makes my life better and the passengers happy.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Now, I am looking for ways to connect a hard drive to my car and sync it with my library.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2009/10/03/connected-car/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android is like Linux: Excites geeks, not end users</title>
		<link>http://www.rajuv.com/2009/08/23/android-is-like-linux-excites-geeks-not-end-users/</link>
		<comments>http://www.rajuv.com/2009/08/23/android-is-like-linux-excites-geeks-not-end-users/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 18:09:05 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://rajuv.wordpress.com/?p=92</guid>
		<description><![CDATA[There has been some good discussion around Android recently and Daring Fireball blog has some very good points on the opportunity Android has in the market. I 100% agree with him that iPhone needs competition. Unfortunately, the competition doesn&#8217;t look very good so far. While John Gruber makes a case where competition could exist if [...]]]></description>
			<content:encoded><![CDATA[<p>There has been some good discussion around Android recently and <a href="http://daringfireball.net/2009/08/the_android_opportunity">Daring Fireball blog</a> has some very good points on the opportunity Android has in the market.</p>
<p>I 100% agree with him that iPhone needs competition. Unfortunately, the competition doesn&#8217;t look very good so far. While John Gruber makes a case where competition could exist if executed right, I don&#8217;t see some one gaining significant share in the market, atleast in the short term.  iPhone seem to be couple of years ahead of competition in the market and so far, I still don&#8217;t see good competition for iPhone.</p>
<p>When hardware becomes a commodity, the value moves to the software. So the game suddenly shifts to the software vendor&#8217;s turf. Now, to provide better end user experience on an end user device like a phone, a vendor with expertise in both hardware and software has significant advantages in this market and there are not many vendors who do software and hardware and definitely not at the scale as Apple. This puts Apple much ahead of competition not just in the short term, but also in the long term. When they have a lead, it is tough to beat them, unless we see some blunders from them.</p>
<p>I love linux. As I geek, I spend lot of time with it and I don&#8217;t see how tens of thousands of companies (like Google) can survive without open source software like linux. That said, it is already known that Linux has not penetrated the desktop market as much as it penetrated the server market. Infact, I&#8217;ll go a step further and say that it is tough to find enough open source software with great UI/usability. On the other hand, more often than not, the server side stuff is pretty good for most of the popular open source software. I think this is true with Android. I played with it a bit and found similarities between Android and Linux (yes, it is the same core). Similar to Linux, Android has the same powerful stuff, but where it fails is the usability and the final touches it needs. I can never call any Linux software &#8216;pleasure to use&#8217; (yes, including Ubuntu), but I can say that after using a Mac, for example. As long as someone takes the user experience and user interface seriously, I think Android will face the same fate as Linux.</p>
<p>If a new phone has to compete with iPhone, it is not good enough if it is 10% better than iPhone. It has to be significantly better than the iPhone. If it comes with a smaller vendor, it going to get much tougher.</p>
<p>If there is one thing I&#8217;d like to see in Android (or linux), it is the improvements to the usabiltiy and UI of the entire OS. It looks crappy, atleast to my taste. Attention to the detail is very important and it has to be a please to use. Unless someone comes up with an OS that is good for end users, they&#8217;ll keep loosing against Apple. Phone is the device that stays with us longer than any other device. It is not good enough if it is functional. It has to be &#8216;please to use&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2009/08/23/android-is-like-linux-excites-geeks-not-end-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another reason to use Online Apps</title>
		<link>http://www.rajuv.com/2008/04/25/another-reason-to-use-online-apps/</link>
		<comments>http://www.rajuv.com/2008/04/25/another-reason-to-use-online-apps/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 03:38:46 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://rajuv.wordpress.com/?p=69</guid>
		<description><![CDATA[Here is another reason to use Online Apps.. For those who are heading to the US, here is a word of caution – the border agents can now search your laptop even without a cause. This follows a US Federal Appeals Court ruling, earlier this week, that agents at the border do not need any [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thehindubusinessline.com/2008/04/25/stories/2008042552280100.htm">Here is</a> another reason to use Online Apps..</p>
<blockquote><p>For those who are heading to the US, here is a word of caution – the border agents can now search your laptop even without a cause.</p>
<p>This follows a US Federal Appeals Court ruling, earlier this week, that agents at the border do not need any “reasonable suspicion” to search through travellers’ laptops.</p>
<p>In other words, computers are like any other luggage going through the border, and hence, subject to searches at US national borders and airports.</p></blockquote>
<p>More info <a href="http://www.thehindubusinessline.com/2008/04/25/stories/2008042552280100.htm">here</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2008/04/25/another-reason-to-use-online-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tata Bags Jaguar &amp; Land Rover</title>
		<link>http://www.rajuv.com/2008/03/26/tata-bags-jaguar-land-rover/</link>
		<comments>http://www.rajuv.com/2008/03/26/tata-bags-jaguar-land-rover/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 05:39:56 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rajuv.wordpress.com/?p=68</guid>
		<description><![CDATA[Today, Tata finished the acquisition of two major brands &#8211; Jaguar &#38; Land Rover &#8211; for $2.3Bn from Ford. That amount doesn&#8217;t seem a lot for some reason. On one side, Tata has the world&#8217;s cheapest car and now with this aquisition, they have a distribution network. It&#8217;ll be interesting to see how these brands [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Tata finished the acquisition of two major brands &#8211; Jaguar &amp; Land Rover &#8211; for $2.3Bn from Ford. That amount doesn&#8217;t seem a lot for some reason.</p>
<p>On one side, Tata has the world&#8217;s <a href="http://rajuv.com/2008/01/10/tata-nano-this-peoples-car-is-a-sure-winner/">cheapest car</a> and now with this aquisition, they have a distribution network. It&#8217;ll be interesting to see how these brands will emerge under Tata&#8217;s leadership.</p>
<p>This is the second acquisition for Tata in 2008 that ran over $1Bn. More info on their acquisitions <a href="http://www.rediff.com/money/2008/mar/26tata.htm">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2008/03/26/tata-bags-jaguar-land-rover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android vs iPhone: Who Will Win?</title>
		<link>http://www.rajuv.com/2008/03/15/android-vs-iphone-who-will-win/</link>
		<comments>http://www.rajuv.com/2008/03/15/android-vs-iphone-who-will-win/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 08:44:58 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rajuv.wordpress.com/?p=65</guid>
		<description><![CDATA[There has been some interesting predictions on Android outselling iPhone. While this is interesting, it is too early to call. The openness and free nature of Android will certainly make it very popular choice for most of the device manufacturers and carriers. But then, openness and flexibility doesn&#8217;t necessarily mean winning consumers. I can&#8217;t help [...]]]></description>
			<content:encoded><![CDATA[<p>There has been some interesting predictions on <a href="http://www.news.com/8301-10787_3-9894336-60.html">Android outselling iPhone</a>. While this is interesting, it is too early to call.</p>
<p>The openness and free nature of Android will certainly make it very popular choice for most of the device manufacturers and carriers. But then, openness and flexibility doesn&#8217;t necessarily mean winning consumers.</p>
<p>I can&#8217;t help but compare Android to Linux. Both are open and gives the flexibility to the user/manufacturers/carriers. Like Linux, I expect Android to gain huge traction and gain decent market share. But then on the negative side, like Linux, we probably will see several versions of Android floating around going forward with a layer of carrier/device specific versions confusing the end user.</p>
<p>Linux has gained good market share on the server side but failed to gain a decent share on the desktop. One of the key issue, according to me is the User Interface. A good user interface makes a HUGE difference in consumer apps. I think Linux lacks that. There are some versions better than other (Ubuntu?), but then, we cannot compare most of these with Mac or Windows.</p>
<p>I expect the same issue with Android. Unless there is a company who can focus on bringing innovation on the UI side for Android, I expect it to have the same fate as Linux on the desktop. Don&#8217;t get me wrong, I love linux, but to get mass adoption, it needs to get a new face, kind of like the Mac which is actually built on BSD. Google is a great company on the server side, but unlike Apple, their expertise is on the server side which doesn&#8217;t help Android much.</p>
<p>If there is good focus by vendors/manufacturers/carriers etc on the UI, Android can outsell iPhone. On the other hand, if<a href="http://www.news.com/8301-13953_3-9894180-80.html"> iPhone opens up their platform</a> (which is unlikely knowing Apple), it is going to be a totally different ball game. Even then iPhone will still have lots of other advantages with its integration with iTunes etc.</p>
<p>Android and iPhone are taking two different approaches in the mobile market. iPhone started as a consumer product and is now becoming a platform with the recent SDK release. Android is taking the opposite approach where it started as an open platform and is moving towards end user products. Who will win? My vote is on iPhone. What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2008/03/15/android-vs-iphone-who-will-win/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Could the fall in Indian Oursourcing lead to Innovation?</title>
		<link>http://www.rajuv.com/2008/03/01/could-the-fall-in-indian-oursourcing-lead-to-innovation/</link>
		<comments>http://www.rajuv.com/2008/03/01/could-the-fall-in-indian-oursourcing-lead-to-innovation/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:56:11 +0000</pubDate>
		<dc:creator>Raju Vegesna</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rajuv.wordpress.com/?p=64</guid>
		<description><![CDATA[Sramana Mitra has an interesting article on &#8220;The Coming Death Of Indian Outsourcing&#8220;. The death of this industry is far from anyone’s mind. However, the reality is that wages are rising in India. The cost advantage for offshoring to India used to be at least 1:6. Today, it is at best 1:3. Attrition is scary. [...]]]></description>
			<content:encoded><![CDATA[<p>Sramana Mitra has an interesting article on &#8220;<a href="http://www.forbes.com/home/enterprisetech/2008/02/29/mitra-india-outsourcing-tech-enter-cx_sm_0229outsource.html">The Coming Death Of Indian Outsourcing</a>&#8220;.</p>
<blockquote><p>The death of this industry is far from anyone’s mind.</p>
<p>However, the reality is that wages are rising in India. The cost advantage for offshoring to India used to be at least 1:6. Today, it is at best 1:3. Attrition is scary.</p>
<p>&#8230;.</p>
<p>Forbes recently published some scary statistics on wage inflation in India. (See  <a href="http://www.forbes.com/markets/2008/02/20/hewitt-india-salaries-markets-econ-cx_rd_0220markets01.html">&#8220;Indian Employees Enjoying Swift Pay Hikes.&#8221;</a>) Salaries rose 15.1% in 2007, up from 14.4% the previous year. The 2008 forecast: 15.2%. This would be the fifth consecutive year of salary growth above 10%.</p></blockquote>
<p>Raising salaries, falling dollar, raise in cost of living etc in India could hurt the outsourcing industry. Recently I was looking to buy a house in Hyderabad, India and it turns out it is cheaper to buy a house in Silicon Valley than to buy in India.</p>
<p>But then, in the long term, I see the fall of outsourcing industry in India as good news. It&#8217;ll pave the way for the new breed of innovation. India got a jumpstart with the outsourcing market. It now has a HUGE pool of resources to build on. If it can focus more on innovation and entrepreneurship instead of &#8216;outsourcing thinking&#8217;, it can turn itself into a new innovation powerhouse. I see this inevitable.</p>
<p>Time for India 2.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rajuv.com/2008/03/01/could-the-fall-in-indian-oursourcing-lead-to-innovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
