<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7745473</id><updated>2012-02-05T08:40:23.490-08:00</updated><title type='text'>Uday Subbarayan's Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default?start-index=101&amp;max-results=100'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>162</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7745473.post-3692112634327118583</id><published>2012-02-04T18:07:00.000-08:00</published><updated>2012-02-04T18:10:37.223-08:00</updated><title type='text'>Node.js</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Happy New Year - 2012!&lt;br /&gt;&lt;br /&gt;There are lots of optimism and hope for 2012 in the tech world compared to last few years. This optimism brings new energy and new energy brings new innovations. One of the new innovation that may become mainstream in 2012 is Node.js!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is Node.js?&lt;/b&gt;&lt;br /&gt;A new server-side web framework using JavaScript. It's a wrapper on top of v8.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is Node.js? (engineering&amp;nbsp;definition&amp;nbsp;from the web site)&lt;/b&gt;&lt;br /&gt;Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is the website for Node.js?&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.nodejs.org/"&gt;http://www.nodejs.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is v8?&lt;/b&gt;&lt;br /&gt;It's a JavaScript Engine from Google.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Where is v8 used?&lt;/b&gt;&lt;br /&gt;Google Chrome browser.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Who is the lead engineer for v8?&lt;/b&gt;&lt;br /&gt;Lars Bak&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Who is Lars Bak?&lt;/b&gt;&lt;br /&gt;He was a former Sun engineer and was the lead for Hotspot JVM. If you have to count the top 10 VM engineers in the world, it's safe to say that Lars will be one of them. His engineering track record speaks for it.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why do I think Node.js will succeed?&lt;/b&gt;&lt;br /&gt;1) Google's V8 JavaScript engine (Lars Bak + other engineers)&lt;br /&gt;2) Strong community&lt;br /&gt;3) JavaScript&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;What is the&amp;nbsp;use-case&amp;nbsp;of Node.js?&lt;/b&gt;&lt;br /&gt;Real-time communications in the web properties.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;How strong is the Node.js community?&lt;/b&gt;&lt;br /&gt;Very strong and is growing.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Is Node.js is just a framework or an ecosystem?&lt;/b&gt;&lt;br /&gt;Node.js is a framework and it has got a strong ecosystem around it. I mean the libraries.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;How big is the ecosystem?&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;a href="http://search.npmjs.org/#/_browse/all"&gt;http://search.npmjs.org/#/_browse/all&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;is the answer. You can see how many libraries are already available for Node.js.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to install programs in Node.js?&lt;/b&gt;&lt;br /&gt;NPM (Node Package Manager)&lt;br /&gt;&lt;a href="http://www.npmjs.org/"&gt;http://www.npmjs.org/&lt;/a&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Finally, Is Node.js competes or compliments Java?&lt;/b&gt;&lt;br /&gt;Currently, its a complimentary framework. If this momentum continues (JavaScript for both front end and back end), Node.js may become the Tier-1 in the server-side web computing. I don't think it will replace Java but clearly lot of other frameworks like PHP, Ruby, Python, etc will take a hit with the growth of Node.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Summary&lt;/b&gt;&lt;br /&gt;There are 2 factors that are highly influencing and favoring Node.js now.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;a) Server-side JavaScript framework&lt;/b&gt;&lt;br /&gt;The importance of JavaScript in the web computing is increasing on a daily basis and server-side JavaScript was discussed/debated for many years. Lack of good server&amp;nbsp;framework&amp;nbsp;made it challenge for JavaScript to succeed in&amp;nbsp;the&amp;nbsp;server side for long time and Node.js is the answer for it.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;b) Real-time communications&lt;/b&gt;&lt;br /&gt;In both side (consumer web &amp;amp; SaaS), there is a high demand for real time use cases and Node.js is becoming answer for it.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: red;"&gt;Do Yourself A Favor in 2012: Learn JavaScript!&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3692112634327118583?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3692112634327118583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3692112634327118583&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3692112634327118583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3692112634327118583'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2012/02/nodejs.html' title='Node.js'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5928643237984386901</id><published>2011-11-25T16:47:00.001-08:00</published><updated>2011-11-28T20:58:16.053-08:00</updated><title type='text'>Adobe Flash vs Apple Talk</title><content type='html'>Greetings. I hope my readers in USA had a great Thanksgiving and enjoyed the break.&lt;br /&gt;&lt;br /&gt;2011 is coming to an end. This is yet another interesting year for the computer industry. Industry will remember Dennis Ritchie and Steve Jobs for ever. 2011 will also be remembered for Flash vs HTML 5, thanks to mostly for Mr.Jobs.&lt;br /&gt;&lt;br /&gt;IMO, proprietary technologies can't win against open standards. I was with Sun for a decade and we often was told about TCP/IP vs other proprietary network stacks. I see that history is repeating itself this time for Adobe- Flash vs HTML 5.&lt;br /&gt;&lt;br /&gt;I read the famous blog by Steve Jobs- "&lt;a href="http://www.apple.com/hotnews/thoughts-on-flash/" target="_blank"&gt;Thoughts on Flash&lt;/a&gt;" several times. He is right. In fact when I was reading his blog, it&amp;nbsp;reminded&amp;nbsp;me of AppleTalk rather than Adobe Flash! It was Apple on the receiving end during the network stack evolution and AppleTalk is the proprietary network stack from Apple. AppleTalk &amp;amp; other proprietary network stack failed. TCP/IP won the battle, otherwise there is no Internet today.&lt;br /&gt;&lt;br /&gt;Basically Steve Jobs was telling the "inconvenient&amp;nbsp;truth" of proprietary technologies can't win against open standards to Adobe and the world. He is absolutely right. He is just telling his own experience with AppleTalk :-)&lt;br /&gt;&lt;br /&gt;The websites like Occupy Flash &lt;a href="http://www.blogger.com/(http://www.occupyflash.org/"&gt;(http://www.occupyflash.org/&lt;/a&gt;) is the just the&amp;nbsp;beginning. Next few years we will see more &amp;amp; more HTML 5 applications across the devices. It's funny that HTML 5 is not just bad for Adobe and even for Apple itself. Click &lt;a href="http://techcrunch.com/2011/06/07/ft-bypasses-apples-itunes-launches-html5-web-app-free-access-first-week/" target="_blank"&gt;here&lt;/a&gt; to see how Financial Times bypassed Apple Store with a HTML 5 app.&lt;br /&gt;&lt;br /&gt;I have got great respect for both Adobe and Apple. They have got some great engineers and consistently delivered some innovative products for the last 2 decades. We all remember Apple for the best computing experience. But please don't forget that it was the Flash which gave the best web experience. (Do you use YouTube?)&lt;br /&gt;&lt;br /&gt;The end of Flash doesn't mean end of Adobe. If Adobe embraces HTML 5 and Adobe can become the Apple of "Front-end Web". Adobe knows what it means to deliver high&amp;nbsp;performance&amp;nbsp;RIA over the web. It's just the game got changed- instead of Flash it should be HTML 5.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;AppleTalk&lt;/b&gt;&lt;br /&gt;For reference: Apple Talk is the TCP/IP equivalent of Apple's proprietary network stack.&amp;nbsp;Mac OS X v10.5 was the last Apple OS to support AppleTalk and is now history. I don't have any experience with Apple Talk and can't talk about the technology. The following is the table from Wikipedia describing the implementation of Apple Talk. I am sure Apple might have leveraged some of the investments here to their TCP/IP stack for MacOS but still it's waste of resource &amp;amp; time on a proprietary network stack that failed against TCP/IP.&lt;br /&gt;&lt;br /&gt;&lt;table class="wikitable" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-collapse: collapse; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; color: black; font-family: sans-serif; font-size: 13px; line-height: 19px; margin-bottom: 1em; margin-left: 0px; margin-right: 1em; margin-top: 1em;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th style="background-attachment: initial; background-clip: initial; background-color: #f2f2f2; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; text-align: center;"&gt;OSI Model&lt;/th&gt;&lt;th style="background-attachment: initial; background-clip: initial; background-color: #f2f2f2; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; text-align: center;"&gt;Corresponding AppleTalk layers&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Application_layer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Application layer"&gt;Application&lt;/a&gt;&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Apple_Filing_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Apple Filing Protocol"&gt;Apple Filing Protocol&lt;/a&gt;&amp;nbsp;(AFP)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Presentation_layer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Presentation layer"&gt;Presentation&lt;/a&gt;&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Apple_Filing_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Apple Filing Protocol"&gt;Apple Filing Protocol&lt;/a&gt;&amp;nbsp;(AFP)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Session_layer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Session layer"&gt;Session&lt;/a&gt;&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;Zone Information Protocol (&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Zone_Information_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Zone Information Protocol"&gt;ZIP&lt;/a&gt;)&lt;br /&gt;AppleTalk Session Protocol (ASP)&lt;br /&gt;AppleTalk Data Stream Protocol (ADSP)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Transport_layer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Transport layer"&gt;Transport&lt;/a&gt;&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;AppleTalk Transaction Protocol (ATP)&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/AppleTalk_Echo_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="AppleTalk Echo Protocol"&gt;AppleTalk Echo Protocol&lt;/a&gt;&amp;nbsp;(AEP)&lt;br /&gt;Name Binding Protocol (&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Name_Binding_Protocol#Name_Binding_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Name Binding Protocol"&gt;NBP&lt;/a&gt;)&lt;br /&gt;Routing Table Maintenance Protocol (RTMP)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Network_layer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Network layer"&gt;Network&lt;/a&gt;&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;Datagram Delivery Protocol (&lt;a href="http://en.wikipedia.org/wiki/Datagram_Delivery_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Datagram Delivery Protocol"&gt;DDP&lt;/a&gt;)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Data_link_layer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Data link layer"&gt;Data link&lt;/a&gt;&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;EtherTalk Link Access Protocol (ELAP)&lt;br /&gt;LocalTalk Link Access Protocol (LLAP)&lt;br /&gt;TokenTalk Link Access Protocol (TLAP)&lt;br /&gt;Fiber Distributed Data Interface (&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/FDDI" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="FDDI"&gt;FDDI&lt;/a&gt;)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Physical_layer" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Physical layer"&gt;Physical&lt;/a&gt;&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em;"&gt;&lt;a href="http://en.wikipedia.org/wiki/LocalTalk" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="LocalTalk"&gt;LocalTalk&lt;/a&gt;&amp;nbsp;driver&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Ethernet" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ethernet"&gt;Ethernet&lt;/a&gt;&amp;nbsp;driver&lt;br /&gt;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/IBM_token_ring" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="IBM token ring"&gt;Token Ring&lt;/a&gt;&amp;nbsp;driver&lt;br /&gt;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/FDDI" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="FDDI"&gt;FDDI&lt;/a&gt;&amp;nbsp;driver&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;b&gt;Summary&lt;/b&gt;&lt;br /&gt;Adobe Flash is the new Apple Talk. HTML 5 is the new TCP/IP. If Adobe wants to be the leader in the front-end web, it should fully embrace HTML 5 and should build a open standards based web browser with full duplex asynchronous communication for Rich Internet Applications!&lt;br /&gt;&lt;br /&gt;Happy Holidays. Stay Safe. Stay Warm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5928643237984386901?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5928643237984386901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5928643237984386901&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5928643237984386901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5928643237984386901'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2011/11/adobe-flash-vs-apple-talk.html' title='Adobe Flash vs Apple Talk'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8308564793228481971</id><published>2011-10-30T09:38:00.000-07:00</published><updated>2011-10-30T09:47:12.516-07:00</updated><title type='text'>Senior Software Engineer - Web GUI Framework</title><content type='html'>Greetings.&lt;br /&gt;&lt;br /&gt;We are a stealth mode Silicon Valley cloud startup in the engineering domain, doing 3D graphics over the web. We are looking for a lead Web GUI engineer and pl find the job description below.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Referral Fee&lt;/b&gt;: Company is&amp;nbsp;offering $2K, if the candidate is hired. If interested, pl email me: uday.s@comcast.net&lt;br /&gt;&lt;h3&gt;&lt;span style="color: #0070c0; font-family: Arial, sans-serif; font-size: 16pt;"&gt;Responsibilities&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Thisis a ground floor opportunity to make a great impact to the product and companyto build the modern Web 2.0 style GUI framework that will be used by highprofile customers worldwide on everyday basis over the cloud. This is a hands-onposition to design and build the modern Web GUI using the latest Web 2.0 styletechnologies on top of JVM.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpFirst" style="mso-list: l1 level1 lfo1; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 11pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Designand build a web scale GUI framework on top of our back end platform with strongfocus on ease of use for product features&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 11pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l1 level1 lfo1; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 11pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Workclosely with graphics engineers to deliver high performance 3D graphics usingthis web framework.&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 11pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l1 level1 lfo1; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 11pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Workclosely with our back end Java server team to use the REST API for datamanagement.&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 11pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpLast" style="mso-list: l1 level1 lfo1; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 11pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Requiredto quickly translate product UI requirements into prototypes and followed byproduction quality web GUI.&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 11pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;h3&gt;&lt;span style="color: #0070c0; font-family: Arial, sans-serif; font-size: 16pt;"&gt;Requirements&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="MsoListParagraphCxSpFirst" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Strong desire to workfor a dynamic silicon valley startup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;At least one publiclydemonstrable product experience in building Web GUI. (URL preferred to studythe design)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Passionate about deliveringthe best possible user experience to millions of users worldwide over the cloud&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Very strong Java web softwaredevelopment experience on top of web containers like Apache Tomcat with deepexperience in REST API, HTTP internals and web scale needs for the GUI.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Distributed sessionmanagement in the cloud environment and exposure to load balancers like HAProxy.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Previous experiencein building web GUI using frameworks like Google Web Toolkit (GWT), ApacheWicket, Play Framework, Spring MVC, Struts, etc. is needed&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Expert-levelknowledge of HTML 5, XML, JavaScript, JSON, CSS, XSL, XSLT, JQuery, node.js andother Web 2.0 technologies.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Exposure to Flash(specifically Stage 3D), WebGL and other 3D graphics frameworks are strongpluses.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Experience with toolslike Google UI Designer or Google Plugin for Eclipse and participation inusability studies are pluses.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Strong objectoriented design, development and programing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Experience in workingwith cross-functional teams and ability to establish strong workingrelationships with remote colleagues&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo2; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol; font-size: 14pt;"&gt;·&lt;span style="font: normal normal normal 7pt/normal 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt;"&gt;Strong verbal andwritten communication skills&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: Arial, sans-serif; font-size: 14pt; text-indent: -34px;"&gt;BS/MS in ComputerScience or related degrees&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8308564793228481971?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8308564793228481971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8308564793228481971&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8308564793228481971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8308564793228481971'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2011/10/senior-software-engineer-web-gui.html' title='Senior Software Engineer - Web GUI Framework'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6584997487365496444</id><published>2011-08-14T08:55:00.000-07:00</published><updated>2011-08-14T10:59:39.679-07:00</updated><title type='text'>Back to School : Let's Make it Important</title><content type='html'>Greetings to my readers. I hope you all are having great summer.&lt;br /&gt;&lt;br /&gt;I generally focus on my blog about some specific technology and this time is an exception. So, I will make it very short.&lt;br /&gt;&lt;br /&gt;It's about "shortage of engineers" in Silicon Valley.&lt;br /&gt;&lt;br /&gt;We are living in an interesting time- so many things are going at the macro level. But an interesting fact is that one side there is a high unemployment rate in America and on the other side here in Silicon Valley, there is not enough engineers to work on the cutting edge product developments!&lt;br /&gt;&lt;br /&gt;Why?&lt;br /&gt;It's the lack of focus on education. It's the lack of focus on math &amp;amp; science. It's the willingness to even outsource innovation! This is not good. We need to go back to the basics and get the kids to focus on education. Yes, I mean math &amp;amp; science. It's hard. But the benefits are also high.&lt;br /&gt;&lt;br /&gt;Take a look at this job opening posted yesterday by a startup in San Mateo. $150K base salary for a senior mobile engineer! Doesn't this number is attractive?&lt;br /&gt;&lt;a href="http://sfbay.craigslist.org/pen/eng/2544896729.html"&gt;http://sfbay.craigslist.org/pen/eng/2544896729.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can see on everyday basis how many engineering jobs are posted here!&lt;br /&gt;&lt;a href="http://sfbay.craigslist.org/eng/"&gt;http://sfbay.craigslist.org/eng/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you have an iPhone, you will see the following statement on the back side-&lt;br /&gt;"Designed by Apple in California. Assembled in China".&lt;br /&gt;&lt;br /&gt;Imagine if the current trend of lack of focus on education in US continues for a long time, what will happen to the above statement?&lt;br /&gt;&lt;br /&gt;If you a see kid going to school next week, ask him/her:&lt;br /&gt;-focus on school/education&lt;br /&gt;-focus on math &amp;amp; science&lt;br /&gt;-encourage him to work hard.&lt;br /&gt;&lt;br /&gt;There is absolutely nothing wrong in working hard to excel in math &amp;amp; science. Our kids should know about it.&lt;br /&gt;&lt;br /&gt;Have a great rest of the summer.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6584997487365496444?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6584997487365496444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6584997487365496444&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6584997487365496444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6584997487365496444'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2011/08/back-to-school-lets-make-it-important.html' title='Back to School : Let&apos;s Make it Important'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6947576378259888539</id><published>2011-02-06T20:10:00.000-08:00</published><updated>2011-02-06T21:30:04.756-08:00</updated><title type='text'>Why PHP is succeeding in web 2.0?</title><content type='html'>IMO, there are 3 key reasons:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Apache web server&lt;/li&gt;&lt;li&gt;Developer community&lt;/li&gt;&lt;li&gt;Performance&lt;/li&gt;&lt;/ol&gt;It may be ironic to write this blog as a strong advocate of Java for more than a decade but the truth is that PHP is succeeding in the web, especially in the 2nd generation web computing. I accept it. I am coding PHP and have 2 PHP books. Do I like the language semantics? Well, it can be improved little bit more and doesn't match Java quality :-) But PHP got all the goodies to build a rich web app.&lt;br /&gt;&lt;br /&gt;In a very broader context, we have 3 technology stacks:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Java&lt;/li&gt;&lt;li&gt;LAMP&lt;/li&gt;&lt;li&gt;.NET&lt;/li&gt;&lt;/ol&gt;I am leaving out #3 as this is not very relevant in the modern web computing architecture. It's mostly for internal IT applications. I am seeing some traction for Scala(as it runs on JVM) and also the some flavors of Ruby &amp;amp; Python. But not going to discuss them as the focus here is about PHP.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Web 1.0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The birth of Java &amp;amp; commercial Web 1.0 was nearly happened at the same time and brilliant engineers of Sun Microsystems was able to make Java as the defacto standard for web with some key inventions like Servlets, JSP, JDBC, JMS and the container model for building &amp;amp; deploying apps. Also, not to forget the external contributions like struts framework, various Apache products, etc.&lt;br /&gt;&lt;br /&gt;So, Java model was a super fit for the 3 tier web 1.0 architecture-&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Webserver - for static content&lt;/li&gt;&lt;li&gt;Appserver - for business logic&lt;/li&gt;&lt;li&gt;RDBMS - for data storage&lt;/li&gt;&lt;/ol&gt;Time moves on. Technology evolves. Architecture model changes. Business requirements changes. Scale became an important factor in the web 2.0 for obvious reasons like broadband, #of users, more devices, etc.&lt;br /&gt;&lt;br /&gt;Java also evolves. I admit that it doesn't evolve as quickly in the front end web app domain compared to PHP. Java is heavily used in building the back end infrastructure and even data frameworks like Hadoop are written in Java. Java is still a major force in the web architecture and will continue to be...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Web 2.0&lt;/span&gt;&lt;br /&gt;The question here is why PHP succeeding in Web 2.0?&lt;br /&gt;In the web2.0 type architecture, there is no clear separation of web server &amp;amp; app server. The static content is mostly served by CDN. Then data is brought closer to the app tier using memcache for performance. So, the architecture is 2 tier: webserver + data storage.&lt;br /&gt;&lt;br /&gt;So in this 2 tier architecture model, PHP makes perfect sense as it runs inside the Apache itself as a module. This completely eliminates the need to have a separate tier for business logic for the web app.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Apache web server is a high performance engine. Also it's a modular architecture- we can add modules based on demand. So this is a natural choice for most.&lt;/li&gt;&lt;li&gt;Then having PHP running inside Apache itself as a module helps to deploy the complete app inside the Apache and avoids yet another layer + network hop. This gives good performance.&lt;/li&gt;&lt;li&gt;Like Java, PHP also has a great developer community. Once you have the mass, you will get lot's of support + rich libraries.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;In a nutshell, supper rich PHP web app can be built &amp;amp; deployed on high performance Apache web server itself. Then for any back end processing, Java is a great match with REST API.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Summary&lt;/span&gt;&lt;br /&gt;If you are starting to build a scalable web application, think PHP! If you have any scalable concerns, think whether your app is bigger than Facebook or Zynga! I love to hear it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6947576378259888539?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6947576378259888539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6947576378259888539&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6947576378259888539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6947576378259888539'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2011/02/why-php-is-succeeding-in-web-20.html' title='Why PHP is succeeding in web 2.0?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3228156706219740176</id><published>2011-01-09T08:32:00.000-08:00</published><updated>2011-01-09T10:28:41.773-08:00</updated><title type='text'>Impact of Mobile Computing on the Web.</title><content type='html'>The short answer is "client/server" model again.&lt;br /&gt;&lt;br /&gt;There is no question that both smart phones &amp;amp; tablets will become (if not already) important devices across the age groups in both personal &amp;amp; business use for web computing. There was a joke last week that during CES there was more tablets than taxis in Las Vegas! The limited real estate in these devices has happily brought back the "client apps" on the web. The "app stores" are basically AOL and only difference is the input: touch computing.&lt;br /&gt;&lt;br /&gt;Is client/server model is good?&lt;br /&gt;-Probably not.&lt;br /&gt;&lt;br /&gt;Why?&lt;br /&gt;-closed model&lt;br /&gt;&lt;br /&gt;How is client/server model is not good?&lt;br /&gt;-Dependency on the OS&lt;br /&gt;-Developing open/open source tools for development will be challenging&lt;br /&gt;-Potential to hijack even HTTP&lt;br /&gt;-Information sharing may become challenging&lt;br /&gt;-Basically this mobile apps concept will eventually be pushed back to the main-computer-web(already!) to enable vendor lock-in&lt;br /&gt;&lt;br /&gt;Remember client/server 1.0? Remember the challenges?&lt;br /&gt;&lt;br /&gt;It may be an accident but the 2 virtual machines with a open protocol made the commercial web 1.0 possible &amp;amp; viable.&lt;br /&gt;-Browser on the client; Make the OS irrelevant for the end users&lt;br /&gt;-JVM on the server; Make the OS irrelevant for the developers&lt;br /&gt;-HTTP; Open &amp;amp; simple protocol&lt;br /&gt;&lt;br /&gt;I agree that it is a challenge to use web browsers on the smart phones. We need apps.&lt;br /&gt;&lt;br /&gt;So, the question is how do we develop apps across different OS? We need a virtual layer like JVM for the client OS. One option is take the VM concept from Java and port it to browsers. So the browser becomes the platform to run apps. This model of developing apps on top of browser already exists in Firefox for developing plugins/extensions- check out XPCOM. (Cross Platform Component Object Model) XPCOM has it's own complexity problem. I am just referring it as a model. A model something like this one has to be enriched/enhanced to make it as a true platform to run cross platform mobile apps.&lt;br /&gt;&lt;br /&gt;This type of model will allow open competition and innovation. The innovation will happen not only in the mobile apps on client devices but also in the server land for the "attach rate".&lt;br /&gt;&lt;br /&gt;We need open mobile platform to avoid lock-ins.&lt;br /&gt;&lt;br /&gt;Happy New Year-2011.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3228156706219740176?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3228156706219740176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3228156706219740176&amp;isPopup=true' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3228156706219740176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3228156706219740176'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2011/01/impact-of-mobile-computing-on-web.html' title='Impact of Mobile Computing on the Web.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3735723811481955851</id><published>2010-09-20T21:32:00.000-07:00</published><updated>2010-09-20T21:37:21.747-07:00</updated><title type='text'>Mobile App Revolution</title><content type='html'>I recently read an article about the mobile application ecosystem revolution. I forgot the source and here is it-&lt;br /&gt;&lt;br /&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;100 million smart phones      sold last year.&lt;/li&gt;&lt;li class="MsoNormal"&gt;Much more than 250 million smart phones will be sold next year.&lt;/li&gt;&lt;li class="MsoNormal"&gt;More than a billion smart phones will be sold annually within ten years.&lt;/li&gt;&lt;li class="MsoNormal"&gt;That’ll mean an      installed customer base of two billion people using smart phones and the      apps that run on them by the year 2020.&lt;/li&gt;&lt;li class="MsoNormal"&gt;Those two billion      customers will be using dozens if not hundreds of apps each every year.&lt;/li&gt;&lt;li class="MsoNormal"&gt;That means we’re      talking about &lt;span style="font-weight: bold;"&gt;several hundred billion different apps&lt;/span&gt; being &lt;span style="font-weight: bold;"&gt;consumed every      year&lt;/span&gt; within a decade from now.&lt;/li&gt;&lt;/ul&gt;WOW!&lt;br /&gt;&lt;br /&gt;There is no need to talk about the web infrastructure opportunities in the app server &amp;amp; database space.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3735723811481955851?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3735723811481955851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3735723811481955851&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3735723811481955851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3735723811481955851'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/09/mobile-app-revolution.html' title='Mobile App Revolution'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-950780481254285468</id><published>2010-07-31T08:42:00.001-07:00</published><updated>2010-07-31T09:49:56.751-07:00</updated><title type='text'>What is Map-Reduce(Hadoop) Programming?</title><content type='html'>I hope you all having a great summer. It's a cool-summer here in Silicon Valley.&lt;br /&gt;&lt;br /&gt;I am sure by this time you came across "map-reduce programming" or at-least "Hadoop" framework. If not, do yourself a favor- search on Google for Hadoop. I also have an introduction about Hadoop &lt;a href="http://uds-web.blogspot.com/2010/02/what-is-hadoop.html"&gt;here.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The "map-reduce" is the fundamental algorithm in the Hadoop framework for processing big-data. I came across a very simple explanation in one of the presentation and this is mostly self-explanatory.&lt;br /&gt;&lt;br /&gt;Pl take a look at this picture below:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_HlYeqMZx1pg/TFRGtMNGauI/AAAAAAAAAaE/XlRKO-w6eI4/s1600/Picture+23.png"&gt;&lt;img style="cursor: pointer; width: 200px; height: 104px;" src="http://1.bp.blogspot.com/_HlYeqMZx1pg/TFRGtMNGauI/AAAAAAAAAaE/XlRKO-w6eI4/s200/Picture+23.png" alt="" id="BLOGGER_PHOTO_ID_5500098787110447842" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;There are 2 machines which has big-data. It's mapped into key-value pair. Then do a map at the local machines.&lt;br /&gt;&lt;br /&gt;Next step is the merging of these separate sets of key-value pair. This step involves global shuffle and followed by local sort. Then it make sense to remove the duplicate keys at the local machines. The result is ready for processing by HDFS. This is the 1st part of Hadoop processing of big data. The next &amp;amp; last step is the actual processing of data in HDFS. HDFS is an interesting user-level distributed file system. I will explain about the internals of HDFS in my next blog. The complete Hadoop framework is written in Java.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-950780481254285468?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/950780481254285468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=950780481254285468&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/950780481254285468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/950780481254285468'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/07/what-is-map-reducehadoop-programming.html' title='What is Map-Reduce(Hadoop) Programming?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_HlYeqMZx1pg/TFRGtMNGauI/AAAAAAAAAaE/XlRKO-w6eI4/s72-c/Picture+23.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5414715123786314608</id><published>2010-04-30T16:07:00.000-07:00</published><updated>2010-05-05T11:03:52.566-07:00</updated><title type='text'>Architecture &amp; Use-case</title><content type='html'>&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;"Technology looking for a Problem" or "Boiling the Ocean" !!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;How many times we heard these 2 statements in the computer industry? It's more common in the startup world.&lt;br /&gt;&lt;br /&gt;What is the fix? The short answer is "a use-case".&lt;br /&gt;&lt;br /&gt;Let's take a look at 2 examples:&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;[1] Java --&gt; "Fix C++ complexity"&lt;/span&gt;&lt;br /&gt;Nearly 20 years back, the great engineers of Sun(&lt;a href="http://arnosoftwaredev.blogspot.com/2005/01/who-on-earth-is-patrick-naughton.html"&gt;Patrick Naughton&lt;/a&gt;, James Gosling, Bill Joy and many others) did not like the complexity of C++ programing language. They went &amp;amp; solved their own problem. The result is Java. (Click on Naughton's link to read about why even Java born!)&lt;br /&gt;&lt;br /&gt;Like them, there were million other engineers hated C++ complexity. So they joined the party with Java. This resulted in massive success of Java. Rest is history.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;[2]Hadoop --&gt;"Write once-read many times"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Google had a problem with big  data. There was no solution available. They built map/reduce, GFS to solve their problem and published a paper about it. Yahoo had the same problem. Doug Cutting designed &amp;amp; built Hadoop. Then there are 1000 other companies are having the same problem. The result is success of Hadoop.&lt;br /&gt;&lt;br /&gt;If we look at these 2 examples,&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Use case is obvious (C++ complexity OR write once-read many times)&lt;/li&gt;&lt;li&gt;No solution available to solve this problem&lt;/li&gt;&lt;li&gt;Many people has the same problem&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;The end result is obvious- "success". That simple- plain simple English!&lt;br /&gt;&lt;br /&gt;It's very critical to have a clear understanding of at-least "one use-case" before designing new products. If not, it will end up either looking for a problem or let's boil the ocean type solution in 1.0 time.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5414715123786314608?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5414715123786314608/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5414715123786314608&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5414715123786314608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5414715123786314608'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/04/architecture-use-case.html' title='Architecture &amp; Use-case'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-1062780993097746687</id><published>2010-04-23T10:06:00.001-07:00</published><updated>2010-04-23T11:02:18.490-07:00</updated><title type='text'>2-Tier Web Architecture</title><content type='html'>The web architecture is changing for many reasons- read/write, high volume of data, more devices, mobile, etc. The good news is that it's changing in a simple direction.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 102); font-weight: bold;"&gt;We all know about this 3-tier web architecture:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;                        Web Server&lt;br /&gt;                               |&lt;br /&gt;                       App Server&lt;br /&gt;                               |&lt;br /&gt;                           Database&lt;br /&gt;&lt;br /&gt;Web Server: To serve static contents&lt;br /&gt;App Server: To run business logic&lt;br /&gt;Database :  To store data. (SAN/NFS for storage)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 102); font-weight: bold;"&gt;What is the problem with this architecture?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Web Server:&lt;/span&gt; CDN now does this work. The static requests doesn't (mostly) come to the origin datacenter.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;App Server:&lt;/span&gt; It itself complex piece of sw. I remember counting 50+ modules in an app server. It ran fine on vertically scalable machines like Sun E10K. How many companies are buying these machines to run app servers? It's challenging to horizontally scale on small machines based on-demand.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Databases:&lt;/span&gt; Good for consistency with always-read applications and is still good. Scaling is challenge. Disk IO is expensive. Always-write is challenging with RDBMS. Pl read Amazon's Dynamo paper for details.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 102); font-weight: bold;"&gt;So, what is the new web architecture?&lt;/span&gt;&lt;br /&gt;It's a 2 tier. You punt one layer to CDN at the top and run your database in memory at the bottom.&lt;br /&gt;&lt;br /&gt;Here is the new architecture-&lt;br /&gt;&lt;br /&gt;             Web(App) Server&lt;br /&gt;                     |&lt;br /&gt;             Memcached&lt;br /&gt;&lt;br /&gt;Tier-1: It handles HTTP connection + runs the business logic. Example- Apache +PHP or Jetty.&lt;br /&gt;Tier-2: It's memcached supported by a datastore at the back end. The datastore can be MySQL-type or Cassandra-type NoSQL. (You may also want to read Stanford's RAM Cloud paper)&lt;br /&gt;&lt;br /&gt;This is the change:&lt;br /&gt;CDN is the new web server.&lt;br /&gt;App Server is the new web server.&lt;br /&gt;MemcacheD is the new database.&lt;br /&gt;RDBMS is the new disk.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 102); font-weight: bold;"&gt;Let's expand the above picture with a network diagram:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;                     Round-robin DNS&lt;br /&gt;                                    |&lt;br /&gt;                ----------------------------&lt;br /&gt;              |&lt;br /&gt;             HAProxy#1   ......                       HA Proxy #n&lt;br /&gt;                |&lt;br /&gt;              -------------------------------------&lt;br /&gt;                                   |&lt;br /&gt;                Web(App)Server Farm&lt;br /&gt;                                   |&lt;br /&gt;                   MemcachedD Farm&lt;br /&gt;                                   |&lt;br /&gt;                   Stroage(DB/FileSystem/Disk)&lt;br /&gt;&lt;br /&gt;Is this architecture works for all web applications?&lt;br /&gt;Not-necessarily.&lt;br /&gt;&lt;br /&gt;You may still need to execute range query against RDBMS. You may still need the consistency. You may still need App Server- RDBMS transactions. Your engineers may not be comfortable writing code close to the metal. But high performance web is clearly moving to some sort of this 2-tier architecture.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 102); font-weight: bold;"&gt;Summary&lt;/span&gt;&lt;br /&gt;Last week here in Sunnyvale, Amazon CTO made a comment in AWS event and that summarizes the new architecture well: "For 90% use cases we use key-value store and for remaining 10% we use RDBMS".&lt;br /&gt;&lt;br /&gt;If your application is complex than Amazon.com and gets more traffic than Amazon.com, then you may want to continue with 3-tier architecture!!! If not, think about the future with 2-tier architecture.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-1062780993097746687?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/1062780993097746687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=1062780993097746687&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/1062780993097746687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/1062780993097746687'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/04/2-tier-web-architecture.html' title='2-Tier Web Architecture'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-392849704927976817</id><published>2010-04-19T08:44:00.001-07:00</published><updated>2010-04-19T09:14:22.537-07:00</updated><title type='text'>HTML5 vs Flash!</title><content type='html'>This morning I saw the Adobe CEO Shantanu's interview in GiGaOM &lt;a href="http://gigaom.com/2010/04/19/adobe-ceo-has-his-own-reality-distortion-field/"&gt;here&lt;/a&gt; and thought of writing a short blog about my opinion about Flash vs HTML-5.&lt;br /&gt;&lt;br /&gt;Note: I like both A's. (Apple &amp;amp; Adobe). I use everyday PDF on my Mac. So, I have no bias towards either company.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 102); font-weight: bold;"&gt;Flash vs HTML-5.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Let's take a look at some facts. We should leave both A's out and just look at the history &amp;amp; consumers.&lt;br /&gt;&lt;br /&gt;[a] Consumers don't care about whether it's Flash or HTML5 in their devices. Simply because they don't know about it. (ask your grandma if you are not sure!) They just need a good viewing experience.&lt;br /&gt;&lt;br /&gt;[b]From history book: Open Standard vs Proprietary Technology- Open Standard always wins.&lt;br /&gt;Let's take an interesting example. Now Apple fights a proprietary technology(Flash) with a open standard.(HTML5). But in the past, it was other way around- AppleTalk vs TCP/IP.&lt;br /&gt;&lt;br /&gt;"AppleTalk is a proprietary suite of protocols developed by Apple Inc. for networking computers. It was included in the original Macintosh  released in 1984, and is now unsupported with the release of Mac OS X v10.6 in 2009[1]  in favor of TCP/IP networking." - Wikipedia&lt;br /&gt;&lt;br /&gt;It's not just AppleTalk &amp;amp; there were other proprietary standards like IPX/SPX, etc are also out. Today the internet runs on top of TCP/IP. Imagine, if we still have all those proprietary networking protocols...my Mac can't talk to your Windows!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 102);"&gt;Summary&lt;/span&gt;&lt;br /&gt;Proprietary standards are mostly like driving car by looking at the rear-view mirror and open standards are driving car by looking at the road ahead. As I said before &lt;a href="http://uds-web.blogspot.com/2010/03/6-most-important-technologies-for-next.html"&gt;here&lt;/a&gt;, HTML 5 is one of the  most important next generation web technology and it will eventually become mainstream.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-392849704927976817?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/392849704927976817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=392849704927976817&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/392849704927976817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/392849704927976817'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/04/html5-vs-flash.html' title='HTML5 vs Flash!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3374971957993809079</id><published>2010-03-18T12:02:00.000-07:00</published><updated>2010-04-18T10:28:34.343-07:00</updated><title type='text'>Software Product &amp; Customer Values</title><content type='html'>I learned a simple graph in the past about product features &amp;amp; value to the customers. I would like to share it with you.  This blog entry may look "obvious" but over &amp;amp; over how many complex software products are introduced into the marketplace? (&amp;amp; failed miserably)&lt;br /&gt;&lt;br /&gt;Why?&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;Let's take a look at this simple graph:&lt;/span&gt;(click/right click to view it)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_HlYeqMZx1pg/S8snoEGZvgI/AAAAAAAAAYw/7kWrTrqG01s/s1600/sw.001.jpg"&gt;&lt;img style="cursor: pointer; width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_HlYeqMZx1pg/S8snoEGZvgI/AAAAAAAAAYw/7kWrTrqG01s/s200/sw.001.jpg" alt="" id="BLOGGER_PHOTO_ID_5461502542365703682" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;We design a new software product based on some facts, some assumptions, some technical innovation and big assumption is that it will make ton of $. ( This blog is not applicable to eyeballs, VC$ is the source of revenue, grow big, don't worry about making $ and eventually bought by Google type websites!)&lt;br /&gt;&lt;br /&gt;In the beginning, the value to customers increases linearly with the product features.(It should, otherwise it's a false start!) Then it stops at some point. After that it's flat - we keep adding new features to the product but it doesn't increase value to the customers. The interesting thing is that after some time, the worse thing starting to happen...the value starts to goes down with new features! The complexity starts the moment when there is no value increase with new features.&lt;br /&gt;&lt;br /&gt;The result of complexity for customers are-&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Months to install &amp;amp; configure the product&lt;/li&gt;&lt;li&gt;Needs professional  support, professional service, professional x, y &amp;amp; z to keep it  running &lt;/li&gt;&lt;/ul&gt; The product may still be selling but it may end up shelf-ware sale! Finally products gets its result- EOL!&lt;br /&gt;&lt;br /&gt;The product team may think that there are still new features that they think is useful to the customers. One of the option is to build a new product instead of keep adding features to an existing product. OR at-least create a next generation of old product.&lt;br /&gt;&lt;br /&gt;The best example is Apple: Mac, iPod, iPhone, iPad. The underlying platform is same but they are not bundling into 1 big product. Separate products for separate customers for separate markets.&lt;br /&gt;&lt;br /&gt;It's easy to say that these 2 are the most important criteria but to know these 2 requires deep  domain/technical expertise + deep insight into customer environment/problems.&lt;br /&gt;[a] Tipping point in the graph&lt;br /&gt;[b] Number of customers who need this product @1&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 102);"&gt;Summary&lt;/span&gt;&lt;br /&gt;The rate of success of the software product is directly proportional to the size of the circle in the graph.&lt;br /&gt;&lt;br /&gt;It's the reason that I strongly believe that business team(product management, marketing, sales) input to the product is very valuable &amp;amp; should be continuous.&lt;br /&gt;&lt;br /&gt;In the end, it's the customers who will tell us whether the product is good or not.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3374971957993809079?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3374971957993809079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3374971957993809079&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3374971957993809079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3374971957993809079'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/03/software-product-customer-values.html' title='Software Product &amp; Customer Values'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_HlYeqMZx1pg/S8snoEGZvgI/AAAAAAAAAYw/7kWrTrqG01s/s72-c/sw.001.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8563482424604053428</id><published>2010-03-12T19:23:00.000-08:00</published><updated>2010-03-13T20:43:36.678-08:00</updated><title type='text'>6 Most Important Technologies for Next-Generation Web Computing</title><content type='html'>&lt;ol&gt;&lt;li&gt;HTML 5&lt;/li&gt;&lt;li&gt;JavaScript&lt;br /&gt;&lt;/li&gt;&lt;li&gt;PHP&lt;/li&gt;&lt;li&gt;Memcached&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Objective-C&lt;/li&gt;&lt;li&gt;Android&lt;/li&gt;&lt;/ol&gt;Pl don't get me wrong- there are lot's of technologies that are important for Web Computing. No question. This list is about "most" important technologies that will shape the next generation web. Pl feel free to agree/disagree.&lt;br /&gt;&lt;br /&gt;[1] Why HTML 5?&lt;br /&gt;"multimedia"&lt;br /&gt;&lt;br /&gt;The commercial web was a surprise.(ping me for who even got it wrong!) There was a technical rush to make it work, not necessarily better. I used to say that Java is the English language of the web. But actually Java also was not invented for Web(Oak, firstperson, etc). It's just coincidence and luck- call it perfect timing. Remember Applet, HotJava browsers? If Applet was a fantastic failure and Servlet was fantastic success for Java. Servlet showed the power of server side Java along with rest of the J2EE stack. No need to say anything about the spectacular success of J2EE.(It changed the business-web computing for ever!)&lt;br /&gt;&lt;br /&gt;Ok, enough. Why HTML 5?&lt;br /&gt;&lt;br /&gt;Basically text is the primary native content in web browsers. We need plug-ins for audio, video, etc. The time has come to think beyond text in browsers. We need native multimedia inside the browsers. Now we have enough horse power(cpu,memory,io) in the end nodes(pc,laptop,smart phones,other devices) + broadband to push bits and more importantly enough content in the cloud. No reason for NOT-TO-THINK of native multimedia in browsers.&lt;br /&gt;&lt;br /&gt;Apple &amp;amp; Google engineers are the HTML 5 spec authors in W3C. I am sure they will get it correct(along with the community). It may take some time. HTML 5 is already available in browsers(Safari).&lt;br /&gt;&lt;br /&gt;By end of this decade, HTML 5 will/should be ubiquitous.&lt;br /&gt;&lt;br /&gt;[2] Why JavaScript?&lt;br /&gt;"dynamic web"&lt;br /&gt;&lt;br /&gt;Netscape realized from the beginning about the importance of programing language for browsers. It came out with Javascript. There are many criticisms about this language. But the fact is that JavaScript succeeded while Java failed(miserably) in the browser environment. JavaScript is not going to go away. It's the bridge between Web 1.0 &amp;amp; Web 2.0. We need more of AJAX. Its already a core component in web and replacing is not an easy task.&lt;br /&gt;&lt;br /&gt;If you have any doubt, ask yourself why Google built a new JavaScript engine called "V8". The tools are not good enough and language needs to be simplified. It's safe to say that this is the only language today that touches not millions but billions of people on the web!&lt;br /&gt;&lt;br /&gt;It's a double edge sword and be careful. Do yourself a favor- study the language before coding it.&lt;br /&gt;&lt;br /&gt;[3]Why PHP?&lt;br /&gt;"speed"&lt;br /&gt;&lt;br /&gt;My heart says, why don't you say Java/JSP? But my brain says, you can't! The reason is that the 3-tier web architecture(web-app-db layer) is changing/collapsing. The high performance web sites are moving towards a single web layer backed by memcached for storage. It's for speed, scale and performance.&lt;br /&gt;&lt;br /&gt;Apache Web Server + PHP = Good Match. Jetty can come close. But Apache+PHP model is proven and has a very big community.&lt;br /&gt;&lt;br /&gt;If you are like me from Java land, excuse yourself to buy a PHP book. No harm. PHP is a key web component.&lt;br /&gt;&lt;br /&gt;[4] Why memcached?&lt;br /&gt;"performance"&lt;br /&gt;&lt;br /&gt;Memcached is either deployed on top of databases OR parallel to the databases. It doesn't matter whether it's NOSQL or SQL, web applications need performance. It can't go to disk for every request. The cost of memory is going down and it makes (perfect) sense to deploy more memcached servers attached directly to Apache-PHP engine at the front. Just check how many memcached servers are running in Facebook!&lt;br /&gt;&lt;br /&gt;[5] Why Objective-C?&lt;br /&gt;"Apple"&lt;br /&gt;&lt;br /&gt;It's simple. Just take a look at the earnings or cash balance, if you (still)have question about the success of Apple products. Objective-C is the native programing language for Mac-OS. You need to know this language for any serious work on top of Apple products.&lt;br /&gt;&lt;br /&gt;Objective-C has a bit of history and its for another blog.&lt;br /&gt;&lt;br /&gt;[6] Why Android?&lt;br /&gt;"Apple"&lt;br /&gt;&lt;br /&gt;Google can't do 'china' with mobile computing. (in/out game) Apple success in the devices will put huge pressure on them to start owning end nodes- desktop os, browser and mobile. Android should be a key component for Google and for rest of the industry. I do expect to see many Android devices(not just smart phones) for consumers. The good news here is that it's based on open standards- Java, SQL and Linux.&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;As I said, there are many languages/frameworks that are important for web computing. IMO, these 6 are the primary technologies that will shape/influence the next generation web. (if not already)&lt;br /&gt;&lt;br /&gt;Long Live Web!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8563482424604053428?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8563482424604053428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8563482424604053428&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8563482424604053428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8563482424604053428'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/03/6-most-important-technologies-for-next.html' title='6 Most Important Technologies for Next-Generation Web Computing'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-2978263149766123940</id><published>2010-02-28T18:42:00.000-08:00</published><updated>2010-03-01T11:20:24.935-08:00</updated><title type='text'>Cloud Storage API(s)</title><content type='html'>I am not sure whether we should call this as innovation or insanity!&lt;br /&gt;&lt;br /&gt;There are 13 different cloud storage API's in the market today. Here is the list and you can click on each one of them for the details.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://docs.amazonwebservices.com/AmazonS3/2006-03-01/API/index.html"&gt;Amazon S3 &lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://developer.nirvanix.com/sitefiles/1000/API.html"&gt;Nirvanix&lt;/a&gt;&lt;/li&gt;&lt;li style="text-align: left;"&gt;&lt;a href="http://www.snia.org/cloud"&gt;SNIA-CDMI&lt;/a&gt;&lt;/li&gt;&lt;li style="text-align: left;"&gt;&lt;a href="http://www.business.att.com/enterprise/Family/application-hosting-enterprise/storage-as-a-service-enterprise/"&gt;AT&amp;amp;T&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style="text-align: left;"&gt;&lt;a href="http://www.simplecloud.org/"&gt;Simple Cloud&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wiki.java.net/bin/view/Projects/CloudloopWiki"&gt;Cloud Loop&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://news.cnet.com/8301-13846_3-10375095-62.html"&gt;Iron Mountain&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.rackspacecloud.com/cloud_hosting_products/files/api"&gt;Rack Space&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://developers.box.net/ApiOverview"&gt;Box.Net&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/jclouds/wiki/jcloudsAPI"&gt;JClouds&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/appengine/docs/java/datastore/"&gt;Google DataStore&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd179355.aspx"&gt;Microsoft Azure&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.emc.com/products/detail/software/atmos.htm"&gt;EMC&lt;/a&gt; Atmos&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Para Scale &amp;amp; &lt;a href="http://www.zetta.net/products.php"&gt;Zetta&lt;/a&gt;: Not sure whether they also have proprietary API&lt;/li&gt;&lt;/ol&gt;I don't know if I missed any thing!&lt;br /&gt;&lt;br /&gt;I am also not including any key-value pair storage products here. There is an effort behind each one of them and simply can't be ignored. The cloud storage(exposing storage over HTTP) is real. We need a standard.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-2978263149766123940?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/2978263149766123940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=2978263149766123940&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2978263149766123940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2978263149766123940'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/02/cloud-storage-apis.html' title='Cloud Storage API(s)'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-2476580867510139820</id><published>2010-02-19T20:25:00.000-08:00</published><updated>2010-02-20T16:24:33.737-08:00</updated><title type='text'>App Cloud Triangle</title><content type='html'>We all know that how important is the developer community in the computer industry. An example: Click &lt;a href="http://www.youtube.com/watch?v=8To-6VIJZRE"&gt;here&lt;/a&gt; to see the famous video of Steve Ballmer, shouting developers,developers,...&lt;br /&gt;&lt;br /&gt;In the last 2 decades, companies like IBM, Borland, Apple, Microsoft, Sun and later open source foundations like Apache was driving the dev community.(mainframes, client/server &amp; web)&lt;br /&gt;&lt;br /&gt;Now the landscape is changing again! This time it's cloud. If you have any question about the success of cloud,just take a look at &lt;a href="http://www.rightscale.com/index.php"&gt;RightScale&lt;/a&gt; website. It says as of today, launched more than 900,000 cloud servers within short period of time! Today complete web platforms are built exclusively on cloud w/o internal data-centers! &lt;br /&gt;&lt;br /&gt;So, the question is who is going to drive the web developer community in the cloud? The answer is whoever going to be the force behind the application ecosystem in the cloud. It may change in the future but now, I see that the following are the 3 main players going to be driving the developer community in the cloud.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_HlYeqMZx1pg/S39pG5HmReI/AAAAAAAAAWc/uPipfVWenok/s1600-h/app-cloud.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_HlYeqMZx1pg/S39pG5HmReI/AAAAAAAAAWc/uPipfVWenok/s200/app-cloud.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5440182442019669474" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-2476580867510139820?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/2476580867510139820/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=2476580867510139820&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2476580867510139820'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2476580867510139820'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/02/app-cloud-triangle.html' title='App Cloud Triangle'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_HlYeqMZx1pg/S39pG5HmReI/AAAAAAAAAWc/uPipfVWenok/s72-c/app-cloud.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8616843340560761952</id><published>2010-02-05T06:55:00.000-08:00</published><updated>2010-02-05T07:22:54.904-08:00</updated><title type='text'>What is Scala?</title><content type='html'>This is yet another blog to demystify a technology. Scala is yet another experiment may/may not survive in the long run. I do see that there is some level of interest in this language. I was trying to find out what is it &amp; what is not. More specifically, why it got the attention it deserves.&lt;br /&gt;&lt;br /&gt;Ruby is Out. In comes Scala:&lt;br /&gt;Twitter is using Scala now because it fell flat on the face with Ruby. (do a Google search if you want more explanation). &lt;br /&gt;&lt;br /&gt;Ok, fine.&lt;br /&gt;&lt;br /&gt;What is Scala?&lt;br /&gt;It's Java!&lt;br /&gt;&lt;br /&gt;What?&lt;br /&gt;Yes, it gives you a different syntax but it compiles into Java byte-code (.class file) and runs on top of Java Virtual Machine.&lt;br /&gt;&lt;br /&gt;Then, why can't I use Java itself?&lt;br /&gt;I don't know. My head hurts if i start reading the list about Scala over Java. How can it be? Scala just produces Java class file. Sure, there may be some convenience factor in the syntax. There is no technical or business merit.&lt;br /&gt;&lt;br /&gt;So, what is Scala? (technical-definition)&lt;br /&gt;Scala = Object Oriented Programming + Functional Programming.&lt;br /&gt;I don''t like it. This is like combining Ice Cream with Hot Coffee. If a technology/product combines 2 different discrete things then it has no merit. It's merely trying to justify it's existence.&lt;br /&gt;&lt;br /&gt;Add to the confusion, i read about it's compatibility with C#. Good luck!&lt;br /&gt;&lt;br /&gt;What is Scala one more time?&lt;br /&gt;It's like driving to San Francisco from Sunnyvale. You can take Highway 101 or Highway 280. You have a choice but end result is same. It's SF!&lt;br /&gt;&lt;br /&gt;Pl don't get me wrong- i may end up using Scala, sorry Java!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8616843340560761952?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8616843340560761952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8616843340560761952&amp;isPopup=true' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8616843340560761952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8616843340560761952'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/02/what-is-scala.html' title='What is Scala?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4049708835283973433</id><published>2010-02-02T16:25:00.000-08:00</published><updated>2010-02-02T17:05:10.637-08:00</updated><title type='text'>What is Hadoop?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;What is Hadoop? (plain-English)&lt;/span&gt;&lt;br /&gt;Hadoop is a Java framework which brings compute to the storage.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;What is Hadoop? (technical-definition)&lt;/span&gt;&lt;br /&gt;Hadoop = HDFS + MapReduce.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;What is HDFS?&lt;/span&gt;&lt;br /&gt;HDFS=Hadoop Distributed File System. &lt;br /&gt;&lt;br /&gt;You can think of this way-&lt;br /&gt;it takes a single file, cuts into multiple chunks and distributes it across many computers. Its an layer on top of disk file system.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;What is MapReduce?&lt;/span&gt;&lt;br /&gt;Distributed processing framework, works on top of HDFS.&lt;br /&gt;&lt;br /&gt;You can this of this way-&lt;br /&gt;after HDFS distributes data to different computers, MapReduce sends programs to those computers to work on those data.&lt;br /&gt;&lt;br /&gt;==================================&lt;br /&gt;Here is the reason for this blog: &lt;br /&gt;&lt;br /&gt;I recently attended "an introduction to Hadoop" talk and this event attracted closer to 200 people or so. Including the organizer of the event, everyone was surprised to see these many people coming to this event. I thought either Hadoop user-base is expanding OR still people are trying to understand what is Hadoop &amp; how can i use it? It looks to me that still Hadoop is in early stage &amp; the community is trying to learn it.&lt;br /&gt;&lt;br /&gt;The presenter did a great job explaining the basics of Hadoop. Thank you. I cut the verbose out from the presentation and posting the core of the presentation below. I hope now you should be able to understand the basics of Hadoop.&lt;br /&gt;&lt;br /&gt;===================================&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_HlYeqMZx1pg/S2jI4ZUzMnI/AAAAAAAAAVs/ROI3Afu-q-M/s1600-h/Hadoop1.GIF"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_HlYeqMZx1pg/S2jI4ZUzMnI/AAAAAAAAAVs/ROI3Afu-q-M/s200/Hadoop1.GIF" border="0" alt=""id="BLOGGER_PHOTO_ID_5433813821618860658" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_HlYeqMZx1pg/S2jJPDp9RhI/AAAAAAAAAV0/HkEMGX31oVg/s1600-h/Hadoop2.GIF"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://4.bp.blogspot.com/_HlYeqMZx1pg/S2jJPDp9RhI/AAAAAAAAAV0/HkEMGX31oVg/s200/Hadoop2.GIF" border="0" alt=""id="BLOGGER_PHOTO_ID_5433814210939012626" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_HlYeqMZx1pg/S2jJXc_fhzI/AAAAAAAAAV8/vM2vsPeEeNg/s1600-h/Hadoop3.GIF"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_HlYeqMZx1pg/S2jJXc_fhzI/AAAAAAAAAV8/vM2vsPeEeNg/s200/Hadoop3.GIF" border="0" alt=""id="BLOGGER_PHOTO_ID_5433814355179177778" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_HlYeqMZx1pg/S2jJeAKmyMI/AAAAAAAAAWE/nnlp-WdXW-U/s1600-h/Hadoop4.GIF"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://1.bp.blogspot.com/_HlYeqMZx1pg/S2jJeAKmyMI/AAAAAAAAAWE/nnlp-WdXW-U/s200/Hadoop4.GIF" border="0" alt=""id="BLOGGER_PHOTO_ID_5433814467700246722" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_HlYeqMZx1pg/S2jJkknLL5I/AAAAAAAAAWM/wsCSQ8Gx1B4/s1600-h/Hadoop5.GIF"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://4.bp.blogspot.com/_HlYeqMZx1pg/S2jJkknLL5I/AAAAAAAAAWM/wsCSQ8Gx1B4/s200/Hadoop5.GIF" border="0" alt=""id="BLOGGER_PHOTO_ID_5433814580562964370" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_HlYeqMZx1pg/S2jJq0RW9dI/AAAAAAAAAWU/tvXbvBUw4fw/s1600-h/Hadoop6.GIF"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://4.bp.blogspot.com/_HlYeqMZx1pg/S2jJq0RW9dI/AAAAAAAAAWU/tvXbvBUw4fw/s200/Hadoop6.GIF" border="0" alt=""id="BLOGGER_PHOTO_ID_5433814687845643730" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4049708835283973433?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4049708835283973433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4049708835283973433&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4049708835283973433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4049708835283973433'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/02/what-is-hadoop.html' title='What is Hadoop?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_HlYeqMZx1pg/S2jI4ZUzMnI/AAAAAAAAAVs/ROI3Afu-q-M/s72-c/Hadoop1.GIF' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4187455276546670632</id><published>2010-01-30T07:57:00.000-08:00</published><updated>2010-01-30T08:02:37.373-08:00</updated><title type='text'>Cloud vs SOA</title><content type='html'>What is Cloud Computing?&lt;br /&gt;Customers to Vendors: You integrate Your products and give me a bundle to create a service.&lt;br /&gt;&lt;br /&gt;What is SOA?&lt;br /&gt;Vendors to Customers: Here is all my point products exposed as services(API) and You integrate my products to create Your service.&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;It's the question of who is doing integration! The basis for web-services technologies are all about integration and is the reason it exists in both buzzword.&lt;br /&gt;&lt;br /&gt;Any one wants to disagree?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4187455276546670632?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4187455276546670632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4187455276546670632&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4187455276546670632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4187455276546670632'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/01/cloud-vs-soa.html' title='Cloud vs SOA'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6154632681975049066</id><published>2010-01-27T13:54:00.000-08:00</published><updated>2010-01-27T14:07:51.141-08:00</updated><title type='text'>"Big Vacuum"</title><content type='html'>Today Oracle closes the Sun deal and "sunw/java" is history today. As a former Sun employee, i describe Sun as "brain power doing good things for last 3 decades".&lt;br /&gt;&lt;br /&gt;Sure, many tech companies has brain power. Then many non-profit like Apache is doing good things. The unique thing about Sun is "both".&lt;br /&gt;&lt;br /&gt;Here is some examples-&lt;br /&gt;[1] Open workstations&lt;br /&gt;[2] Solaris&lt;br /&gt;[3] NFS&lt;br /&gt;[4] Java&lt;br /&gt;[5] ZFS&lt;br /&gt;&lt;br /&gt;Sun changed the computing for-ever. Good bye independent Sun.&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;A big vacuum is created in the computing industry today.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6154632681975049066?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6154632681975049066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6154632681975049066&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6154632681975049066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6154632681975049066'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2010/01/big-vacuum.html' title='&quot;Big Vacuum&quot;'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6621818423238346627</id><published>2009-12-31T15:29:00.000-08:00</published><updated>2009-12-31T15:51:23.782-08:00</updated><title type='text'>Top 10 Lessons- Apple Experience</title><content type='html'>I came across an interesting presentation by &lt;a href="http://billfernandez.com/bfd2/hobbies/index.htm"&gt;Bill Fernandez&lt;/a&gt;, employee #4 of Apple. He highlights the following top 10 lessons that he learned at Apple.&lt;br /&gt;&lt;br /&gt;1 Make great products&lt;br /&gt;2 Make products you love&lt;br /&gt;3 Serve your users&lt;br /&gt;4 Most people don’t get it&lt;br /&gt;5 Hire the best&lt;br /&gt;6 You must design, not merely build&lt;br /&gt;7 Achieving simplicity is hard&lt;br /&gt;8 Know your craft&lt;br /&gt;9 The real goal is empowerment&lt;br /&gt;10 Get it right before you ship&lt;br /&gt;&lt;br /&gt;This is a great presentation. If you click on the link above, you will find the PDF at the end of the page. You need to download first on to your computer before opening it.&lt;br /&gt;&lt;br /&gt;I hope my last blog in this decade is useful to you! Happy New Year 2010.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6621818423238346627?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6621818423238346627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6621818423238346627&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6621818423238346627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6621818423238346627'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/12/top-10-lessons-apple-experience.html' title='Top 10 Lessons- Apple Experience'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6869233654063934083</id><published>2009-11-27T20:18:00.000-08:00</published><updated>2009-11-27T21:15:52.119-08:00</updated><title type='text'>Message Queue &amp; Real-Time Web</title><content type='html'>This tittle may look old/odd for some people and may look very techie for some people but if you want to know about the secret-sauce behind Twitter or better yet, if you want to know about the next gen web technology(aka real-time web), then you may want to read this post.&lt;br /&gt;&lt;br /&gt;Message Queue is not new. When did Tibco go public? In the enterprise world, specifically in java-land, IBM MQ &amp; Tibco MQ are very well known products. JMS provided a thin wrapper to connect MQ products to J2EE App Servers in late 90's. The combination of JMS API + MQ product worked fine for last 10 years or so. Remember, MQ products were working fine even before JMS!&lt;br /&gt;&lt;br /&gt;Then came SOA &amp; followed by bunch of alphabet soups. ESP, SOA BUS, Internet BUS and etc which basically had NO meaning at all...The underlying architecture is the same. Some more connectors...that's it.&lt;br /&gt;&lt;br /&gt;This should give you a good overview of MQ. Also, you may think that MQ is a solved problem. The question is that why the hell Twitter went &amp; built it's own MQ? First it built a version using Ruby and failed. The 2nd version runs on JVM w/ &lt;a href="http://www.scala-lang.org/"&gt;Scala&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Are you puzzled now?&lt;br /&gt;[1] Is Twitter folks are naive?&lt;br /&gt;or&lt;br /&gt;[2] Is there a problem with current MQ products?&lt;br /&gt;&lt;br /&gt;Simple answer is "no" to both! Then why the heck Twitter built a new MQ? Is too much VC $ sitting in the bank? There is a technical reason!&lt;br /&gt;&lt;br /&gt;Let me tell you, Twitter folks are pretty smart. The exiting MQ products are bulky, expensive and complex to cluster them for scale &amp; reliability. Simply it's an overkill for web applications. On top of it, there is no guarantee that these products which are primarily designed to run inside the firewall can work on internet. These MQ products are good for enterprise scale! I am sure that these guys looked around and found NOTHING for web apps. So, they built using a technology invented 30mins back(Ruby) and Garbage Collection didn't work well. Then they switched to JVM but not Java. I very much hope that 2.0 of Twitter MQ works fine for them. (I wish they should have taken 100% Java approach for building MQ)&lt;br /&gt;&lt;br /&gt;Ok, good. The story looks good so far. Why I am ranting about all these?&lt;br /&gt;&lt;br /&gt;The reason is that recently I was looking for a light weight MQ with HTTP/REST interface built using stable Java platform and found NOTHING! Yes, NOTHING. The closest i found was Apache ActiveMQ but it has it's own bucket full of problems.(if you are interested, look at my questions in the users archive) For infrastructure products, I don't trust if it's build using some newer technologies with no mileage. I am aware of Rabbit MQ and all...I don't want to commit the same mistake Twitter folks have done!&lt;br /&gt;&lt;br /&gt;Well, now you may ask why MQ is important for next gen web technology? The answer is "real time". Twitter started as a CMS architecture but they changed it to message-oriented async architecture for real time update &amp; scale. Writing app directly talking to DB will fall flat in the face, if you want to move to real-time update with millions of transactions or users!&lt;br /&gt;&lt;br /&gt;Twitter is just the start. Now you can see that next gen web technology misses a key infrastructure product! If you are a Java shop, you have some options. But for others, it's a question! OR build one like Twitter if you still have VC $ left in the bank!&lt;br /&gt;&lt;br /&gt;I couldn't able to find a stable REST based MQ written in Java. If you know one, pl tell me. [Hint: If any one can make AWS SQS in a box, you have a business!]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6869233654063934083?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6869233654063934083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6869233654063934083&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6869233654063934083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6869233654063934083'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/11/message-queue-real-time-web.html' title='Message Queue &amp; Real-Time Web'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-1387763595776824288</id><published>2009-10-14T09:42:00.000-07:00</published><updated>2009-10-14T20:57:46.266-07:00</updated><title type='text'>NAS with E = NASE</title><content type='html'>What is NASE?&lt;br /&gt;It's a storage system for Smart Grid- "Network Attached Storage for Energy"&lt;br /&gt;&lt;br /&gt;Note:I confess that I didn't invent this acronym. I read some where in the web and got interested.&lt;br /&gt;&lt;br /&gt;I am working in the cloud storage for last 3 years and understood the market potential of mapping web layer on top of storage. The cloud storage enables the cut-through communication for any web tiers, all the way from browsers to talk to storage systems.&lt;br /&gt;&lt;br /&gt;Similarly, NASE may do the same for Smart Grid. Why do I think so? If you look at the diagram below(click on it to see it clearly) illustrating the information sharing across various players &amp;amp; components, you will see the complexity of the Smart Grid and the need for a new storage system.&lt;br /&gt;&lt;br /&gt;What is the information sharing challenge in Smart Grid?&lt;br /&gt;The current electricity is one-way communication. The very basic of Smart Grid is to enable 2-way communication. So we can't simply map this Smart Grid information sharing on top of the current producer-consumer storage systems because the current storage is designed for 1-way communication. Simply, Smart Grid will demand producer/consumer - consumer/producer storage systems.&lt;br /&gt;&lt;br /&gt;So, What is NASE?&lt;br /&gt;All I can say now is that it's no longer about simply moving the bits in one direction but in 2 directions with "intelligence" embedded in it.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_HlYeqMZx1pg/StYmIw4JPjI/AAAAAAAAAO4/W9oHcdiMJn4/s1600-h/SG.001.jpg"&gt;&lt;img style="cursor: pointer; width: 481px; height: 360px;" src="http://1.bp.blogspot.com/_HlYeqMZx1pg/StYmIw4JPjI/AAAAAAAAAO4/W9oHcdiMJn4/s400/SG.001.jpg" alt="" id="BLOGGER_PHOTO_ID_5392539535823945266" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-1387763595776824288?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/1387763595776824288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=1387763595776824288&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/1387763595776824288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/1387763595776824288'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/10/nas-with-e-nase.html' title='NAS with E = NASE'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_HlYeqMZx1pg/StYmIw4JPjI/AAAAAAAAAO4/W9oHcdiMJn4/s72-c/SG.001.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5473945865028276741</id><published>2009-09-16T10:24:00.000-07:00</published><updated>2009-09-16T10:39:40.870-07:00</updated><title type='text'>VC Investment Around USA</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_HlYeqMZx1pg/SrEhZM-21QI/AAAAAAAAAOY/LzoAkW-tGM0/s1600-h/VC.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 400px; height: 250px;" src="http://2.bp.blogspot.com/_HlYeqMZx1pg/SrEhZM-21QI/AAAAAAAAAOY/LzoAkW-tGM0/s400/VC.jpg" alt="" id="BLOGGER_PHOTO_ID_5382119746549765378" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The picture (click on it) is from a report by 'National Venture Capital Association' about the distribution of VC $ across the nation.&lt;br /&gt;&lt;br /&gt;We all know that Silicon Valley is #1 now but the question is about the future.&lt;br /&gt;&lt;br /&gt;The high cost of doing business in bayarea, increasing competition from other regions and remote work using broadband are some of the factors that will challenge silicon valley in the next decade.&lt;br /&gt;&lt;br /&gt;Pl click on the image to get the full view.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5473945865028276741?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5473945865028276741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5473945865028276741&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5473945865028276741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5473945865028276741'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/09/vc-investment-around-usa.html' title='VC Investment Around USA'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_HlYeqMZx1pg/SrEhZM-21QI/AAAAAAAAAOY/LzoAkW-tGM0/s72-c/VC.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5178636147893047432</id><published>2009-08-14T13:07:00.001-07:00</published><updated>2009-09-05T15:13:16.836-07:00</updated><title type='text'>Browser as Desktop</title><content type='html'>I was thinking about this (old) topic for a while and finally got a chance to write about it.&lt;br /&gt;&lt;br /&gt;This is not a new topic. It was discussed in late 90's. We even discussed about Yahoo as desktop. We all moved fwd and not much discussion in recent times about it. IMO, the time has come to think (seriously) about this topic again.&lt;br /&gt;&lt;br /&gt;Why now?&lt;br /&gt;[1] Web is ubiquitous&lt;br /&gt;[2] cloud computing&lt;br /&gt;&lt;br /&gt;Ok. Why desktop as the browser?&lt;br /&gt;The common man usage of computer today is changed upside down-&lt;br /&gt;      [a] Primary use: Web( Browser, Email client)&lt;br /&gt;      [b] Secondary use: Local applications like office, photo/video editing software.&lt;br /&gt;&lt;br /&gt;But today's deskop OS(Windows, Mac) is designed for [b] and [a] is constrained with today's browsers.(IE, FireFox, Safari)&lt;br /&gt;&lt;br /&gt;What is the constraint?&lt;br /&gt;Today's browser enables only 1/4th of full potential of web. The reason is that it can only do HTTP Get and HTTP Post.(other HTTP methods are not implemented) Then we need  plug-ins like Adobe Flash, JavaScript to get richness. (audio, video, 3D)&lt;br /&gt;&lt;br /&gt;This is a broken model at the client side to get the full experience of web! We don't have the full HTTP browser, No web push, No richness, No offline access, No storage, Less secure, etc...&lt;br /&gt;&lt;br /&gt;It's a conflict usage model from HIE(Human Interface Engineering) perspective. In fact, I would argue that today's desktop is fundamentally broken for web usage.&lt;br /&gt;&lt;br /&gt;The current desktop OS(Mac &amp;amp; Windows) is designed in 80's with focus on running local applications. Now we are in 2009 and need to think about making browser as the new X-Window system.&lt;br /&gt;&lt;br /&gt;What is "browser as desktop"? How do we design it?&lt;br /&gt;Here are some of my thoughts and I don't say that this list is accurate / complete but as a start.&lt;br /&gt;&lt;br /&gt;Step-0: Login&lt;br /&gt;The user should be able to choose a list of cloud providers like Google, MSN, including local login and login with credentials. Let's say, we choose Google.&lt;br /&gt;&lt;br /&gt;Step-1: Web Icons&lt;br /&gt;After my Google login, what I see in the desktop is set of "web icons" that comes from my Google bookmark. The examples of web icons are Gmail, Google calender, Google maps, Google docs, Facebook, Twitter, etc...It's basically my daily use of web bookmarks on the desktop.&lt;br /&gt;I click on them to access it.&lt;br /&gt;&lt;br /&gt;Step-2: Local Desktop&lt;br /&gt;I have another desktop as local and can switch to it any time for using lcoal apps like office tools, photo/video editing sw, etc....&lt;br /&gt;&lt;br /&gt;Step-3: X-Window System&lt;br /&gt;Browser is the new X-Window system and it's boots with OS. We get rich experience, access to local storage for disconnected web and "web push" from the back end cloud provider for subscriptions.&lt;br /&gt;&lt;br /&gt;Step-4: Plug-ins&lt;br /&gt;I don't have to worry about plug-ins and their incompatibility.&lt;br /&gt;&lt;br /&gt;Step-5: Security.&lt;br /&gt;I can create a VPN with my cloud provider to create a specialized channel for my secure access to banks, 401(k) accounts, for any e-commerce transaction where I have to put my credit card or other sensitive information. (cloud providers can charge for it)&lt;br /&gt;&lt;br /&gt;Step-6:Mobile desktop&lt;br /&gt;I can switch my desktop easily between various devices and also carry with me where ever I go...&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;Basically browser is the new X-Window system and runs native with OS with web icons on the desktop.&lt;br /&gt;&lt;br /&gt;The question here is that who can/will build such an OS? Google is top on the list followed by Microsoft and Apple. Who knows, a startup can also do it if a strong technical founding team gets a good VC. It's not impossible but need resource &amp;amp; time. This is my dream to see a Web OS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5178636147893047432?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5178636147893047432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5178636147893047432&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5178636147893047432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5178636147893047432'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/08/browser-as-desktop.html' title='Browser as Desktop'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3922503618150387500</id><published>2009-06-25T17:39:00.000-07:00</published><updated>2009-06-25T22:04:55.269-07:00</updated><title type='text'>Real time Video Over Web (VoW)</title><content type='html'>This is an interesting space which I was tracking since 2000. I wanted to blog about it but some how couldn't able to find that time to write it...The reason that now I am blogging is because of the T20 worldcup &lt;a href="http://www.cricinfo.com/wt202009/content/series/335113.html"&gt;cricket&lt;/a&gt; match, which just concluded recently in UK. It may sound strange but there is a close relation between cricket &amp;amp; VoW!&lt;br /&gt;&lt;br /&gt;I am going to write a little lengthy blog, so I am going to use my programing style to write it in Step by Step.&lt;br /&gt;&lt;br /&gt;Step-1: CNET Tech Videos&lt;br /&gt;As a passionate technologist, I watched most of the tech video clips in CNET. I particularly was interested in then my CEO &lt;a href="http://www.sun.com/aboutsun/executives/mcnealy/bio.jsp"&gt;Scott McNealy&lt;/a&gt;, &lt;a href="http://www.microsoft.com/presspass/exec/billg/default.aspx"&gt;Bill Gates&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Carly_Fiorina"&gt;Carly Fiorina&lt;/a&gt;, &lt;a href="http://www.oracle.com/us/corporate/press/Executives/016334"&gt;Larry Ellision&lt;/a&gt; and few others because of their great ability to articulate technology/products and some times their sense of humor.&lt;br /&gt;&lt;br /&gt;Problem: Short video clips instead of full videos.&lt;br /&gt;&lt;br /&gt;Step-2: YouTube&lt;br /&gt;Like everyone, it created my video interest beyond high-tech. The 2 notable one's are the cricket match highlights + some tamil movie clipings. I still had the full video problem.&lt;br /&gt;&lt;br /&gt;Step-3: Proliferation of video sites and blogs&lt;br /&gt;This solved my problem of full videos. But my expectation has gone up and was looking for real time videos.&lt;br /&gt;&lt;br /&gt;Step-4: Paid Services&lt;br /&gt;I haven't watched live cricket matches more than 10 years or so and as the VoW evolved, I was kind of curious to explore it on the web...found a website to watch the 2007 cricket worldcup matches. I payed $75 and quality was not bad. Indian cricket team exited in the early rounds and I lost interest in continue to watch. But my family watched some matches.&lt;br /&gt;&lt;br /&gt;The end result was my $2k Sony Vaio laptop hard disk crashed for good. I then realised the "heat problems" with VoW.&lt;br /&gt;&lt;br /&gt;So, paid service + loss of Sony Vaio laptop = lose of interest in real time VoW(again).&lt;br /&gt;&lt;br /&gt;Step-5: YouTube &amp;amp; Desktop&lt;br /&gt;We have a decent workstation at home and recently it is experiencing the heat problem + automatic shutdown. The reason is too many YouTube videos + other static videos. I think this may also crash any time. The thermal issue again...&lt;br /&gt;&lt;br /&gt;Step-6:T20 Worldcup Cricket Final&lt;br /&gt;My family is in India. Its a Sunday AM. My former colleague mentioned about a FREE Live website to watch cricket in Facebook. So, I turn on the desktop and watched the complete match live w/ NO PROBLEM!&lt;br /&gt;&lt;br /&gt;At the end of the match, I said VoW = WOW!&lt;br /&gt;&lt;br /&gt;The reason for my high quality, un-interupted no buffering live match experience was because of a P2P open source software called "&lt;a href="http://www.sopcast.com/"&gt;SopCast&lt;/a&gt;". This time there was no commercial company and no fancy products for this live cricket video. I was really surprised and very satisfied.&lt;br /&gt;&lt;br /&gt;But, still the heat problem is there in the client side desktop. I can see the fast spinning of fan and I wouldn't watch this match live on my personal MacBook!&lt;br /&gt;&lt;br /&gt;Summary:&lt;br /&gt;As you can see, the reason for my interest was mostly as a consumer of video but of course some technical interest too. IMO, at least after watching the cricket match live w/ no problem, real time VoW is reality. Most of the key issues of network, streaming, presentation and storage is solved. Or at least it looks like it works reasonably well w/o major issues.&lt;br /&gt;&lt;br /&gt;They key issue is the heat/thermal problem in the desktops &amp;amp; laptops that need to be solved.&lt;br /&gt;&lt;br /&gt;What do you guys think about the real time VoW &amp;amp; issues?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3922503618150387500?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3922503618150387500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3922503618150387500&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3922503618150387500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3922503618150387500'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/06/real-time-video-over-web-vow.html' title='Real time Video Over Web (VoW)'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6354809862204151517</id><published>2009-04-19T11:26:00.000-07:00</published><updated>2009-04-19T11:36:52.198-07:00</updated><title type='text'>"India: A Glimpse of Past &amp; Present"</title><content type='html'>I came across a nice presentation about past &amp;amp; present of India. The author has done a nice job of putting together this presentation. I came across this presentation in &lt;a href="http://www.linkedin.com/ppl/webprofile?action=vmi&amp;amp;id=7228200&amp;amp;pvs=pp&amp;amp;authToken=1oFC&amp;amp;authType=name&amp;amp;trk=ppro_viewmore&amp;amp;lnk=vw_pprofile"&gt;B.V.J's LinkedIn profile&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Click here for the &lt;a href="http://docs.google.com/Present?docid=dfbftrdr_282fwgch7fs&amp;amp;skipauth=true"&gt;Google link&lt;/a&gt; and enjoy it. I am not sure who is the author of the presentation...It reminds me that don't forget to put your name &amp;amp; email id in the presentations.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6354809862204151517?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6354809862204151517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6354809862204151517&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6354809862204151517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6354809862204151517'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/04/glimpse-of-past-present.html' title='&amp;quot;India: A Glimpse of Past &amp;amp; Present&amp;quot;'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8558371718524341970</id><published>2009-04-17T16:29:00.000-07:00</published><updated>2009-04-17T16:33:16.581-07:00</updated><title type='text'>Useful Spam</title><content type='html'>&lt;span style="font-size:100%;"&gt;I don't delete spam with out looking at the subject/name,  just to make sure that there is no false positive. Today I saw a real spam message in my personal email with the subject as-&lt;br /&gt;&lt;br /&gt;"Never Give up your dreams of!"&lt;br /&gt;&lt;br /&gt;and it forced to me read the message. The message is,&lt;br /&gt;&lt;br /&gt;"Believing in the Future is not delivered to the moments of        crisis. It is to head up and continue their struggle in search of better        times. It is not ever quit!"&lt;br /&gt;&lt;br /&gt;I spend a minute to think about it and this is a useful spam!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8558371718524341970?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8558371718524341970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8558371718524341970&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8558371718524341970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8558371718524341970'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/04/useful-spam.html' title='Useful Spam'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7252616778274047307</id><published>2009-04-09T20:52:00.000-07:00</published><updated>2009-04-09T20:59:28.209-07:00</updated><title type='text'>State of Economy</title><content type='html'>It was a very busy last few months for me and wanted to blog about few things...but never got time to write. I was reading a blog and came across:&lt;br /&gt;&lt;br /&gt;"bad 2009 and a weak 2010 and maybe a better 2011".&lt;br /&gt;&lt;br /&gt;I agree with the above statement. I remember all the talks about V, U shape recoveries after dot-com burst but it took 2001-2003(3 years) to recover it. That was just one sector crash. Now the complete economy is in toilet. The question is how long it will take? 3 years or 5 years or 10 years?&lt;br /&gt;&lt;br /&gt;I am not an economist but I agree with the above statement- 3 years. IMO, it doesn't matter whether it's a single sector crash or multi-sector crash, recovery takes time and it's the same.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7252616778274047307?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7252616778274047307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7252616778274047307&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7252616778274047307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7252616778274047307'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/04/state-of-economy.html' title='State of Economy'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7460999945900059999</id><published>2009-02-11T20:01:00.000-08:00</published><updated>2009-02-11T20:23:49.131-08:00</updated><title type='text'>Why Twitter went down today?</title><content type='html'>Today(Feb11, 09) Twitter went down in the middle of a busy work day. This outage was for an hr or so...The important thing is that just &lt;a href="http://www.techcrunch.com/2009/02/10/twitter-to-start-charging-companies-for-having-an-account/"&gt;yesterday &lt;/a&gt;there was a news about Twitter planning to charge companies to generate revenue. Then it went down because of an &lt;a href="http://status.twitter.com/post/77438630/site-back-up"&gt;infrastructure &lt;/a&gt;issue. How bad is the time...&lt;br /&gt;&lt;br /&gt;As I blogged about earlier, the problem is that lot's of these web applications are built on top of 90's client/server infrastructure. Those infrastructure products can only scale on LAN but not on WAN.&lt;br /&gt;&lt;br /&gt;This is like driving &lt;a href="http://www.c-edge.com/lsshoc/drive2/DirtRoad2.JPG"&gt;BMW on a dirt road&lt;/a&gt;. It doesn't matter how good is your car, your journey is going to be bad. ..&lt;br /&gt;&lt;br /&gt;To answer my question, i don't think this outage is due to Twitter application problem. They are smart guys and know how to build scalable applications. It's because of an infrastructure component which failed them.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7460999945900059999?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7460999945900059999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7460999945900059999&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7460999945900059999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7460999945900059999'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/02/why-twitter-went-down-today.html' title='Why Twitter went down today?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7781283566851553708</id><published>2009-01-31T16:20:00.000-08:00</published><updated>2009-01-31T16:54:16.285-08:00</updated><title type='text'>Web 3.0 = 3i (Innovation In Infrastructure)</title><content type='html'>The times are tough and economy is in pretty bad shape. But it will come back strongly. It will take time. We have gone through it before. We have to make some adjustments. We can't just keep spending. We need to work hard. We have to focus on education. As our president says, it's not months for recovery and it may be years...before we see the light at the end of tunnel.&lt;br /&gt;&lt;br /&gt;Just a reminder: dot com burst took 3 years for recovery. (2001-2003)&lt;br /&gt;&lt;br /&gt;Every recession has brought out some new technologies/companies. I am sure this one won't be any difference...&lt;br /&gt;&lt;br /&gt;In the high tech world, we saw the emergence of "Web 2.0" after the dot come burst. Now the web has become part of our life.  It's even safe to say that web is the 4th thing (many)people needs to survive besides air, water and food.&lt;br /&gt;&lt;br /&gt;So, the question is what are we going to see in the high tech world after this recession? IMO, we will see lot's of 3i. (Innovation in Infrastructure).&lt;br /&gt;&lt;br /&gt;The majority of web systems are built using very old client/server technologies with so called 3 tier architectures. They are expensive, complex and hard to scale. The web2.0 folks are fixing this mess big time inside their infrastructure. Already there is a new wave in web architecture is going on... HTTP has become the de facto standard from browser to all the way back to data storage.&lt;br /&gt;&lt;br /&gt;The question is how many of those great engineers are available? 10, 100 or  1000? So, how about the remaining 90% of IT shops to come to the Web20 style on-demand scale infrastructure? This gives opportunity to new companies to build great (simple,scalable,secure) web infrastructure products for the masses.  We saw the emergence of infrastructure companies like Juniper Networks in the Web 1.0 and will see lots of it again in Web 3.0.&lt;br /&gt;&lt;br /&gt;Again in my opinion, Web 3.0 is not about semantic web OR mobile web. Those are already here and is working. It's about 3i.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7781283566851553708?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7781283566851553708/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7781283566851553708&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7781283566851553708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7781283566851553708'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/01/web-30-3i-innovation-in-infrastructure.html' title='Web 3.0 = 3i (Innovation In Infrastructure)'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6044695909684970211</id><published>2009-01-01T11:25:00.000-08:00</published><updated>2009-01-01T11:26:43.660-08:00</updated><title type='text'>Happy New Year 2009</title><content type='html'>I wish you all a very happy new year- 2009.&lt;br /&gt;&lt;br /&gt;Uday.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6044695909684970211?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6044695909684970211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6044695909684970211&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6044695909684970211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6044695909684970211'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2009/01/happy-new-year-2009.html' title='Happy New Year 2009'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-290858411282732789</id><published>2008-12-20T11:24:00.000-08:00</published><updated>2008-12-20T11:29:49.760-08:00</updated><title type='text'>Ubuntu &amp; Firefox Resize Buttons</title><content type='html'>If you are facing the "loss of resize buttons" on FireFox 3.x on Ubuntu 8.x and here is the solution to fix this problem:&lt;br /&gt;&lt;br /&gt;Go to System/Preferences/Appearance and select the "Visual Effects" tab. Then choose the option "None-Provides a Simple Desktop Environment with out any effects" and it will solve your problem.&lt;br /&gt;&lt;br /&gt;I had this problem and the above solution fixed it. I also read about executing the following cmd in terminal window but never tried...&lt;br /&gt;"metacity --replace" &amp;amp;&lt;br /&gt;"compiz --replace".&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-290858411282732789?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/290858411282732789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=290858411282732789&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/290858411282732789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/290858411282732789'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/12/ubuntu-firefox-resize-buttons.html' title='Ubuntu &amp; Firefox Resize Buttons'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7379184657827900678</id><published>2008-12-15T16:42:00.001-08:00</published><updated>2008-12-15T16:57:31.997-08:00</updated><title type='text'>Good bye SQL</title><content type='html'>The &lt;a href="http://en.wikipedia.org/wiki/SQL"&gt;SQL&lt;/a&gt;, the language behind data bases access is one of the widely used languages in last 20 years or so in the computer history. A great language and played a major role in both client/server systems and Web 1.0 systems. It became part of the infrastructure to provide the "state" to the "statless" http protocol in the web 1.0 systems.&lt;br /&gt;&lt;br /&gt;Now, the data scalability requirements for web scale computing has gone beyond data base capabilities and SQL is not always needed to built the modern systems. Also, the data is accessed through "HTTP" it self and it unifies the system from entry to end inside the datacenters.&lt;br /&gt;&lt;br /&gt;It's the first time, i am seeing that some very big web scale systems are built with out SQL. Also, i am started hearing that even some wall street/financial companies are starting to use just file systems to store &amp;amp; retrieve data using technologies like &lt;a href="http://en.wikipedia.org/wiki/ZFS"&gt;ZFS&lt;/a&gt;. So, here also in side an enterprise environment, SQL is starting to loose it's value.&lt;br /&gt;&lt;br /&gt;The technologies like &lt;a href="http://en.wikipedia.org/wiki/ODBMS"&gt;"Object Databases"&lt;/a&gt; were try to kill RDBMS/SQL but failed. But now SQL is "slowly" starting to loose it's importance as it's not able to meet "web scale" computing requirements. There are already web systems built to serve millions of web pages on a daily basis w/o SQL.&lt;br /&gt;&lt;br /&gt;Personally, I like SQL and used SQL to built systems. But time has come to say "Good Bye".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7379184657827900678?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7379184657827900678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7379184657827900678&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7379184657827900678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7379184657827900678'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/12/good-bye-sql.html' title='Good bye SQL'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-2440518000445890697</id><published>2008-10-23T07:37:00.000-07:00</published><updated>2008-10-23T07:46:25.348-07:00</updated><title type='text'>Arista Networks - Cloud Networking Startup</title><content type='html'>If you missed the big news today about the new cloud networksing startup Arista Networks started by Sun's co-founder Andy Bechtolsheim &amp;amp; former Cisco executive Jayshree Ullal, here is it..&lt;br /&gt;in &lt;a href="http://gigaom.com/2008/10/22/ex-cisco-svp-to-lead-andy-bechtolsheim%E2%80%99s-latest-switch-startup/"&gt;GigaOm&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I will share my thoughts little later on here....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-2440518000445890697?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/2440518000445890697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=2440518000445890697&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2440518000445890697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2440518000445890697'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/10/arista-networks-cloud-networking.html' title='Arista Networks - Cloud Networking Startup'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3534567916632471520</id><published>2008-10-18T16:58:00.000-07:00</published><updated>2008-10-18T17:05:24.390-07:00</updated><title type='text'>Why to Start a Startup in Bad Economy?</title><content type='html'>There are so many negative blogger's out there who are consistently blogging about the bad economy and how it will impact high tech ecosystem in silicon valley. I don't reach much in to it... at least I can't do any thing about economy but i can do, what i can do best!&lt;br /&gt;&lt;br /&gt;I regularly read Paul Graham's blog and this one is very good. It's about "why to start a statup in a bad economy?" Click &lt;a href="http://www.paulgraham.com/badeconomy.html"&gt;here &lt;/a&gt;to read it...&lt;br /&gt;&lt;br /&gt;High tech &amp;amp; innovation is the solution to get out of current mess.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3534567916632471520?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3534567916632471520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3534567916632471520&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3534567916632471520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3534567916632471520'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/10/why-to-start-startup-in-bad-economy.html' title='Why to Start a Startup in Bad Economy?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7252051406453347854</id><published>2008-09-28T19:40:00.000-07:00</published><updated>2008-09-28T19:42:08.429-07:00</updated><title type='text'>Is IT of the Future Firmly Rooted in the 'Cloud'?</title><content type='html'>This is NOT my title. Here is an article, which talks about Cloud Computing &amp;amp; Enterprise IT-&lt;br /&gt;&lt;a href="http://www.newsfactor.com/story.xhtml?story_id=121007WA6UBP&amp;amp;page=1"&gt;&lt;span id="headline" class="bigArticleTitle"&gt;&lt;b&gt;Is IT of the Future Firmly Rooted in the 'Cloud'?&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7252051406453347854?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7252051406453347854/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7252051406453347854&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7252051406453347854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7252051406453347854'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/09/is-it-of-future-firmly-rooted-in-cloud.html' title='Is IT of the Future Firmly Rooted in the &apos;Cloud&apos;?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8805231061120469566</id><published>2008-09-24T20:40:00.000-07:00</published><updated>2008-09-24T20:56:51.322-07:00</updated><title type='text'>Cloud Computing &amp; ISP</title><content type='html'>In my earlier blog, i talked about the impact of cloud computing on the sw/hw/network infrastructure and need for a new architecture. I got lot's of good feedback for it...&lt;br /&gt;&lt;br /&gt;This one is about the cloud computing impact on ISP's.&lt;br /&gt;&lt;br /&gt;I recently went to my favorite Peet's in Cupertino and after i made the payment for coffee, i got a small paper. As usual I told them that no need for receipt. But cashier told me, "no sir, it's for your 2 hr free internet -password for wifi". It was handy even though i used it for 15mins before my friend came...Easy to get connected.&lt;br /&gt;&lt;br /&gt;Then, few days back on the gym i was watching TV. If i remember correctly, I think  I saw the ATT Internet advertisement and it talked about how their internet service is "mobile".  You can use it anywhere... I really like it.&lt;br /&gt;&lt;br /&gt;Then happened an interesting situation for me. My wife asked me to buy some school uniform from a speciality store in Saratoga and I left my office little earlier in the evening. Only after I drove out of the office campus, i realised that i need the exact address in Saratoga downturn. Even though, i been to several times, can't remember it. Then, I have to drive back to office campus and open my laptop in parking lot to use the wifi to find out the address.&lt;br /&gt;&lt;br /&gt;The above incident brought the memories of ATT Internet advertisement &amp;amp; Free Peet's internet.&lt;br /&gt;&lt;br /&gt;Now, I am now wondering why should I pay close to $45.00/month for Comcast which offers internet only to my home? Why can't i take my internet  with me?&lt;br /&gt;&lt;br /&gt;The cloud applications are now part of our life - both from personal(consumer) perspective &amp;amp; business(employee) perspective. The ISP has to go mobile. It can't be just physically attached to a place.&lt;br /&gt;&lt;br /&gt;I am one of the early customers of cable- @Home, ATT and Comcast. I am now seriously wondering why can't subscribe to some thing like ATT so that i can be connected all the time!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8805231061120469566?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8805231061120469566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8805231061120469566&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8805231061120469566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8805231061120469566'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/09/cloud-computing-isp.html' title='Cloud Computing &amp; ISP'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5550122737906568584</id><published>2008-09-03T15:50:00.000-07:00</published><updated>2008-09-03T18:00:35.202-07:00</updated><title type='text'>Cloud Computing &amp; Infrastructure Impact</title><content type='html'>It's been a while, i wrote a blog entry. It was a busy summer with vacation, back-to-school, new 1.0 product releases,etc... Hopefully, I should be able to write regularly here onwards, as the trees started shedding leaves!&lt;br /&gt;&lt;br /&gt;I was thinking hard about "CC" &amp;amp; II(&lt;a href="http://en.wikipedia.org/wiki/Cloud_computing"&gt;cloud computing&lt;/a&gt; &amp;amp; &lt;a href="http://upload.wikimedia.org/wikipedia/commons/4/4b/CloudComputingNetworkDiagram.svg"&gt;infrastructure&lt;/a&gt; impact) in the summer and thought of sharing some of my experiences!&lt;br /&gt;&lt;br /&gt;There is no better time than today to blog about it, as we all just started using the Google's new browser.&lt;br /&gt;&lt;br /&gt;Why &lt;a href="http://www.google.com/chrome"&gt;Chrome&lt;/a&gt;? What is the II of CC? Is there any fundamental architecture changes needed? What about security? What about &lt;a href="http://blogs.zdnet.com/BTL/?p=8010"&gt;reliability&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt;There are so many questions... IMO, Cloud Computing does have great impact on the old infrastructure.&lt;br /&gt;&lt;br /&gt;The simple reason is that Web1.0 was built on "Client/Server" architecture with a browser front end. It was the same client/server infrastructure which was built 20 years back and modified to spit out HTML/HTTP to the browsers.  This thin web layer created ton's of patches &amp;amp; proprietary agents in the under lying infrastructure. It's funny that even the widely-used web server got the name from " &lt;a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server"&gt;a patchy&lt;/a&gt;" server to NCSA HTTPD&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 28px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:-webkit-sans-serif;font-size:24;"  &gt;. &lt;/span&gt;(Apache)&lt;br /&gt;&lt;br /&gt;In the current generation, whether you call it as Web 2.0 or Cloud Computing or what ever buzz word, you like...these patches &amp;amp; proprietary agents are replaced with "true" web scale computing. For example &lt;a href="http://en.wikipedia.org/wiki/OpenID"&gt;OpenID&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So, it's NO MORE just HTML/HTTP to the browsers. It's more than that...it's about any-type of &lt;a href="http://timesmachine.nytimes.com/browser"&gt;applications &lt;/a&gt;talking to any-type of applications...mobile interface to applications...SLA over web is becoming critical...transaction-oriented business applications in addition to the consumer apps...SaaS is becoming mainstream...2 way web with blogs &amp;amp; wiki's...service oriented communications....platform as service...scale, security &amp;amp; reliability becomes critical...the list goes on &amp;amp; on.&lt;br /&gt;&lt;br /&gt;The old client/server infrastructure is getting replaced by the new real web infrastructure and is laying foundation for the next 10 years of Cloud Computing.&lt;br /&gt;&lt;br /&gt;It's an interesting time in the web infrastructure space, to support the evolving cloud computing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5550122737906568584?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5550122737906568584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5550122737906568584&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5550122737906568584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5550122737906568584'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/09/cloud-computing-infrastructure-impact.html' title='Cloud Computing &amp; Infrastructure Impact'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-406146252080214765</id><published>2008-06-03T13:40:00.001-07:00</published><updated>2008-06-03T13:44:48.926-07:00</updated><title type='text'>Vern Watts - IMS Inventor</title><content type='html'>It is very inspiring to read about, Vern Watts the inventor of IMS database! Click &lt;a href="http://vcwatts.org/ibm_story.html"&gt;here &lt;/a&gt;to read about him.&lt;br /&gt;&lt;br /&gt;He invented this IMS database in 1950's and worked for IBM nearly 50 years.&lt;br /&gt;&lt;br /&gt;and still he is keep going...He is a Chief Architect in a Database Startup in Menlo Park. It's called &lt;a href="http://www.scaledb.com/ScaleDB_AboutUs.htm"&gt;Scale DB&lt;/a&gt;. I am hoping to meet with him one day...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-406146252080214765?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/406146252080214765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=406146252080214765&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/406146252080214765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/406146252080214765'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/06/vern-watts-ims-inventor.html' title='Vern Watts - IMS Inventor'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3424406881386814204</id><published>2008-05-25T16:57:00.000-07:00</published><updated>2008-05-26T18:14:40.430-07:00</updated><title type='text'>Why Prototype is important in High Tech?</title><content type='html'>In the high tech industry, whether it's server or storage or network, it's important to build a prototype to validate a theory.&lt;br /&gt;&lt;br /&gt;Why?&lt;br /&gt;"To STOP waving hands".&lt;br /&gt;&lt;br /&gt;Some times, experienced senior people(including me) in the industry, get carried away by not focusing on to build a simple demo first to prove the theory.&lt;br /&gt;&lt;br /&gt;IMO, "TPC"(Technology-Product-Customer) model has great probability for success.&lt;br /&gt;First create Technology - Innovation, it needs domain expertise.&lt;br /&gt;Second build Product based on your Technology - Execution&lt;br /&gt;Finally sell your product to your Customers - Success!, if your product makes $.&lt;br /&gt;&lt;br /&gt;So, a prototype not just validates T &amp;amp; P and also can get a great feedback from the potential customers! In fact, it can get you a binary answer- worth or not to pursue an idea!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3424406881386814204?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3424406881386814204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3424406881386814204&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3424406881386814204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3424406881386814204'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/05/why-prototype-is-important-in-high-tech.html' title='Why Prototype is important in High Tech?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3525742996657516940</id><published>2008-03-28T15:30:00.000-07:00</published><updated>2008-03-28T15:46:43.011-07:00</updated><title type='text'>Silicon Valley &amp; BuzzWord</title><content type='html'>The Silicon Valley &amp;amp; buzzwords are like 2 rails in the rail road- inseparable! It keeps the train(business) running... &amp;amp; there is a reason to it.&lt;br /&gt;&lt;br /&gt;The buzzword brings energy &amp;amp; enthusiasm.  Then, this creates the bubble. The bubble brings the opportunity. The opportunity brings $ home!&lt;br /&gt;&lt;br /&gt;This cycle repeats again &amp;amp; again! Valley never tired of creating this cycle...&lt;br /&gt;&lt;br /&gt;If you think, Web2.0, Web3.0 or SaaS is the latest buzzword, sorry, you are 6 months outdated. The new buzzword is "Cloud Computing".&lt;br /&gt;&lt;br /&gt;Rest of nation &amp;amp; rest of the world is now worried so much about the US economic recession, but NOT Valley. Unlike last time, where valley got hit badly, this time the energy level seems to be very high even in the midst of this recession- thanks to Cloud Computing!&lt;br /&gt;&lt;br /&gt;Here are some pointers, if you are interested in learn more about Cloud Computing:&lt;br /&gt;SDForum Demo Event, &lt;a href="http://www.sdforum.org/index.cfm?fuseaction=Calendar.eventDetail&amp;amp;eventID=13044"&gt;click here&lt;/a&gt;.&lt;br /&gt;Fat east in Czech Republic, Netbeans &amp;amp; Systinet Founder(&lt;a href="http://roman.stanek.org/"&gt;Roman Stanek&lt;/a&gt;) is also on to Cloud Computing for his 3rd startup. Click &lt;a href="http://www.praguepost.com/articles/2008/03/26/up-in-the-clouds.php"&gt;here &lt;/a&gt;&amp;amp; &lt;a href="http://www.gooddata.com/about/index.html"&gt;here&lt;/a&gt;, for details.&lt;br /&gt;&lt;br /&gt;Welcome Cloud Computing!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3525742996657516940?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3525742996657516940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3525742996657516940&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3525742996657516940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3525742996657516940'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/03/silicon-valley-buzzword.html' title='Silicon Valley &amp; BuzzWord'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8382521812821179066</id><published>2008-03-24T10:56:00.001-07:00</published><updated>2008-03-28T12:52:35.547-07:00</updated><title type='text'>SaaSCon 2008</title><content type='html'>I am attending &lt;a href="http://www.saascon.com/default.aspx"&gt;SaaSCon &lt;/a&gt;2008 conference here in Santa Clara, CA. If you are attending this event and want to let you know that , I am open for networking... drop me an email or make a comment here.&lt;br /&gt;&lt;br /&gt;Update:&lt;br /&gt;I attended this event and it was a successful conference. I see a significant uptake in no of attendees, vendors and customer participation in the conference. Unlike typical tech conferences focusing on vendors, this was mostly towards the customers of SaaS.&lt;br /&gt;&lt;br /&gt;Many CIO's participated in the conference and everyone of them confirmed that SaaS is the future for their IT needs. Infact one CIO mentioned that it was all internal apps in 2002 to all external(SaaS) apps now in 2008.&lt;br /&gt;&lt;br /&gt;There is a big shift happening inside the enterprise, by moving the non-core apps to SaaS. There were even talk about SaaS1.0, SaaS2.0 and cloud computing.&lt;br /&gt;&lt;br /&gt;All I can say is that now even transaction oriented apps are evolving in Web  on top of the consumer focused apps. Web is the next Radio for humans!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8382521812821179066?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8382521812821179066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8382521812821179066&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8382521812821179066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8382521812821179066'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/03/saascon-2008.html' title='SaaSCon 2008'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8520797492242724022</id><published>2008-02-29T10:44:00.000-08:00</published><updated>2008-02-29T11:05:51.119-08:00</updated><title type='text'>"Netscape"- The name never dies!</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);"&gt;I was recently installing a software product and noticed that this product installs a low level library called &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://en.wikipedia.org/wiki/Netscape_Portable_Runtime"&gt;"Netscape Portable Runtime"&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;. It immediately strike me that the 'Netscape' name is NEVER going to die!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Netscape was such a powerful company, which brought some fundamental technologies to the web like &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer#History_and_development"&gt;SSL&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;, commercialization of &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://wp.netscape.com/columns/techvision/innovators_th.html"&gt;LDAP&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;,  scalable webserver, etc...It's legacy still carries forward in many products like &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://en.wikipedia.org/wiki/Mozilla"&gt;mozilla &lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;and wikipedia even claims that java uses Netscape Portable Rutime.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;I worked in Netscape as a consultant and my office was in one of the Netscape buildings in Middlefield Road in Mountain View. It was an excellent experience and my email id used to be "subbara at-sign netscape dot com". Time has gone but memories are still fresh...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;So, the Netscape name might have disappeared from the consumers perspective but not in the web products that they are using it...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Long live Netscape name!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8520797492242724022?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8520797492242724022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8520797492242724022&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8520797492242724022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8520797492242724022'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/02/netscape-name-never-dies.html' title='&quot;Netscape&quot;- The name never dies!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4795279867080972891</id><published>2008-02-12T14:34:00.000-08:00</published><updated>2008-02-12T14:42:14.431-08:00</updated><title type='text'>Is 2009 = 2001?</title><content type='html'>I just saw this blog entry from Om Malik himself about,&lt;br /&gt;&lt;a href="http://gigaom.com/2008/02/12/cisco-layoffs-in-the-offing/#more-11487"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Cisco Layoffs In The Offing?&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&amp;amp; wondering whether 2009 is going to be 2001 again for tech?&lt;br /&gt;&lt;br /&gt;Cisco was first to see the tech recession back in dot com crash and did the &lt;a href="http://www.businessweek.com/magazine/content/01_18/b3730053.htm"&gt;layoff of 8500 people&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As the next one is around the corner, i was wondering for some time about how Cisco will react to it ... Then here comes the rumor of Cisco layoff!&lt;br /&gt;&lt;br /&gt;This year is election year and won't expect a full blown recession like 2000. But comes 2009, are we going to see the 2001 again?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4795279867080972891?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4795279867080972891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4795279867080972891&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4795279867080972891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4795279867080972891'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/02/is-2009-2001.html' title='Is 2009 = 2001?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7781377492298163177</id><published>2008-02-03T15:47:00.000-08:00</published><updated>2008-02-03T16:14:48.716-08:00</updated><title type='text'>The big "R" word &amp; Tech!</title><content type='html'>&lt;span style="color: rgb(255, 0, 0);"&gt;The fear &amp;amp; pain of last "&lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://en.wikipedia.org/wiki/Dot-com_bubble"&gt;dot com bubble&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;" recession is still fresh in people's mind and now this "&lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://en.wikipedia.org/wiki/2007_subprime_mortgage_financial_crisis"&gt;sub prime mortgage crisis&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;" is creating yet another recession in this &lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://en.wikipedia.org/wiki/Decade"&gt;decade&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;! &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Wow, 2 &lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://en.wikipedia.org/wiki/Recession"&gt;recession &lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;in a decade! It's too bad...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;What is the difference between these 2 recessions? 1st one is about the job and 2nd/current one is about home. So, obviously the 2nd one is going to be more painful than the previous one...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;I was wondering about what this means to the bayarea tech world? It's going to have an effect but how much is not clear yet... IMO, it will have minimal impact on the cloud computing.... Many enterprises may accelerate off shoring some of the internal IT into Cloud Computing. Bayarea tech economy may not be affected much, but never know...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;I recently attended a couple of legal seminars about incorporating companies and now the buzz is that incorporate the startups in places like "&lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://en.wikipedia.org/wiki/Cayman_Islands"&gt;Cayman Islands&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;" so that startups has many options for exits. (&lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://en.wikipedia.org/wiki/Bombay_Stock_Exchange"&gt;Bombay stock Exchange&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;, &lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://en.wikipedia.org/wiki/Hong_Kong_Stock_Exchange"&gt;Hong Kong Stock Exchange&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;, &lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://en.wikipedia.org/wiki/Shanghai_Stock_Exchange"&gt;Shanghai &lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;or Nasdaq)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;This "offshoring the incorporation" is very interesting. It used to be just Delaware, C-Corp and it looks like, not anymore!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;The bottom line is that tech will suffer, cloud computing may not get affected much, bayarea may be ok and there will be a global tech impact.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7781377492298163177?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7781377492298163177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7781377492298163177&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7781377492298163177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7781377492298163177'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2008/02/big-r-word-tech.html' title='The big &quot;R&quot; word &amp; Tech!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7017219108719190210</id><published>2007-12-31T17:09:00.000-08:00</published><updated>2007-12-31T17:11:59.200-08:00</updated><title type='text'>Happy New Year-2008</title><content type='html'>I wish all you a very happy and prosperous new year-2008. I look back 07, it started with lot's of promise and hope, ending with the same promise &amp;amp; hope. Good bye'07 and welcome '08.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7017219108719190210?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7017219108719190210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7017219108719190210&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7017219108719190210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7017219108719190210'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/12/happy-new-year-2008.html' title='Happy New Year-2008'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7085689358518516021</id><published>2007-12-22T21:05:00.000-08:00</published><updated>2007-12-23T20:38:37.984-08:00</updated><title type='text'>My (tech) Predictions for '08</title><content type='html'>This is the time of the year, we see lot's of tech predictions like &lt;a href="http://venturebeat.com/2007/12/20/us-tech-trends-for-2008/"&gt;this&lt;/a&gt;, &lt;a href="http://venturebeat.com/2007/12/15/2008-predictions-from-a-vc-android-will-succeed/"&gt;this&lt;/a&gt;... I thought i can contribute some things for my share! In general, trying to predict in the tech industry is hard...because of so many factors like economy,etc..&lt;br /&gt;&lt;br /&gt;My predictions are about the web and here is the list.&lt;br /&gt;&lt;ol&gt;&lt;li style="color: rgb(0, 51, 0); font-weight: bold;"&gt;PC Web&lt;/li&gt;&lt;ul&gt;&lt;li&gt;I think the "semantic web" will start play some role here to make few things better, few things easier and even can monetize few things...Some people call this as Web3.0 but in general, this will start enable machine learning and machine to machine communication richer.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li style="font-weight: bold; color: rgb(102, 51, 51);"&gt;Mobile Web&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Before i predict for '08, i would like to take a look at what happened in 07.  "Mobile Web failed Jobs &amp;amp; iPhone" in 07. Yes, i too had great expectation of fwd thinking web architecture in mobile instead of client/server model. With the expected iPhone SDK from Apple in Feb'08, it's clear that for some more time, its going to be the native apps that's going to rule the mobile web. Sorry, the browser based apps in mobile have technical + human constraints!&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li style="font-weight: bold; color: rgb(51, 0, 153);"&gt;Device Web&lt;/li&gt;&lt;ul&gt;&lt;li&gt;This is very interesting web. Apple's iPod, Skype Phones, &lt;a href="http://www.amazon.com/Kindle-Amazons-Wireless-Reading-Device/dp/B000FI73MA"&gt;Amazon's Kindle&lt;/a&gt; are some examples of devices getting connected to the web. Traditionally these devices were stand alone and boring ones...Let's see what other devices gets connected to web in next few years.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li style="font-weight: bold; color: rgb(51, 51, 51);"&gt;Enterprise Web&lt;/li&gt;&lt;ul&gt;&lt;li&gt;It's the SaaS. Slowly but steadily things are moving out of the firewall inside the enterprise in to the cloud computing. Did i say &lt;a href="http://finance.google.com/finance?q=NYSE%3AN"&gt;NetSuite &lt;/a&gt;had a good IPO recently?&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(102, 0, 204); font-weight: bold;"&gt;I wish you all a merry Christmas and a Happy New Year-08!&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7085689358518516021?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7085689358518516021/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7085689358518516021&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7085689358518516021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7085689358518516021'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/12/my-tech-predictions-for-08.html' title='My (tech) Predictions for &apos;08'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-2671691107211799605</id><published>2007-11-30T15:08:00.000-08:00</published><updated>2007-11-30T15:50:28.263-08:00</updated><title type='text'>Startups &amp; Innovating the Problem!</title><content type='html'>&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;In general, i like to keep all my blog entries +ve and occasionally, i violate this policy. Here is one of those violations :-( &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;We all know that how hard it takes to make a startup, successful. There are many reasons for failure- people issues, technology issues, product development, market readiness, finance, sales, etc...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;IMO, one of the core reason is, lack of clear 'definition of problem'. It should be very clear like these companies, when they got started:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;Microsoft: Desktop OS&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;Sun: Workstation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;Oracle: database&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;Google: search&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;ebay: auction&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;Amazon:books&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;YouTube: online video&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;Facebook: social networks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;So, if you look back in the above list for last 25+ years, one thing it remained the same is the crisp definition of problem for successful companies.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;The reason, i am blogging is that many times, i get very surprised when someone takes 30mins to "explain" about the problem that they  are solving! I think this is where the lack of domain expertise comes into play...and this leads to the innovating the problem instead of innovating the solution. These type of companies goes for a spin, wastes time &amp;amp; money, eventually gets folded down... In the last few years, i tracked few companies and put them in to 2 buckets: innovator of solution &amp;amp; innovator of problem.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;The solution innovators either succeeded or in a path to succeed and innovator of  problem either folded down or on their path... &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51); font-family: courier new;"&gt;So, startups should be innovating the solution to solve the customers problem instead of otherwise... This is one of the thing that i learned in last few years and if you are looking to join a startup, find out the problem definition first!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-2671691107211799605?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/2671691107211799605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=2671691107211799605&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2671691107211799605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2671691107211799605'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/11/startups-innovating-problem.html' title='Startups &amp; Innovating the Problem!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4822919503435288272</id><published>2007-11-27T16:04:00.000-08:00</published><updated>2007-11-27T16:26:16.835-08:00</updated><title type='text'>Indian Startup: CitiPals.com</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);"&gt;I recently came across a startup called &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://www.citipals.com/"&gt;Citipals.com&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;, founded by &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://www.linkedin.com/in/balduaashish"&gt;Ashish&lt;/a&gt; &lt;span style="color: rgb(0, 102, 0);"&gt;Baldua (ex&lt;/span&gt;-&lt;a style="color: rgb(0, 102, 0);" href="http://www.yahoo.com"&gt;Yahoo&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; Executive). It provides the "MovieMatch" for Indian movies.(basically Flixter of Indian movies)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;They also have a Facebook App,&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.facebook.com/apps/application.php?id=5173393793"&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;http://www.facebook.com/apps/application.php?id=5173393793&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Citipals service should be interesting to the Indians and wishing them all the best. I hope Ashish &amp;amp; team will expand to other cities  soon and a mobile interface should be a nice feature addition...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;There is a PR &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://blog.citipals.com/2007/11/moviematch-new-facebook-app-for-indians.html"&gt;here.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4822919503435288272?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4822919503435288272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4822919503435288272&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4822919503435288272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4822919503435288272'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/11/indian-startup-citipalscom.html' title='Indian Startup: CitiPals.com'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4144465443125576672</id><published>2007-11-08T11:39:00.001-08:00</published><updated>2007-11-08T11:43:44.456-08:00</updated><title type='text'>Happy Deepavali</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_HlYeqMZx1pg/RzNmi4qniQI/AAAAAAAAACw/TsKyAytoAs8/s1600-h/deepavali.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_HlYeqMZx1pg/RzNmi4qniQI/AAAAAAAAACw/TsKyAytoAs8/s320/deepavali.jpg" alt="" id="BLOGGER_PHOTO_ID_5130557150017849602" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;I wish you a very happy Deepavali. (&lt;a href="http://en.wikipedia.org/wiki/Diwali"&gt;Indian festival of lights&lt;/a&gt;)&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4144465443125576672?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4144465443125576672/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4144465443125576672&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4144465443125576672'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4144465443125576672'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/11/happy-deepavali.html' title='Happy Deepavali'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_HlYeqMZx1pg/RzNmi4qniQI/AAAAAAAAACw/TsKyAytoAs8/s72-c/deepavali.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4066217671146448555</id><published>2007-10-26T20:34:00.000-07:00</published><updated>2007-10-26T20:46:50.545-07:00</updated><title type='text'>Google Maps of INDIA</title><content type='html'>I was searching to get a direction for a &lt;a href="http://www.guruvayurdevaswom.org"&gt;temple &lt;/a&gt;in the state of &lt;a href="http://www.keralatourism.org/"&gt;Kerala &lt;/a&gt;and came across this &lt;a href="http://parliamentofindia.nic.in/"&gt;Indian &lt;/a&gt;map website:&lt;br /&gt;&lt;a href="http://www.mapmyindia.com"&gt;http://www.mapmyindia.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It's not as user friendly as Google maps but quite handy to get some info... You have to spend some time to understand, how it works! For any one traveling to India, you can use this map to get an idea of your location.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4066217671146448555?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4066217671146448555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4066217671146448555&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4066217671146448555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4066217671146448555'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/10/google-maps-of-india.html' title='Google Maps of INDIA'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-2506495188437281318</id><published>2007-09-30T20:19:00.000-07:00</published><updated>2007-09-30T20:26:32.508-07:00</updated><title type='text'>I am on Facebook!</title><content type='html'>&lt;span style="font-family: arial; color: rgb(0, 102, 0);"&gt;I am using &lt;/span&gt;&lt;a style="font-family: arial; color: rgb(0, 102, 0);" href="http://www.linkedin.com/profile?viewProfile=&amp;amp;key=1840516"&gt;LinkedIn&lt;/a&gt;&lt;span style="font-family: arial; color: rgb(0, 102, 0);"&gt; for last 2+ years and also pay $20/month for the advanced features. Now i am also starting to use Facebook.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(0, 102, 0);"&gt;I don't think i can keep myself updated in both networks and sometime in the (near) future, may have to focus on only one... Right now, i have lot's of contacts in LinkedIn and less contacts in Facebook. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(0, 102, 0);"&gt;For now, i see there is a value in keep using (&amp;amp; paying?) LinkedIn and revisit some time in the future to discontinue one....&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(0, 102, 0);"&gt;Is the Facebook is the Google of SN? It looks like...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(0, 102, 0);"&gt;-Uday.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-2506495188437281318?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/2506495188437281318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=2506495188437281318&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2506495188437281318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2506495188437281318'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/09/i-am-on-facebook.html' title='I am on Facebook!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5871088043799730451</id><published>2007-09-24T20:26:00.000-07:00</published><updated>2007-09-24T20:28:39.292-07:00</updated><title type='text'>[Gartner] Open Source Is the Big Disruptor</title><content type='html'>&lt;a href="http://www.eweek.com/article2/0,1895,2186932,00.asp"&gt;Here &lt;/a&gt;is the news article...w/ big numbers!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5871088043799730451?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5871088043799730451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5871088043799730451&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5871088043799730451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5871088043799730451'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/09/gartner-open-source-is-big-disruptor.html' title='[Gartner] Open Source Is the Big Disruptor'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5595765760030942663</id><published>2007-09-17T12:35:00.001-07:00</published><updated>2007-09-17T12:38:32.486-07:00</updated><title type='text'>Success of COS model!</title><content type='html'>Earlier, i blogged about COS (Commercial Open Source) &lt;a href="http://gigaom.com/2007/09/17/yahoo-buys-zimbra/"&gt;here...&lt;/a&gt;&lt;br /&gt;Today's news about &lt;a href="http://gigaom.com/2007/09/17/yahoo-buys-zimbra/"&gt;Yahoo buying Zimbra&lt;/a&gt; validates it...for $350M!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5595765760030942663?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5595765760030942663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5595765760030942663&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5595765760030942663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5595765760030942663'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/09/success-of-cos-model.html' title='Success of COS model!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4173108581628269436</id><published>2007-09-16T19:02:00.001-07:00</published><updated>2007-09-16T19:15:25.273-07:00</updated><title type='text'>Storage Developer Conference '07</title><content type='html'>I attended &lt;a href="http://www.storage-developer.org/events/storage-developer2007"&gt;this &lt;/a&gt;conference for first time here in San Jose and it was a great experience. (i like the &lt;a href="http://hayesmansion.dolce.com/"&gt;venue&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;Key take away from this conference are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;move towards application(i call this as AOS- Application Oriented Storage)&lt;/li&gt;&lt;li&gt;move towards general purpose hardware &amp;amp; cheap hardware&lt;/li&gt;&lt;li&gt;move towards open standards&lt;/li&gt;&lt;li&gt;move towards open source (Aperi is an example)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;raise of Ethernet and slow death of Fibre Channel?&lt;/li&gt;&lt;li&gt;It looks like FCoE is the bridge for move towards ether?&lt;/li&gt;&lt;li&gt;XML/Webservice for management&lt;/li&gt;&lt;/ul&gt;So, it looks like a big shift is starting in the storage world!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4173108581628269436?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4173108581628269436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4173108581628269436&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4173108581628269436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4173108581628269436'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/09/storage-developer-conference-07.html' title='Storage Developer Conference &apos;07'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8089505229464791185</id><published>2007-09-09T20:40:00.000-07:00</published><updated>2007-09-09T20:49:41.989-07:00</updated><title type='text'>Heart WALK, Cupertino.</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);"&gt;American Heart Association is conducting a WALK for Heart. For more details:&lt;/span&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://heartwalk.kintera.org/faf/home/default.asp?ievent=215896"&gt;http://heartwalk.kintera.org/faf/home/default.asp?ievent=215896&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Its starts in De Anza College, Cupertino. The date is Sep16th, 8:30am.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;I am attending this walk and if you are in bayarea, may want to consider this...good social cause. &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8089505229464791185?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8089505229464791185/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8089505229464791185&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8089505229464791185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8089505229464791185'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/09/heart-walk-cupertino.html' title='Heart WALK, Cupertino.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8762293484868498669</id><published>2007-09-06T14:20:00.000-07:00</published><updated>2007-09-06T14:27:18.652-07:00</updated><title type='text'>2 XML startup exit today...</title><content type='html'>&lt;span style="font-family: arial;"&gt;I was following the SOA startup exits last year and it kind of became boring, after seeing the numbers...today came across 2 more in the same category with focus just on XML:&lt;br /&gt;&lt;br /&gt;[1] &lt;/span&gt;&lt;a href="http://venturebeat.com/2007/09/06/lsi-buys-tarari-a-network-security-control-co-for-85m/"&gt;LSI buys Tarari, a network security-control co., for $85M&lt;/a&gt;&lt;br /&gt;The blog has all the details...&lt;br /&gt;Input =$42.8 &amp; Output =$85M, you do the math.&lt;br /&gt;&lt;br /&gt;[2]&lt;a href="http://www.networkworld.com/news/2007/090507-citrix.html?page=1"&gt;Citrix buys XML security firm QuickTree&lt;/a&gt;&lt;br /&gt;not sure about input &amp;amp; output here...&lt;br /&gt;&lt;br /&gt;Exit is an exit and better than folding it up...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8762293484868498669?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8762293484868498669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8762293484868498669&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8762293484868498669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8762293484868498669'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/09/2-xml-startup-exit-today.html' title='2 XML startup exit today...'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5176065132919099170</id><published>2007-08-31T13:33:00.000-07:00</published><updated>2007-08-31T13:55:56.319-07:00</updated><title type='text'>Trip to Detroit</title><content type='html'>I spend last week(Aug 20th week) in &lt;a href="http://www.ci.detroit.mi.us/default.htm"&gt;Detroit&lt;/a&gt;(South Field) for a business meeting. This is my 1st trip to Detroit. I like the area and lot's of green. Very nice people with clean air. I stayed in &lt;a href="http://commons.wikimedia.org/wiki/Image:Southfield_Town_Center.jpg"&gt;Town Center&lt;/a&gt; and its a very nice place.&lt;br /&gt;&lt;br /&gt;I was really surprised to see the quality of infrastructure- &lt;a href="http://www.detnews.com/specialreports/2005/roadcosts/"&gt;poor roads&lt;/a&gt;, stagnant waters, broken homes?, etc... The fall of auto industry &amp;amp; poor economy is very visible. A friend of mine is living there for a while and he was telling me that even 10years back, place looked good. They are also thinking of moving out of the place...even though they like it very much! The local newspapers talks about the &lt;a href="http://buyingsellingahome.suite101.com/article.cfm/housing_market_crashes_in_detroit"&gt;housing industry&lt;/a&gt; in details, everyday....the foreclosures!&lt;br /&gt;&lt;br /&gt;Let's hope that the &lt;a href="http://www.economist.com/business/globalexecutive/reading/displayStory.cfm?story_id=2119229"&gt;Detroit auto industry&lt;/a&gt; comes back and brings out eco-friendly cars with focus on MPG.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5176065132919099170?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5176065132919099170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5176065132919099170&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5176065132919099170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5176065132919099170'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/08/trip-to-detroit.html' title='Trip to Detroit'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3818202886472248693</id><published>2007-08-15T17:19:00.000-07:00</published><updated>2007-08-15T17:25:27.861-07:00</updated><title type='text'>Xensource is bought for $500M.</title><content type='html'>&lt;span style="font-family: georgia;"&gt;Earlier in one of my post, I mentioned about the importance of COS(Commercial Open Source) model and here goes a validation for it:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;"We prefer more freeware and open source," said Boone, CEO of AppCentral Technologies, in San Francisco.&lt;br /&gt;you can find more information about this deal, &lt;a href="http://www.eweek.com/article2/0,1895,2171432,00.asp"&gt;here &lt;/a&gt;&amp;amp; &lt;a href="http://money.cnn.com/news/newsfeeds/articles/newstex/IBD-0001-18924840.htm"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This is just beginning of end of the closed source software products.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3818202886472248693?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3818202886472248693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3818202886472248693&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3818202886472248693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3818202886472248693'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/08/xensource-is-bought-for-500m.html' title='Xensource is bought for $500M.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7373460493956689113</id><published>2007-08-09T16:48:00.000-07:00</published><updated>2007-08-09T16:51:25.891-07:00</updated><title type='text'>Barcamp, Palo Alto</title><content type='html'>If you are in the valley during Aug18-19, you may want to check out:&lt;br /&gt;&lt;a href="http://www.barcamp.org/BarCampBlock"&gt;http://www.barcamp.org/BarCampBlock&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I am planning to attend this event, though i may not be spending all 2 days. (travel + family)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7373460493956689113?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7373460493956689113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7373460493956689113&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7373460493956689113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7373460493956689113'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/08/barcamp-palo-alto.html' title='Barcamp, Palo Alto'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3946767488844029411</id><published>2007-08-06T15:54:00.000-07:00</published><updated>2007-08-06T16:00:45.953-07:00</updated><title type='text'>Andy Bechtolsheim about Mobile Web.</title><content type='html'>Here is a great quote:&lt;br /&gt;"Bechtolsheim predicted that mobile wireless access will have a major impact in the future of the Internet, untethering users from service providers".&lt;br /&gt;&lt;br /&gt;For more information, read the zdnet blog here:&lt;br /&gt;&lt;a href="http://blogs.zdnet.com/BTL/?p=5844"&gt;http://blogs.zdnet.com/BTL/?p=5844&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is from the Stanford's &lt;a href="http://alwayson.goingon.com/permalink/post/12264"&gt;AlwaysOn&lt;/a&gt; Summit.&lt;br /&gt;&lt;br /&gt;The mobile web is getting pretty interesting and will have a huge impact on the application architectures in the data centers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3946767488844029411?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3946767488844029411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3946767488844029411&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3946767488844029411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3946767488844029411'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/08/andy-bechtolsheim-about-mobile-web.html' title='Andy Bechtolsheim about Mobile Web.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4171257961278656060</id><published>2007-07-17T13:55:00.000-07:00</published><updated>2007-07-17T14:19:23.845-07:00</updated><title type='text'>Commercial Open Source (COS)</title><content type='html'>&lt;span style="font-family: courier new;"&gt; We all very well know the impact of open source software and how it became mainstream in the industry. &lt;/span&gt;&lt;span style="font-family: courier new;"&gt;The success of open source is very clear from the fact that only few closed source products are able to survive and move forward...Windows OS, Weblogic App Server, Oracle DB.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: courier new;"&gt;&lt;br /&gt; But there are lot's of challenge for the open source software to sustain in the long run if it doesn't have the resources or developer community. [i agree that there is no free lunch and developers can't be working for ever for free in the late evenings &amp; week ends...it's from my own personal open source experience.]&lt;br /&gt;&lt;br /&gt; I think, the next wave of open source products will follow the "COS"(Commercial Open Source) model. If open source is successful but if it needs resources, where does it will come from? It will come from the commercial software vendors. The latest success in the COS space are &lt;a href="http://www.zimbra.com/"&gt;Zimbra&lt;/a&gt; &amp;amp;&lt;a href="http://www.mulesource.com/"&gt; MuleSource&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Let's first take a look at Zimbra: It competes with Microsoft exchange server and still it succeeds, how? Simply it follows a COS model using open stds.&lt;br /&gt;&lt;br /&gt;Then MuleSource: There are many opensource ESB's and half a dozen ESB products from big vendors. But still MuleSource has an impressive list of customers. How? Quality product + COS model.&lt;br /&gt;&lt;br /&gt;The latest addition to the party is &lt;a href="http://www.interface21.com/"&gt;Interface21&lt;/a&gt;(guys behind Spring Framework)&lt;br /&gt;&lt;br /&gt;Long live COS!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4171257961278656060?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4171257961278656060/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4171257961278656060&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4171257961278656060'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4171257961278656060'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/07/commercial-open-source-cos.html' title='Commercial Open Source (COS)'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-4691296390913528023</id><published>2007-07-15T10:03:00.000-07:00</published><updated>2007-07-15T10:34:45.274-07:00</updated><title type='text'>iPhone &amp; Mobile Web.</title><content type='html'>&lt;span style="font-family: arial;"&gt;There was enough reviews written about &lt;a href="http://www.apple.com/iphone/"&gt;Apple's iPhone&lt;/a&gt; but still it won't be like checking it out in person. So I decided to go to one of the &lt;a href="http://www.apple.com/retail/valleyfair/week/20070715.html"&gt;Apple Stores&lt;/a&gt; in bayarea(Valley Fair mall) on Saturday &amp; check it out. I spend quality amount of time to check out all the features, including things like network settings.&lt;br /&gt;&lt;br /&gt;My opinion is that Apple yet again proved that they are superior in the GUI design and consumer devices. This iPhone is a game changing mobile device and it makes easier to browse the web, SMS &amp;amp; emails.(i didn't bother much about voice or music, assumed it will be good) IMO, in the long run this device will have a huge impact on the mobile web. If you look at the way, we used the web, it was PC made it simpler to browse the web. Then came laptops. Now people are increasingly wants to connect to the web all the time. But the current device that we carry are NOT good for mobile web. So, here goes Apple iPhone which makes it easier. I classify something like this for browsing web:&lt;br /&gt;&lt;br /&gt;Web 1.0 Browsing Device : PC&lt;br /&gt;Web 2.0 Browsing Device : Laptopbs &amp;amp; other limited mobile devices&lt;br /&gt;Web 3.0 Browsing Device : Apple iPhone + ? &lt;br /&gt;&lt;br /&gt;Overall, it was a very positive experience for me. I would buy one. It's a good device.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-4691296390913528023?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/4691296390913528023/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=4691296390913528023&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4691296390913528023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/4691296390913528023'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/07/iphone-mobile-web.html' title='iPhone &amp; Mobile Web.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6978529731143912245</id><published>2007-07-12T15:36:00.000-07:00</published><updated>2007-07-12T15:42:44.147-07:00</updated><title type='text'>Back from vacation.</title><content type='html'>&lt;span style="font-family: courier new; color: rgb(0, 51, 0);"&gt;I took a 3 week vacation to go to India and just got back home. This time I noticed lot's of changes back in India. Lot's of new developments including constructions, roads and airport expansions in small cities. There is an economic boom going on currently and it's not just IT. I could see that textile and mechanical industries are also doing very well.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 51, 0);"&gt;Overall country is "developing" itself very well and if current India is different from 90's then India in 2020 will be much different from today.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6978529731143912245?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6978529731143912245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6978529731143912245&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6978529731143912245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6978529731143912245'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/07/back-from-vacation.html' title='Back from vacation.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-1213371056177863324</id><published>2007-06-01T12:50:00.000-07:00</published><updated>2007-06-01T13:00:57.503-07:00</updated><title type='text'>John Doerr on Global Warming.</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);"&gt;&lt;a href="http://www.kpcb.com/team/index.php?John%20Doerr"&gt;John Doerr&lt;/a&gt;'s latest presentation on Global Warming is here in &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://www.youtube.com/watch?v=nuXJFbJNltg"&gt;YouTube.&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;It's bit emotional also...&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-1213371056177863324?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/1213371056177863324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=1213371056177863324&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/1213371056177863324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/1213371056177863324'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/06/john-doerr-on-global-warming.html' title='John Doerr on Global Warming.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-9203409555511580388</id><published>2007-05-24T20:29:00.000-07:00</published><updated>2007-05-24T20:35:16.265-07:00</updated><title type='text'>W3C: Mobile AJAX Workshop</title><content type='html'>&lt;a style="color: rgb(0, 102, 0); font-family: arial;" href="http://www.w3.org/"&gt;W3C&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);font-family:arial;" &gt; &amp; &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0); font-family: arial;" href="http://www.openajax.org/"&gt;Open AJAX&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);font-family:arial;" &gt;&lt;a href="http://www.openajax.org/"&gt; Alliance&lt;/a&gt; are co-sponsoring a workshop on Mobile AJAX and should be a good one to attend... Here is the details:&lt;/span&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 102, 0); font-family: arial;" href="http://www.w3.org/2007/06/mobile-ajax/"&gt;http://www.w3.org/2007/06/mobile-ajax/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-9203409555511580388?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/9203409555511580388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=9203409555511580388&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/9203409555511580388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/9203409555511580388'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/05/w3c-mobile-ajax-workshop.html' title='W3C: Mobile AJAX Workshop'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-2292985139125849347</id><published>2007-05-23T13:53:00.000-07:00</published><updated>2007-05-23T14:01:02.764-07:00</updated><title type='text'>Future of California high tech.</title><content type='html'>A report in the Mercury News says future of California high tech will have serious problem because of, out flux of college graduates to other states!!!&lt;br /&gt;Here is the report:&lt;br /&gt;&lt;a href="http://www.mercurynews.com/ci_5967711"&gt;&lt;span id="mn_Global"&gt;&lt;span id="mn_Article"&gt;Report: California faces looming skills gap as college grads look elsewhere&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;hmm...it doesn't sound good for silicon valley.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-2292985139125849347?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/2292985139125849347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=2292985139125849347&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2292985139125849347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2292985139125849347'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/05/future-of-california-high-tech.html' title='Future of California high tech.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-108432773412349938</id><published>2007-04-27T10:57:00.000-07:00</published><updated>2007-04-27T11:00:07.041-07:00</updated><title type='text'>Open ID Presentation</title><content type='html'>&lt;span style="font-family: arial;"&gt;&lt;span style="font-family: courier new;"&gt;Few months back, I &lt;/span&gt;&lt;a style="font-family: courier new;" href="http://uds-web.blogspot.com/2007/01/what-is-my-name-on-web.html"&gt;mentioned &lt;/a&gt;&lt;span style="font-family: courier new;"&gt;about "Open ID" and &lt;/span&gt;&lt;a style="font-family: courier new;" href="http://www.slideshare.net/kuchmuch/implementing-openid/"&gt;here &lt;/a&gt;&lt;span style="font-family: courier new;"&gt;is a latest presentation, which gives more info about it...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;-Uday.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-108432773412349938?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/108432773412349938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=108432773412349938&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/108432773412349938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/108432773412349938'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/04/open-id-presentation.html' title='Open ID Presentation'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5790326501433435931</id><published>2007-04-26T10:12:00.000-07:00</published><updated>2007-04-26T10:19:05.700-07:00</updated><title type='text'>Positive Experience with OpenOffice</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_HlYeqMZx1pg/RjDeue0cwFI/AAAAAAAAAAw/sTyWldhznKA/s1600-h/logonew.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_HlYeqMZx1pg/RjDeue0cwFI/AAAAAAAAAAw/sTyWldhznKA/s200/logonew.gif" alt="" id="BLOGGER_PHOTO_ID_5057787271665467474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;I recently started using &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://www.openoffice.org/"&gt;OpenOffice 2.2&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; products and love it! If you are paying ton of money to buy the office products and you may want to give Open Office 2.2, a try...it's worth it. I strongly encourage you to try this FREE open source product.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;It is significantly improved from the previous versions and have used previous 1.x versions, this is one is much, much better...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Great work by the Open Office community.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5790326501433435931?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5790326501433435931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5790326501433435931&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5790326501433435931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5790326501433435931'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/04/positive-experience-with-openoffice.html' title='Positive Experience with OpenOffice'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_HlYeqMZx1pg/RjDeue0cwFI/AAAAAAAAAAw/sTyWldhznKA/s72-c/logonew.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6162484420515698129</id><published>2007-04-24T17:07:00.000-07:00</published><updated>2007-04-24T17:09:52.235-07:00</updated><title type='text'>Call Center: Dial A Human</title><content type='html'>&lt;span style="color: rgb(102, 0, 204); font-family: arial;"&gt;I came across this interesting website, &lt;/span&gt;&lt;a style="color: rgb(102, 0, 204); font-family: arial;" href="http://www.dialahuman.com/"&gt;here. &lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204); font-family: arial;"&gt;This website gives hints about how to get to the customer service representative quickly... good info, saves time.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204); font-family: arial;"&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Uday&lt;/span&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6162484420515698129?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6162484420515698129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6162484420515698129&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6162484420515698129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6162484420515698129'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/04/call-center-dial-human.html' title='Call Center: Dial A Human'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-2373762201152930902</id><published>2007-04-14T19:24:00.000-07:00</published><updated>2007-04-14T19:35:02.150-07:00</updated><title type='text'>Happy Tamil New Year.</title><content type='html'>&lt;a href="http://bp0.blogger.com/_HlYeqMZx1pg/RiGPId0cfSI/AAAAAAAAAAo/2cZf0bQEWmQ/s1600-h/New-Year.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5053477632492731682" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_HlYeqMZx1pg/RiGPId0cfSI/AAAAAAAAAAo/2cZf0bQEWmQ/s200/New-Year.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Today(14April2007) is a Tamil New Year. I wish you all a very happy &lt;a href="http://www.newyearfestival.com/tamil-new-year.html"&gt;tamil new year.&lt;/a&gt; Tamil year also has 12 months and 1st month is called "Chiththirai". Wikipedia has more info on tamil &lt;a href="http://en.wikipedia.org/wiki/Tamil_calendar"&gt;calender&lt;/a&gt;...&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-2373762201152930902?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/2373762201152930902/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=2373762201152930902&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2373762201152930902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2373762201152930902'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/04/happy-tamil-new-year.html' title='Happy Tamil New Year.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_HlYeqMZx1pg/RiGPId0cfSI/AAAAAAAAAAo/2cZf0bQEWmQ/s72-c/New-Year.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-2088156153530428226</id><published>2007-04-06T13:50:00.000-07:00</published><updated>2007-04-06T14:07:17.915-07:00</updated><title type='text'>[website] Moving to Colorado.</title><content type='html'>&lt;span style="font-family: arial; color: rgb(102, 0, 0);"&gt;In my previous blog, I mentioned about a &lt;a href="http://www.marketwatch.com/?avatar=seen&amp;dist=ctmw"&gt;MW&lt;/a&gt; article called "Has Silicon Valley lost it's edge" and I said "hasn't"...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(102, 0, 0);"&gt;I think the main competition to the valley is going to be within US itself rather than outside...Boston, Austin,Colorado &amp; Seattle are going to challenge the Valley for sure, in near future.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(102, 0, 0);"&gt;One of my colleague asked me a question about Silicon Valley's future, while ago...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(102, 0, 0);"&gt;"Can Silicon Valley get dis-integrated?"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(102, 0, 0);"&gt;Technically with the wider adoption of broadband, importance of place is not significant and "remote work" works just fine. But still it's important!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(102, 0, 0);"&gt;I recently came across an interesting website in &lt;/span&gt;&lt;a style="font-family: arial; color: rgb(102, 0, 0);" href="http://www.opencoffeeclub.org"&gt;http://www.opencoffeeclub.org  &lt;/a&gt;&lt;span style="font-family: arial; color: rgb(102, 0, 0);"&gt;and  it's about how to move from San Francisco to Colorado!!! Here it is,&lt;/span&gt;&lt;br /&gt;&lt;a style="font-family: arial; color: rgb(102, 0, 0);" href="http://moveittocolorado.info/"&gt;http://moveittocolorado.info/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(102, 0, 0);"&gt;So, what my colleague casually asked me was indeed a serious question and competition is heating up for the SV. If SV doesn't fix it's problems, it's going to be challenging here for the business &amp; living.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-2088156153530428226?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/2088156153530428226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=2088156153530428226&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2088156153530428226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/2088156153530428226'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/04/website-moving-to-colorado.html' title='[website] Moving to Colorado.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6943086085050946015</id><published>2007-04-05T13:48:00.000-07:00</published><updated>2007-04-05T13:55:18.715-07:00</updated><title type='text'>[news] Has Silicon Valley lost its edge?</title><content type='html'>Marketwatch has an interesting news article called, &lt;a href="http://www.marketwatch.com/news/story/silicon-valley-losing-its-edge/story.aspx?guid=%7BA2C0BEF9%2DACC3%2D4DD1%2D8772%2DA937E15EC417%7D"&gt;"Has Silicon Valley lost its edge?"&lt;/a&gt;&lt;br /&gt;My answer is, "it hasn't". One thing for sure is that competition everywhere for silicon valley now...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6943086085050946015?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6943086085050946015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6943086085050946015&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6943086085050946015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6943086085050946015'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/04/news-has-silicon-valley-lost-its-edge.html' title='[news] Has Silicon Valley lost its edge?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8662657816417930332</id><published>2007-04-03T10:03:00.000-07:00</published><updated>2007-04-03T10:28:30.629-07:00</updated><title type='text'>Web 2.0 ==Bug fixing of Web 1.0???</title><content type='html'>&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;I was very busy for last few months and couldn't able to blog... Now I think is the best time to talk about the "reality" of Web 2.0, as the buzz meter has gone down and reality is emerging...&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Note: I don't read much in to the names like web 2.0...what ever, i am fine.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;I look at the evolution of web like this:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Web 1.0: 1995-2005 (Origin)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Web 2.0: 2005-2010 (Intermediary)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Web  3.0:2010-2020 (2nd Generation)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;We all know about web 1.0 and let's leave it there... If you look at Web 2.0, closely from a user perspective, it's bringing 'better experience' than Web 1.0. &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;How?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;There are 2 enabling factors: "broadband everywhere" &amp; "fat pc"(fast CPU + more memory).&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;If I look from an engineering perspective(bottom-up), Web 2.0 is fixing the Web 1.0 bugs and this is a natural thing...nothing unusual. In the software engineering, as soon as we release any 1.0 product, the next thing is to go in to "bug fixing" mode to release a Service Pack or 1.1. In fact, many times 1.1 is the actual software that customer will use it in production. 1.0 is for to play with or to understand the product...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Let's take a look at some examples to compare Web 1.0 &amp; Web 2.0:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;HTML static mail --  AJAX automatic refresh mail&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Mapquest              -- Google Maps&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Groups                  -- Social Networks&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;&amp; many others...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;This doesn't mean that Web 2.0 is bad and in fact it's good.(when is fixing bugs are bad?) The bug fix also involves innovation and there are lot's of healthy innovation going on now...It's very good for the web industry.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;So, what's next? Is it Web 3.0? I don't bother much about the names... It's going to be "mobile". Current web is build primarily for the PC/Browser interface and it will change. The 2nd generation is about extending/creating the interface to Mobile and it will bring lot's of challenges and opportunities.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;IMO, "Mobile Web" is the next wave in the web and already many ground works are happening now, including the standards work.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Here is Bill Joy's forward looking presentation and its worth listening to it:&lt;/span&gt;&lt;br /&gt;&lt;a style="font-family: arial; color: rgb(0, 51, 0);" href="http://mitworld.mit.edu/video/324/"&gt;SIX WEB&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);font-family:arial;" &gt;Long live Web!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8662657816417930332?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8662657816417930332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8662657816417930332&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8662657816417930332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8662657816417930332'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/04/web-20-bug-fixing-of-web-10.html' title='Web 2.0 ==Bug fixing of Web 1.0???'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-9084882259823432860</id><published>2007-02-08T10:39:00.000-08:00</published><updated>2007-02-02T11:24:30.866-08:00</updated><title type='text'>[Infoworld] Will Boston succeed in a Web 2.0 world?</title><content type='html'>This news article in InfoWorld is interesting...It asks,&lt;br /&gt;&lt;a href="http://www.infoworld.com/article/07/02/08/HNbostonweb2_1.html"&gt;Will Boston succeed in a Web 2.0 world? &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It got my attention because a colleague of mine recently asked me, whether Silicon Valley will get dis-integrated because of the high cost here?&lt;br /&gt;&lt;br /&gt;-Uday.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-9084882259823432860?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/9084882259823432860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=9084882259823432860&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/9084882259823432860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/9084882259823432860'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/02/infoworld-will-boston-succeed-in-web-20.html' title='[Infoworld] Will Boston succeed in a Web 2.0 world?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-7760430324827863197</id><published>2007-02-02T11:12:00.000-08:00</published><updated>2007-02-02T11:24:31.329-08:00</updated><title type='text'>Cricket on Frozen (swiss)Lake!</title><content type='html'>The following 2 pictures, got my attention today:&lt;br /&gt;&lt;a href="http://content-usa.cricinfo.com/ci/content/image/278626.html"&gt;here&lt;/a&gt; and &lt;a href="http://content-usa.cricinfo.com/ci/content/image/278627.html"&gt;here&lt;/a&gt; ...&lt;br /&gt;The pictures of cricket played on a frozen lake in swiss!&lt;br /&gt;&lt;br /&gt;I think one of the beneficiaries of the &lt;a href="http://www.thomaslfriedman.com/worldisflat.htm"&gt;flat world&lt;/a&gt; is going to be the sports, &lt;a href="http://en.wikipedia.org/wiki/Cricket"&gt;Cricket&lt;/a&gt;. I see that game cricket is getting popular across many continents and won't be a long time to see, more action in the &lt;a href="http://www.usaca.org/"&gt;US&lt;/a&gt; also!&lt;br /&gt;&lt;br /&gt;I love this sport and it would be interesting to see, who will lift the &lt;a href="http://www.cricketworldcup.com/"&gt;World Cup' 07&lt;/a&gt;, played in &lt;a href="http://en.wikipedia.org/wiki/Caribbean"&gt;Caribbeans&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-7760430324827863197?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/7760430324827863197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=7760430324827863197&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7760430324827863197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/7760430324827863197'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/02/cricket-on-frozen-swisslake.html' title='Cricket on Frozen (swiss)Lake!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-730931475830346814</id><published>2007-01-25T14:14:00.000-08:00</published><updated>2007-01-25T14:46:38.750-08:00</updated><title type='text'>What is my ID on the Web?</title><content type='html'>&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style="font-family: arial;"&gt;There is a problem in the web today...creating profiles again &amp; again.&lt;br /&gt;&lt;br /&gt;Do you forget your ID on a web site? Do you forgot a password on a website? Do you use the same password on more than one website?&lt;br /&gt;&lt;br /&gt;Isn't it sounds like a familiar to all of us? STOP WORRYING ABOUT THIS!&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 51, 0);"&gt;The folks @ &lt;a href="http://openid.net/presentations.bml"&gt;OpenID&lt;/a&gt; are doing a great job. Your ID is a URI. For example, it will be http://someID.someDOMAIN.com. Then you can use this ID everywhere, no need to create profiles in the websites that supports OpenID.&lt;br /&gt;&lt;br /&gt;How can I create a OpenID profile? If you are an advanced user(aka geek), then you can setup yourself one...For normal users, there are many providers:&lt;br /&gt;&lt;a href="http://pip.verisignlabs.com/"&gt;http://pip.verisignlabs.com/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.myopenid.com/"&gt;http://www.myopenid.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you see a website that accepts OpenID, like&lt;br /&gt;&lt;a href="http://www.zooomr.com/"&gt;http://www.zooomr.com/,&lt;/a&gt;&lt;br /&gt;then you can use your OpenID that you created to log in to the website.&lt;br /&gt;&lt;br /&gt;You can also control how much/what information you want to share with the web properties! Isn't cool? Yes.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://video.google.com/videoplay?docid=-7463164786703060643"&gt;Here&lt;/a&gt; is a 5 min Google video, that explains this process well.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-730931475830346814?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/730931475830346814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=730931475830346814&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/730931475830346814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/730931475830346814'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/01/what-is-my-name-on-web.html' title='What is my ID on the Web?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5054489107522708598</id><published>2007-01-12T13:28:00.000-08:00</published><updated>2007-01-12T13:31:43.500-08:00</updated><title type='text'>SOA Facts</title><content type='html'>&lt;span style="font-style: italic; color: rgb(51, 0, 51);"&gt;I wanted blog something else, but end up mentioning &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(51, 0, 51);" onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;SOA&lt;/span&gt;&lt;span style="font-style: italic; color: rgb(51, 0, 51);"&gt; again :-(&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 0, 51);"&gt;i been referred this site recently...so one more &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(51, 0, 51);" onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;SOA&lt;/span&gt;&lt;span style="font-style: italic; color: rgb(51, 0, 51);"&gt; blog from me, hopefully the last one for this year!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 0, 51);"&gt;If you are a  supporter of  &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(51, 0, 51);" onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;SOA&lt;/span&gt;&lt;span style="font-style: italic; color: rgb(51, 0, 51);"&gt;, don't visit, otherwise enjoy...&lt;/span&gt;&lt;br /&gt;&lt;a style="font-style: italic; color: rgb(51, 0, 51);" href="http://soafacts.com/"&gt;http://soafacts.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5054489107522708598?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5054489107522708598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5054489107522708598&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5054489107522708598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5054489107522708598'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/01/soa-facts.html' title='&lt;b&gt;SOA Facts&lt;/b&gt;'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5073920232945209593</id><published>2007-01-09T21:07:00.000-08:00</published><updated>2007-01-09T21:21:56.345-08:00</updated><title type='text'>CES &amp; Mac World</title><content type='html'>&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;I am trying to follow the 2 big tech events currently going on in &lt;/strong&gt;&lt;/span&gt;&lt;a href="http://www.visitlasvegas.com/vegas/index.jsp"&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;Las Vegas&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt; &amp; &lt;/strong&gt;&lt;/span&gt;&lt;a href="http://www.onlyinsanfrancisco.com/"&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;San Francisco&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt; and it's hard to follow everything...One is &lt;/strong&gt;&lt;/span&gt;&lt;a href="http://www.cesweb.org/default.asp"&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;CES&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt; and the other one is &lt;/strong&gt;&lt;/span&gt;&lt;a href="http://www.macworldexpo.com/live/20/events/20SFO07A/"&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;Mac World&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;!&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-family:Arial;color:#993399;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;I am planning to dig deep in to iPhone technical details and looks like an interesting product. Let's see, whether this can open up the mobile platform like PC platform for innovation. My 1st Apple product is iPod and it looks like my 2nd Apple product is going to be iPhone!!!&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;Then in CES, I found this is &lt;/strong&gt;&lt;/span&gt;&lt;a href="http://news.com.com/Cisco+touts+the+networked+home+of+future/2100-1033_3-6148728.html?tag=nefd.top"&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;interesting quote &lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#000099;"&gt;&lt;strong&gt;&lt;em&gt;"By 2010, 20 homes networked together in a neighborhood will have more load across their network than the entire Internet did in 1995," he said. "This is what gets a networking person excited."&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;                                        -John Chamber, CEO, Cisco Systems, Inc.&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;To me, this is a very strong statement and also reflects the strength of consumer market space. Let's see what type of acquisitions will Cisco make in the near future and see the market growth here...&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;color:#993399;"&gt;&lt;strong&gt;Enjoy your CES &amp; Mac World news in the websites and blogsphere.&lt;/strong&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5073920232945209593?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5073920232945209593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5073920232945209593&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5073920232945209593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5073920232945209593'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/01/ces-mac-world.html' title='CES &amp; Mac World'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3829177580244325344</id><published>2007-01-08T11:53:00.000-08:00</published><updated>2007-01-08T12:16:52.388-08:00</updated><title type='text'>Silicon Valley Winter</title><content type='html'>&lt;span style="font-family: webdings; color: rgb(204, 0, 0);font-size:130%;" &gt;I am living here in &lt;a href="http://en.wikipedia.org/wiki/Silicon_Valley"&gt;Silicon Valley&lt;/a&gt; for last several years and never seen this much "&lt;a href="http://www.mercurynews.com/mld/mercurynews/16410194.htm"&gt;warm&lt;/a&gt;" during the winters! Friends/family members across the nation are saying the same thing...warmness!&lt;br /&gt;&lt;br /&gt;Last year(2006) summer was &lt;a href="http://www.mercurynews.com/mld/mercurynews/living/health/15671616.htm"&gt;very hot&lt;/a&gt; in &lt;a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2006/12/31/BAG1VNAL5I1.DTL"&gt;bayarea&lt;/a&gt;...I  remember  the temperature crossing over 110 in some places...&lt;br /&gt;&lt;br /&gt;The time has come for the humanity to seriously think about Global Warming! Some pointers for you:&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li style="font-family: webdings; color: rgb(204, 0, 0);"&gt;&lt;span style="font-size:130%;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Global_warming"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Wikipedia&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="font-family: webdings; color: rgb(204, 0, 0);"&gt;&lt;span style="font-size:130%;"&gt;&lt;a href="http://www.youtube.com/results?search_query=Global+Warming+%2B+Al+Gore&amp;search=Search"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;YouTube&lt;/span&gt; Video&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: webdings; color: rgb(204, 0, 0);font-size:130%;" &gt;&lt;a href="http://uk.news.yahoo.com/04012007/325/2007-set-world-s-warmest-year-met-office.html"&gt;Yahoo Recent News&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;So, you can understand why this blog is in red color.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;Lets all work together in small possible ways, to solve this danger to our next generation.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3829177580244325344?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3829177580244325344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3829177580244325344&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3829177580244325344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3829177580244325344'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2007/01/silicon-valley-winter.html' title='Silicon Valley Winter'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-8694320761472771223</id><published>2006-12-30T09:00:00.000-08:00</published><updated>2006-12-30T09:19:38.061-08:00</updated><title type='text'>Good bye 06; Welcome 07!</title><content type='html'>&lt;span style="color:#006600;"&gt;I look back now, 2006 was a great year...valley seems to be back on its foot, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0" onclick="BLOG_clickHandler(this)"&gt;lot's&lt;/span&gt; of activities here...if we have to take one thing from 06 to 07(from a tech perspective), it's the "Internet computing"! I think in 07, there will be lot more action inside the Internet cloud than 06. The network effect will continue to grow, more &amp; more desktop apps, business apps, personal apps, storage, compute power will be pushed inside the cloud as a retail computing.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#006600;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#006600;"&gt;Let's welcome 07 and hoping that there won't be much problem with the &lt;/span&gt;&lt;a href="http://business.guardian.co.uk/story/0,,1979332,00.html"&gt;&lt;span style="color:#006600;"&gt;US economy&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#006600;"&gt;...&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#006600;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#006600;"&gt;I wish you all a very happy &amp;amp; prosperous new year-2007.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#006600;"&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1" onclick="BLOG_clickHandler(this)"&gt;Uday&lt;/span&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-8694320761472771223?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/8694320761472771223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=8694320761472771223&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8694320761472771223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/8694320761472771223'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/12/good-bye-06-welcome-07.html' title='Good bye 06; Welcome 07!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3695751323506172709</id><published>2006-12-20T19:48:00.000-08:00</published><updated>2006-12-20T19:55:22.521-08:00</updated><title type='text'>A Tip for Printing Directions</title><content type='html'>&lt;span style="color: rgb(0, 153, 0);"&gt;I just noticed in the &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;mapquest&lt;/span&gt;.com that there is an advanced option,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;"Avoid Seasonally-Closed Roads"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;available... I am not sure how reliable this option is but may be worth checking this option...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 0, 51);"&gt;Happy holidays and safe driving.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3695751323506172709?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3695751323506172709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3695751323506172709&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3695751323506172709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3695751323506172709'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/12/tip-for-printing-directions.html' title='A Tip for Printing Directions'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6203703417580184587</id><published>2006-12-11T15:33:00.000-08:00</published><updated>2006-12-11T15:52:14.245-08:00</updated><title type='text'>Survey: SOA = Most Hated Buzzword</title><content type='html'>&lt;a style="color: rgb(0, 102, 0);" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_HlYeqMZx1pg/RX3tgXIGxYI/AAAAAAAAAAU/D0hzm6o_4wY/s1600-h/IT_Survey.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp2.blogger.com/_HlYeqMZx1pg/RX3tgXIGxYI/AAAAAAAAAAU/D0hzm6o_4wY/s200/IT_Survey.gif" alt="" id="BLOGGER_PHOTO_ID_5007419500925470082" border="0" /&gt;&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;I don't want to sound too negative here and based &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;on a &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://www.networkcomputing.com/article/printFullArticle.jhtml?articleID=193500728"&gt;survey&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;, SOA is the most hated buzzword by the IT folks. You can see the results here... -&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;I mentioned in &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://uds-web.blogspot.com/2006/12/infoworld-software-trend-for-2007.html"&gt;my earlier blog&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; that the term SOA may loose value and it looks like it's loosing more quickly than expected???&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Also note, where Web Service is in the list...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Let's not worry about these buzzwords, distributed computing is real, challenging &amp;amp; fun.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6203703417580184587?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6203703417580184587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6203703417580184587&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6203703417580184587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6203703417580184587'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/12/survey-soa-most-hated-buzzword.html' title='Survey: SOA = Most Hated Buzzword'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_HlYeqMZx1pg/RX3tgXIGxYI/AAAAAAAAAAU/D0hzm6o_4wY/s72-c/IT_Survey.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-5421863421707253722</id><published>2006-12-07T12:41:00.000-08:00</published><updated>2006-12-07T13:02:58.332-08:00</updated><title type='text'>Infoworld: Software Trend for 2007</title><content type='html'>&lt;span style="color: rgb(0, 0, 153);"&gt;This is the time of year, we will start to see lot's of predictions for next year about technology trends...from individuals to companies to big web properties.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;The Infoworld one got my attention, &lt;a href="http://www.infoworld.com/article/06/12/06/HNvistasaas2007_1.html"&gt;click here&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;Did you see "SaaS" in there and I agree with them. SaaS/On-Demand with "pay as you use" model is the future for the lot's of applications!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;Did you also notice "SOA" at the bottom...the way to read the paragraph is,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(0, 0, 153);"&gt;"...&lt;/span&gt;&lt;span style="font-style: italic; color: rgb(0, 0, 153);" class="artText"&gt;several years running....still in its                      earliest stages of adoption...."&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;Even in 2010, there is a good possibility that we may continue to read like this...but as I said earlier, the underneath technologies like SOAP, REST, XML, WS are all will continue to make progress. Infact, they are making progress right now as we speak about them. It's only the buzzword "SOA" will loose it's value.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;Happy Holiday &amp;amp; take care.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-5421863421707253722?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/5421863421707253722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=5421863421707253722&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5421863421707253722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/5421863421707253722'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/12/infoworld-software-trend-for-2007.html' title='Infoworld: Software Trend for 2007'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-1946058951164658157</id><published>2006-12-04T09:23:00.000-08:00</published><updated>2006-12-04T09:31:51.717-08:00</updated><title type='text'>When will it end,  the 2.0 craze?</title><content type='html'>We all used to the buzz word "next generation" or "next gen" in technology to describe the new products and after Tim Reilly coined the term, "&lt;a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html"&gt;Web 2.0&lt;/a&gt;" &amp;amp; popularize it via his conference, now we see this 2.0 every where...It basically replaced "next generation" with "2.0", not just in tech/products but also for country names!&lt;br /&gt;&lt;br /&gt;Here it is, &lt;a href="http://www.mercurynews.com/mld/mercurynews/business/special_packages/india/16137913.htm"&gt;India 2.0&lt;/a&gt; , thanks to Mercury News.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-1946058951164658157?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/1946058951164658157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=1946058951164658157&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/1946058951164658157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/1946058951164658157'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/12/when-will-it-end-20-craze.html' title='When will it end,  the 2.0 craze?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-3581699061245091808</id><published>2006-11-27T16:06:00.000-08:00</published><updated>2006-11-27T16:16:06.374-08:00</updated><title type='text'>BEA-SOA Survey Report</title><content type='html'>&lt;span style="color: rgb(0, 0, 102);"&gt;&lt;span style="font-family: arial;"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;In my previous post, I mentioned about the SOA survey conducted by BEA...Here is the report, if you are interested -&gt; &lt;a href="http://www.bea.com/content/news_events/white_papers/BEA_Costs_and_Benefits_GCR_Survey.pdf"&gt;click here&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Here is an quote from this report:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;"Of the projects where SOA justification is impeding progress, over half indicated that&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;lack of confidence in a big payoff&lt;/span&gt; &lt;span style="color: rgb(51, 51, 51);"&gt;was a factor."&lt;br /&gt;&lt;br /&gt;I am sure this report will make some noise in the industry...&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-3581699061245091808?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/3581699061245091808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=3581699061245091808&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3581699061245091808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/3581699061245091808'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/11/bea-soa-survey-report.html' title='BEA-SOA Survey Report'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-6514379715824878376</id><published>2006-11-27T13:45:00.000-08:00</published><updated>2006-12-07T13:04:36.413-08:00</updated><title type='text'>"BEA survey indicates CIOs struggle to justify SOA projects"</title><content type='html'>Business departments may balk at funding requests, analyst says    &lt;br /&gt;11/21/2006 4:50:00 PM   &lt;br /&gt;by Danny Bradbury&lt;br /&gt;&lt;br /&gt;Here is the link: &lt;a href="http://www.itbusiness.ca/it/client/en/home/News.asp?id=41180"&gt;click here.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is a recent news article...I was just thinking of writing a blog about "Impact of &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;SaaS&lt;/span&gt; on &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;SOA&lt;/span&gt;" and came across this news article...no time to give my comments and will share more comments later...&lt;br /&gt;&lt;br /&gt;right now, enjoy or be concerned about this news article...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-6514379715824878376?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/6514379715824878376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=6514379715824878376&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6514379715824878376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/6514379715824878376'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/11/bea-survey-indicates-cios-struggle-to.html' title='&quot;BEA survey indicates CIOs struggle to justify SOA projects&quot;'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-116414670203323842</id><published>2006-11-21T13:44:00.000-08:00</published><updated>2006-11-21T14:05:02.530-08:00</updated><title type='text'>SuperComputing '06</title><content type='html'>&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;I attended the &lt;/span&gt;&lt;a style="color: rgb(51, 51, 255); font-family: arial;" href="http://sc06.supercomputing.org/"&gt;Super Computing  '06&lt;/a&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt; conference in &lt;/span&gt;&lt;a style="color: rgb(51, 51, 255); font-family: arial;" href="http://en.wikipedia.org/wiki/Tampa,_Florida"&gt;Tampa&lt;/a&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;, Florida and it was a  good conference. Unlike other surface level conference, this one is a very serious event for the &lt;/span&gt;&lt;a style="color: rgb(51, 51, 255); font-family: arial;" href="http://www.sun.com/servers/hpc/index.jsp"&gt;HPC&lt;/a&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt; customers. Most of the big players in the industry were present in the conference and this conference is mainly focussed on the HPC space...There were lot's of discussion about data center problems like power,heat,space,etc...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;I saw many Universities around the world(US,Japan,Korea &amp; Europe) were present and lot's of new research projects going on in &lt;/span&gt;&lt;a style="color: rgb(51, 51, 255); font-family: arial;" href="http://www.network.com/"&gt;Grid &lt;/a&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;computing &amp; HPC space...There was even some talk about new programming languages like X10 for HPC applications. NORDUGRID is one such research project and there was also something about NDL(Network Description Language)...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;I couldn't able to attend any of the presentations as I was busy with meeting our customers &amp; presenting in booth. I understood that there was good presentations over there and check out the conference website for the details.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;I was also surprised to see that some HPC customers are developing applications in Java and they want to see how to run Java applications in a Grid environment...It was surprising because these apps are traditionally written in Fortran,C,etc... Good to see that Java is making some in roads into HPC space...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;Last but not least, &lt;/span&gt;&lt;a style="color: rgb(51, 51, 255); font-family: arial;" href="http://www.visittampabay.com/"&gt;Tampa &lt;/a&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;is a wonderful place and it's in the inner coast...beautiful weather, beaches, nice downtown and you can find many good restaurants....Good place to visit and &lt;/span&gt;&lt;a style="color: rgb(51, 51, 255); font-family: arial;" href="http://www.orlandoinfo.com/"&gt;Orlando &lt;/a&gt;&lt;span style="color: rgb(51, 51, 255); font-family: arial;"&gt;is only 2 hr drive from here. I took Continental Airlines and not sure whether i will fly again with them!!! I didn't find the service good and more over, i have to stay overnight in Houston, Texas as i missed my connecting flight to San Jose,California because of my flight from Tampa got delayed...&lt;br /&gt;&lt;br /&gt;It was a great experience for me.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-116414670203323842?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/116414670203323842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=116414670203323842&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/116414670203323842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/116414670203323842'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/11/supercomputing-06.html' title='SuperComputing &apos;06'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-116145731260740507</id><published>2006-10-21T11:57:00.000-07:00</published><updated>2006-10-21T12:01:52.616-07:00</updated><title type='text'>Happy Deepavali</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:130%;" &gt;&lt;span style="font-family: arial;"&gt;I &lt;span style="color: rgb(255, 204, 0);"&gt;wish&lt;/span&gt; &lt;span style="color: rgb(102, 51, 0);"&gt;you&lt;/span&gt; &lt;span style="color: rgb(204, 51, 204);"&gt;all&lt;/span&gt; a &lt;span style="color: rgb(0, 0, 153);"&gt;very&lt;/span&gt; &lt;span style="color: rgb(204, 51, 204);"&gt;happy&lt;/span&gt; &lt;a style="color: rgb(255, 153, 0);" href="http://en.wikipedia.org/wiki/Diwali"&gt;Deepavali&lt;/a&gt;&lt;span style="color: rgb(255, 153, 0);"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;-Uday.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-116145731260740507?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/116145731260740507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=116145731260740507&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/116145731260740507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/116145731260740507'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/10/happy-deepavali.html' title='Happy Deepavali'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115835538049241832</id><published>2006-09-15T14:11:00.000-07:00</published><updated>2006-09-15T14:23:00.506-07:00</updated><title type='text'>How is SaaS different?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/4487/390/1600/SaaS_Model.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/4487/390/320/SaaS_Model.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(0, 153, 0);"&gt;I can't explain better than this image, from an article at &lt;/span&gt;&lt;a style="font-family: arial; color: rgb(0, 153, 0);" href="http://www.sun.com/emrkt/innercircle/newsletter/0906edchoice.html"&gt;Sun&lt;/a&gt;&lt;span style="font-family: arial; color: rgb(0, 153, 0);"&gt; site...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(0, 153, 0);"&gt;The title explains all about the rate of innovation &amp; change requirements directly from users to product development team. NOTE: SaaS is selling directly to users instead of buyers. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; color: rgb(0, 153, 0);"&gt;Then look at the simplicity of the SaaS model! Doesn't simple things scale better also? What about the new feature requests &amp; bug fixes? It used to be months &amp;amp; years...Now it's about days,weeks &amp; even hrs to get things done.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115835538049241832?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115835538049241832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115835538049241832&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115835538049241832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115835538049241832'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/09/how-is-saas-different.html' title='How is SaaS different?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115802414512606803</id><published>2006-09-11T17:31:00.000-07:00</published><updated>2006-09-11T18:22:25.140-07:00</updated><title type='text'>Another SOA startup Exit = Infravio</title><content type='html'>&lt;span style="font-family:courier new;"&gt;First congratulations to &lt;/span&gt;&lt;a style="font-family: courier new;" href="http://www.infravio.com/"&gt;Infravio &lt;/a&gt;&lt;span style="font-family:courier new;"&gt;team to make it an &lt;/span&gt;&lt;a style="font-family: courier new;" href="http://news.com.com/WebMethods+to+buy+governance+guru+Infravio/2100-1012_3-6114106.html?tag=nefd.top"&gt;exit&lt;/a&gt;&lt;span style="font-family:courier new;"&gt;. I think this company is in business for a while and survived the dot-com burst. Good job, guys.&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;I don't want to put this exit in either one of the categories like before(successful exit or not) for 2 reasons:&lt;/span&gt; &lt;ol style="font-family: courier new;"&gt;&lt;li&gt;I was &lt;a href="http://sourceforge.net/mailarchive/message.php?msg_id=2031979"&gt;involved &lt;/a&gt;in the world's first repository based registry open source product development and Infravio was one of the commercial vendors that endorsed this concept. So, I like them.&lt;/li&gt;&lt;li&gt;My friend is involved in Infravio...&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-family:courier new;"&gt;[NOTE:I don't have any personal interest what so ever with this company.]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;So, I leave it to the readers to come to a conclusion!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;As I said previously, &lt;/span&gt;&lt;a style="font-family: courier new;" href="http://uds-web.blogspot.com/2006/01/soa-startups-2006.html"&gt;here&lt;/a&gt;&lt;span style="font-family:courier new;"&gt; and &lt;/span&gt;&lt;a style="font-family: courier new;" href="http://uds-web.blogspot.com/2006/02/another-xmlsoa-startup-exit.html"&gt;here&lt;/a&gt;&lt;span style="font-family:courier new;"&gt;, one more gone. IMO, this basically leaves few(3?) 1st generation (successful) SOA startups in the market...I don't want to name them here as any one in the industry, will know it. These exits most probably may wrap the SOA startup show(for now). I don't know any "&lt;/span&gt;&lt;a style="font-family: courier new;" href="http://en.wikipedia.org/wiki/Copycat"&gt;copy cats&lt;/a&gt;&lt;span style="font-family:courier new;"&gt;" &amp; "&lt;/span&gt;&lt;a style="font-family: courier new;" href="http://en.wikipedia.org/wiki/Me_too"&gt;me too's&lt;/a&gt;&lt;span style="font-family:courier new;"&gt;" popping up but who cares about them.&lt;/span&gt;  &lt;span style="font-family:courier new;"&gt;&lt;br /&gt;&lt;br /&gt;If you notice these 1st generation SOA startups, (in general)they are ALL very successful companies(don't just look for the exit numbers alone-timing may be one of the reasons). They have defined a space/technology, build "deployable" products, deployed to many customers, generated revenue and educated the space. Great Job!&lt;/span&gt;  &lt;span style="font-family:courier new;"&gt;&lt;br /&gt;&lt;br /&gt;Then, this leaves the question:&lt;br /&gt;Is SOA space is over startups?&lt;/span&gt;&lt;br /&gt;             &lt;span style="font-family:courier new;"&gt;I don't think so!&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;As everyone know, SOA is an evolution, this thing may go on for next 10 years easily(if &lt;/span&gt;&lt;a style="font-family: courier new;" href="http://biz.yahoo.com/special/invest091106_article1.html"&gt;US economy&lt;/a&gt;&lt;span style="font-family:courier new;"&gt; NOT slows down, it it does, then more)&amp;amp; it will create many more opportunities...IMO, SOA may break down in to many concrete sub-categories going fwd,like &lt;a href="http://www.cisco.com/en/US/netsol/ns629/networking_solutions_market_segment_solutions_home.html"&gt;SON&lt;/a&gt;(which is my passionate sub-category), SOCS(Service Oriented Communication System),etc...&lt;/span&gt;  &lt;span style="font-family:courier new;"&gt;&lt;br /&gt;&lt;br /&gt;Tech is always fun.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115802414512606803?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115802414512606803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115802414512606803&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115802414512606803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115802414512606803'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/09/another-soa-startup-exit-infravio.html' title='Another SOA startup Exit = Infravio'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115794794364487424</id><published>2006-09-10T20:58:00.000-07:00</published><updated>2006-09-10T21:12:23.653-07:00</updated><title type='text'>Vision/Mission Statements</title><content type='html'>&lt;span style="font-family:arial;color:#663333;"&gt;Here in this &lt;/span&gt;&lt;a href="http://guykawasaki.typepad.com/051306TIE.pdf"&gt;&lt;span style="font-family:arial;color:#663333;"&gt;presentation&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:arial;color:#663333;"&gt;, Guy Kawasaki makes a very valid point about how to write mission statements. He gives some examples of how it should be...It should be 3 words instead of a paragraph to describe the mission statements.&lt;br /&gt;&lt;br /&gt;In a different perspective, I found some mission statements with few words but it's totally vague...So, as Guy says here, it's very important that you write it clearly.... Otherwise the outside world may even think that you don't know what you are doing! It's a good tip for the startups.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115794794364487424?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115794794364487424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115794794364487424&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115794794364487424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115794794364487424'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/09/visionmission-statements.html' title='Vision/Mission Statements'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115783964548745103</id><published>2006-09-09T14:52:00.000-07:00</published><updated>2006-09-09T15:07:25.500-07:00</updated><title type='text'>An Executive @ Pep Boys says...SaaS is good.</title><content type='html'>&lt;a href="http://www.computerworld.com/blogs/node/3425"&gt;Here&lt;/a&gt; is an interesting quote, I found today about IT &amp; SaaS. It says:&lt;br /&gt;------------------------------------------------------------------------------------&lt;br /&gt;One quote from an executive at Pep Boys should send chills down an IT manager’s spine: “The less IT involvement there is, the less grief there is. The less grief there is, the faster I get to my ROI…[With on-demand] I don't have to go through the internal bureaucracy in the IT department to figure out what size hardware they need and how to fit this in.”&lt;br /&gt;------------------------------------------------------------------------------------&lt;br /&gt;This is a typical problem today in the business community. Why would an executive at Pep Boys has to worry about hardware,software or networking issues? This is very similar to back in early days when steel companies used to run electricity departments to generate power.&lt;br /&gt;&lt;br /&gt;The SaaS here makes total sense and for him, IT should be like electricity, just pay as you use...Don't outsource your IT infrastructure, instead rent it. Outsourcing is not a permanent solution, you are just bringing another layer of people between your business &amp;amp; IT. Infact, some cases it may even complicate things for your employees.&lt;br /&gt;&lt;br /&gt;Uday.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115783964548745103?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115783964548745103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115783964548745103&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115783964548745103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115783964548745103'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/09/executive-pep-boys-sayssaas-is-good.html' title='An Executive @ Pep Boys says...SaaS is good.'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115767031335196278</id><published>2006-09-07T16:03:00.000-07:00</published><updated>2006-09-09T14:51:36.166-07:00</updated><title type='text'>"Sun picks up a gem in JRuby"</title><content type='html'>It's a &lt;a href="http://weblog.infoworld.com/techwatch/archives/007818.html"&gt;news &lt;/a&gt;today.&lt;br /&gt;&lt;a href="http://developers.sun.com/learning/javaoneonline/2006/coolstuff/TS-3059.pdf"&gt;Here&lt;/a&gt; is an introduction to JRuby.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115767031335196278?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115767031335196278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115767031335196278&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115767031335196278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115767031335196278'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/09/sun-picks-up-gem-in-jruby.html' title='&quot;Sun picks up a gem in JRuby&quot;'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115751460180547478</id><published>2006-09-05T20:45:00.000-07:00</published><updated>2006-09-05T20:50:01.816-07:00</updated><title type='text'>What is Enterprise 2.0?</title><content type='html'>&lt;span style="color: rgb(51, 0, 51);font-size:130%;" &gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="font-family: georgia;"&gt;Yet another 2.0! &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 0, 51);font-size:130%;" &gt;&lt;span style="font-family: georgia;"&gt;If you want to read more about it,&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);font-size:180%;" &gt;&lt;span style="color: rgb(51, 0, 51);font-size:130%;" &gt;&lt;span style="font-family: georgia;"&gt; &lt;/span&gt;&lt;a style="font-family: georgia;" href="http://sandhill.com/opinion/editorial.php?id=98"&gt;click here &lt;/a&gt;&lt;/span&gt;&lt;span style="font-family: georgia;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115751460180547478?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115751460180547478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115751460180547478&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115751460180547478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115751460180547478'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/09/what-is-enterprise-20.html' title='What is Enterprise 2.0?'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115715420202044170</id><published>2006-09-01T16:31:00.000-07:00</published><updated>2006-09-01T16:44:15.980-07:00</updated><title type='text'>SaaS &amp; Data Security</title><content type='html'>We all hearing lot about SaaS &amp; SaaS2.0, one thing I learned something new which may be of news to you is about what CIO of a Singapore Bank told to Dr. Timothy Chou...Check out the podcast &lt;a href="http://www.computerworld.com/blogs/node/3147"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It's about "Pl take my HR &amp;amp; Payroll applications. My DBA can check his salary, his boss salary and his boss salary...".&lt;br /&gt;&lt;br /&gt;We heard about "data security" is a problem with SaaS providers. Look at this case, this is quite opposite, data can be much safer with SaaS providers than with the customer itself. Dr.Timothy Chou talks about why it so...&lt;br /&gt;&lt;br /&gt;SaaS is not a buzzword, it's not a evolution and it's a REVOLUTION. It's going to change the enterprise sw in a big way.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115715420202044170?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115715420202044170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115715420202044170&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115715420202044170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115715420202044170'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/09/saas-data-security.html' title='SaaS &amp; Data Security'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115708441120829298</id><published>2006-08-31T21:04:00.000-07:00</published><updated>2006-08-31T21:20:11.220-07:00</updated><title type='text'>Motivation</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-family:courier new;" &gt;There are some things in life, which keeps us motivated and keep going in what we are doing...for me, watching/listening to these great people who changed the world motivates to work even harder and keep going...&lt;/span&gt;  &lt;span style="color: rgb(0, 102, 0);font-family:courier new;" &gt;&lt;br /&gt;&lt;br /&gt;I love history and especially "computer history" is  very near &amp; dear to my heart...&lt;/span&gt;  &lt;span style="color: rgb(0, 102, 0);font-family:courier new;" &gt;I have watched &lt;a href="http://www.woz.org/"&gt;Woz's&lt;/a&gt; interviews in the video cassettes(from santa clara city &lt;a href="http://www.library.ci.santa-clara.ca.us/"&gt;library&lt;/a&gt;) and many other videos...&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);font-family:courier new;" &gt;&lt;br /&gt;&lt;br /&gt;Here is the latest one, thanks to Stanford/Always-on to make this video available online.&lt;/span&gt;  &lt;span style="color: rgb(0, 102, 0);font-family:courier new;" &gt;Here is the URL, check it out: &lt;/span&gt;&lt;a style="font-family: courier new; color: rgb(0, 102, 0);" href="http://webcast.goingon.com/Conf/Stanford/2006/Flash_Archives/archive.php?session=session29"&gt;Steve Wozniak sharing his thoughts&lt;/a&gt; &lt;span style="color: rgb(0, 102, 0);font-family:courier new;" &gt;&lt;br /&gt;&lt;br /&gt;I am sure you will love it.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115708441120829298?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115708441120829298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115708441120829298&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115708441120829298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115708441120829298'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/08/motivation.html' title='Motivation'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115577128361391701</id><published>2006-08-16T16:01:00.000-07:00</published><updated>2006-08-16T16:34:43.630-07:00</updated><title type='text'>"Google will set up a server farm in India"</title><content type='html'>&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;I put the quotation mark in the title to indicate that its NOT my title...It's a news &lt;/span&gt;&lt;a style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;" href="http://timesofindia.indiatimes.com/articleshow/1882556.cms"&gt;here&lt;/a&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt; . &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;This is interesting...building server farms is something I never know of in India during my times...may be it's all changed and have now better infrastructure available... &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;This is the second time, I am hearing about setting up server farms by silicon valley companies. The first one earlier this year was this news... &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;"&lt;/span&gt;&lt;a style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;" href="http://www.cio.in/news/viewArticle/ARTICLEID=1490"&gt;CollabNet Sets Up Data Center in Chennai&lt;/a&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;" &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;This is all very interesting development because as we move &lt;/span&gt;&lt;a style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;" href="http://www.writely.com/"&gt;more &lt;/a&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;&amp; &lt;/span&gt;&lt;a style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;" href="http://www.basecamphq.com/"&gt;more &lt;/a&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;stuff into the Internet cloud, operations &amp; datacenter will play a major role in the SaaS/Web20 space. &lt;/span&gt;&lt;a style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;" href="http://radar.oreilly.com/archives/2006/07/cloudy_with_a_chance_of_server_1.html"&gt;Here &lt;/a&gt;&lt;span style="font-family: times new roman; color: rgb(102, 0, 204); font-weight: bold;"&gt;is Tim O'Reilly's blog, which talks about the importance of operations...&lt;br /&gt;&lt;br /&gt;I am happy to see that web is becoming ubiquitous not just at the surface level but deep inside!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115577128361391701?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115577128361391701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115577128361391701&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115577128361391701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115577128361391701'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/08/google-will-set-up-server-farm-in.html' title='&quot;Google will set up a server farm in India&quot;'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115553096537480693</id><published>2006-08-13T21:16:00.000-07:00</published><updated>2006-08-13T21:49:25.386-07:00</updated><title type='text'>Arrival of Multi-Core MIPS into Server Land!</title><content type='html'>We all know that today's server architecture is predominantly dominated by &lt;a href="http://en.wikipedia.org/wiki/SPARC"&gt;Sparc&lt;/a&gt;,&lt;a href="http://en.wikipedia.org/wiki/PowerPC"&gt;PowerPC &lt;/a&gt;and &lt;a href="http://en.wikipedia.org/wiki/X86"&gt;X86&lt;/a&gt; chips. But on the other side, &lt;a href="http://en.wikipedia.org/wiki/MIPS_architecture"&gt;MIPS &lt;/a&gt;plays a big role in Networking devices.&lt;br /&gt;&lt;br /&gt;There are few startups like &lt;a href="http://www.cavium.com/"&gt;Cavium Networks&lt;/a&gt; are pioneering the multi-core MIPS chips...The success of this startup itself shows the need for this type of chips but the interesting question is, does these types of chips has a role to play in the server land? It's too early to say yes or no, but the startup &lt;a href="http://news.com.com/Linux+powers+unusual+multicore+machine/2100-7344_3-6104832.html?tag=nefd.top"&gt;Movidis&lt;/a&gt; thinks that there is a server market out there for these chips by developing Linux based servers. This PR says that they have ported some real world sw products like Apache Webserver, MySQL database,etc.... This is interesting.&lt;br /&gt;&lt;br /&gt;This is not the end, just beginning...For example, what about Java or .NET ecosystem for MIPS? I did some research few years ago for porting JVM to MIPS, the answer I got was that it will take nearly 1.5 years to port it. If JVM alone takes this much time, what about heavy weight servers like App Servers/Web Servers?&lt;br /&gt;&lt;br /&gt;Another perspective to this is the new evolving Application Oriented Networking devices! These devices are some where btn servers &amp;amp; networking. Does multi-core MIPS has a role to play in AON?&lt;br /&gt;&lt;br /&gt;I think it's interesting to watch the evolution of multi-core MIPS architecture and to see whether it has any role in the server land.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115553096537480693?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115553096537480693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115553096537480693&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115553096537480693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115553096537480693'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/08/arrival-of-multi-core-mips-into-server.html' title='Arrival of Multi-Core MIPS into Server Land!'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745473.post-115533832440333169</id><published>2006-08-11T16:15:00.000-07:00</published><updated>2006-08-11T16:24:27.560-07:00</updated><title type='text'>MySQL DB: Good Product</title><content type='html'>&lt;span style="font-family:arial;"&gt;I am recently started using &lt;a href="http://www.mysql.com"&gt;MySQL&lt;/a&gt; 5.X database and found that it's a great database to build high performance systems. It has a good sets of tools(easy to use) and nice online documentation. In the past, i have used commercial dbs like Oracle, MS-SQL Server to build products and the current quality of MySQL is as comparable to those commercial products, or even better in few aspects.&lt;br /&gt;&lt;br /&gt;The ease of use &amp;amp; stability of MySQL is great.&lt;br /&gt;&lt;br /&gt;Yahoo Finance &lt;a href="http://www.mysql.com/why-mysql/case-studies/mysql-yahoo-casestudy.pdf"&gt;using &lt;/a&gt;MySQL shows how stable, reliable the product is...&lt;br /&gt;&lt;br /&gt;I would say that if you need a database for your system, take a closer look at MySQL.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7745473-115533832440333169?l=uds-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://uds-web.blogspot.com/feeds/115533832440333169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7745473&amp;postID=115533832440333169&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115533832440333169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745473/posts/default/115533832440333169'/><link rel='alternate' type='text/html' href='http://uds-web.blogspot.com/2006/08/mysql-db-good-product.html' title='MySQL DB: Good Product'/><author><name>Uday</name><uri>http://www.blogger.com/profile/09315096938148208437</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_HlYeqMZx1pg/Sc-qGtzcaxI/AAAAAAAAAKA/mvgMaUqthak/S220/2d2020a.jpg'/></author><thr:total>0</thr:total></entry></feed>
