<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d6651501\x26blogName\x3dNotes+on+tech\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://ypjain-notesontech.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://ypjain-notesontech.blogspot.com/\x26vt\x3d-1979808972264517134', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Notes on tech

Notes on technology, business, enterpreneurship, economy, markets along with interesting general tidbits.


Quoted - Jonathan Schwartz, Sun COO

9/08/2005 10:28:00 PM, posted by anand

"Simplicity changes the world. Convenience is a force multiplier." - Jonathan Schwartz in a Fast company interview

Case in point - search engines. They make searching so much easier. Everytime my Oracle database throws an exception with an ORA-<some number> code, I just Google for it, rather than going to Oracle and looking it up there. Usually, someone has already written a friendly description or even found a way to fix it. So the service that helped me solve my problem is really the search engine, for making things so simple, so convenient. Even for some colloquial words or phrases, I just lookup in a search engine and always end up finding the meaning of that word or phrase.

So the search engine guys took a very complex technology and added a simple interface to it and made it convenient and easy to use.
« Home

» Post a Comment