<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="https://pnarula.com/feed_style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <tabi:metadata xmlns:tabi="https://github.com/welpo/tabi">
        <tabi:separator>
            •
        </tabi:separator>
        <tabi:about_feeds>This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader. Visit About Feeds to learn more and get started. It&#x27;s free.</tabi:about_feeds>
        <tabi:visit_the_site>Visit website</tabi:visit_the_site>
        <tabi:recent_posts>Recent posts</tabi:recent_posts>
        <tabi:last_updated_on>Updated on $DATE</tabi:last_updated_on>
        <tabi:default_theme></tabi:default_theme>
        <tabi:post_listing_date>date</tabi:post_listing_date>
        <tabi:current_section>Beta Thoughts</tabi:current_section>
    </tabi:metadata><title>Beta Thoughts</title>
        <subtitle>Pankaj helps companies make cloud platforms with managed services to get them faster to market and delight their developers</subtitle>
    <link href="https://pnarula.com/atom.xml" rel="self" type="application/atom+xml"/>
    <link href="https://pnarula.com" rel="alternate" type="text/html"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2018-04-06T00:00:00+00:00</updated>
    <id>https://pnarula.com/atom.xml</id><entry xml:lang="en">
        <title>Cloud Native - Run better, faster</title>
        <published>2018-04-06T00:00:00+00:00</published>
        <updated>2018-04-06T00:00:00+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/cloudnative-run-better-faster/" type="text/html"/>
        <id>https://pnarula.com/blog/cloudnative-run-better-faster/</id>
        
            <content type="html">&lt;p&gt;&lt;img src=&quot;&#x2F;img&#x2F;cloud_native_thor.jpg&quot; alt=&quot;Cloud with Thor&quot; &#x2F;&gt;
&lt;a href=&quot;https:&#x2F;&#x2F;people.sap.com&#x2F;dj.adams#overview&quot;&gt;DJ Adams&lt;&#x2F;a&gt; started the &lt;a href=&quot;https:&#x2F;&#x2F;blogs.sap.com&#x2F;2018&#x2F;03&#x2F;26&#x2F;monday-morning-thoughts-cloud-native&#x2F;&quot;&gt;conversation&lt;&#x2F;a&gt; about cloud native on his recent post. Having seen the journey of SAP Cloud Platform from &lt;a href=&quot;http:&#x2F;&#x2F;www.eclipsecon.org&#x2F;europe2012&#x2F;category&#x2F;tags&#x2F;jpaas.html&quot;&gt;JPaaS&lt;&#x2F;a&gt; days to present I have certainly been close to the principles and patterns that are now called “Cloud Native” I started commenting on DJ Adams blog and it got so long that I thought of writing it as a post in itself so here we go.&lt;&#x2F;p&gt;
&lt;p&gt;Before delving in to details of “Cloud native” let’s setup some context on why it is important at all for businesses. Marc Andreessen, co-founder of Netscape and now highly respected venture capitalist at a16z made a rallying call when he wrote &lt;a href=&quot;https:&#x2F;&#x2F;a16z.com&#x2F;2016&#x2F;08&#x2F;20&#x2F;why-software-is-eating-the-world&#x2F;&quot;&gt;“Why Software is eating the world”&lt;&#x2F;a&gt; One of the main argument he made was that all businesses will become software businesses. You can see manifestations of that all around - more and more things has software in them, larger chunk companies are driving a significant growth in their revenues enabled by software. There are countless examples of impact of software in various industries. One really good thread on this on twitter is by @SuB8u. This entire thread as well as this &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;search?q=software%20from%3Asub8u&amp;amp;src=typd&quot;&gt;search&lt;&#x2F;a&gt; is filled with software disruptions &lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tech is impacting every industry. The smarter incumbents adapt, the lazier ones fall behind.http:&#x2F;&#x2F;t.co&#x2F;mWFYQ0FU3P pic.twitter.com&#x2F;CjltaxQq2L&lt;&#x2F;p&gt;
&lt;p&gt;— Subrahmanyam KVJ (@SuB8u) July 18, 2015&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Stated this way software has become an existential fact for organizations and it would be very important for businesses to be effective at software processes i.e. my title run better, faster. To understand this let us consider a modern development workflow based on DevOps toolchain - &lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;img&#x2F;devops.png&quot; alt=&quot;Dev Ops Loop&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Plan - code - build - test - release - deploy - observe - maintain&lt;&#x2F;p&gt;
&lt;p&gt;This toolchain is based on the expectations from software in today’s ever connected world where people, things and businesses use software for everything. This could be from ordering lunch, booking a place to stay, checking supplier inventory to performing automated repairs etc. Apart from basic requirements of being always there (availability, graceful fallback) and not break (resiliency) there is also the added expectation of faster response to customer demands (meaning newer functionality and not the latency, though smaller latency is also good). In this context let’s look at two of the most important ideas from where the cloud native principles have emerged&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;Need for speed and Shorter Feedback Cycles for the win (faster..)
If you want to get from idea to market the fastest way you better have very short cycle of delivery baked with continuous feedback cycles. You may have a grand idea but do you want to deliver it in a meaningful incremental way (MVP anyone) or you want to do one big grand delivery with a high chance of not understanding customer requirements or they have changed since you started. The shorter feedback and deployment cycles also help in reducing risk. To do software with shorter delivery and feedback cycles you would need some concepts&#x2F;patterns like&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;On demand and preferably code driven self service for the services and resources (compute, storage, databases etc.) needed for your solution. It won’t be fun if you are still waiting for the PO to be approved or have logistics problems with the delivery of servers or the data center power has not been provisioned correctly.  
Your software solution inhouse developed or bought has its own code&#x2F;binaries&#x2F;artifacts along with a lot of prerequisites&#x2F;dependencies. It would be really nice if we had a standard way to package all of this in some format that would run everywhere (almost). Containers are here to help and their image definitions provide such a solution. There are a lot of other benefits as well but that’s a topic for another post.
Continuous Integration and Continuous Deployment pipelines that would build, test and feed these artifacts to the applicable runtimes.&lt;&#x2F;p&gt;
&lt;ol start=&quot;2&quot;&gt;
&lt;li&gt;Operationally Efficient (run better..)
We want to run our solutions the most efficient and economical way. These efficiencies could be from the infrastructure side which is easy to procure&#x2F;operate&#x2F;deprecate&#x2F;upgrade or on the human side i.e. doesn’t require a lot of grooming from humans, has a lot of resiliency or at least graceful degradation built into it so as to avoid 2am calls. There are three concepts we should consider here -&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;Evolution of Acitivies - I was first introduced to these by Simon Wardley, concept itself is based on his own research and built on &lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Diffusion_of_innovations&quot;&gt;Difffusion of Innovation&lt;&#x2F;a&gt; by Everett Rogers (&lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Crossing_the_Chasm&quot;&gt;Crossing the Chasm&lt;&#x2F;a&gt; by Geoffrey Moore is also based on this). Idea is that most of the technology goes thru an evolution curve from relatively unknown genesis to ubiquitous utitlity as shown below&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;img&#x2F;evolution_curve-simon-wardley.png&quot; alt=&quot;Evolution Curve by Simon Wardley&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;You can see this in from batteries to electricity, Telegraph to hundreds of ways to communicate today and finally computing from Z3 https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Z3_(computer) to cloud today. Other components needed in software solutions like databases, application servers are also going thru similar evolution and are being offered as services or utility. At any point of time it is best (mostly) to use latest in evolution. For example should I get electricity from utility (Solar is challenging this) or produce my own, should I setup my own datacenter or buy from cloud etc. &lt;&#x2F;p&gt;
&lt;p&gt;Standardization - As anything moves from left to right on the evolution curve to be more efficient you start seeing standardization of various components. This is the context in which containers fit. You have one standard way to package and deploy software with all the dependencies baked it.&lt;&#x2F;p&gt;
&lt;p&gt;Orchestration - We already covered Building, testing and packaging (CI&#x2F;CD, containers) the software so that it can be run as efficiently as possible. This task of running efficiently falls under a concept called orchestrator. This orchestrator takes our software packaged as a container and runs it and makes sure that it keeps running. This keep it running is a big part and consists of monitoring, making sure the response time is good, based on the creterions defined by the operators scale up or down the application, provide health checks etc.&lt;&#x2F;p&gt;
&lt;p&gt;There are quite a few other related concepts that I can talk about like microservices, observability, API first etc. but I think we have a covered a lot of ground with talking about need for speed and how to operate in this faster changes + shorter feedback context. Let’s try to tie in all these for a TL:DR version.&lt;&#x2F;p&gt;
&lt;p&gt;All businesses are becoming software businesses while needing to respond faster to customer demands and operate efficiently to grow and compete. This resulted in changes in how to code&#x2F;build&#x2F;test&#x2F;package software (12factor apps, CI&#x2F;CD, containers) and how best to operate software (orchestration, observability) with the benefits of scalability, resilience and with shorter feedback cycle. Cloud native approach incorporates all of these to plan, build and operate software which is easier to change, resilient and graceful to unexpected situations.&lt;&#x2F;p&gt;
&lt;p&gt;I hope this was useful to you. Please do share your feedback in the comments. I hope to write in more details about some of the concepts individually.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;Cross Posted at &lt;a href=&quot;https:&#x2F;&#x2F;blogs.sap.com&#x2F;2018&#x2F;04&#x2F;06&#x2F;cloud-native-run-better-and-faster&#x2F;&quot;&gt;SAP Community&lt;&#x2F;a&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;References&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;container-solutions.com&#x2F;ebook-the-cloud-native-attitude&quot;&gt;Cloud Native Attitude&lt;&#x2F;a&gt; ebook by Anne Currie
12 Factor Apps - &lt;a href=&quot;https:&#x2F;&#x2F;12factor.net&#x2F;&quot;&gt;https:&#x2F;&#x2F;12factor.net&#x2F;&lt;&#x2F;a&gt;
&lt;a href=&quot;https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;cncf&#x2F;landscape&#x2F;master&#x2F;trail_map&#x2F;CNCF_TrailMap_latest.png&quot;&gt;Cloud Native Trail Map&lt;&#x2F;a&gt; from cncf.io - This is a really useful map and covers all the important concepts for your cloud native journey&lt;&#x2F;p&gt;
&lt;p&gt;Photo Credits
Thor Photoby &lt;a href=&quot;http:&#x2F;&#x2F;photos.jdhancock.com&#x2F;&quot;&gt;JD Hancock&lt;&#x2F;a&gt;
&lt;a href=&quot;http:&#x2F;&#x2F;blog.gardeviance.org&#x2F;2013&#x2F;01&#x2F;evolution.html&quot;&gt;Evolution Activities&lt;&#x2F;a&gt; curve by Simon Wardley&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Jack Kornfield Ajahn Chah</title>
        <published>2018-03-05T21:56:01-08:00</published>
        <updated>2018-03-05T21:56:01-08:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/jack-kornfield-ajahn-chah/" type="text/html"/>
        <id>https://pnarula.com/blog/jack-kornfield-ajahn-chah/</id>
        
            <content type="html">&lt;p&gt;It seems there is no running away from &lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ajahn_Chah&quot;&gt;Ajahn Chah&lt;&#x2F;a&gt; for me. He must have been a remarkable teacher to have so many great students who themselves are leading life lessons for so many. I have been listening to podcasts by &lt;a href=&quot;https:&#x2F;&#x2F;bswa.org&#x2F;teachers&#x2F;ajahn-brahm&#x2F;&quot;&gt;Ajahn Brahm&lt;&#x2F;a&gt; for more than a year. He is a student of Ajahn Chah based in Australia. His &lt;a href=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;user&#x2F;BuddhistSocietyWA&#x2F;videos&quot;&gt;podcasts and videos&lt;&#x2F;a&gt; on youtube have been listened&#x2F;watched by millions. I have learnt a lot from his teachings.&lt;&#x2F;p&gt;
&lt;p&gt;Today when starting for work I looked for my listening diet for the fifty minute commute and settled on &lt;a href=&quot;https:&#x2F;&#x2F;tim.blog&#x2F;podcast&#x2F;&quot;&gt;Tim Ferris show&lt;&#x2F;a&gt;. From the title it was about meditation, joy in the present the regular mindfulness things. Guest was a guy names Jack Kornfield. I didn’t really had many expectations except to be good talk as Tim chooses the best :-) And what a surprise it turned out to be. Of course Jack is a student of Ajahn Chah. He had amazing stories to tell. I have only listened to an hour of the episode and that is only 1&#x2F;3 of the episode. Few of the notable things&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;“My mind is like a bad neighbourhood, I don’t want to go there alone”,
Moving story from Kymer Rouge time and Maha Ghosananda in Combodia.
Jack’s childhood stories.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Looking forward to listening to the rest. You can find it &lt;a href=&quot;https:&#x2F;&#x2F;tim.blog&#x2F;2018&#x2F;03&#x2F;05&#x2F;jack-kornfield&#x2F;&quot;&gt;here&lt;&#x2F;a&gt;. Might update this after listening all.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Steven Sinofsky on organization design</title>
        <published>2016-12-10T00:00:00+00:00</published>
        <updated>2016-12-10T00:00:00+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/steven-sinofsky-on-org-design/" type="text/html"/>
        <id>https://pnarula.com/blog/steven-sinofsky-on-org-design/</id>
        
            <content type="html">&lt;p&gt;[Steven Sinofsky] (https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;sinofsky) of a16z in an [epic post] (https:&#x2F;&#x2F;medium.learningbyshipping.com&#x2F;functional-versus-unit-organizations-6b82bfbaa57#.a4reg9rg0) on organization design comparing functional orgs (sales, finance, engineering etc) vs Unit orgs (Product 1 Unit, Product 2 Unit etc) acting as businesses within business.&lt;&#x2F;p&gt;
&lt;span id=&quot;continue-reading&quot;&gt;&lt;&#x2F;span&gt;
&lt;p&gt;{{&amp;lt; tweet 806002642296020996 &amp;gt;}}&lt;&#x2F;p&gt;
</content>
        <summary type="html">[Steven Sinofsky] (https://www.linkedin.com/in/sinofsky) of a16z in an [epic post] (https://medium.learningbyshipping.com/functional-versus-unit-organizations-6b82bfbaa57#.a4reg9rg0) on organization design comparing functional orgs (sales, finance, engineering etc) vs Unit orgs (Product 1 Unit, Product 2 Unit etc) acting as businesses within business.
…</summary>
        </entry><entry xml:lang="en">
        <title>Moving to static hosting</title>
        <published>2016-12-09T00:00:00+00:00</published>
        <updated>2016-12-09T00:00:00+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/moving-wp-to-hugo-on-github/" type="text/html"/>
        <id>https://pnarula.com/blog/moving-wp-to-hugo-on-github/</id>
        
            <content type="html">&lt;p&gt;Having been on wordpress for more that twelve years it was time for this aging techie to try some thing new. The new shiny toy is static hosting on github. This is enable by super cool static site generator &lt;a href=&quot;https:&#x2F;&#x2F;gohugo.io&quot;&gt;Hugo&lt;&#x2F;a&gt; The theme I am using is called Tranquil Peak and can be found on &lt;a href=&quot;https:&#x2F;&#x2F;themes.gohugo.io&quot;&gt;Hugo themes&lt;&#x2F;a&gt;&lt;!--more--&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;images&#x2F;moving-wp-2-hugo.jpg&quot; alt=&quot;&quot; title=&quot;Moving from WP to Hugo&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;So the journey for blogging platforms  has been Jroller -&amp;gt; Blogger -&amp;gt; MovableType -&amp;gt; Wordpress -&amp;gt; Hugo. Hosting a static site in this way has its own challange and should be played by techies only. For regular folks Wordpress is great. I will cover the tech side in another post (if that happened).&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Making of the wordpress empire</title>
        <published>2015-11-24T06:36:22+00:00</published>
        <updated>2015-11-24T06:36:22+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/making-of-the-wordpress-empire/" type="text/html"/>
        <id>https://pnarula.com/blog/making-of-the-wordpress-empire/</id>
        
            <content type="html">&lt;p&gt;It is interesting to see the new architecture of wordpress. WordPress.com and self-hosted wordpress is all REST enabled now. There is a new desktop client. You can even manage your self hosted blogs from wordpress.com. They even use the new js flavor of the times – react ( I love react as well). From techie perspective it is quite nice.&lt;&#x2F;p&gt;
&lt;p&gt;What I would hate to see is that now that I am lured into logging into wordpress.com As a self-hosted blog for 10-11 years I have never had the need to login to wordpress.com. So now all self-hosted blogs dial home. This is quite good from commercial perspectives wherein Automattic would get the chance to see and maybe interact in auto-matt-ic way. If that happens I hope it would be quite non-intrusive.&lt;&#x2F;p&gt;
&lt;p&gt;Ok that was a good test post from the new wordpress.com mac client.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>SITsv SAP Inside Track Silicon Valley 2015</title>
        <published>2015-09-11T06:46:18+00:00</published>
        <updated>2015-09-11T06:46:18+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/sitsv-2015/" type="text/html"/>
        <id>https://pnarula.com/blog/sitsv-2015/</id>
        
            <content type="html">&lt;p&gt;**Join **@rwang0 @finnern @aiazkazi @njasta @moyalynne at SITsv at HanaHaus in Palo Alto.  I will be speaking on SAP HANA Cloud Platform. The event is free. Register &lt;a href=&quot;https:&#x2F;&#x2F;www.eventbrite.com&#x2F;e&#x2F;sap-inside-track-silicon-valley-2015-sitsv-tickets-17596205725&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;www.eventbrite.com&#x2F;e&#x2F;sap-inside-track-silicon-valley-2015-sitsv-tickets-17596205725&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;. More info and agenda on &lt;a href=&quot;http:&#x2F;&#x2F;wiki.scn.sap.com&#x2F;wiki&#x2F;display&#x2F;events&#x2F;SAP+Inside+Track+Silicon+Valley+2015%3A+%23SITsv&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wiki.scn.sap.com&#x2F;wiki&#x2F;display&#x2F;events&#x2F;SAP+Inside+Track+Silicon+Valley+2015%3A+%23SITsv&#x27;, &#x27;SCN&#x27;]);&quot; &gt;SCN&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Is it really Bubble 2 dot 0</title>
        <published>2015-09-08T06:01:42+00:00</published>
        <updated>2015-09-08T06:01:42+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/is-it-really-bubble-2-0/" type="text/html"/>
        <id>https://pnarula.com/blog/is-it-really-bubble-2-0/</id>
        
            <content type="html">&lt;p&gt;Lately there has been a lot of chatter about bubble in Silicon Valley. This &lt;a href=&quot;http:&#x2F;&#x2F;www.vanityfair.com&#x2F;news&#x2F;2015&#x2F;08&#x2F;is-silicon-valley-in-another-bubble&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.vanityfair.com&#x2F;news&#x2F;2015&#x2F;08&#x2F;is-silicon-valley-in-another-bubble&#x27;, &#x27;article&#x27;]);&quot; &gt;article&lt;&#x2F;a&gt; by Nick Bilton in vanity fair is the latest in that chatter. No doubt there is a preponderance of getting oneself in The Unicorn Club. The burn rates among startups are high. @pmarca raised the &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;pmarca&#x2F;status&#x2F;515216011277398016&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;twitter.com&#x2F;pmarca&#x2F;status&#x2F;515216011277398016&#x27;, &#x27;cash burn concern &#x27;]);&quot; &gt;cash burn concern &lt;&#x2F;a&gt;an year ago but has been &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;pmarca&#x2F;status&#x2F;636307488720027648&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;twitter.com&#x2F;pmarca&#x2F;status&#x2F;636307488720027648&#x27;, &#x27;mocking end of world&#x27;]);&quot; &gt;mocking end of world&lt;&#x2F;a&gt; on all the recent dips. Even the fine folks at Hacker News are discussing &lt;a href=&quot;https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9712868&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9712868&#x27;, &#x27;this&#x27;]);&quot; &gt;this&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;May be it is. Having lived thru the .com bust my observations in favor and against are&lt;&#x2F;p&gt;
&lt;p&gt;In favor&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Have you seen the traffic during commute hours. I used to do Fremont – Mountain View during 99-01 and even with the old 237-880 crossover it wasn’t so bad. Now a days it is a constant zoo from 7am-10am.&lt;&#x2F;li&gt;
&lt;li&gt;Rents are too damn high. Check this &lt;a href=&quot;http:&#x2F;&#x2F;www.nineteen800.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.nineteen800.com&#x2F;&#x27;, &#x27;new apartment complex&#x27;]);&quot; &gt;new apartment complex&lt;&#x2F;a&gt; close to Apple http:&#x2F;&#x2F;www.nineteen800.com&#x2F; 2 bed 2 baths for &amp;gt; $4000 in Cupertino which can only be called a town with High API schools + Apple and nothing else.&lt;&#x2F;li&gt;
&lt;li&gt;Job Market is tight. Try to find good talent.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Against&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Where are the IPOs that were happening left and right. Who remembers VA Linux. Read this &lt;a href=&quot;http:&#x2F;&#x2F;www.cnet.com&#x2F;news&#x2F;10-years-gone-the-va-linux-systems-ipo&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.cnet.com&#x2F;news&#x2F;10-years-gone-the-va-linux-systems-ipo&#x2F;&#x27;, &#x27;CNet story&#x27;]);&quot; &gt;CNet story&lt;&#x2F;a&gt; for fun. I understand it is much difficult to take a company public and most take the acquisition exit. But still I don’t see that crazy amount of activity.&lt;&#x2F;li&gt;
&lt;li&gt;It is much cheaper to do startups with this thing called cloud.&lt;&#x2F;li&gt;
&lt;li&gt;My highly unscientific 101-Billboard Index hasn’t started flashing red yet. During the dot com days somewhere after Marsh road exit and all the way to SF, there used to be so many billboards on both sides of 101 that you couldn’t see past them.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Will be interesting to watch the next few years.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Cloud pricing and pay as you go model</title>
        <published>2013-05-25T07:23:50+00:00</published>
        <updated>2013-05-25T07:23:50+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/cloud-pricing-and-pay-as-you-go-model/" type="text/html"/>
        <id>https://pnarula.com/blog/cloud-pricing-and-pay-as-you-go-model/</id>
        
            <content type="html">&lt;img class=&quot;size-full wp-image-441 aligncenter&quot; alt=&quot;cloud-pricing&quot; src=&quot;&#x2F;images&#x2F;cloud-pricing.png&quot; width=&quot;393&quot; height=&quot;223&quot; &#x2F;&gt;
&lt;p&gt;Fellow cloudman Matthias Steiner tweeted about pay as you go model and clouds&lt;&#x2F;p&gt;
&lt;blockquote class=&quot;twitter-tweet&quot;&gt;
  &lt;p&gt;
    wonder why so many critics are obsessed by &amp;#8220;pay-as-you-go&amp;#8221; irt &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;search&#x2F;%23cloud&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;twitter.com&#x2F;search&#x2F;%23cloud&#x27;, &#x27;#cloud&#x27;]);&quot; &gt;#cloud&lt;&#x2F;a&gt;. I&amp;#8217;m pretty sure they all have a &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;search&#x2F;%23flatrate&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;twitter.com&#x2F;search&#x2F;%23flatrate&#x27;, &#x27;#flatrate&#x27;]);&quot; &gt;#flatrate&lt;&#x2F;a&gt; for their mobiles… &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;search&#x2F;%23ensw&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;twitter.com&#x2F;search&#x2F;%23ensw&#x27;, &#x27;#ensw&#x27;]);&quot; &gt;#ensw&lt;&#x2F;a&gt;
  &lt;&#x2F;p&gt;
  &lt;p&gt;
    — Matthias Steiner (@steinermatt) &lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;steinermatt&#x2F;status&#x2F;337853059008970752&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;twitter.com&#x2F;steinermatt&#x2F;status&#x2F;337853059008970752&#x27;, &#x27;May 24, 2013&#x27;]);&quot; &gt;May 24, 2013&lt;&#x2F;a&gt;
  &lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
&lt;p&gt;Since I have been doing cloud and pricing for the past few years I had few thoughts on this. Pricing is an art and science combined. To understand let me start with a story from my childhood. If you have even been to India and bought anything from a bazaar you know you never pay the first price the vendor asks for. As a kid I would see my elders haggling over the prices of everything. One fine afternoon my elder brother was buying shoes for me and he got the vendor from Rs 250 to Rs 90 (early 80s good times I know). After getting the shiny shoes for me I asked him how does he came to the figure of Rs 90 and he told me about he thought about&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;the cost of material, labor and margin&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;and Rs 90 seemed like a good price. I internalized this concept and lived with it for years. Then I came to US and I noticed all sorts of pricing. Apparel pricing where they would be “fully priced” in spring, some what discounted in summer and deeply discounted by Autumn. Air ticket pricing was black magic. So read a few books&lt;sup&gt;[1][2]&lt;sup&gt; and about marginal cost of producing something but then finally settled on the idea of pricing as&lt;&#x2F;sup&gt;&lt;&#x2F;sup&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;what someone is ready to pay for&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;This concept of what someone is ready to pay for is a great one. I mean if for the same necktie one person pays $50 and the other would gladly pay $80, I would like to sell accordingly. But how do I know who would pay how much. This is a really hard problem to solve and is the reason you see a regular cup of coffee for $2.00 while the white caramel macchiato with soy milk costs $4.50 at your favorite coffee joint. You don’t think that extra stuff costs the seller $2.50. It is their way of segmenting the customer and see who would pay more or who derives how much value.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;assets&#x2F;coffee_pricing.png&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;assets&#x2F;coffee_pricing.png&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;aligncenter size-full wp-image-440&quot; alt=&quot;coffee_pricing&quot; src=&quot;&#x2F;images&#x2F;coffee_pricing.png&quot; width=&quot;565&quot; height=&quot;186&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;The above concept works great where perceived value can be shown by adding attributes or services like models of cars, versions of software. But there are markets where doing this segmentation is a little hard. Utility markets for water, electricity and gas are great example of this. One Kwh hour of electricity is indistinguishable from another (though you can still bring in time of the day, how it was produced for some fun). These are the markets that are ripe for pay as you go. You could have tiered pricing over here as well. In cloud computing IaaS and PaaS models (compute units, storage, API calls etc) closely remember this utility model and we see similar pricing models as well.&lt;&#x2F;p&gt;
&lt;p&gt;There is one very important characteristic that dictates the PAYG model for clouds is that of elasticity and efficient use of resources. See in the on-premise model, an organization plans for the peak capacity and buys hardware accordingly (capex). But that peak performance might happen only 10% of the time or even lesser. So these resources are underutilized. But the organization has already bought so not much can be done (though for very large organizations a private cloud can be a choice). Now in the cloud PAYG model most of time you are working under a normal load and paying accordingly. If there is spike in the demand resources are added elastically and you pay for what you use. The same resources that you utilized during the peak time could be repurposed for other organizations during your average load profile.&lt;&#x2F;p&gt;
&lt;p&gt;Another alternative pricing model is of packaging where for commercial reasons or adoption reasons a seller might choose to package the resources in bundles and sell it. For example cell phone plans are great examples of this. These are valid models but fail the elasticity options discussed above as what happens when there is spike in demand. Sometimes you might see unlimited plans (cell phone, ISPs) but then you get into fair use of the resources ( recently a guy was using 50TB of bandwidth on Verizons FIOS plan).&lt;&#x2F;p&gt;
&lt;p&gt;In the end I would say utility like evolving nature of cloud resources and elasticity is what drives the clouds to PAYG models. We can also thank AWS for setting up the precedent.&lt;&#x2F;p&gt;
&lt;p&gt;[1] &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;Undercover-Economist-Tim-Harford&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;Undercover-Economist-Tim-Harford&#x27;, &#x27;The Undercover Economist&#x27;]);&quot;  target=&quot;_blank&quot;&gt;The Undercover Economist&lt;&#x2F;a&gt; – Tim Hartford (light reading pop science)&lt;&#x2F;p&gt;
&lt;p&gt;[2] &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;Principles-Microeconomics-5th-Gregory-Mankiw&#x2F;dp&#x2F;0324589980&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;Principles-Microeconomics-5th-Gregory-Mankiw&#x2F;dp&#x2F;0324589980&#x27;, &#x27;Principles of Microeconomics&#x27;]);&quot;  target=&quot;_blank&quot;&gt;Principles of Microeconomics&lt;&#x2F;a&gt; – Greg Mankiw (heavy dry university text)&lt;&#x2F;p&gt;
&lt;p&gt;Coffee Ratecard image by – &lt;a href=&quot;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;nataliejohnson&#x2F;3017624698&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;nataliejohnson&#x2F;3017624698&#x2F;&#x27;, &#x27;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;nataliejohnson&#x2F;3017624698&#x2F;&#x27;]);&quot; &gt;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;nataliejohnson&#x2F;3017624698&#x2F;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Bay area at its best Thanks to Bjorn Goerke</title>
        <published>2013-04-02T22:09:22+00:00</published>
        <updated>2013-04-02T22:09:22+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/bay-area-at-its-best-thanks-to-bjorn-goerke/" type="text/html"/>
        <id>https://pnarula.com/blog/bay-area-at-its-best-thanks-to-bjorn-goerke/</id>
        
            <content type="html">&lt;p&gt;Bay area at its best. Thanks to Bjorn Goerke for quoting this by Steinbeck which is so apt ( &lt;a href=&quot;http:&#x2F;&#x2F;bgoerke.wordpress.com&#x2F;2013&#x2F;04&#x2F;02&#x2F;ive-never-seen-her-more-lovely&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;bgoerke.wordpress.com&#x2F;2013&#x2F;04&#x2F;02&#x2F;ive-never-seen-her-more-lovely&#x2F;&#x27;, &#x27;http:&#x2F;&#x2F;bgoerke.wordpress.com&#x2F;2013&#x2F;04&#x2F;02&#x2F;ive-never-seen-her-more-lovely&#x2F;&#x27;]);&quot;  class=&quot;ot-anchor&quot; rel=&quot;nofollow&quot;&gt;http:&#x2F;&#x2F;bgoerke.wordpress.com&#x2F;2013&#x2F;04&#x2F;02&#x2F;ive-never-seen-her-more-lovely&#x2F;&lt;&#x2F;a&gt; )&lt;&#x2F;p&gt;
&lt;p&gt;When I was a child growing up in Salinas we called San Francisco “the City”. Of course it was the only city we knew, but I still think of it as the City, and so does everyone else who has ever associated with it. A strange and exclusive word is “city”. Besides San Francisco, only small sections of London and Rome stay in the mind as the City. New Yorkers say they go to town. Paris has no title but Paris. Mexico City is the Capital.&lt;&#x2F;p&gt;
&lt;p&gt;San Francisco put on a show for me. I saw her across the bay, from the great road that bypasses Sausalito and enters the Golden Gate Bridge. The afternoon sun painted her white and gold rising on her hills like a noble city in a happy dream. A city on hills has it over flatland places. New York makes its own hills with craning buildings, but this gold and white acropolis rising wave on wave against the blue of the Pacific sky was a stunning thing, a painted thing like a picture of a medieval Italian city which can never have existed.&lt;&#x2F;p&gt;
&lt;p&gt;I stopped in a parking place to look at her and the necklace bridge over the entrance from the sea that led to her. Over the green higher hills to the south, the evening fog rolled like herds of sheep coming to cote in the golden city. I’ve never seen her more lovely. When I was a child and we were going to the City, I couldn’t sleep for several nights before, out of bursting excitement. She leaves a mark.&lt;&#x2F;p&gt;
&lt;p&gt;FROM John Steinbeck, Travels with Charley, 1962&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Mystery of green circles</title>
        <published>2012-05-05T18:00:11+00:00</published>
        <updated>2012-05-05T18:00:11+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/mystery-of-green-circles/" type="text/html"/>
        <id>https://pnarula.com/blog/mystery-of-green-circles/</id>
        
            <content type="html">&lt;p&gt;Often when I am travelling I see these giant green circles on the ground. They look beautiful and is clear are man made. But what is going on. I have seen them all over the US, on the west coast, while flying to east or south you can see them.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;2012-05-05-10-36-15_AMERICA-REVEALED-In-Search-of-the-Traditional-Farm-PBS-YouTube.png&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;assets&#x2F;2012-05-05-10-36-15_AMERICA-REVEALED-In-Search-of-the-Traditional-Farm-PBS-YouTube.png&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;aligncenter size-medium wp-image-418&quot; title=&quot;2012-05-05 10-36-15_AMERICA REVEALED  In Search of the Traditional Farm  PBS - YouTube&quot; src=&quot;&#x2F;images&#x2F;2012-05-05-10-36-15_AMERICA-REVEALED-In-Search-of-the-Traditional-Farm-PBS-YouTube-300x166.png&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;166&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Finally the mystery was solved when I was watching “&lt;a href=&quot;http:&#x2F;&#x2F;www.pbs.org&#x2F;america-revealed&#x2F;episode&#x2F;1&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pbs.org&#x2F;america-revealed&#x2F;episode&#x2F;1&#x2F;&#x27;, &#x27;America Revealed &amp;#8211; Food Machine&amp;#8221; by PBS&#x27;]);&quot; title=&quot;America Revealed - The food machine&quot;  target=&quot;_blank&quot;&gt;America Revealed – Food Machine” by PBS&lt;&#x2F;a&gt;. These are agriculture fields or food factories  &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;simple-smile.png&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;irriagated by something called central pivot irrigation system. Here is a difintion from &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Center_pivot_irrigation&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Center_pivot_irrigation&#x27;, &#x27;wikipedia&#x27;]);&quot; title=&quot;Center Pivot Irrigation&quot;  target=&quot;_blank&quot;&gt;wikipedia&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Central pivot irrigation is a form of overhead (&lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Irrigation_sprinkler&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Irrigation_sprinkler&#x27;, &#x27;sprinkler&#x27;]);&quot; title=&quot;Irrigation sprinkler&quot;&gt;sprinkler&lt;&#x2F;a&gt;) irrigation consisting of several segments of pipe (usually &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Galvanized_steel&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Galvanized_steel&#x27;, &#x27;galvanized steel&#x27;]);&quot; title=&quot;Galvanized steel&quot;&gt;galvanized steel&lt;&#x2F;a&gt; or &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Aluminum&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Aluminum&#x27;, &#x27;aluminum&#x27;]);&quot; title=&quot;Aluminum&quot;&gt;aluminum&lt;&#x2F;a&gt;) joined together and supported by &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Truss&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Truss&#x27;, &#x27;trusses&#x27;]);&quot; title=&quot;Truss&quot;&gt;trusses&lt;&#x2F;a&gt;, mounted on wheeled towers with sprinklers positioned along its length. The machine moves in a circular pattern and is fed with water from the pivot point at the center of the circle.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;If you have an hour to spare the PBS documentary is a great watch. You will be amazed at the scale, efficiency, diversity of this giant food producing system. Some of the scenes are quite haunting like all cows getting lined up for getting processed as beef or the host of the show looking in the eyes of a cow and saying is this the same animal or something man made etc. Description of the episode from PBS&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Over the past century, an American industrial revolution has given rise to the biggest, most productive food machine the world has ever known.&lt;&#x2F;p&gt;
&lt;p&gt;In this episode, host Yul Kwon explores how this machine feeds nearly 300 million Americans every day.  He discovers engineering marvels we’ve created by putting nature to work and takes a look at the costs of our insatiable appetite on our health and environment.&lt;&#x2F;p&gt;
&lt;p&gt;For the first time in human history, less than 2% of the population can feed the other 98%.  Yul embarks on a trip that begins with a pizza delivery route in New York City then goes across country to California’s Central Valley, where nearly 50% of America’s fruits, nuts and vegetables are grown and skydives into the heartland for an aerial look of our farmlands.&lt;&#x2F;p&gt;
&lt;p&gt;He meets the men and women who keep us fed 365 days a year—everyone from industrial to urban farmers, crop dusting pilots to long distance bee truckers, modern day cowboys to the pizza deliveryman.&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p style=&quot;font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #808080; margin-top: 5px; background: transparent; text-align: center; width: 512px;&quot;&gt;
  Watch &lt;a href=&quot;http:&#x2F;&#x2F;video.pbs.org&#x2F;video&#x2F;2214315175&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;video.pbs.org&#x2F;video&#x2F;2214315175&#x27;, &#x27;Food Machine&#x27;]);&quot; style=&quot;text-decoration: none !important; font-weight: normal !important; height: 13px; color: #4eb2fe !important;&quot;  target=&quot;_blank&quot;&gt;Food Machine&lt;&#x2F;a&gt; on PBS. See more from &lt;a href=&quot;http:&#x2F;&#x2F;www.pbs.org&#x2F;america-revealed&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pbs.org&#x2F;america-revealed&#x2F;&#x27;, &#x27;America Revealed.&#x27;]);&quot; style=&quot;text-decoration: none !important; font-weight: normal !important; height: 13px; color: #4eb2fe !important;&quot;  target=&quot;_blank&quot;&gt;America Revealed.&lt;&#x2F;a&gt;
&lt;&#x2F;p&gt;</content>
        </entry><entry xml:lang="en">
        <title>Building HTPC 3 Capabilities and big picture</title>
        <published>2012-04-08T19:45:25+00:00</published>
        <updated>2012-04-08T19:45:25+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/htpc-3/" type="text/html"/>
        <id>https://pnarula.com/blog/htpc-3/</id>
        
            <content type="html">&lt;p&gt;&lt;em&gt;(This is the last of this HTPC build series do read the &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-1&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-1&#x2F;&#x27;, &#x27;Part 1 &amp;#8211; HTPC Research&#x27;]);&quot; &gt;Part 1 – HTPC Research&lt;&#x2F;a&gt; and &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-2&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-2&#x2F;&#x27;, &#x27;Part 2 &amp;#8211; HTPC Build &#x27;]);&quot; &gt;Part 2 – HTPC Build &lt;&#x2F;a&gt;)&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;After researching for almost 3 years HTPC was finally built and is the center of my audio video setup. It is truly a one-box-to-rule-the-all solution. I was able to replace the following AV components with this single box&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;Google TV – online streaming&lt;&#x2F;li&gt;
&lt;li&gt;WDTV Live – local media player&lt;&#x2F;li&gt;
&lt;li&gt;Comcast Cable Settop box&lt;&#x2F;li&gt;
&lt;li&gt;Bluray-DVD player&lt;&#x2F;li&gt;
&lt;li&gt;Digital Video Recorder&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;Here is a photo I posted on facebook&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;assets&#x2F;htpc.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;htpc.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;aligncenter size-medium wp-image-402&quot; title=&quot;htpc&quot; src=&quot;&#x2F;images&#x2F;htpc-300x268.jpg&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;268&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;My AV Setup now includes – HTPC, audio receiver, RF based keyboard and remote, Harmony remote. HTPC provides the following capabilities&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Live cable TV&lt;&#x2F;li&gt;
&lt;li&gt;DVR&lt;&#x2F;li&gt;
&lt;li&gt;Netflix, Hulu etc&lt;&#x2F;li&gt;
&lt;li&gt;Desi movie watching from bwcinema.com&lt;&#x2F;li&gt;
&lt;li&gt;Online music – pandora, saavn, dhingana&lt;&#x2F;li&gt;
&lt;li&gt;Local media play i.e. digital photos, home videos&lt;&#x2F;li&gt;
&lt;li&gt;Bluray&#x2F;DVD player&lt;&#x2F;li&gt;
&lt;li&gt;File and backup server&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Let us see how long this setup would last &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;simple-smile.png&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Building HTPC 2 Components</title>
        <published>2012-04-08T19:45:06+00:00</published>
        <updated>2012-04-08T19:45:06+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/htpc-2/" type="text/html"/>
        <id>https://pnarula.com/blog/htpc-2/</id>
        
            <content type="html">&lt;p&gt;&lt;em&gt;(This is the second part of this HTPC build series do read the &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-1&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-1&#x2F;&#x27;, &#x27;Part 1 &amp;#8211; HTPC Research&#x27;]);&quot; &gt;Part 1 – HTPC Research&lt;&#x2F;a&gt; and &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-3&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-3&#x2F;&#x27;, &#x27;Part 3 &amp;#8211; HTPC Final &#x27;]);&quot; &gt;Part 3 – HTPC Final &lt;&#x2F;a&gt;)&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;After doing a lot of research I come up with the final list of components. I choose to go for SSD for the OS and programs drive. Really like the choice of Silver Stone GD06 case I made. But that required me to buy a modular power supply and shorter cable set. I was able to repurpose one of my external 1TB USB drives by opening it and using it as a main storage. Keyboard&#x2F;Remote choice was based on online reviews. iPazzport is a good looking small form factor RF based remote. Performance is average. My best investment was the Ceton infinity card that allows me to take my cable tv wire into the PC and&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;CPU – i5-2500 (BX80623I52500) 250&lt;&#x2F;li&gt;
&lt;li&gt;Motherboard – GIGABYTE GA-Z68MX-UD2H-B3 LGA 1155 Intel Z68 150&lt;&#x2F;li&gt;
&lt;li&gt;Solid State Hard Drive – Crucial CT128M4SSD2 m4 2.5″ Solid State Drive – 128GB 159.99&lt;&#x2F;li&gt;
&lt;li&gt;Case – SilverStone Grandia Series HTPC Case (GD06) 122&lt;&#x2F;li&gt;
&lt;li&gt;Tuner card – Ceton Infinty 4 PCI-e 199.99&lt;&#x2F;li&gt;
&lt;li&gt;Power Supply – SilverStone Strider Plus ST50F-P 500W ATX 79.99&lt;&#x2F;li&gt;
&lt;li&gt;Hard disk – Western Digital – 1 TB – $60&lt;&#x2F;li&gt;
&lt;li&gt;RAM MEM 4Gx2|GSKILL F3-17000CL9D-8GBXM 74.99&lt;&#x2F;li&gt;
&lt;li&gt;Bluray player – BD Combo Samsung SH-B123L 57.99&lt;&#x2F;li&gt;
&lt;li&gt;CPU COOLER SCYTHE|SCSK-1100 R 34.99&lt;&#x2F;li&gt;
&lt;li&gt;Keyboard&#x2F;Remote – iPazzport KP-810-18R 38.87&lt;&#x2F;li&gt;
&lt;li&gt;CablesSilverStone PP05 Short Cable for PSU Set 19.99&lt;&#x2F;li&gt;
&lt;li&gt;Wifi AdapRosewill RNX-N180UBE 16.08&lt;&#x2F;li&gt;
&lt;li&gt;Guide – Renethx 4&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;Here is a photo of all the components&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;images&#x2F;htpc-components.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;htpc-components.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;aligncenter size-large wp-image-389&quot; title=&quot;htpc-components&quot; src=&quot;&#x2F;images&#x2F;htpc-components-1024x682.jpg&quot; alt=&quot;&quot; width=&quot;450&quot; height=&quot;299&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
&lt;p&gt;Silverstone GD06 case&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;images&#x2F;htpc-silverstone-gd06.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;htpc-silverstone-gd06.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;aligncenter size-large wp-image-388&quot; title=&quot;htpc-silverstone-gd06&quot; src=&quot;&#x2F;images&#x2F;htpc-silverstone-gd06-1024x682.jpg&quot; alt=&quot;&quot; width=&quot;450&quot; height=&quot;299&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
&lt;p&gt;Gigabyte Z68 Motherboard&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;images&#x2F;htpc-mobo-gigabyte-z68.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;htpc-mobo-gigabyte-z68.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;aligncenter size-large wp-image-391&quot; title=&quot;htpc-mobo-gigabyte-z68&quot; src=&quot;&#x2F;images&#x2F;htpc-mobo-gigabyte-z68-1024x682.jpg&quot; alt=&quot;&quot; width=&quot;450&quot; height=&quot;299&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Assembly in progress&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;images&#x2F;htpc-in-progress.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;htpc-in-progress.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;aligncenter size-large wp-image-390&quot; title=&quot;htpc-in-progress&quot; src=&quot;&#x2F;images&#x2F;htpc-in-progress-1024x682.jpg&quot; alt=&quot;&quot; width=&quot;450&quot; height=&quot;299&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
&lt;p&gt;My buddy Guru Chahal also helped me a lot during this HTPC build. Powersupply in the above picture is upside down from the optimal position as the fan should be down. Ultimately I did put in the optimal way. Had to play with cables a lot for that. Couple of interesting things I learnt during this built. CPU needs it own power. Didn’t knew that and started the PC without that connection. Took some time to figure that out. One should always have a real keyboard handy to configure the PC for 1st time. SATA Blu ray players have separate SATA connectors for data and power. It was hugely satisfying once the HTPC was built and connected with the TV. I ended up spending more than $1000 but it was worth it &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;simple-smile.png&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Building HTPC 1 Research</title>
        <published>2012-04-08T19:44:43+00:00</published>
        <updated>2012-04-08T19:44:43+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/htpc-1/" type="text/html"/>
        <id>https://pnarula.com/blog/htpc-1/</id>
        
            <content type="html">&lt;p&gt;&lt;em&gt;(This is the first part of this HTPC build series do read the &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-2&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-2&#x2F;&#x27;, &#x27;Part 2 &amp;#8211; HTPC Build&#x27;]);&quot; &gt;Part 2 – HTPC Build&lt;&#x2F;a&gt; and &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-3&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;2012&#x2F;htpc-3&#x2F;&#x27;, &#x27;Part 3 &amp;#8211; HTPC Final &#x27;]);&quot; &gt;Part 3 – HTPC Final &lt;&#x2F;a&gt;)&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;It was 2008 and I needed to replace my old faithful Sony Vega CRT TV. LCD TVs were becoming quite mainstream at that time and anything above 46 inches were more than 2000 bucks. Spending that much requires some research and I landed on avsforum’s &lt;a href=&quot;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;forumdisplay.php?f=166&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;forumdisplay.php?f=166&#x27;, &#x27;LCD forum.&#x27;]);&quot; &gt;LCD forum.&lt;&#x2F;a&gt; I bought the TV but discovering avsforum was a discovery for gadget loving geek. I will come to that later. Watching TV on 52 inches of LCD was a revelation. Around the same time my little daughter came into the world and there was explosion of cute pictures and HD videos. To watch them on the TV I bought a media player called &lt;a href=&quot;http:&#x2F;&#x2F;www.wdc.com&#x2F;en&#x2F;products&#x2F;homeentertainment&#x2F;mediaplayers&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.wdc.com&#x2F;en&#x2F;products&#x2F;homeentertainment&#x2F;mediaplayers&#x2F;&#x27;, &#x27;WDTV &#x27;]);&quot; &gt;WDTV &lt;&#x2F;a&gt; which could show me all the media I had on the hard disk attached to it as well as youtube etc.&lt;&#x2F;p&gt;
&lt;p&gt;Since I had discovered avsforum I kept going back to it for reading various things audio video. I found out that due to their thinness LCD TV have poor speakers so one should get external speakers. For watching movies, speakers should really be in at least 5.1 config. Of course to drive these speakers you need a good audio receiver. While I am grokking the intricacies of audio systems and looking at to get a home-theater-in-a-box or separate speaker and receiver I browse to the &lt;a href=&quot;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;forumdisplay.php?f=26&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;forumdisplay.php?f=26&#x27;, &#x27;home theater PC&#x27;]);&quot; &gt;home theater PC&lt;&#x2F;a&gt; area of avsforum. Being a computer guy it is even more fun.  So now it is 2009 and it has been more than a year I have bought the Samsung 52″ LCD TV. And I am totally sucked into the AV world. Thanks to avsforum.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;images&#x2F;Revue.png&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;Revue.png&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;alignright size-medium wp-image-395&quot; title=&quot;Revue&quot; src=&quot;&#x2F;images&#x2F;Revue-300x156.png&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;156&quot; &#x2F;&gt;&lt;&#x2F;a&gt;So far I only have the TV and a media player WDTV.  But I am also exploring if I should get speakers, audio receiver and may be a HTPC. Reasoning behind HTPC is to have the browsing capability to stream anything you want as WDTV can only stream youtube and couple of other services. While I am in the wait and see mode, there comes a deal at Fry’s a local store for Onkyo home theater in a box for quite cheap. Specs look good with some decent speakers and 4 HDMI ins and I buy that on a whim. Then Google announces Google TV. A friend who works at Logitech is able to get me Revue.&lt;&#x2F;p&gt;
&lt;p&gt;Google TV with Revue is good and it has the Chrome browser where I can browse, stream all I want. It integrates nicely with the Onkyo receiver I have. Netflix, Amazon VOD integration is even nicer. I really like the way search results are overlayed on live TV and the picture in picture is nice. Having used WDTV I am used to the really nice interface to browse local media i.e. pictures and videos. This is where Google TV sucks – while it is great for online media browsing app for local media is not so good. I have to keep WDTV and Google TV while what I want is a single box for every thing. My desire now for HTPC grows even further. So I start doing the final research for building the HTPC and looking for all the components that would go into it. AVSForum’s &lt;a href=&quot;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;forumdisplay.php?s=&amp;daysprune=30&amp;f=26&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;forumdisplay.php?s=&amp;daysprune=30&amp;f=26&#x27;, &#x27;HTPC forum&#x27;]);&quot; &gt;HTPC forum&lt;&#x2F;a&gt; is the ultimate source for it. Two threads on this forum&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt; &lt;a href=&quot;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;showthread.php?t=940972&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;showthread.php?t=940972&#x27;, &#x27;renethx&#x27;]);&quot; &gt;renethx&lt;&#x2F;a&gt; ‘s **Guide to Building a HD HTPC **and&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a href=&quot;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;showthread.php?t=1302559&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;avsforum.com&#x2F;avs-vb&#x2F;showthread.php?t=1302559&#x27;, &#x27;assasin  &#x27;]);&quot; title=&quot;Assassin&#x27;s Simple&#x2F;Beginner HTPC Buying and Building Guide &quot;&gt;assasin  &lt;&#x2F;a&gt;‘s &lt;strong&gt;Assassin’s Simple&#x2F;Beginner HTPC Buying and Building Guide&lt;&#x2F;strong&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;are my main sources. I learnt a lot from these guys in choosing the components. I ended up buying renethx’s guide to pay my debt &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;simple-smile.png&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Why I love design</title>
        <published>2012-03-18T15:40:14+00:00</published>
        <updated>2012-03-18T15:40:14+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/why-i-love-design/" type="text/html"/>
        <id>https://pnarula.com/blog/why-i-love-design/</id>
        
            <content type="html">&lt;p&gt;This post is actually about a electronic product, so what does the design has to do with it? Let me start with a bit of history. I am not sure where I got interested in design. But few months of my life where my neurons would have been lit up enough that light was coming thru my ears must be when I came to US. You see I grew up in the India of middle 80s (feeling old :)) where the design must have been stuck in the five year planning commissions. There were the Ambassdor cars, Philips radios, HMT watches and Colgate tooth paste and things would remain the same till may be mid 90s. If a product was supposed to work some way it would for a very long time. Even now if you open some of the Haldiram Namkeen products readily available in US you would see how little attention is paid to usability of the product where design matters a lot.&lt;&#x2F;p&gt;
&lt;p&gt;So 1st few months in US were great from that perspective. I am a very curious person so I would notice the design in everything like how the medicine bottles can only be opened in certain ways, numerous designs of opening the wooden doors meant for gardeners, how the swimming pool chairs have stops for various angle of reclines and dual sided boxee remote etc. That was then, I still notice these design things but the aha moments have sort of reduced. But every now and then something comes up and I go wow.&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
&lt;img class=&quot;alignright&quot; src=&quot;http:&#x2F;&#x2F;farm8.staticflickr.com&#x2F;7192&#x2F;6976696355_be46963b7d.jpg&quot; alt=&quot;Snap Circuits® Jr. 100 Experiments - Elenco SC-100&quot; width=&quot;400&quot; height=&quot;281&quot; &#x2F;&gt;
&lt;div&gt;
  &lt;p&gt;
    Any DIYer worth their salt would have dabbled with electronic circuits. Remember when you discovered breadboards for wiring. Those Electronics for You issues for folks who grew up in India. So yesterday I had had to give a b&amp;#8217;day present and much to my lovely wife&amp;#8217;s discomfort I chose a geek present. It is called Snap Circuits SC100. What they have is similar to a bread board. But what I really LIKED and that&amp;#8217;s where the design bit comes &amp;#8211; is the way they have solved the problem of joining and creating various circuits. As is clued by the name they used the good old Snap Buttons for making the connection between various components. So a kid of 8-108 ( recommended age group on their box) won&amp;#8217;t have to fiddle with cutting the wires, joining and soldering etc. Very nice.
  &lt;&#x2F;p&gt;
  &lt;p&gt;
    Essentially you have plastic breadboard with a grid. Instead of typical holes at the intersection of lines you have little plastic projections to which various components and giant plastic wires snap onto by using the buttons. They have a nice book with lots of projects starting from a simple circuit with a switch to on-off a LED to more complicated ones. Here is picture from flickr. Note the shiny buttons at the intersections. Who would have thought the buttons for your shirts will be used to make circuits. That is why &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;2008&#x2F;enabling-total-customer-experience&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;2008&#x2F;enabling-total-customer-experience&#x2F;&#x27;, &#x27;design matters&#x27;]);&quot; &gt;design matters&lt;&#x2F;a&gt;.
  &lt;&#x2F;p&gt;
  &lt;p&gt;
    &amp;nbsp;
  &lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;</content>
        </entry><entry xml:lang="en">
        <title>Bridges of bay area</title>
        <published>2012-02-24T02:01:24+00:00</published>
        <updated>2012-02-24T02:01:24+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/bridges-of-bay-area/" type="text/html"/>
        <id>https://pnarula.com/blog/bridges-of-bay-area/</id>
        
            <content type="html">&lt;p&gt;Whenever you are flying over an area just after the takeoff or before landing, most of the time landscape below looks like a organized jumble of &lt;a href=&quot;&#x2F;images&#x2F;bridges-of-bayarea.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;bridges-of-bayarea.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;alignright size-medium wp-image-377&quot; title=&quot;bridges-of-bayarea&quot; src=&quot;&#x2F;images&#x2F;bridges-of-bayarea-225x300.jpg&quot; alt=&quot;&quot; width=&quot;225&quot; height=&quot;300&quot; &#x2F;&gt;&lt;&#x2F;a&gt;residential and commercial buildings with criss-crossing roads and highways. Since our mind is such a great pattern matcher, occasionally you recognize a landmark or building from up above and your mind feels happy.&lt;&#x2F;p&gt;
&lt;p&gt;But this morning in my regular early morning flights to Portland, OR I was in for a treat.  Few minutes after takeoff I noticed marshlands and thought we are going over the bay area parallel to 101 side of the bay. Then I noticed the first bridge and thought that must be San Mateo 92 bridge. But then the 2nd bridge became visible and I could make out that 1st one must be Dumbartan bridge and this one is San Mateo bridge. Now it became clear that flight took the path of flying over south bay, east bay parallel to 880 north. So next I could see bay bridge and SF downdown lights and said wow. Now my eyes started looking for Golden Gate and San Rafael bridge and lo and behold you could see them both. Infact you could see San Quentin prison lights at the end of San Rafael bridge.&lt;&#x2F;p&gt;
&lt;p&gt;I thought to my self the only bridge to be seen now is Benecia bridge near Fairfield. I could see two very close small parallel bridges but wasn’t sure if they are the ones I am looking for. Since I cross Benecia bridge every two week I knew the landmarks to look for. When you are driving over the bridge you could see these big parked boats and I spotted them from the air. So it was the one I was looking for.  You could also see the orangish brown round structures of the oil refinery so it was double confirmed now.&lt;&#x2F;p&gt;
&lt;p&gt;Overall it was too much fun to see and locate all the bridges of the bay area, seemed I am part of this land. Right now flying over this incredibly beautiful landscape of snow studded mountains with a lake in between. Don’t know where it is.&lt;&#x2F;p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
  &lt;a href=&quot;&#x2F;images&#x2F;IMAG0500.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;IMAG0500.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;size-medium wp-image-378 aligncenter&quot; title=&quot;IMAG0500&quot; src=&quot;&#x2F;images&#x2F;IMAG0500-300x168.jpg&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;168&quot; &#x2F;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;p&gt;
&lt;p&gt;OK even the Flight Attendant pointed at the beauty of this. We are flying over Mt Shasta and Crater Lake should be coming in about 10 minutes. See the pics. . One reason these were closer was because I was flying on this plane which flies at 20000 ft rather than the normal 30000 ft.  Will post this when I reach Portland.&lt;&#x2F;p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
  &lt;a href=&quot;&#x2F;images&#x2F;IMAG0501.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;&#x2F;images&#x2F;IMAG0501.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;size-medium wp-image-379 aligncenter&quot; title=&quot;IMAG0501&quot; src=&quot;&#x2F;images&#x2F;IMAG0501-300x168.jpg&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;168&quot; &#x2F;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;p&gt;</content>
        </entry><entry xml:lang="en">
        <title>I have been slowly reading Thinking fast</title>
        <published>2012-01-30T06:06:07+00:00</published>
        <updated>2012-01-30T06:06:07+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/i-have-been-slowly-reading-thinking-fast/" type="text/html"/>
        <id>https://pnarula.com/blog/i-have-been-slowly-reading-thinking-fast/</id>
        
            <content type="html">&lt;p&gt;I have been slowly reading ”Thinking fast and slow” by Daniel Kahneman. It is full of fun phrases like ” nonregressive assessment of weak evidence” still it is an important book in understanding of human biases and how we decide what we decide. I am sure toread it multiple times. One really good thing is you can pick any chapter and read it a they are independent.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>BYO or otherwise Breaking the 10000 server</title>
        <published>2011-12-18T02:05:36+00:00</published>
        <updated>2011-12-18T02:05:36+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/byo-or-otherwise-breaking-the-10000-server/" type="text/html"/>
        <id>https://pnarula.com/blog/byo-or-otherwise-breaking-the-10000-server/</id>
        
            <content type="html">&lt;p&gt;BYO or otherwise – Breaking the 10000 server barrier via Gigaom&lt;&#x2F;p&gt;
&lt;p&gt;It’s in that 5 to 7.5MW area where the company starts having to know about the niceties of chillers and power systems, he said.&lt;&#x2F;p&gt;
&lt;p&gt;“When you break through the 10,000 server barrier — that’s when you start needing 3 to 5MW of power and now you’re getting into major facility costs where you have to have multiple diesel generators, and complex power and cooling systems. And it’s in that 10,000 to 100,000 server zone where costs soar. At that point, there aren’t many companies on the planet that can achieve the scale of an Amazon, a Rackspace, a Google, or a Microsoft. So why not trust your loads to the experts?&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&#x2F;cloud&#x2F;do-byo-data-centers-make-sense-anymore&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x2F;cloud&#x2F;do-byo-data-centers-make-sense-anymore&#x27;, &#x27;Do BYO data centers make sense anymore?&#x27;]);&quot; &gt;Do BYO data centers make sense anymore?&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;gadget=a&amp;resize_h=100&amp;url=http%3A%2F%2Fgigaom2.files.wordpress.com%2F2011%2F12%2F2754478731_6cac6d30a8_z-e1323205331315.jpg%3Fw%3D476&quot; class=&quot;alignleft&quot; &#x2F;&gt;In this era of cheap-and-reliable renta-data centers run by Amazon, Rackspace, and others, does it make sense for a company to build a new data center on it’s own? Unsurprisingly, Amazon’s own James H…&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Towards more lighted pixels It has been</title>
        <published>2011-12-11T19:43:54+00:00</published>
        <updated>2011-12-11T19:43:54+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/towards-more-lighted-pixels-it-has-been/" type="text/html"/>
        <id>https://pnarula.com/blog/towards-more-lighted-pixels-it-has-been/</id>
        
            <content type="html">&lt;p&gt;Towards more lighted pixels&lt;&#x2F;p&gt;
&lt;p&gt;It has been more than three years that I have had a DSLR(T1i) My usage has been mostly family outings with friends and family. But only after these years of use I have come to terms with most of the controls in the camera except for flash. Last night we were at global wonder winterland (&lt;a href=&quot;http:&#x2F;&#x2F;www.globalwonderland.org&#x2F;2011&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.globalwonderland.org&#x2F;2011&#x2F;&#x27;, &#x27;http:&#x2F;&#x2F;www.globalwonderland.org&#x2F;2011&#x2F;&#x27;]);&quot; &gt;http:&#x2F;&#x2F;www.globalwonderland.org&#x2F;2011&#x2F;&lt;&#x2F;a&gt;) where I didn’t have to think about setting to change and it came naturally. Still there was one instance where I was in hurry and I used the short cut to Auto  &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;simple-smile.png&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Another interesting thing that I have been noticing is the trend of everyone moving to DSLRs. At the global wonder winterland one could see more DSLRs and less P&amp;amp;Ses Ofcourse there were our iPhone photographers too.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.facebook.com&#x2F;media&#x2F;set&#x2F;?set=a.10150434292678121.367985.734243120&amp;#038;type=1&amp;#038;l=b70cb2d0e3&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;www.facebook.com&#x2F;media&#x2F;set&#x2F;?set=a.10150434292678121.367985.734243120&amp;#038;type=1&amp;#038;l=b70cb2d0e3&#x27;, &#x27;Global Wonder Winterland | Facebook&#x27;]);&quot; &gt;Global Wonder Winterland | Facebook&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Pound the rock and dig out a deep hole</title>
        <published>2011-11-30T08:04:57+00:00</published>
        <updated>2011-11-30T08:04:57+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/pound-the-rock-and-dig-out-a-deep-hole/" type="text/html"/>
        <id>https://pnarula.com/blog/pound-the-rock-and-dig-out-a-deep-hole/</id>
        
            <content type="html">&lt;p&gt;While reading the book What I talk about when i talk about running, I came across this para about Talent vs Persistent hard work. This got to be the best lines I read this week&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;I think this viewpoint applies as well to the job of the novelist. Writers who are blessed with inborn talent can freely write novels no matter what they do—or don’t do. Like water from a natural spring, the sentences just well up, and with little or no effort these writers can complete a work. Occasionally you’ll find someone like that, but, unfortunately, that category wouldn’t include me. I haven’t spotted any springs nearby. I have to pound the rock with a chisel and dig out a deep hole before I can locate the source of creativity. To write a novel I have to drive myself hard physically and use a lot of time and effort. Every time I begin a new novel, I have to dredge out another new, deep hole. But as I’ve sustained this kind of life over many years, I’ve become quite efficient, both technically and physically, at opening a hole in the hard rock and locating a new water vein. So as soon as I notice one water source drying up, I can move on right away to another. If people who rely on a natural spring of talent suddenly find they’ve exhausted their only source, they’re in trouble.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Digitopoly is becoming my favorite blog</title>
        <published>2011-11-29T06:36:28+00:00</published>
        <updated>2011-11-29T06:36:28+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/digitopoly-is-becoming-my-favorite-blog/" type="text/html"/>
        <id>https://pnarula.com/blog/digitopoly-is-becoming-my-favorite-blog/</id>
        
            <content type="html">&lt;p&gt;Digitopoly is becoming my favorite blog as they seem to touch the very topics I am interested in. Future of libraries and books is something I think often. Let us say everytime I visit the local library. Here is there thinking on why reading book should be more like going to cinema rather than owning a physical artifact. You can always argue that there are folks who like to own discs&#x2F;tapes but that would be minority compared to folks who see the movie.&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Here is the central fact about book publishing: lending is the natural state. Authors produce a book that is improved by others (including editors etc). Then people read the book and that is where it has primary value. Notice that there is no ‘then people buy the book’ stage in the middle or ‘then people place the book on their shelves forever more’ after these. Those are things people did because (a) they had to buy a physical copy and (b) they got used to keeping the physical copy. But for libraries, none of that was relevant.&lt;&#x2F;p&gt;
&lt;p&gt;The issue book publishers face — and so many have said it I really shouldn’t bother, but I will — is that they are wedded to a strategy whereby they sell owned copies rather than reading. That model did translate over to eBooks and, in many respects, eBooks are actually harder to share as owned copies than physical books. Amazon and others have tried to break those constraints but it is safe to say that sharing is hard. Although, when you have a family account things become simpler. But institutionalised lending of eBooks may be very attractive to readers.”&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.digitopoly.org&#x2F;2011&#x2F;11&#x2F;28&#x2F;lending-is-the-right-model&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.digitopoly.org&#x2F;2011&#x2F;11&#x2F;28&#x2F;lending-is-the-right-model&#x27;, &#x27;Lending is the right model | Digitopoly&#x27;]);&quot; &gt;Lending is the right model | Digitopoly&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;gadget=a&amp;resize_h=100&amp;url=http%3A%2F%2Fwww.digitopoly.org%2Fwp-content%2Fuploads%2F2011%2F11%2F4511652432_d443eddfe6-300x225.jpg&quot; alt=&quot;&quot; &#x2F;&gt;Digitopoly. About; Authors. Erik Brynjolfsson; Joshua Gans; Shane Greenstein. Posts by Author. Erik Brynjolfsson; Joshua Gans; Shane Greenstein. Blog Network. Core Economics; Economics of Information;…&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Me Myself and Big Data It seems the future</title>
        <published>2011-11-29T06:32:20+00:00</published>
        <updated>2011-11-29T06:32:20+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/me-myself-and-big-data-it-seems-the-future/" type="text/html"/>
        <id>https://pnarula.com/blog/me-myself-and-big-data-it-seems-the-future/</id>
        
            <content type="html">&lt;p&gt;Me Myself and Big Data&lt;&#x2F;p&gt;
&lt;p&gt;It seems the future for self big data is not very far and I think it would be a good thing. Few days ago I read about Up from Jawbone (&lt;a href=&quot;http:&#x2F;&#x2F;jawbone.com&#x2F;up&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jawbone.com&#x2F;up&#x27;, &#x27;http:&#x2F;&#x2F;jawbone.com&#x2F;up&#x27;]);&quot; &gt;http:&#x2F;&#x2F;jawbone.com&#x2F;up&lt;&#x2F;a&gt;) which tracks activity data you in the hope it would nudge you for healthier style. But Larry Smarr from UCSD, chronicles&lt;&#x2F;p&gt;
&lt;p&gt;Quantified Health:&lt;br &#x2F;&gt;
Towards Digitally Enabled Genomic Medicine:A 10-Year Detective Story of Quantifying My Body (Link below)&lt;&#x2F;p&gt;
&lt;p&gt;The amount of data collected as part of this detective work is truly amazing. I am sure it must have required a lot of effort and motivation to do this over 10 years. This required effort to collect self bio markers over long periods would definitely decrease in future with more and more things like Up resulting in insights that were unthinkable earlier.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.stratnews.com&#x2F;recentissues.php?mode=show&amp;#038;issue=2011-09-29&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.stratnews.com&#x2F;recentissues.php?mode=show&amp;#038;issue=2011-09-29&#x27;, &#x27;Strategic News Service &amp;#8211; Recent IssuesSTRATEGIC NEWS SERVICE&#x27;]);&quot; &gt;Strategic News Service – Recent IssuesSTRATEGIC NEWS SERVICE&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=http%3A%2F%2Fwww.stratnews.com%2Fimages%2Fthird_1.jpg&quot; class=&quot;alignleft&quot; &#x2F;&gt;In This Issue. Feature: Special Letter: Quantified Health: A 10-Year Detective Story. of Digitally Enabled Genomic Medicine. Nutrition, Exercise, and Sleep: The Foundations for a. Healthier Self. Your…&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Trouble with bright kids There is very good</title>
        <published>2011-11-29T06:17:38+00:00</published>
        <updated>2011-11-29T06:17:38+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/trouble-with-bright-kids-there-is-very-good/" type="text/html"/>
        <id>https://pnarula.com/blog/trouble-with-bright-kids-there-is-very-good/</id>
        
            <content type="html">&lt;p&gt;Trouble with bright kids&lt;&#x2F;p&gt;
&lt;p&gt;There is very good discussion going at Hacker News (&lt;a href=&quot;http:&#x2F;&#x2F;news.ycombinator.org&#x2F;item?id=3284169&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;news.ycombinator.org&#x2F;item?id=3284169&#x27;, &#x27;http:&#x2F;&#x2F;news.ycombinator.org&#x2F;item?id=3284169&#x27;]);&quot; &gt;http:&#x2F;&#x2F;news.ycombinator.org&#x2F;item?id=3284169&lt;&#x2F;a&gt;) on an HBR blogs article. TL;DR version is that bright kids get praised for smartness plus our education system works for the lowest common denominator which means less challenges for the bright ones. These two things work against the bright kids.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;blogs.hbr.org&#x2F;cs&#x2F;2011&#x2F;11&#x2F;the_trouble_with_bright_kids.html?cm_sp=most_widget-_-default-_-The+Trouble+With+Bright+Kids&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;blogs.hbr.org&#x2F;cs&#x2F;2011&#x2F;11&#x2F;the_trouble_with_bright_kids.html?cm_sp=most_widget-_-default-_-The+Trouble+With+Bright+Kids&#x27;, &#x27;The Trouble With Bright Kids &amp;#8211; Heidi Grant Halvorson &amp;#8211; Harvard Business Review&#x27;]);&quot; &gt;The Trouble With Bright Kids – Heidi Grant Halvorson – Harvard Business Review&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=http%3A%2F%2Fhbr.org%2Fhbrg-main%2Fresources%2Fimages%2Ffavicon_64.png&quot; class=&quot;alignleft&quot; &#x2F;&gt;Business bloggers at Harvard Business Review discuss a variety of business topics including managing people, innovation, leadership, and more.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Photography is an art Dance photography</title>
        <published>2011-11-26T16:56:33+00:00</published>
        <updated>2011-11-26T16:56:33+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/photography-is-an-art-dance-photography/" type="text/html"/>
        <id>https://pnarula.com/blog/photography-is-an-art-dance-photography/</id>
        
            <content type="html">&lt;p&gt;Photography is an art. Dance photography is an extreme form of it due to low light conditions, fast moving objects etc. Peter Norvig, a legendary programmers shares his thoughts on Dance Photography in a really good tutorial form. Read and learn (Most of the indoor parties are simpler examples of dance photography&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;norvig.com&#x2F;dance-photography.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;norvig.com&#x2F;dance-photography.html&#x27;, &#x27;Dance Photography&#x27;]);&quot; &gt;Dance Photography&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;gadget=a&amp;resize_h=100&amp;url=http%3A%2F%2Fpn.smugmug.com%2FDance%2FDance-Photography%2Fi-pPnNBQx%2F1%2FS%2FIMG9476-S.jpg&quot; class=&quot;alignleft&quot; &#x2F;&gt;Table of Contents 1: Initial Disappointment 2: Basic Photo Editing 3: Basic Equipment 4: Types of Blur 5: Subject Motion Blur 6: Camera Shake 7: Plane of Focus and Depth of Field 8: Noise 9: Exposure …&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>A colored e reader This is sweet</title>
        <published>2011-11-22T05:19:28+00:00</published>
        <updated>2011-11-22T05:19:28+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/a-colored-e-reader-this-is-sweet/" type="text/html"/>
        <id>https://pnarula.com/blog/a-colored-e-reader-this-is-sweet/</id>
        
            <content type="html">&lt;p&gt;A colored e-reader. This is sweet.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;span class=&#x27;embed-youtube&#x27; style=&#x27;text-align:center; display: block;&#x27;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Happened to read a bit of silicon valley</title>
        <published>2011-11-21T07:11:05+00:00</published>
        <updated>2011-11-21T07:11:05+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/happened-to-read-a-bit-of-silicon-valley/" type="text/html"/>
        <id>https://pnarula.com/blog/happened-to-read-a-bit-of-silicon-valley/</id>
        
            <content type="html">&lt;p&gt;Happened to read a bit of silicon valley history from couple of sources recently. One recurring theme is as follows (this bit is from What the Dormouse Said)&lt;&#x2F;p&gt;
&lt;p&gt;“but before long he was bored with building xxxxx that required little of his creativity, and he began looking for something more interesting to work on”&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>When thinking about giants of computing</title>
        <published>2011-11-19T21:57:36+00:00</published>
        <updated>2011-11-19T21:57:36+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/when-thinking-about-giants-of-computing/" type="text/html"/>
        <id>https://pnarula.com/blog/when-thinking-about-giants-of-computing/</id>
        
            <content type="html">&lt;p&gt;When thinking about giants of computing one easily forgets that they were young once, this tidbit from What the Dormouse Said about Doug Engelbart is very interesting. His manager is complaining about him to his manager&lt;&#x2F;p&gt;
&lt;p&gt;“Jerry, I know you well enough. I have two things to say, and it will only take sixty seconds point number one is that you have to choose.you either have to risk it on this guy our you have to fire him the second thing I have to say its that this the brightest guy I have ever worked with.”&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Very tough story to read It is just terrifying</title>
        <published>2011-11-19T02:25:11+00:00</published>
        <updated>2011-11-19T02:25:11+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/very-tough-story-to-read-it-is-just-terrifying/" type="text/html"/>
        <id>https://pnarula.com/blog/very-tough-story-to-read-it-is-just-terrifying/</id>
        
            <content type="html">&lt;p&gt;Very tough story to read. It is just terrifying to know that there are millions of girls who are pushed into this every year.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2011&#x2F;11&#x2F;17&#x2F;opinion&#x2F;kristof-the-face-of-modern-slavery.html?_r=1&amp;hp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2011&#x2F;11&#x2F;17&#x2F;opinion&#x2F;kristof-the-face-of-modern-slavery.html?_r=1&amp;hp&#x27;, &#x27;The Face of Modern Slavery&#x27;]);&quot; &gt;The Face of Modern Slavery&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;gadget=a&amp;resize_h=100&amp;url=http%3A%2F%2Fgraphics8.nytimes.com%2Fimages%2F2011%2F11%2F17%2Fopinion%2F17KRISTOF%2F17KRISTOF-articleInline.jpg&quot; class=&quot;alignleft&quot; &#x2F;&gt;When 6-year-olds are sold to be tortured and raped, it’s time for a 21st-century abolitionist movement to end human trafficking.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Lumia 800 looks good</title>
        <published>2011-11-19T01:01:03+00:00</published>
        <updated>2011-11-19T01:01:03+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/lumia-800-looks-good-there-has-been-a-lot-of-noise-about-this-new-phone-from-nokia/" type="text/html"/>
        <id>https://pnarula.com/blog/lumia-800-looks-good-there-has-been-a-lot-of-noise-about-this-new-phone-from-nokia/</id>
        
            <content type="html">&lt;p&gt;Lumia 800 looks good&lt;&#x2F;p&gt;
&lt;p&gt;There has been a lot of noise about this new phone from Nokia called Lumia 800. Finally got a chance to read up on it. Following the cues of its earlier buddy N9, Lumia 800 looks very good. Let us see how it goes in the world with MS Mango.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.pcworld.com&#x2F;article&#x2F;244187&#x2F;nokia_lumia_800_review_nokias_most_promising_smartphone_yet.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pcworld.com&#x2F;article&#x2F;244187&#x2F;nokia_lumia_800_review_nokias_most_promising_smartphone_yet.html&#x27;, &#x27;Nokia Lumia 800 Phone Review&#x27;]);&quot; &gt;Nokia Lumia 800 Phone Review&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img class=&quot;alignleft&quot; src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;gadget=a&amp;resize_h=100&amp;url=http%3A%2F%2Fzapp1.staticworld.net%2Freviews%2Fgraphics%2Fproducts%2Fuploaded%2Fnokia_lumia_800_1163591_g1.jpg&quot; alt=&quot;&quot; &#x2F;&gt;Nokia’s first Windows Phone has a great design and performs solidly, but the Lumia 800 lacks a few perks its competitors flaunt&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Can USPS? part two</title>
        <published>2011-11-01T06:20:49+00:00</published>
        <updated>2011-11-01T06:20:49+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/can-usps-part-two/" type="text/html"/>
        <id>https://pnarula.com/blog/can-usps-part-two/</id>
        
            <content type="html">&lt;p&gt;I recently wrote about if &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;2011&#x2F;can-usps-survive-as-webvan&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;2011&#x2F;can-usps-survive-as-webvan&#x2F;&#x27;, &#x27;USPS can survive as webvan&#x27;]);&quot; &gt;USPS can survive as webvan&lt;&#x2F;a&gt;, on a similar note it was refreshing to see this &lt;a href=&quot;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2011&#x2F;10&#x2F;31&#x2F;world&#x2F;europe&#x2F;deutsche-post-reinvents-services-in-a-digital-world.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2011&#x2F;10&#x2F;31&#x2F;world&#x2F;europe&#x2F;deutsche-post-reinvents-services-in-a-digital-world.html&#x27;, &#x27;NYT story&#x27;]);&quot; &gt;NYT story&lt;&#x2F;a&gt; about Deutsche Post and how it is thriving and evolving for digital age&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The &lt;a href=&quot;http:&#x2F;&#x2F;www.deutschepost.de&#x2F;dpag?lang=de_EN&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.deutschepost.de&#x2F;dpag?lang=de_EN&#x27;, &#x27;Deutsche Post&#x27;]);&quot; title=&quot;Deustche Post’s Web site&quot;&gt;Deutsche Post&lt;&#x2F;a&gt; office across from the train station here offers DVDs, umbrellas, phone cards and toys — with the processing of mail appearing nearly an afterthought. And the facility housing it is not a post office at all. Deutsche Post occupies a corner space in a bank.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;What was news to me was how USPS is constrained by law not to evolve or play in limited markets&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;It’s easy to say that the U.S.P.S. is a bunch of morons, but they live under legislative restrictions on what businesses they can enter and are expressly prevented from entering business unless it’s related to physical mail.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Now thats a bummer. I wonder if these legislative restrictions would be relaxed as things get more digital.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>What works in US</title>
        <published>2011-11-01T06:04:46+00:00</published>
        <updated>2011-11-01T06:04:46+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/what-works-in-us/" type="text/html"/>
        <id>https://pnarula.com/blog/what-works-in-us/</id>
        
            <content type="html">&lt;p&gt;In a NYT op-ed about &lt;a href=&quot;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2011&#x2F;10&#x2F;30&#x2F;opinion&#x2F;sunday&#x2F;steve-jobss-genius.html?_r=1&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2011&#x2F;10&#x2F;30&#x2F;opinion&#x2F;sunday&#x2F;steve-jobss-genius.html?_r=1&#x27;, &#x27;Genius of Jobs&#x27;]);&quot; &gt;Genius of Jobs&lt;&#x2F;a&gt;, Walter Isaacson made a comment about US ingenuity and how it is THE advantage that seperates US from India and China. In my experience I would say 3 things that work well in US&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;1. Scaling what works best&lt;&#x2F;strong&gt; – Ideas that work are scaled rapidly and money flows to them. You would see no-name companies go from small start to national international in matter of years. Venture Capital does wonders over here. Apple, Genentech, Google and Facebook are prime examples. (Sorry for Silicon Valley bias)&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;2. Law of Land&lt;&#x2F;strong&gt; – is enforced and contracts are followed. Enron, Galleon Hedge Fund, Rajat Gupta etc no one is spared. ( Yeah yeah you can say a lot of folks responsible for Financial Crisis didn’t pay for what they let loose but still I think it is net positive than otherwise)&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;3. University Education&lt;&#x2F;strong&gt; – US has most of the world’s best education institutions. This is one advantage that could erode in future as the cost of education is becoming very high plus new models of education would evolve with ubiquitous internet and collaboration tools it enables.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Can USPS survive as webvan</title>
        <published>2011-10-04T04:42:00+00:00</published>
        <updated>2011-10-04T04:42:00+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/can-usps-survive-as-webvan/" type="text/html"/>
        <id>https://pnarula.com/blog/can-usps-survive-as-webvan/</id>
        
            <content type="html">&lt;p&gt;&lt;img class=&quot;alignright&quot; title=&quot;Sabji Wala&quot; src=&quot;http:&#x2F;&#x2F;farm4.static.flickr.com&#x2F;3356&#x2F;3594715604_70c1230230_m.jpg&quot; alt=&quot;&quot; width=&quot;240&quot; height=&quot;160&quot; &#x2F;&gt;USPS has been making losses for many many years and it is not unthinkable that it might not survive with its current structure. Much has been written on various reasons for its demise primarily being email. So when the new blog Digitopoly, by some of my favorite authors wrote on the same topic &lt;a href=&quot;http:&#x2F;&#x2F;www.digitopoly.org&#x2F;2011&#x2F;10&#x2F;03&#x2F;postal-mail-in-the-shadow-of-email&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.digitopoly.org&#x2F;2011&#x2F;10&#x2F;03&#x2F;postal-mail-in-the-shadow-of-email&#x2F;&#x27;, &#x27; &amp;#8220;Postal mail in the &#x27;]);&quot; &gt;“Postal mail in the &lt;&#x2F;a&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.digitopoly.org&#x2F;2011&#x2F;10&#x2F;03&#x2F;postal-mail-in-the-shadow-of-email&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.digitopoly.org&#x2F;2011&#x2F;10&#x2F;03&#x2F;postal-mail-in-the-shadow-of-email&#x2F;&#x27;, &#x27;Shadow of Email&amp;#8217; &#x27;]);&quot; &gt;Shadow of Email’ &lt;&#x2F;a&gt; My neurons started firing as it is one of the meme I think about. Other being public libraries in the age ebooks. USPS is unique in its nature and owns the biggest fleet that goes to most of the neighborhoods everyday. It would be a shame if USPS goes under and this network is dismantled. So how it can be saved and be profitable.&lt;&#x2F;p&gt;
&lt;p&gt;One not so radical idea for USPS is to partner with major grocery chains and be their home delivery agent sort of like webvan. So I order from Safeway, Kroger, Walmart’s website and grocery is delivered next day in neat packages by the friendly USPS guy. This does bring images from my childhood in India where the vegetable vendors would put their wares on a push cart and go thru neighborhoods hawking these vegetables. Do you think this idea of Grocery as a Service would work?&lt;&#x2F;p&gt;
&lt;p&gt;&lt;small&gt;(Flickr Photo under CC by &lt;a href=&quot;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;sarelkromer&#x2F;3594715604&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;sarelkromer&#x2F;3594715604&#x2F;&#x27;, &#x27;sarelkromer&#x27;]);&quot;  target=&quot;_blank&quot;&gt;sarelkromer&lt;&#x2F;a&gt;)&lt;&#x2F;small&gt;&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>For the stat lovers in you This is actually pretty good and can be used for a lot</title>
        <published>2011-07-07T21:29:31+00:00</published>
        <updated>2011-07-07T21:29:31+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/for-the-stat-lovers-in-you-this-is-actually-pretty-good-and-can-be-used-for-a-lot/" type="text/html"/>
        <id>https://pnarula.com/blog/for-the-stat-lovers-in-you-this-is-actually-pretty-good-and-can-be-used-for-a-lot/</id>
        
            <content type="html">&lt;p&gt;For the stat lovers in you. This is actually pretty good and can be used for a lot of other scenarios&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;jeffreybreen.wordpress.com&#x2F;2011&#x2F;07&#x2F;04&#x2F;twitter-text-mining-r-slides&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jeffreybreen.wordpress.com&#x2F;2011&#x2F;07&#x2F;04&#x2F;twitter-text-mining-r-slides&#x2F;&#x27;, &#x27;slides from my R tutorial on Twitter text mining #rstats « Things &amp;#8230;&#x27;]);&quot; &gt;slides from my R tutorial on Twitter text mining #rstats « Things &lt;b&gt;…&lt;&#x2F;b&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Tags. 24 altitude autocomplete BlackBerry Bluetooth Boston Cisco cloud computing Dell DNS email ESX Firefox Fox Geocoding ggobi ggplot2 GIS Google Maps hack hardware linux Mac mapping MySQL nightlight…&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Hat tip to Nikhil for recommending this</title>
        <published>2011-07-07T19:57:56+00:00</published>
        <updated>2011-07-07T19:57:56+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/hat-tip-to-nikhil-for-recommending-this-article-httphbswk-hbs-edurss6752-html/" type="text/html"/>
        <id>https://pnarula.com/blog/hat-tip-to-nikhil-for-recommending-this-article-httphbswk-hbs-edurss6752-html/</id>
        
            <content type="html">&lt;p&gt;Hat tip to Nikhil for recommending this &lt;a href=&quot;http:&#x2F;&#x2F;hbswk.hbs.edu&#x2F;rss&#x2F;6752.html&quot;&gt;article&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>So after using Gplus for few days, what are the features you like what do you miss</title>
        <published>2011-07-07T02:40:34+00:00</published>
        <updated>2011-07-07T02:40:34+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/so-after-using-g-for-few-days-what-are-the-features-you-like-what-do-you-miss/" type="text/html"/>
        <id>https://pnarula.com/blog/so-after-using-g-for-few-days-what-are-the-features-you-like-what-do-you-miss/</id>
        
            <content type="html">&lt;p&gt;So after using G+ for few days, &lt;strong&gt;what are the features you like , what do you miss and what do you hate&lt;&#x2F;strong&gt; As per me&lt;&#x2F;p&gt;
&lt;p&gt;– the best feature is ever present notification button and share box on google properties&lt;br &#x2F;&gt;
– unlimited photo storage for picasa or shall we say google photos&lt;br &#x2F;&gt;
– of course selective sharing via circles or just email&lt;br &#x2F;&gt;
– android app ( though it seems sparse at times)&lt;&#x2F;p&gt;
&lt;p&gt;hate or miss&lt;br &#x2F;&gt;
– Sparks – my friend I had high hopes from you, seems like a half baked product&lt;br &#x2F;&gt;
– Limited folks – that is expected, hopefully more people will adopt it&lt;br &#x2F;&gt;
– how to embed google docs in it&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>This series of photos from Tiber are just amazing Thanks to Amit Gupta for pointer&#x27;</title>
        <published>2011-07-04T03:20:41+00:00</published>
        <updated>2011-07-04T03:20:41+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/this-series-of-photos-from-tiber-are-just-amazing-thanks-to-amit-gupta-for-point/" type="text/html"/>
        <id>https://pnarula.com/blog/this-series-of-photos-from-tiber-are-just-amazing-thanks-to-amit-gupta-for-point/</id>
        
            <content type="html">&lt;p&gt;This series of photos from Tiber are just amazing. Thanks to &lt;span class=&quot;proflinkWrapper&quot;&gt;&lt;span class=&quot;proflinkPrefix&quot;&gt;+&lt;&#x2F;span&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;111092715586920508175&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;111092715586920508175&#x27;, &#x27;Amit Gupta&#x27;]);&quot;  class=&quot;proflink&quot; oid=&quot;111092715586920508175&quot;&gt;Amit Gupta&lt;&#x2F;a&gt;&lt;&#x2F;span&gt; for point to it&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;blog.flickr.net&#x2F;en&#x2F;2011&#x2F;06&#x2F;30&#x2F;scenes-from-tibet&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;blog.flickr.net&#x2F;en&#x2F;2011&#x2F;06&#x2F;30&#x2F;scenes-from-tibet&#x2F;&#x27;, &#x27;Scenes from Tibet « Flickr Blog&#x27;]);&quot; &gt;Scenes from Tibet « Flickr Blog&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=http%3A%2F%2Ffarm3.static.flickr.com%2F2263%2F1965041819_2c9306ff2a_z.jpg&quot; class=&quot;alignleft&quot; &#x2F;&gt;Scenes from Tibet. Ganden Gonpa Tibet. Tibet བོདon the Tibetan Plateau བོད་. In his Favorites set reurinkjan has collected some of his favorite images from Tibet and a few other places around the worl…&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>ClickItch (31 photos)</title>
        <published>2011-07-04T03:07:48+00:00</published>
        <updated>2011-07-04T03:07:48+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/clickitch-31-photos/" type="text/html"/>
        <id>https://pnarula.com/blog/clickitch-31-photos/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625325565502234434&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625325565502234434&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh5.googleusercontent.com%2F-uee_SRMxwAo%2FThErzC2vH0I%2FAAAAAAAAIdY%2FGTfdKFw-toc%2Fs128%2F_MG_9333.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625325785701519394&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625325785701519394&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh6.googleusercontent.com%2F-O222lV-BX-0%2FThEr_3KVkCI%2FAAAAAAAAIdg%2FuFDXb1FcoH0%2Fs128%2F_MG_9354.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625325771711542338&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625325771711542338&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh5.googleusercontent.com%2F-4Cj70s_ht6k%2FThEr_DC3dEI%2FAAAAAAAAIdc%2FmLoCGw-0oCw%2Fs128%2F_MG_9352.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625325800391905826&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625325800391905826&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh3.googleusercontent.com%2F-fwRh0Zah3YM%2FThEsAt4zEiI%2FAAAAAAAAIdk%2F33TGmrvUFWU%2Fs128%2F_MG_9355.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326070807369762&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326070807369762&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh6.googleusercontent.com%2F-FmnBbiiOo1k%2FThEsQdQ3mCI%2FAAAAAAAAIdo%2FLfL1EKVYKYE%2Fs128%2F_MG_9359.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326096981045730&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326096981045730&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh3.googleusercontent.com%2F-Nsa5mxTLEWY%2FThEsR-xKMeI%2FAAAAAAAAIds%2FdGabF1FlIrg%2Fs128%2F_MG_9390.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326121442641522&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326121442641522&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh3.googleusercontent.com%2F-4NyaA734G6M%2FThEsTZ5QhnI%2FAAAAAAAAIdw%2F_8ENMfzZkIk%2Fs128%2F_MG_9025.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326504648017426&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326504648017426&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh6.googleusercontent.com%2F-6KL9WTpMI18%2FThEsptcihhI%2FAAAAAAAAId4%2FDPhvsdjvEr0%2Fs128%2F_MG_9011.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326551604084722&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5625325564367532353&#x2F;5625326551604084722&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh6.googleusercontent.com%2F-pQlmSITerLk%2FThEsscXvP_I%2FAAAAAAAAId8%2FC4szYHRReXA%2Fs128%2F_MG_9013.JPG&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Stop being a gear whore and start becoming a photographer</title>
        <published>2011-07-01T20:42:59+00:00</published>
        <updated>2011-07-01T20:42:59+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/stop-being-a-gear-whore-and-start-becoming-a-photographer/" type="text/html"/>
        <id>https://pnarula.com/blog/stop-being-a-gear-whore-and-start-becoming-a-photographer/</id>
        
            <content type="html">&lt;p&gt;Stop being a gear whore and start becoming a photographer!&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;speedhunters.com&#x2F;archive&#x2F;2011&#x2F;06&#x2F;30&#x2F;discussion-gt-gt-digital-photography-in-today.aspx&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;speedhunters.com&#x2F;archive&#x2F;2011&#x2F;06&#x2F;30&#x2F;discussion-gt-gt-digital-photography-in-today.aspx&#x27;, &#x27;DISCUSSION&gt;&gt; DIGITAL PHOTOGRAPHY TODAY &amp;#8211; Speedhunters&#x27;]);&quot; &gt;DISCUSSION&amp;gt;&amp;gt; DIGITAL PHOTOGRAPHY TODAY – Speedhunters&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=http%3A%2F%2Fll.speedhunters.com%2Fu%2Ff%2Feagames%2FNFS%2Fspeedhunters.com%2FImages%2FLarry%2520Chen%2FFDATLFINAL%2Fwatermarked%2F2.jpg&quot; class=&quot;alignleft&quot; &#x2F;&gt;</content>
        </entry><entry xml:lang="en">
        <title>Random photo testing in public</title>
        <published>2011-06-30T18:54:13+00:00</published>
        <updated>2011-06-30T18:54:13+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/random-photo-testing-in-public/" type="text/html"/>
        <id>https://pnarula.com/blog/random-photo-testing-in-public/</id>
        
            <content type="html">&lt;p&gt;Random photo testing in public&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5624088102410615889&#x2F;5624088100351679362&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5624088102410615889&#x2F;5624088100351679362&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh3.googleusercontent.com%2F-UQkENyRSuto%2FTgzGVF72m4I%2FAAAAAAAAIDA%2FVjfXGzU0OVE%2Fs0-d%2F11%252B-%252B1&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5624088102410615889&#x2F;5624088099837680162&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;plus.google.com&#x2F;photos&#x2F;115655887330549999354&#x2F;albums&#x2F;5624088102410615889&#x2F;5624088099837680162&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;images0-focus-opensocial.googleusercontent.com&#x2F;gadgets&#x2F;proxy?container=focus&amp;#038;gadget=a&amp;#038;resize_h=100&amp;#038;url=https%3A%2F%2Flh4.googleusercontent.com%2F-rCWsywpLpt4%2FTgzGVEBTmiI%2FAAAAAAAAIDE%2FuCdjJ6pzEpE%2Fs0-d%2F11%252B-%252B2&quot; class=&quot;alignleft&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>First Sin of Capitalism</title>
        <published>2010-10-16T21:34:30+00:00</published>
        <updated>2010-10-16T21:34:30+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/first-sin-of-capitalism/" type="text/html"/>
        <id>https://pnarula.com/blog/first-sin-of-capitalism/</id>
        
            <content type="html">&lt;p&gt;WaPo’s article on &lt;a href=&quot;http:&#x2F;&#x2F;www.washingtonpost.com&#x2F;wp-dyn&#x2F;content&#x2F;article&#x2F;2010&#x2F;10&#x2F;15&#x2F;AR2010101506541.html  &quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.washingtonpost.com&#x2F;wp-dyn&#x2F;content&#x2F;article&#x2F;2010&#x2F;10&#x2F;15&#x2F;AR2010101506541.html  &#x27;, &#x27;Foreclosure Fraud&#x27;]);&quot;  target=&quot;_blank&quot;&gt;Foreclosure Fraud&lt;&#x2F;a&gt; via &lt;a href=&quot;http:&#x2F;&#x2F;www.ritholtz.com&#x2F;blog&#x2F;2010&#x2F;10&#x2F;systemic-industrywide-pervasive&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.ritholtz.com&#x2F;blog&#x2F;2010&#x2F;10&#x2F;systemic-industrywide-pervasive&#x27;, &#x27;Big Picture &#x27;]);&quot;  target=&quot;_blank&quot;&gt;Big Picture &lt;&#x2F;a&gt;has this quote from the article&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Law firms competed with one another to file the largest number of foreclosures on behalf of lenders – and were rewarded for their work with bonuses. These and other companies that handled the preparation of documents were paid for volume, so they processed as many as they could &lt;em&gt;en masse,&lt;&#x2F;em&gt; leaving little time to read the paperwork and catch errors.”&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;I guess this was the flaw Greenspan admitted. I understand incentives matter. So if the incentives are stacked like this – is the only way actors will behave? Is regulation the only way out?&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Audrey and iPad</title>
        <published>2010-04-26T07:03:21+00:00</published>
        <updated>2010-04-26T07:03:21+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/audrey-and-ipad/" type="text/html"/>
        <id>https://pnarula.com/blog/audrey-and-ipad/</id>
        
            <content type="html">&lt;p&gt;It is very difficult to have totally original ideas on the internet. iPad was released around the same time I was changing apartments once more. And during the move I came across my broadband connected tablet like browsing device from the dot com bust era. I am talking about the 3 Com Audrey I bought during 2001 for $99 after a friend from S’Pore called that it is available on tigerdirect. I loved it during those lean times. So the release of iPad brought back all those memories. While these thoughts were circling in my mind, kind folks on the interwebs have already written a post I wanted to write :D. Here is one snippet from &lt;a href=&quot;http:&#x2F;&#x2F;notobvious.info&#x2F;apple-should-have-named-it-the-iaudrey&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;notobvious.info&#x2F;apple-should-have-named-it-the-iaudrey&#x27;, &#x27; that post&#x27;]);&quot;  target=&quot;_blank&quot;&gt;that post&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Audrey is&#x2F;was a $500.00 USD “Internet appliance” &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;3Com_Audrey&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;3Com_Audrey&#x27;, &#x27;released by 3Com&#x27;]);&quot; &gt;released by 3Com&lt;&#x2F;a&gt; in 2000 that ran &lt;a href=&quot;http:&#x2F;&#x2F;www.qnx.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.qnx.com&#x2F;&#x27;, &#x27;QNX&#x27;]);&quot; &gt;QNX&lt;&#x2F;a&gt; – a popular embedded *nix-like OS. You could surf the web, listen to music and e-mail folks (plus run a few other apps that came with it). It had a touchscreen (tho, you needed a stylus) with a virtual keyboard, but you could also use a wireless keyboard. My setup is a bit worse for the wear, but she still works:&lt;&#x2F;p&gt;
&lt;div&gt;
  &lt;a href=&quot;http:&#x2F;&#x2F;skitch.com&#x2F;hrbrmstr&#x2F;nu865&#x2F;skitched-20100201-215342&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;skitch.com&#x2F;hrbrmstr&#x2F;nu865&#x2F;skitched-20100201-215342&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;img.skitch.com&#x2F;20100202-d1jaxnhb31d21jig7fywu828xg.preview.jpg&quot; alt=&quot;skitched-20100201-215342.png&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;br &#x2F;&gt; Uploaded with &lt;a href=&quot;http:&#x2F;&#x2F;plasq.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;plasq.com&#x2F;&#x27;, &#x27;plasq&#x27;]);&quot; &gt;plasq&lt;&#x2F;a&gt;&amp;#8216;s &lt;a href=&quot;http:&#x2F;&#x2F;skitch.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;skitch.com&#x2F;&#x27;, &#x27;Skitch&#x27;]);&quot; &gt;Skitch&lt;&#x2F;a&gt;!
&lt;&#x2F;div&gt;
&lt;p&gt;The device failed because it was too expensive and just a bit ahead of it’s time (you have to remember, the Internet was a different place back then, with the intended, primary means of connecting the Audrey being dial-up). I believe it also failed because there was no good way to develop for it, thus snubbing early adopters who might have been able to get 3Com over the 1st gen hump and provide it a stream of cool apps to make it worth the money for the general public.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;On the internet nothing ever dies. There is still the &lt;a href=&quot;http:&#x2F;&#x2F;audrey.wikia.com&#x2F;wiki&#x2F;Main_Page&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;audrey.wikia.com&#x2F;wiki&#x2F;Main_Page&#x27;, &#x27;audreyhacking site&#x27;]);&quot;  target=&quot;_self&quot;&gt;audreyhacking site&lt;&#x2F;a&gt; live. I might just use audrey for few days for the retro feel.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Does online shopping changes the buying behavior</title>
        <published>2010-04-24T07:45:28+00:00</published>
        <updated>2010-04-24T07:45:28+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/online-shopping-changes-buying-behavior/" type="text/html"/>
        <id>https://pnarula.com/blog/online-shopping-changes-buying-behavior/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2010&#x2F;04&#x2F;more-than-last-year-on-amazon.png&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2010&#x2F;04&#x2F;more-than-last-year-on-amazon.png&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;aligncenter size-full wp-image-279&quot; title=&quot;more-than-last-year-on-amazon&quot; src=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2010&#x2F;04&#x2F;more-than-last-year-on-amazon.png&quot; alt=&quot;&quot; width=&quot;503&quot; height=&quot;210&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;@jeffnolan sent the &lt;a href=&quot;http:&#x2F;&#x2F;twitter.com&#x2F;jeffnolan&#x2F;status&#x2F;12683670665&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;twitter.com&#x2F;jeffnolan&#x2F;status&#x2F;12683670665&#x27;, &#x27;above tweet&#x27;]);&quot;  target=&quot;_blank&quot;&gt;above tweet&lt;&#x2F;a&gt; about placing more orders than last year on amazon. This prompted me to look at my order history as I was sure I would be in the same boat. Going through the order history confirmed it. Now two consumers from the same geographic region don’t make a trend. But I suspect that this would be the case for a lot more people who are voracious consumer of information on the web i.e. heavy users of blogs, tweets and online news. Increase in spend in itself is not bad if it has merely shifted spending at brick and mortar to online spending for stuff. It would be bad ( at least for my pocket) if this 24&#x2F;7 connectivity, 1000s of review sites, ease of online ordering has increased our wants and buying behavior.&lt;&#x2F;p&gt;
&lt;p&gt;While buying clothes and food etc is not practical but buying gadgets, books, music, games and software etc is super easy. There is always a new batch of TVs with more features, digital cameras with HD video recording, AV receiver with newer version of HDMI, new notebooks, routers with wifi-n, ipads and iphones. Then there are techmeme, gizmodo, engadget, amazon etc to review it. For more hardcore guys there is dpreview and avsforum. And all of this in your smart phone, connected TV 24&#x2F;7 at your service. I think all of this creates a never ending anxiety to upgrade stuff. Which is resulting in ever increasing line items in things-I-bought-last-winter list.&lt;&#x2F;p&gt;
&lt;p&gt;Good or bad depends up the age old question about wants and needs. So far I have started going the route of giving useful age in years to various things electronics e.g. TV, notebook at least 5 years, phone 2 years, computer stuff at least 3 years etc.  Will be watching my behavior &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;simple-smile.png&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>China India GDP Gap Last 20 years</title>
        <published>2010-01-01T21:35:10+00:00</published>
        <updated>2010-01-01T21:35:10+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/china-india-gdp-gap-last-20-years/" type="text/html"/>
        <id>https://pnarula.com/blog/china-india-gdp-gap-last-20-years/</id>
        
            <content type="html">&lt;p style=&quot;text-align: center;&quot;&gt;
  &lt;img class=&quot;size-full wp-image-270 aligncenter&quot; title=&quot;bric-gdp&quot; src=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2010&#x2F;01&#x2F;bric-gdp.jpg&quot; alt=&quot;bric-gdp&quot; width=&quot;460&quot; height=&quot;464&quot; &#x2F;&gt;
&lt;&#x2F;p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
  A picture is worth 1000 words. This is from cool &lt;a href=&quot;http:&#x2F;&#x2F;www.google.com&#x2F;publicdata?ds=wb-wdi&amp;met=ny_gdp_mktp_cd&amp;idim=country:USA&amp;q=gdp#met=ny_gdp_mktp_cd&amp;idim=country:IND:CHN:BRA:RUS&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.google.com&#x2F;publicdata?ds=wb-wdi&amp;met=ny_gdp_mktp_cd&amp;idim=country:USA&amp;q=gdp#met=ny_gdp_mktp_cd&amp;idim=country:IND:CHN:BRA:RUS&#x27;, &#x27;google service based on UN data&#x27;]);&quot;  target=&quot;_blank&quot;&gt;google service based on UN data&lt;&#x2F;a&gt; What happened in the last 20 years. Look at the increasing chasm between China and India GDP.
&lt;&#x2F;p&gt;</content>
        </entry><entry xml:lang="en">
        <title>Negative side of Social Networking</title>
        <published>2009-06-06T14:33:44+00:00</published>
        <updated>2009-06-06T14:33:44+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/negative-side-of-social-networking/" type="text/html"/>
        <id>https://pnarula.com/blog/negative-side-of-social-networking/</id>
        
            <content type="html">&lt;p&gt;The world of social networking is catching very fast with the real world. Having water cooler talk is pretty normal but hear this now. I was getting ready for a welcome party for a baby and like any self respecting geek I asked Ms Beta Thoughts – hey I like this white shirt what do you think? Umm… didn’t you wear this when we went to Santa Cruz boardwalk, and we uploaded the photos so every one has seen this. Wear a different one.. Oh nooo…&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Hindi on G1</title>
        <published>2009-05-31T22:04:43+00:00</published>
        <updated>2009-05-31T22:04:43+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/hindi-on-g1/" type="text/html"/>
        <id>https://pnarula.com/blog/hindi-on-g1/</id>
        
            <content type="html">&lt;p&gt;Am I the only one who care about seeing Hindi on G1 phone? So far the big search company has been very good for Hindi. Alok would attest that. But for whatever reason Hindi, still shows as boxes on Google. I was hoping the cupcake release would have that but not yet.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Nope he will be an engineer</title>
        <published>2009-05-26T21:51:23+00:00</published>
        <updated>2009-05-26T21:51:23+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/nope-he-will-be-an-engineer/" type="text/html"/>
        <id>https://pnarula.com/blog/nope-he-will-be-an-engineer/</id>
        
            <content type="html">&lt;p style=&quot;text-align: left;&quot;&gt;
  Didn&amp;#8217;t knew there were Dilbert cartoons. My favorite
&lt;&#x2F;p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;
  &lt;a href=&quot;http:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qOtoujYOWw0&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qOtoujYOWw0&#x27;, &#x27;Dilbert &amp;#8211; Engineers&#x27;]);&quot; &gt;Dilbert &amp;#8211; Engineers&lt;&#x2F;a&gt;
&lt;&#x2F;p&gt;</content>
        </entry><entry xml:lang="en">
        <title>Taking literary snobbism to new a era</title>
        <published>2009-04-25T17:29:37+00:00</published>
        <updated>2009-04-25T17:29:37+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/kindle/" type="text/html"/>
        <id>https://pnarula.com/blog/kindle/</id>
        
            <content type="html">&lt;p&gt;&lt;img class=&quot;alignright&quot; style=&quot;margin-left: 5px; margin-right: 5px;&quot; title=&quot;Kindle 2&quot; src=&quot;http:&#x2F;&#x2F;farm4.static.flickr.com&#x2F;3571&#x2F;3406755877_2f73d4ed4f.jpg&quot; alt=&quot;&quot; width=&quot;320&quot; height=&quot;213&quot; &#x2F;&gt;There is an &lt;a href=&quot;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2009&#x2F;04&#x2F;26&#x2F;fashion&#x2F;26kindle.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2009&#x2F;04&#x2F;26&#x2F;fashion&#x2F;26kindle.html&#x27;, &#x27;article&#x27;]);&quot; &gt;article&lt;&#x2F;a&gt; on NYTimes about how the age of Kindle or e-bookreaders is going to impact the old-fashioned books and the culture associated with book reading. Much of the article is devoted to the physical nature of books and the signals it sends to people around the person reading the book. For example if I have all my library in Kindle how would others be able to see what I have been reading and infer what sort of a person I am. In another case while traveling seeing another person carry your favorite book makes instant connections.&lt;&#x2F;p&gt;
&lt;p&gt;While I won’t miss these things about books as physical objects. What I would definitely miss is the impact books have when one is growing up with a lot of books around. Some of the earlier books I read were not recommended to me by any one. I happen to read them as they belonged to my elders and were readily available in the house. As a kid when you have spare time you just pick what is around and read it. With ebook readers it is going to be tough. Another thing that concerns me about ebook readers how it is going to impact libraries. I hope I would still be able to borrow books from library the way I do today. May be even better that I won’t have to go to library physically.&lt;&#x2F;p&gt;
&lt;p&gt;As far as the touting the books you are reading in front of your network – it has already been taken care by the “new media”. See my &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;books&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;books&#x27;, &#x27;books&#x27;]);&quot; &gt;books&lt;&#x2F;a&gt; section. There are applications like &lt;a href=&quot;http:&#x2F;&#x2F;livingsocial.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;livingsocial.com&#x27;, &#x27;livingsocial&#x27;]);&quot; &gt;livingsocial&lt;&#x2F;a&gt;, weread on facebook. There is even shelfari.com So nothing to complain over there.&lt;&#x2F;p&gt;
&lt;p&gt;Image Courtesy : &lt;a href=&quot;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;cheneworth&#x2F;3406755877&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;cheneworth&#x2F;3406755877&#x2F;&#x27;, &#x27;Flickr Cheneworth&#x27;]);&quot; &gt;Flickr Cheneworth&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Selecting books to read</title>
        <published>2009-04-20T22:31:29+00:00</published>
        <updated>2009-04-20T22:31:29+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/selecting-books-to-read/" type="text/html"/>
        <id>https://pnarula.com/blog/selecting-books-to-read/</id>
        
            <content type="html">&lt;p&gt;No question about the fact that book reading is great. After completing college education, only way to grow further is by reading books. But reading a book also means time commitment. Typically a week to few weeks of reading every day. So it becomes necessary to select books with care. Though there is always the option of reading few pages or few chapters but that also results in waste.&lt;&#x2F;p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;
  Over the years my book selection process has become somewhat refined. Before the advent of blogs or even web the way to find good books was word of mouth, newspapers or magazines. There were best seller lists and books of the year but that meant that one would miss good but obscure books. Also the books from past would be missed too. &lt;a href=&quot;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;2009&#x2F;03&#x2F;what-ive-been-reading-2.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;2009&#x2F;03&#x2F;what-ive-been-reading-2.html&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;size-full wp-image-255 aligncenter&quot; title=&quot;Reading list post at Marginal Revolution&quot; src=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2009&#x2F;04&#x2F;marginal-revolution-reading.jpg&quot; alt=&quot;Reading list post at Marginal Revolution&quot; width=&quot;415&quot; height=&quot;239&quot; &#x2F;&gt;&lt;&#x2F;a&gt;For example there is no way I was going to find about Thomas Schelling&amp;#8217;s &amp;#8220;&lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;Micromotives-Macrobehavior-Lectures-Public-Analysis&#x2F;dp&#x2F;0393090094&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;Micromotives-Macrobehavior-Lectures-Public-Analysis&#x2F;dp&#x2F;0393090094&#x27;, &#x27;Micromotives and Macro behavior&#x27;]);&quot; &gt;Micromotives and Macro behavior&lt;&#x2F;a&gt;&amp;#8221; from best sellers list. With blogs this selection process has become really easy and very effective. Since one only subscribe to authors one likes iis quite likely that the books recommended by them on their blogs would be to your taste. And when one is fond of bibliophiles like Tyler Cowen of Marginal Revolution it is&lt;a href=&quot;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;books&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;books&#x2F;&#x27;, &#x27; bonus time&#x27;]);&quot; &gt; bonus time&lt;&#x2F;a&gt;.
&lt;&#x2F;p&gt;
&lt;p&gt;Most of the blog authors when talking about books point to its page on big river aka Amazon. Once at Amazon it is easy to find what other’s are talking about the books in &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;Micromotives-Macrobehavior-Lectures-Public-Analysis&#x2F;product-reviews&#x2F;0393090094&#x2F;ref=dp_top_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;Micromotives-Macrobehavior-Lectures-Public-Analysis&#x2F;product-reviews&#x2F;0393090094&#x2F;ref=dp_top_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1&#x27;, &#x27;customer reviews&#x27;]);&quot; &gt;customer reviews&lt;&#x2F;a&gt;. This is all good but what I am really excited about is the ability to check if the book is available at one of the branches of local &lt;a href=&quot;http:&#x2F;&#x2F;www.santaclaracountylib.org&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.santaclaracountylib.org&#x2F;&#x27;, &#x27; Santa Clara County libraries &#x27;]);&quot; &gt;Santa Clara County libraries &lt;&#x2F;a&gt;(SCCL). This is possible by a little greasemonkey script on firefox that was written for &lt;a href=&quot;http:&#x2F;&#x2F;userscripts.org&#x2F;scripts&#x2F;show&#x2F;8432&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;userscripts.org&#x2F;scripts&#x2F;show&#x2F;8432&#x27;, &#x27;Seattle Public Library&#x27;]);&quot; &gt;Seattle Public Library&lt;&#x2F;a&gt; which I improvised for &lt;a href=&quot;http:&#x2F;&#x2F;userscripts.org&#x2F;scripts&#x2F;show&#x2F;46703&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;userscripts.org&#x2F;scripts&#x2F;show&#x2F;46703&#x27;, &#x27;SCCL&#x27;]);&quot; &gt;SCCL&lt;&#x2F;a&gt;. So now I have a blog filtered stream of books whose reviews I can read on Amazon and check their availability in the local libraries. An optimized solution, just what the good engineer ordered.&lt;&#x2F;p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
  &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;159420182X&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;159420182X&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;size-full wp-image-256 aligncenter&quot; title=&quot;amazon-sccl&quot; src=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2009&#x2F;04&#x2F;amazon-sccl.jpg&quot; alt=&quot;amazon-sccl&quot; width=&quot;447&quot; height=&quot;277&quot; &#x2F;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;p&gt;</content>
        </entry><entry xml:lang="en">
        <title>Airtel Call Home Misleading 1 cent campaign</title>
        <published>2009-04-13T22:46:13+00:00</published>
        <updated>2009-04-13T22:46:13+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/airtel-call-home-misleading-1-cent-campaign/" type="text/html"/>
        <id>https://pnarula.com/blog/airtel-call-home-misleading-1-cent-campaign/</id>
        
            <content type="html">&lt;p&gt;First a little background – I have used Airtel Call Home for calling India in the past and generally like their voice quality. They had also ran great introductory offers when they started which gave good run for the money to Reliance India Call – gold standard in India calling. Competition has been good in this market and has pushed the prices down considering it used to be 65-70 cents a minute when I came to US in 1999.&lt;&#x2F;p&gt;
&lt;p&gt;Now to Airtel’s recent claim of &lt;a href=&quot;https:&#x2F;&#x2F;www.airtelcallhome.com&#x2F;ics_war&#x2F;ics.portal?_nfpb=true&amp;#038;_pageLabel=pages_specialOffer_page&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;www.airtelcallhome.com&#x2F;ics_war&#x2F;ics.portal?_nfpb=true&amp;#038;_pageLabel=pages_specialOffer_page&#x27;, &#x27;1 cents &#x2F; minute call&#x27;]);&quot; &gt;1 cents &#x2F; minute call&lt;&#x2F;a&gt;. How would you feel if you went to a shop for buying a pair of shoes and saw on display “Shoes for only $100” but later on realize the shoes are infact 66 % more i.e. they are really $166 not $100. This is what Airtel is doing with their 1 cents a minute promotion. Best is the use of phrase like “Rental Value”. If I buy a card for $10, $3.99 is deducted to provide “Rental Value” I wonder what value does the customer drives from this. Why did they choose to rephrase a charge as value. Is customer that dumb. And what was wrong with selling minutes for 1.66 cents per minute? It is still the lowest price I have seen in the Tier 1 India Calling card business and is half the price of what I am paying right now. By trying to mislead customers Airtel is not gonna earn TLC from customers.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Livemints four values of sensex</title>
        <published>2008-11-14T03:08:00+00:00</published>
        <updated>2008-11-14T03:08:00+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/livemints-four-values-of-sensex/" type="text/html"/>
        <id>https://pnarula.com/blog/livemints-four-values-of-sensex/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;livemint-bse.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;livemint-bse.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;alignnone size-full wp-image-227&quot; title=&quot;livemint-bse&quot; src=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;livemint-bse.jpg&quot; alt=&quot;livemint-bse&quot; width=&quot;501&quot; height=&quot;243&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;livemint.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;livemint.com&#x27;, &#x27;Livemint &#x27;]);&quot; &gt;Livemint &lt;&#x2F;a&gt;has become quite popular during the last year or two of its existence. But sometimes funny things happen on the first page. Example in case is the screenshot above taken on  Nov 14th about 12:30pm IST. This image shows 4 different values of the BSE sensex index. Which one should I believe? While I can understand why it would happen, but I think it should be embarassing for the site owners.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Weighing Machine by a Videogame Company</title>
        <published>2008-11-07T21:53:14+00:00</published>
        <updated>2008-11-07T21:53:14+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/weighing-machine-by-a-videogame-company/" type="text/html"/>
        <id>https://pnarula.com/blog/weighing-machine-by-a-videogame-company/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;wii-fit.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;wii-fit.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;size-full wp-image-221&quot; title=&quot;wii-fit&quot; src=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;wii-fit.jpg&quot; alt=&quot;Wii Fit billboard in NYC&quot; width=&quot;500&quot; height=&quot;163&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;There has been a &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;200810&#x2F;enabling-total-customer-experience&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;200810&#x2F;enabling-total-customer-experience&#x2F;&#x27;, &#x27;visible&#x27;]);&quot; &gt;visible&lt;&#x2F;a&gt; &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;200810&#x2F;another-gem-from-the-house-of-steve&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;200810&#x2F;another-gem-from-the-house-of-steve&#x2F;&#x27;, &#x27;shift&#x27;]);&quot; &gt;shift&lt;&#x2F;a&gt; towards design on Beta Thoughts in the past few months. If you are one of the 1.5 readers of this blog you might have noticed it. While I have always been interested in the design of things – but only after the google reader’s recommendation engine recommended “&lt;a href=&quot;http:&#x2F;&#x2F;www.core77.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.core77.com&#x2F;&#x27;, &#x27;core77&amp;#8217;s design blog&#x27;]);&quot; &gt;core77’s design blog&lt;&#x2F;a&gt;” that this interest has gone into over drive. Besides my work as a NetWeaver professional revolves around thinking from user’s perspective aka user centric design. So what all of this has to do with the title of this post? Read on…&lt;&#x2F;p&gt;
&lt;p&gt;Core77’s &lt;a href=&quot;http:&#x2F;&#x2F;www.core77.com&#x2F;blog&#x2F;object_culture&#x2F;interview_designing_and_developing_the_wii_balance_board_11670.asp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.core77.com&#x2F;blog&#x2F;object_culture&#x2F;interview_designing_and_developing_the_wii_balance_board_11670.asp&#x27;, &#x27;recent post&#x27;]);&quot;  target=&quot;_blank&quot;&gt;recent post&lt;&#x2F;a&gt; pointed to a lengthy but immensely enjoyable article about the design and development of Wii Fit which might have over taken &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&#x2F;2008&#x2F;10&#x2F;21&#x2F;wii-fit-on-track-to-outsell-gta-iv-this-year&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x2F;2008&#x2F;10&#x2F;21&#x2F;wii-fit-on-track-to-outsell-gta-iv-this-year&#x2F;&#x27;, &#x27;Grand Theft Auto sales&#x27;]);&quot;  target=&quot;_blank&quot;&gt;Grand Theft Auto sales&lt;&#x2F;a&gt; by  now. Don’t miss reading the &lt;a href=&quot;http:&#x2F;&#x2F;us.wii.com&#x2F;wii-fit&#x2F;iwata_asks&#x2F;vol2_page1.jsp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;us.wii.com&#x2F;wii-fit&#x2F;iwata_asks&#x2F;vol2_page1.jsp&#x27;, &#x27;complete article&#x27;]);&quot;  target=&quot;_blank&quot;&gt;complete article&lt;&#x2F;a&gt; for some of the craziest places there ideas come from. Over here I would just point out to how important the user centric design is for them&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Miyamoto-san banged the table and said, “That’s wrong!” He told this person that from the consumer’s point-of-view, clarity was important. That people don’t say, “You need to lose 2 BMI points to reach your ideal weight”, they say, “You need to lose 3 pounds to reach your ideal weight”. We wanted people from age 5 to 95 to enjoy using Wii and he pointed out that most of those people wouldn’t know what BMI is. He demanded to know how this person could be so backward-looking when so many employees were working so hard to negotiate with official organizations to allow kilograms to be displayed in the game for the benefit of the consumers.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;&lt;small&gt;Image Courtesy –&lt;a href=&quot;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;goodrob13&#x2F;2663564937&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.flickr.com&#x2F;photos&#x2F;goodrob13&#x2F;2663564937&#x2F;&#x27;, &#x27; Goodrob13&amp;#8217;s photostream&#x27;]);&quot; &gt; Goodrob13’s photostream&lt;&#x2F;a&gt; at flickr&lt;&#x2F;small&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Dash GPS and Ants</title>
        <published>2008-11-06T13:00:16+00:00</published>
        <updated>2008-11-06T13:00:16+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/dash-gps-and-ants/" type="text/html"/>
        <id>https://pnarula.com/blog/dash-gps-and-ants/</id>
        
            <content type="html">&lt;p&gt;When Dash Express, a GPS with internet connectivity and utilizing the collective knowledge about routes from its users was announced, it was quite an innovative concept. But it seems ants might have beaten them to it. Though a bit of rudimentary technology but it works from the Telegraph article (HT &lt;a href=&quot;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;2008&#x2F;11&#x2F;assorted-link-1.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;2008&#x2F;11&#x2F;assorted-link-1.html&#x27;, &#x27;Marginal Revolution&#x27;]);&quot;  target=&quot;_blank&quot;&gt;Marginal Revolution&lt;&#x2F;a&gt;)&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;His team set up an “ant motorway” with two routes of different widths from the nest to some sugar syrup. Soon the narrower route soon became congested.&lt;&#x2F;p&gt;
&lt;p&gt;But when an ant returning along the congested route to the nest collided with another ant just starting out, the returning ant pushed the newcomer onto the other path.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;It is a pity that Dash is &lt;a href=&quot;http:&#x2F;&#x2F;blog.dash.net&#x2F;2008&#x2F;11&#x2F;03&#x2F;a-new-direction&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;blog.dash.net&#x2F;2008&#x2F;11&#x2F;03&#x2F;a-new-direction&#x2F;&#x27;, &#x27;getting out&#x27;]);&quot;  target=&quot;_blank&quot;&gt;getting out&lt;&#x2F;a&gt; of &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&#x2F;2008&#x2F;11&#x2F;03&#x2F;dash-charts-a-new-course-cutting-50-jobs&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x2F;2008&#x2F;11&#x2F;03&#x2F;dash-charts-a-new-course-cutting-50-jobs&#x2F;&#x27;, &#x27;making their own hardware&#x27;]);&quot;  target=&quot;_blank&quot;&gt;making their own hardware&lt;&#x2F;a&gt;. I am sure they will survive and hope to use their technology someday in some form.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Congrats to President Obama</title>
        <published>2008-11-04T22:12:57+00:00</published>
        <updated>2008-11-04T22:12:57+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/congrats-to-president-obama/" type="text/html"/>
        <id>https://pnarula.com/blog/congrats-to-president-obama/</id>
        
            <content type="html">&lt;p&gt;Wow, so CA closed the deal :D. Many many congrats to Barack Obama. It is a historic moment in the US history. Watching so many people jubilant in Grant Park is fun. A good break from the melancholy financial mess scene.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>A Good SOA Analogy</title>
        <published>2008-11-03T10:02:39+00:00</published>
        <updated>2008-11-03T10:02:39+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/a-good-soa-analogy/" type="text/html"/>
        <id>https://pnarula.com/blog/a-good-soa-analogy/</id>
        
            <content type="html">&lt;p&gt;Thomas Otter was &lt;a href=&quot;http:&#x2F;&#x2F;theotherthomasotter.wordpress.com&#x2F;2008&#x2F;11&#x2F;03&#x2F;soa-laptops-and-coffee&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;theotherthomasotter.wordpress.com&#x2F;2008&#x2F;11&#x2F;03&#x2F;soa-laptops-and-coffee&#x2F;&#x27;, &#x27;mulling over&#x27;]);&quot; &gt;mulling over&lt;&#x2F;a&gt; how analogies are a great tool in &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;200811&#x2F;internalize&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;200811&#x2F;internalize&#x2F;&#x27;, &#x27;internalizing&#x27;]);&quot; &gt;internalizing&lt;&#x2F;a&gt; new concepts like SOA. His analogy of pointing the difference between a laptop&#x2F;notebook and Desktop is a good one and points to the loosely coupled and tightly coupled systems. There is another analogy I really like and I believe is a good one in explaining SOA to someone. It comes from &lt;a href=&quot;http:&#x2F;&#x2F;blogs.sun.com&#x2F;bernard&#x2F;entry&#x2F;soa_boa&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;blogs.sun.com&#x2F;bernard&#x2F;entry&#x2F;soa_boa&#x27;, &#x27;Bernard Wheeler&#x27;]);&quot; &gt;Bernard Wheeler&lt;&#x2F;a&gt; at Sun. Here it is in its entirety&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The traditional relationship between business and IT is like having a personal chef: you (the business) can dictate what you want to eat, or take menu recommendations, but your chef (the IT department) only buys supplies according to the pre-agreed menu. You play no part in how the food is bought, cooked, etc., but you pay the whole cost for the chef, cooking fuel, food and all the waste from each meal. In addition, if you suddenly change your mind about what you want to eat, there’s unlikely to be an alternative meal ready in a short time – apart from re-cooked leftovers.&lt;&#x2F;p&gt;
&lt;p&gt;Using commodity-off-the-shelf (COTS) software is more like eating in a restaurant: there’s typically less flexibility available to you in the actual make-up of the dishes and the more customization you want, the more it’ll cost. But you share the costs of the chef, facilities, etc. among other restaurant-goers – reaping some benefits from the ‘economies of scale’ of the restaurant. Furthermore, if you change your mind about what you want just before ordering (e.g. pizza vs. pasta), there’s probably a reasonable alternative that can be available in an acceptable amount of time. But if you want to include a totally different culture or flavor (e.g. vegetable tempura as a starter), you may have to visit more than one ‘restaurant’ and figure out for yourself the logistics of how the ‘meal’ as a whole is going to be achieved. Also, there’s nothing to stop the restaurant from suddenly hiking up their prices, radically changing their menu, or being bought out by a bigger chain who then ‘trashes’ your preferred meal.&lt;&#x2F;p&gt;
&lt;p&gt;SOA is like eating at a buffet: the chef (either private or shared) prepares a range of dishes from which &lt;strong&gt;&lt;em&gt;you&lt;&#x2F;em&gt;&lt;&#x2F;strong&gt; build &lt;strong&gt;&lt;em&gt;your own&lt;&#x2F;em&gt;&lt;&#x2F;strong&gt; meal. The meal you choose does not require the whole ensemble to be put together ‘in the kitchen’: rather, the chef focuses solely on ensuring that there is an appropriate range of dishes provided in the buffet to keep most people happy for most of the time, based on market demand, season (and other prevailing conditions), consumer feedback&#x2F;requests&#x2F;suggestions, etc. And if the cost of any item changes dramatically (or there’s an ingredient shortage, “food scare”, or some other reason to change a menu choice), you don’t have to change your whole meal, just that one piece of it (although granted, it may be the centrepiece of the meal).&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>People want to connect</title>
        <published>2008-11-03T02:28:13+00:00</published>
        <updated>2008-11-03T02:28:13+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/people-want-to-connect/" type="text/html"/>
        <id>https://pnarula.com/blog/people-want-to-connect/</id>
        
            <content type="html">&lt;p&gt;All of us have seen the rise of social software wave in the last few years. If I were to put these software on human life scale – wikis and forums would be the oldies, blogs the middle age folks, FaceBook-Myspace-Orkut-LinkedIn as the young adults and twitter, friendfeed as the teens. The underlying human behavior for the success of everything social on internet is greatly summarized by Clay Shirky in his book &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;Here-Comes-Everybody-Organizing-Organizations&#x2F;dp&#x2F;1594201536&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;Here-Comes-Everybody-Organizing-Organizations&#x2F;dp&#x2F;1594201536&#x27;, &#x27;&amp;#8220;Here Comes Everybody&amp;#8221;&#x27;]);&quot; &gt;“Here Comes Everybody”&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Human beings are social creatures – not occasionally or by accident but always. Sociability is one of our core capabilities, and it shows up in almost every aspect of our lives as both cause and effect. Society is not just the product of its individual members; it is also the product of its constituent groups.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Similar views were echoed by Seth Godin in this &lt;a href=&quot;http:&#x2F;&#x2F;sethgodin.typepad.com&#x2F;seths_blog&#x2F;2008&#x2F;10&#x2F;leadership-is-n.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sethgodin.typepad.com&#x2F;seths_blog&#x2F;2008&#x2F;10&#x2F;leadership-is-n.html&#x27;, &#x27;post&#x27;]);&quot; &gt;post&lt;&#x2F;a&gt; where he said&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;It’s so tempting to believe that we are merely broadcasters, putting together a play list and hurtling it out to the rest of the world. Louder is better. But we’re not. Now we’re leaders.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;People want to connect.&lt;&#x2F;strong&gt; They want you to do the connecting.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Internalize</title>
        <published>2008-11-02T22:05:19+00:00</published>
        <updated>2008-11-02T22:05:19+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/internalize/" type="text/html"/>
        <id>https://pnarula.com/blog/internalize/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;yves_guillou_idea.png&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;yves_guillou_idea.png&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;alignright size-full wp-image-212&quot; title=&quot;internalize an idea&quot; src=&quot;http:&#x2F;&#x2F;pankajnarula.webfactional.com&#x2F;wp-content&#x2F;uploads&#x2F;2008&#x2F;11&#x2F;yves_guillou_idea.png&quot; alt=&quot;internalize an idea&quot; width=&quot;149&quot; height=&quot;211&quot; &#x2F;&gt;&lt;&#x2F;a&gt;A quick look up for the meaning of internalize at answers.com tells me it is “to take in and make an integral part of one’s attitudes or beliefs”. Over the years I have realized that it takes quite a long time for ideas to “really” sink in. You might read a book on behavioral economics and really like the ideas and various biases presented in it and say wow that is cool. But unless the idea is internalized you will probably forget it. It would be akin knowing a word and its dictionary meaning but never use it in conversations. It is only after you have read the same idea again and again in various contexts, have discussed about it with your peers, friends etc that the ideas are absorbed. Some of the ideas that have taken time for me our opportunity cost, time value of money and the one pertaining to my profession IT is enabler of business or a tool if you would.&lt;&#x2F;p&gt;
&lt;p&gt;What ideas do you have that took time to sink in?&lt;&#x2F;p&gt;
&lt;p&gt;&lt;small&gt;Image Courtesy – http:&#x2F;&#x2F;openclipart.org&#x2F;media&#x2F;files&#x2F;yves_guillou&#x2F;6505&lt;&#x2F;small&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Enabling total customer experience</title>
        <published>2008-10-29T23:39:46+00:00</published>
        <updated>2008-10-29T23:39:46+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/enabling-total-customer-experience/" type="text/html"/>
        <id>https://pnarula.com/blog/enabling-total-customer-experience/</id>
        
            <content type="html">&lt;p&gt;&lt;img class=&quot;alignright&quot; style=&quot;float: right;&quot; src=&quot;http:&#x2F;&#x2F;bks1.books.google.com&#x2F;books?id=b1sLkqg394AC&amp;printsec=frontcover&amp;img=1&amp;zoom=1&amp;sig=ACfU3U0QH3UghgKSxESv8FS7JoDiuwas8g&quot; alt=&quot;Do you matter &quot; width=&quot;128&quot; height=&quot;206&quot; &#x2F;&gt;I have just started reading “Do you matter?” by Apple design guru Robert Brunner and Stewart Emery. In the very first chapter I came across a paragraph which is just too good to be read alone&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The iPod is an iconic product of our time, a glorious example of design and business success. So close your eyes and imagine you’re holding an iPod. Now take away iTunes, take away the ability to buy the song you like for 99¢ without having to pay $15 for a dozen more on a CD you don’t want, lose the ability to create play lists, cut out the packaging, take out the ads, delete the Apple logo, and shutter all the Apple stores. The remaining question is, “Do you still have an iPod?” Yes, the physical product in your hand is exactly the same, but what do you have now? Really, what do you have?&lt;&#x2F;p&gt;
&lt;p&gt;Well, you have a nicely designed object. Is it an iPod still? No, it’s not, because an iPod is a portal to a kaleidoscope of experience. An iPod is not just an object. The object is an icon that is a portal to an experience.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;So essentially what is being talked over here is a &lt;em&gt;total customer experience&lt;&#x2F;em&gt;. Think of the product or service you provide and now think about the experience that is being created for your customers. For example for an enterprise software vendor it would be the software itself, how it was sold, how it was implemented, how is the maintenance support provided, how are trainings held for users, user conferences and these days how vibrant is the online community etc.&lt;&#x2F;p&gt;
&lt;p&gt;While all of this is good and very helpful way of making the product and services highly successful. There is one small lurking doubt I have in the corner of my mind. Apple very tightly controls almost all attributes about its offerings. Obviously it has been very successful in the consumer electronics space. But can this be extended everywhere where the producer&#x2F;provider cannot have such a fine control for various reasons.&lt;&#x2F;p&gt;
&lt;p&gt;Hat Tip: I was introduced to the book by Core 77’s design blog &lt;a href=&quot;http:&#x2F;&#x2F;www.core77.com&#x2F;blog&#x2F;book_reviews&#x2F;do_you_matter_how_great_design_will_make_people_love_your_company_by_robert_brunner_stewart_emery_russ_hall_10990.asp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.core77.com&#x2F;blog&#x2F;book_reviews&#x2F;do_you_matter_how_great_design_will_make_people_love_your_company_by_robert_brunner_stewart_emery_russ_hall_10990.asp&#x27;, &#x27;this post&#x27;]);&quot;  target=&quot;_blank&quot;&gt;this post&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Another gem from the house of Steve</title>
        <published>2008-10-14T21:02:28+00:00</published>
        <updated>2008-10-14T21:02:28+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/another-gem-from-the-house-of-steve/" type="text/html"/>
        <id>https://pnarula.com/blog/another-gem-from-the-house-of-steve/</id>
        
            <content type="html">&lt;p&gt;I am sure you have heard the news of new MacBooks. As anything Apple these days you have to admire the &lt;a href=&quot;http:&#x2F;&#x2F;www.core77.com&#x2F;blog&#x2F;object_culture&#x2F;two_kinds_of_macs_11434.asp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.core77.com&#x2F;blog&#x2F;object_culture&#x2F;two_kinds_of_macs_11434.asp&#x27;, &#x27;industrial design&#x27;]);&quot;  target=&quot;_blank&quot;&gt;industrial design&lt;&#x2F;a&gt; and thought that has gone into building this. The “brick” design or unibody design is quite an innovation for notebooks. Do watch &lt;a href=&quot;http:&#x2F;&#x2F;www.apple.com&#x2F;macbook&#x2F;#designvideo&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.apple.com&#x2F;macbook&#x2F;#designvideo&#x27;, &#x27;this video &#x27;]);&quot;  target=&quot;_blank&quot;&gt;this video &lt;&#x2F;a&gt;detailing the manufacturing and design process and see how every one on the team is so passionate about the product they have made. This should be an inspiration to product teams around the globe.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Dr Krugman wins Noble</title>
        <published>2008-10-13T09:11:13+00:00</published>
        <updated>2008-10-13T09:11:13+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/krugman-wins-noble/" type="text/html"/>
        <id>https://pnarula.com/blog/krugman-wins-noble/</id>
        
            <content type="html">&lt;p&gt;Over the years I have grown fond of economics. I stumbled across Brad deLong’s blog and started reading some stuff about economics. Then I read &lt;a title=&quot;The Great Unravling by Paul Krugman&quot; href=&quot;http:&#x2F;&#x2F;http&#x2F;&#x2F;pnarula.com&#x2F;200410&#x2F;the-great-unraveling-by-paul-krugman&#x2F;&quot; target=&quot;_blank&quot;&gt;“The Great Unraveling”&lt;&#x2F;a&gt; and it was a pleasure to read the ways Dr. Krugman explained some of the concepts using simple models. For the last few months I have been reading &lt;a href=&quot;http:&#x2F;&#x2F;krugman.blogs.nytimes.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;krugman.blogs.nytimes.com&#x2F;&#x27;, &#x27;his blog&#x27;]);&quot;  target=&quot;_blank&quot;&gt;his blog&lt;&#x2F;a&gt; at NYTimes and it has been very very informative. So when I read on &lt;a href=&quot;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;2008&#x2F;10&#x2F;paul-krugman-wi.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;2008&#x2F;10&#x2F;paul-krugman-wi.html&#x27;, &#x27;Marginal Revolution&#x27;]);&quot;  target=&quot;_blank&quot;&gt;Marginal Revolution&lt;&#x2F;a&gt; this morning that Dr. Krugman has won this year’s Noble’s prize for economics, I said WOW..&lt;&#x2F;p&gt;
&lt;p&gt;Many many congrats to Dr. Krugman on the much deserved prize.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Tryst with destiny now in tags</title>
        <published>2008-06-17T20:57:12+00:00</published>
        <updated>2008-06-17T20:57:12+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/tryst-with-destiny-now-in-tags/" type="text/html"/>
        <id>https://pnarula.com/blog/tryst-with-destiny-now-in-tags/</id>
        
            <content type="html">&lt;p&gt;I came to know about &lt;a href=&quot;http:&#x2F;&#x2F;wordle.net&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordle.net&#x27;, &#x27;Wordle&#x27;]);&quot; &gt;Wordle&lt;&#x2F;a&gt; a service which can turn any text into tags. See how independence &lt;a href=&quot;http:&#x2F;&#x2F;www.fordham.edu&#x2F;halsall&#x2F;mod&#x2F;1947nehru1.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.fordham.edu&#x2F;halsall&#x2F;mod&#x2F;1947nehru1.html&#x27;, &#x27;day speech &#x27;]);&quot; title=&quot;Tryst with destiny&quot;&gt;day speech &lt;&#x2F;a&gt;by Nehru looks in tags&lt;&#x2F;p&gt;
&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;250&quot; alt=&quot;tryst_with_destiny&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;Trystwithdestinynowintags_11915&#x2F;tryst_with_destiny.jpg&quot; width=&quot;484&quot; border=&quot;0&quot; &#x2F;&gt;</content>
        </entry><entry xml:lang="en">
        <title>Bay Area Renting experience needed</title>
        <published>2008-06-15T19:40:37+00:00</published>
        <updated>2008-06-15T19:40:37+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/bay-area-renting-experience-needed/" type="text/html"/>
        <id>https://pnarula.com/blog/bay-area-renting-experience-needed/</id>
        
            <content type="html">&lt;p&gt;Only experienced renters please 😉&lt;&#x2F;p&gt;
&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;235&quot; alt=&quot;image&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BayAreaRentingexperienceneeded_106AA&#x2F;image.png&quot; width=&quot;420&quot; border=&quot;0&quot; &#x2F;&gt;</content>
        </entry><entry xml:lang="en">
        <title>Amazon down</title>
        <published>2008-06-06T12:50:24+00:00</published>
        <updated>2008-06-06T12:50:24+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/amazon-down/" type="text/html"/>
        <id>https://pnarula.com/blog/amazon-down/</id>
        
            <content type="html">&lt;p&gt;It is 11:50 pm PST. Is it just me or there is a temporary glitch in the matrix. What does it mean for EC2 customers?&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Increase Notebook PC Sales Promote HD Camcorders</title>
        <published>2008-06-06T12:05:41+00:00</published>
        <updated>2008-06-06T12:05:41+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/increase-notebookpc-sales-promote-hd-camcorders/" type="text/html"/>
        <id>https://pnarula.com/blog/increase-notebookpc-sales-promote-hd-camcorders/</id>
        
            <content type="html">&lt;p&gt;Here is a clue to Intel&#x2F;AMD – with HD camcorders becoming a commodity a lot more consumers will be mucking around with HD movies at home. Just the playback of HD quality (1080p) movies in AVCHD format is a heart churning exercise for computer processors. I run some pretty heavy enterprise server applications on my computer and my computer has been chugging along faithfully. But today when I tried to playback a AVCHD movie using &lt;a href=&quot;http:&#x2F;&#x2F;www.google.com&#x2F;url?sa=t&amp;ct=res&amp;cd=4&amp;url=http%3A%2F%2Fwww.mirillis.com%2Foxygenplayer.html&amp;ei=jXpJSJiRK5yIgAK5yKDTAw&amp;usg=AFQjCNE5TRfLrQixpK36fPH9aSGKSsnxfA&amp;sig2=rxD-xd0Zmy2BtC5efFF27A&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.google.com&#x2F;url?sa=t&amp;ct=res&amp;cd=4&amp;url=http%3A%2F%2Fwww.mirillis.com%2Foxygenplayer.html&amp;ei=jXpJSJiRK5yIgAK5yKDTAw&amp;usg=AFQjCNE5TRfLrQixpK36fPH9aSGKSsnxfA&amp;sig2=rxD-xd0Zmy2BtC5efFF27A&#x27;, &#x27;Oxygen&#x27;]);&quot; &gt;Oxygen&lt;&#x2F;a&gt; and shooted using the brand new Canon HF 100, my computer showed signs of age. My immediate reaction was to get a computer with more fire under its belly.&lt;&#x2F;p&gt;
&lt;p&gt;So a little nudge from the microprocessor makers would go a long way for consumers to upgrade their computers.&lt;&#x2F;p&gt;
&lt;p&gt;BTW if you are in the market for a HD camcorder and looking for resources to research – &lt;a href=&quot;http:&#x2F;&#x2F;www.avsforum.com&#x2F;avs-vb&#x2F;forumdisplay.php?f=161&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.avsforum.com&#x2F;avs-vb&#x2F;forumdisplay.php?f=161&#x27;, &#x27;Camcorder forum&#x27;]);&quot; &gt;Camcorder forum&lt;&#x2F;a&gt; at AVS Forums is a great resource. There is even a blog for the &lt;a href=&quot;http:&#x2F;&#x2F;canon-hf100.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;canon-hf100.blogspot.com&#x2F;&#x27;, &#x27;Canon model&#x27;]);&quot; &gt;Canon model&lt;&#x2F;a&gt; I bought. Looking for samples of HD video online – &lt;a href=&quot;http:&#x2F;&#x2F;www.vimeo.com&#x2F;tag:hf100&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.vimeo.com&#x2F;tag:hf100&#x27;, &#x27;vimeo&#x27;]);&quot; &gt;vimeo&lt;&#x2F;a&gt; is your friend. It is the videos like this that made me buy the camcorder. When playing the video don’t forget to switch the HD mode on.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.vimeo.com&#x2F;1124311?pg=embed&amp;#038;sec=1124311&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.vimeo.com&#x2F;1124311?pg=embed&amp;#038;sec=1124311&#x27;, &#x27;Ein Hahn &amp;#8211; Again&#x27;]);&quot; &gt;Ein Hahn – Again&lt;&#x2F;a&gt; from &lt;a href=&quot;http:&#x2F;&#x2F;www.vimeo.com&#x2F;user401504?pg=embed&amp;#038;sec=1124311&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.vimeo.com&#x2F;user401504?pg=embed&amp;#038;sec=1124311&#x27;, &#x27;Martin Koch&#x27;]);&quot; &gt;Martin Koch&lt;&#x2F;a&gt; on &lt;a href=&quot;http:&#x2F;&#x2F;vimeo.com?pg=embed&amp;#038;sec=1124311&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;vimeo.com?pg=embed&amp;#038;sec=1124311&#x27;, &#x27;Vimeo&#x27;]);&quot; &gt;Vimeo&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>They are humans too</title>
        <published>2008-04-28T21:47:54+00:00</published>
        <updated>2008-04-28T21:47:54+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/they-are-humans-too/" type="text/html"/>
        <id>https://pnarula.com/blog/they-are-humans-too/</id>
        
            <content type="html">&lt;p&gt;One of the twenty or so must read books mentioned in &lt;a href=&quot;http:&#x2F;&#x2F;www.poorcharliesalmanack.com&#x2F;index.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.poorcharliesalmanack.com&#x2F;index.html&#x27;, &#x27;Poor Charlie&amp;#8217;s Almanac&#x27;]);&quot; &gt;Poor Charlie’s Almanac&lt;&#x2F;a&gt; is “&lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;Getting-Yes-Negotiating-Agreement-Without&#x2F;dp&#x2F;0140157352&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;Getting-Yes-Negotiating-Agreement-Without&#x2F;dp&#x2F;0140157352&#x27;, &#x27;Getting to Yes&#x27;]);&quot; &gt;Getting to Yes&lt;&#x2F;a&gt;” – a principled approach to negotiations. It is an excellent and accessible read on getting to mutually agreeable outcome during negotiations ranging from salary to nuclear disarmament talks. For my present gig I commute between South San Francisco and San Jose on a not-so-enjoyable highway 101. Listening to books is a great way to utilize this time. In the book authors point out that one of the mistake parties make during the negotiation is just thinking about one’s own positions. Parties overlook the fact that the folks on the other side of table are humans too. Focusing on the basic human needs of security, appreciation, well being etc. would result in successful results for all parties.&lt;&#x2F;p&gt;
&lt;p&gt;While keeping the human nature in focus during negotiation is definitely fruitful, but I think this principle can be applied in general to a lot more situations. Especially while talking to people in authority. For example students can keep this in mind while talking to professors. Most of the time students would be focused on their own world and think professors are this abstract entities who are after their life giving assignments, asking them to review and re-review their assignments. Same goes for employees towards their managers etc. How many times any one thinks that professors or managers may have a life too. With loving wife and kids may be a dog too. Focusing on the human side of authorities would result in better and cordial relations.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Education pays but no golden ticket</title>
        <published>2008-04-20T19:45:31+00:00</published>
        <updated>2008-04-20T19:45:31+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/education-pays-but-no-golden-ticket/" type="text/html"/>
        <id>https://pnarula.com/blog/education-pays-but-no-golden-ticket/</id>
        
            <content type="html">&lt;p&gt;In a NY Times article &lt;a href=&quot;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2008&#x2F;04&#x2F;20&#x2F;business&#x2F;20view.html?ex=1366430400&amp;en=80604ceb8433bfc5&amp;ei=5124&amp;partner=permalink&amp;exprod=permalink&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2008&#x2F;04&#x2F;20&#x2F;business&#x2F;20view.html?ex=1366430400&amp;en=80604ceb8433bfc5&amp;ei=5124&amp;partner=permalink&amp;exprod=permalink&#x27;, &#x27;&amp;#8220;The Wealth Trajectory&amp;#8221;&#x27;]);&quot; &gt;“The Wealth Trajectory”&lt;&#x2F;a&gt; Greg Mankiw, a Harvard Professor and a &lt;a href=&quot;http:&#x2F;&#x2F;gregmankiw.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gregmankiw.blogspot.com&#x2F;&#x27;, &#x27;famous economics blogger&#x27;]);&quot; &gt;famous economics blogger&lt;&#x2F;a&gt; explains the differences in earnings for average workers and the super rich. I found the following statistics good on value of education&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;In 2005, each year of college yielded an additional 12.9 percent. The rate of return from each year of graduate school has risen even more — from 7.3 to 14.2 percent.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Another thing to note for the premium on education is due to the age old supply and demand equation. The demand for educated people in the last few decades outpaced the supply there by raising the earnings of educated class. That also explains the reason for immigrant me being here.&lt;&#x2F;p&gt;
&lt;p&gt;But still education can take you limited distance on the path to super richness. The “real” reason for it seem to be being educated and lucky&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Maybe educational levels are like Willie Wonka’s chocolate bars. A few of them come with golden tickets that give you opportunities almost beyond imagination. But even if you aren’t lucky enough to get a golden ticket, you can still enjoy the chocolate, which by itself is well worth the price.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Nextjob a job portal with video</title>
        <published>2007-12-03T12:53:25+00:00</published>
        <updated>2007-12-03T12:53:25+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/nextjob-a-job-portal-with-video/" type="text/html"/>
        <id>https://pnarula.com/blog/nextjob-a-job-portal-with-video/</id>
        
            <content type="html">&lt;p&gt;YouTube revolutionized the idea of embedding videos into websites. It was a matter of time before before various domain specific websites started embedding videos in their sites. There have been numerous job sites on the internet for job hunting. Now comes &lt;a href=&quot;http:&#x2F;&#x2F;nextjob.us&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;nextjob.us&#x27;, &#x27;Nextjob&#x27;]);&quot; &gt;Nextjob&lt;&#x2F;a&gt; for landing you the next job. They have a unique feature that the resume poster can embed a short video about himself and his skills. Kind of video resume. If you are in the job market do give them a try. Here is how a video resume looks like&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Advice on joining the SAP world</title>
        <published>2007-11-18T23:05:45+00:00</published>
        <updated>2007-11-18T23:05:45+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/advice-on-joining-the-sap-world/" type="text/html"/>
        <id>https://pnarula.com/blog/advice-on-joining-the-sap-world/</id>
        
            <content type="html">&lt;p&gt;Having been in SAP for some years I get asked this question how to get into SAP as a career. I was writing this to a close friend of mine and thought of putting it on the blog. This advice is a rather first step to decide which stream to join in SAP –&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Technology Consulting&lt;&#x2F;strong&gt; – understanding the architecture of various SAP solutions and advising the IT department of clients on what is best for them and then helping them implement it. Your end customers in this case is always IT department people. This is purely technical job 😀 Folks who work in this area are called technology consultants. On the first day of project you can recognize these guys as someone who is wearing a suit but is uncomfortable in it.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Business consulting&lt;&#x2F;strong&gt; – understanding the capabilities of SAP’s solutions and implementing them for the client’s business. For example let us say you manufacture bulbs – you have plants where you make them, you have suppliers who supply you materials, you have distributors who distribute your products and finally you have customers. Also don’t forget the employees. So you implement SAP solutions which take care of all these folks and the processes they are involved in. People who work in these areas are called functional consultants and they love to wear suits 😀&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Solution Delivery&lt;&#x2F;strong&gt; – both of the above activities could involve multi-month engagement with the end clients with a team of functional as well as technology consultants. This engagement would be called a project. There are folks whose main job is to deliver the on time within budget and scope delivery of these projects. These are your project managers. Usually PMs evolve organically from the above two roles. But you might see folks coming out of B-Schools directly jumping as PMs. This guy is a leader and can be seen very nervous during the first few days of the project 😉&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;Once you have decided one of the three above you can focus on a particular SAP product. I wrote this with SAP in mind but I think this would be true for any enterprise software product.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Shantaram 1</title>
        <published>2007-10-15T18:43:49+00:00</published>
        <updated>2007-10-15T18:43:49+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/shantaram-1/" type="text/html"/>
        <id>https://pnarula.com/blog/shantaram-1/</id>
        
            <content type="html">&lt;p&gt;After many many years I have started reading a novel based on the true story of author – Shantaram. I am on the 11th page and I love it. Here is a blurb about Bombay&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;A bullock cart was drawn up beside a modern sports car at a traffic signal. A man squatted to relieve himself behind the discreet shelter of a satellite dish. An electric forklift truck was being used to unload goods from an ancient wooden cart with wooden wheels. The impression was of a ploding, indefatigable, and distant past that had crashed intact through barriers of time, into its own future.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;A little be dramatic but about right for any large city in India.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Back from SAP TechED 2007</title>
        <published>2007-10-06T12:14:28+00:00</published>
        <updated>2007-10-06T12:14:28+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/back-from-sap-teched-2007/" type="text/html"/>
        <id>https://pnarula.com/blog/back-from-sap-teched-2007/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;techedsched.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;techedsched.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;239&quot; alt=&quot;teched-sched&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;techedsched_thumb.jpg&quot; width=&quot;234&quot; align=&quot;right&quot; border=&quot;0&quot; &#x2F;&gt;&lt;&#x2F;a&gt; Last night I landed back in San Jose on US Airways 162 which should have been dubbed rather TechED flight. I am sure more than 50% folks were returning from Mandalay Bay. It was easily the biggest TechED so far with 6000 folks from all over the US, quite a few from outside US too. Attending the sessions you like and managing the schedule can be a lot of work – see right.&lt;&#x2F;p&gt;
&lt;p&gt;eSOA was the biggest theme this year and it was quite fun to participate in the Product Strategy workshops with Product Management folks. There were also quite a few sessions on Composition Environment. In fact Vishal Sikka’s keynote demoed some parts of the CE. Some of the other interesting things&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;blogged.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;blogged.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;53&quot; alt=&quot;blogged&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;blogged_thumb.jpg&quot; width=&quot;142&quot; align=&quot;right&quot; border=&quot;0&quot; &#x2F;&gt;&lt;&#x2F;a&gt; &lt;strong&gt;ADoW&lt;&#x2F;strong&gt; – ADoW or Application Delivery over WAN was announced &lt;a href=&quot;http:&#x2F;&#x2F;www.fortybeans.com&#x2F;index.php?itemid=6&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.fortybeans.com&#x2F;index.php?itemid=6&#x27;, &#x27;last year&#x27;]);&quot; &gt;last year&lt;&#x2F;a&gt; and it was good to hear that SAP is using it internally for their portal. It is a software appliance to speed up the delivery of NetWeaver Applications over the long haul WANs like between continents and long distances. It is achieved by caching and bandwidth shaping etc.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;“New” Identity Management&lt;&#x2F;strong&gt; – is based on SAP’s new acquisition Maxware. This will be very useful and powerful tool in SAP’s portfolio. I can see this tool filling a lot of gaps I have seen on NetWeaver implementations. Virtual Directory Server (VDS) concept inside this tool is quite powerful. VDS can put a facade around most of the user stores like LDAP, DB, ABAP user stores. Right now this exists as a separate tool from NetWeaver. Hopefully SAP would be integrating this with NW pretty soon. &lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Virtualization&lt;&#x2F;strong&gt; – is a recurrent theme which has been very hot in the last few years. VMWare and Intel were seen promoting this heavily and I attended a session on virtualization and Linux&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;SDN Clubhouse&lt;&#x2F;strong&gt; – Not a technical thing but IMO clubhouse was the most fun place to be between the sessions. Cappuccinos and Mochas were excellent. Met a lot of interesting folks over here. Good to see &lt;a href=&quot;http:&#x2F;&#x2F;craig.cmehil.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;craig.cmehil.com&#x2F;&#x27;, &#x27;Craig Cmehil&#x27;]);&quot; &gt;Craig Cmehil&lt;&#x2F;a&gt;, &lt;a href=&quot;https:&#x2F;&#x2F;www.sdn.sap.com&#x2F;irj&#x2F;sdn&#x2F;weblogs?blog=&#x2F;pub&#x2F;u&#x2F;8366&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;www.sdn.sap.com&#x2F;irj&#x2F;sdn&#x2F;weblogs?blog=&#x2F;pub&#x2F;u&#x2F;8366&#x27;, &#x27;Mario Herger&#x27;]);&quot; &gt;Mario Herger&lt;&#x2F;a&gt;, Irfan Khan and Kartik Iyengar. There were a lot of activities going on like SAP demos on the pods, community theater, 5 partner stalls with lots of ipod touches to give :), check your basis skills in the back etc.&lt;&#x2F;p&gt;
&lt;p&gt;Overall a fun and tiring TechEd. You can see a large collection of photos &lt;a href=&quot;http:&#x2F;&#x2F;www.flickr.com&#x2F;groups&#x2F;sapteched&#x2F;pool&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.flickr.com&#x2F;groups&#x2F;sapteched&#x2F;pool&#x2F;&#x27;, &#x27;on Flickr&#x27;]);&quot; &gt;on Flickr&lt;&#x2F;a&gt;. On Monday the first day I picked a lot of ribbons I associate with. Sticking them together and hanging under the badge would have made a nice necktie. But I chose to wear just the badge. Anyway here are the ribbons stuck together&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;techedribbons.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;techedribbons.jpg&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;205&quot; alt=&quot;teched-ribbons&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;BackfromSAPTechED2007_9DF1&#x2F;techedribbons_thumb.jpg&quot; width=&quot;454&quot; border=&quot;0&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;div class=&quot;wlWriterSmartContent&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cb38ed3b-0d1a-4003-b40b-804022a63621&quot; style=&quot;padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px&quot;&gt;
  Technorati tags: &lt;a href=&quot;http:&#x2F;&#x2F;technorati.com&#x2F;tags&#x2F;sapteched&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;technorati.com&#x2F;tags&#x2F;sapteched&#x27;, &#x27;sapteched&#x27;]);&quot;  rel=&quot;tag&quot;&gt;sapteched&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;technorati.com&#x2F;tags&#x2F;sap&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;technorati.com&#x2F;tags&#x2F;sap&#x27;, &#x27;sap&#x27;]);&quot;  rel=&quot;tag&quot;&gt;sap&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;technorati.com&#x2F;tags&#x2F;esoa&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;technorati.com&#x2F;tags&#x2F;esoa&#x27;, &#x27;esoa&#x27;]);&quot;  rel=&quot;tag&quot;&gt;esoa&lt;&#x2F;a&gt;
&lt;&#x2F;div&gt;</content>
        </entry><entry xml:lang="en">
        <title>Future of Enterprise Software</title>
        <published>2007-09-20T00:46:26+00:00</published>
        <updated>2007-09-20T00:46:26+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/future-of-enterprise-software/" type="text/html"/>
        <id>https://pnarula.com/blog/future-of-enterprise-software/</id>
        
            <content type="html">&lt;p&gt;Few days back I was at Project Management training and our excellent instructor asked what is the problem executives are trying to solve by going for ERP implementation. What he said rhymed with some thing Jeff Nolan wrote today on &lt;a href=&quot;http:&#x2F;&#x2F;future.gigaom.com&#x2F;2007&#x2F;09&#x2F;19&#x2F;what-is-the-future-of-enterprise-software&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;future.gigaom.com&#x2F;2007&#x2F;09&#x2F;19&#x2F;what-is-the-future-of-enterprise-software&#x2F;&#x27;, &#x27;Future of Enterprise Software&#x27;]);&quot; &gt;Future of Enterprise Software&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;CEOs are concerned about growing their businesses in an era of increasing uncertainty and efficiency demands; business managers need real-time visibility for intra- and inter-company events, as well as the ability to reconfigure processes with increasing frequency; the CFO, meanwhile, has to ensure regulatory compliance and business integrity.&lt;&#x2F;p&gt;
&lt;p&gt;For the CIO, these challenges come at time when maintenance costs are rising and the number of trusted partners are shrinking â€” systems remain undiminished, yet there are fewer vendors capable of supporting large-enterprise customers. We are down to less than 200 publicly traded tech providers from over 400 in 2001.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Thanks to Jeff for penning these thoughts and &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x27;, &#x27;Om Malik&#x27;]);&quot; &gt;Om Malik&lt;&#x2F;a&gt; for bringing all the folks writing thoughts on &lt;a href=&quot;http:&#x2F;&#x2F;future.gigaom.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;future.gigaom.com&#x27;, &#x27;future&#x27;]);&quot; &gt;future&lt;&#x2F;a&gt; of software.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Business of Software Services</title>
        <published>2007-09-19T00:33:10+00:00</published>
        <updated>2007-09-19T00:33:10+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/business-of-software-services/" type="text/html"/>
        <id>https://pnarula.com/blog/business-of-software-services/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;Business-Software-Manager-Programmer-Entrepreneur&#x2F;dp&#x2F;074321580X&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;Business-Software-Manager-Programmer-Entrepreneur&#x2F;dp&#x2F;074321580X&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img src=&quot;http:&#x2F;&#x2F;ec1.images-amazon.com&#x2F;images&#x2F;I&#x2F;21F8Q7DDBFL.jpg&quot; align=&quot;right&quot; &#x2F;&gt;&lt;&#x2F;a&gt; I am reading “The Business of Software” these days. What a delightful book to read about business of software as a product and services. After starting as a developer I have been in the services for the past few years. Michael Cusumano, the author distills the business of software in few succinct words&lt;&#x2F;p&gt;
&lt;p&gt; &lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Software services business … is about getting enough profitable accounts to keep your consultants and developers busy close to 100 percent of the time…..&lt;&#x2F;p&gt;
&lt;p&gt;It is usually important to mix senior people with junior to maximize profits for any given client project……&lt;&#x2F;p&gt;
&lt;p&gt;economies of scope are the holy grail….. they can come from structuring knowledge such as how to do requirements, manage projects, customize applications, conduct user acceptance testing, or reuse design frameworks and even pieces of code across different projects and customers.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Do read this book if you are starting a career in software in whatever side of the business – product or services.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Understanding the Carrots</title>
        <published>2007-09-09T14:56:35+00:00</published>
        <updated>2007-09-09T14:56:35+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/understanding-the-carrots/" type="text/html"/>
        <id>https://pnarula.com/blog/understanding-the-carrots/</id>
        
            <content type="html">&lt;p&gt;In his 1995 speech &lt;a href=&quot;http:&#x2F;&#x2F;vinvesting.com&#x2F;docs&#x2F;munger&#x2F;human_misjudgement.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;vinvesting.com&#x2F;docs&#x2F;munger&#x2F;human_misjudgement.html&#x27;, &#x27;â€œThe Psychology of Human Misjudgmentâ€&#x27;]);&quot; &gt;â€œThe Psychology of Human Misjudgmentâ€&lt;&#x2F;a&gt; given at Harvard Law School, &lt;a href=&quot;http:&#x2F;&#x2F;www.poorcharliesalmanack.com&#x2F;index.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.poorcharliesalmanack.com&#x2F;index.html&#x27;, &#x27;Charlie Munger&#x27;]);&quot; &gt;Charlie Munger&lt;&#x2F;a&gt; said&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;â€œWell I think I’ve been in the top 5% of my age cohort all my life in understanding the power of incentives, and all my life I’ve underestimated it. And never a year passes but I get some surprise that pushes my limit a little farther.â€&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Coming from Mr. Munger, incentives as the very first cause or bias in Human Misjudgment, learning about incentives is quite important. And now Tyler Cowen, an economist and author of very famous blog &lt;a href=&quot;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;&#x27;, &#x27;Marginal Revolution&#x27;]);&quot; &gt;Marginal Revolution&lt;&#x2F;a&gt; has written a complete book on incentives called â€œ&lt;a href=&quot;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;2007&#x2F;09&#x2F;the-economist-r.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.marginalrevolution.com&#x2F;marginalrevolution&#x2F;2007&#x2F;09&#x2F;the-economist-r.html&#x27;, &#x27;Discover your inner economist&#x27;]);&quot; &gt;Discover your inner economist&lt;&#x2F;a&gt;â€&lt;!--more--&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;UnderstandingtheCarrots_C401&#x2F;41XOGj8UoUL._AA240_13.jpg&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;UnderstandingtheCarrots_C401&#x2F;41XOGj8UoUL._AA240_13.jpg&#x27;, &#x27;&#x27;]);&quot;  atomicselection=&quot;true&quot;&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;UnderstandingtheCarrots_C401&#x2F;41XOGj8UoUL._AA240_1_thumb1.jpg&quot; style=&quot;border: 0px none ; margin: 10px 15px 15px 0px&quot; align=&quot;left&quot; border=&quot;0&quot; &#x2F;&gt;&lt;&#x2F;a&gt; This &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;Discover-Your-Inner-Economist-Incentives&#x2F;dp&#x2F;0525950257&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;Discover-Your-Inner-Economist-Incentives&#x2F;dp&#x2F;0525950257&#x27;, &#x27;250 page book&#x27;]);&quot; &gt;250 page book&lt;&#x2F;a&gt; is quite an easy read and very accessible as Tyler has used the â€œMe factorâ€ to fullest extent. For me the most interesting part was about the signaling concept. As an analytical mind it is very difficult to rationalize stuff like why spend extra money flowers on valentineâ€™s or on diamonds. But when you consider signaling concept and what might be going in your partnerâ€™s mind it all makes sense 😀 thereby increasing your marital bliss.&lt;&#x2F;p&gt;
&lt;p&gt;If you live in a large metropolitan area like San Francisco bay area, Los Angeles, New York, London, Paris, Singapore or Delhi you would resonate a lot with the chapter on finding good restaurants. Next time you are looking for good food look for low rent areas and donâ€™t order what you can make at home.&lt;&#x2F;p&gt;
&lt;p&gt;There are other parts in the book about visiting museums, going to movies, dating and even saving the world. I finished the book over a regular weekend and was quite happy to read it. Gives a lot of talking points to talk with oneâ€™s peers to make one look smart (again me factor). Before ending the review a tip for the author. In the book Tyler wonders if sending a Christmas Card to his dentist who happens to be a Hindu an effective incentive. I would say send it on the &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Diwali&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Diwali&#x27;, &#x27;Diwali&#x27;]);&quot; &gt;Diwali&lt;&#x2F;a&gt; (It is on Nov 9th this year) and it might work better.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Safari for Windows and WWDC07</title>
        <published>2007-06-11T12:48:13+00:00</published>
        <updated>2007-06-11T12:48:13+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/safari-for-windows-and-wwdc07/" type="text/html"/>
        <id>https://pnarula.com/blog/safari-for-windows-and-wwdc07/</id>
        
            <content type="html">&lt;p&gt;As &lt;a href=&quot;http:&#x2F;&#x2F;blogs.zdnet.com&#x2F;microsoft&#x2F;?p=197&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;blogs.zdnet.com&#x2F;microsoft&#x2F;?p=197&#x27;, &#x27;speculated on&#x27;]);&quot; &gt;speculated on&lt;&#x2F;a&gt; Firefox wiki Safari, the web browser from Apple has been released for Windows. It is a very interesting development as this would take away some market share from IE and Firefox. It is also important for me as my work involves accessing enterprise apps using a browser. So far most of the time folks would access these apps using a browser that is IE or Firefox. But now that Apple has unleashed its Safari on windows users it would be interesting to see if how this pans out for us.&lt;&#x2F;p&gt;
&lt;p&gt;Anyway I was following WWDC07 over the internet and it was quite close to being there, here is screenshot of the Safari Announcement&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;SafariforWindowsandWWDC07_A65A&#x2F;applesafari2.png&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;SafariforWindowsandWWDC07_A65A&#x2F;applesafari2.png&#x27;, &#x27;&#x27;]);&quot;  atomicselection=&quot;true&quot;&gt;&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;202&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;SafariforWindowsandWWDC07_A65A&#x2F;applesafari_thumb.png&quot; width=&quot;476&quot; border=&quot;0&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Steve jobs is a master salesman. Few things to note from his keynote are how successfully he uses “the hook” technique for presenting ideas or telling a story. Just like films or serials&#x2F;sitcoms have punch lines to pique the interest notice he has “One more thing…” in the above picture. Also to note is how the core ideas or takeaways from the keynote were reinforced at the end with the following – sweet, simple and easy to remember line&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;“So, we’ve seen this morning Leopard, Safari for Windows, and an awesome way to write apps for the iPhone.”&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Redesign O Seven</title>
        <published>2007-05-20T04:19:38+00:00</published>
        <updated>2007-05-20T04:19:38+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/redesign-o-seven/" type="text/html"/>
        <id>https://pnarula.com/blog/redesign-o-seven/</id>
        
            <content type="html">&lt;p&gt;Finished another redesign of Beta Thoughts. It is hard to understand why I redesign. This redesign is probably the best I have seen on this semi-active blog. Here is how I did it&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;I have used the &lt;a href=&quot;http:&#x2F;&#x2F;www.bloggingpro.com&#x2F;archives&#x2F;2007&#x2F;03&#x2F;23&#x2F;widget-ready-blogging-pro-theme&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.bloggingpro.com&#x2F;archives&#x2F;2007&#x2F;03&#x2F;23&#x2F;widget-ready-blogging-pro-theme&#x2F;&#x27;, &#x27;BloggingPro Widgets Ready&#x27;]);&quot; &gt;BloggingPro Widgets Ready&lt;&#x2F;a&gt; theme from Blogging Pro.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Choice of colors comes from the latest book by &lt;a href=&quot;http:&#x2F;&#x2F;www.dealingwithdarwin.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.dealingwithdarwin.com&#x2F;&#x27;, &#x27;Geoffery Moore &amp;#8211; Dealing with Darwin&#x27;]);&quot; &gt;Geoffery Moore – Dealing with Darwin&lt;&#x2F;a&gt;. I am quite pleased with how it has turned up.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Beta Thoughts logo at the top is created by using the excellent font Delicious found &lt;a href=&quot;http:&#x2F;&#x2F;www.josbuivenga.demon.nl&#x2F;delicious.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.josbuivenga.demon.nl&#x2F;delicious.html&#x27;, &#x27;here.&#x27;]);&quot; &gt;here.&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Changed the image on About page. Now it shows a photograph clicked while on our way back from Santa Barbara going towards Solvang.&lt;!--more--&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Used the &lt;a href=&quot;https:&#x2F;&#x2F;weblogs.sdn.sap.com&#x2F;pub&#x2F;u&#x2F;3477&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;weblogs.sdn.sap.com&#x2F;pub&#x2F;u&#x2F;3477&#x27;, &#x27;SDN&#x27;]);&quot; &gt;SDN&lt;&#x2F;a&gt; profile image on the front page profile and also provided the link to &lt;a href=&quot;http:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;pankajkumar&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;pankajkumar&#x27;, &#x27;my profile&#x27;]);&quot; &gt;my profile&lt;&#x2F;a&gt; on LinkedIn.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Switched the tag line from “My tech life – Enjoying every moment of IT” to “Intense Activity – in the midst of eternal calmness”. This one comes originally from Bhagwad Gita but was reiterated beautifully by Swami Vivekanand in his lecture series &lt;a href=&quot;http:&#x2F;&#x2F;www.ramakrishnavivekananda.info&#x2F;vivekananda&#x2F;volume_2&#x2F;practical_vedanta_and_other_lectures&#x2F;practical_vedanta_part_i.htm&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.ramakrishnavivekananda.info&#x2F;vivekananda&#x2F;volume_2&#x2F;practical_vedanta_and_other_lectures&#x2F;practical_vedanta_part_i.htm&#x27;, &#x27;Practical Vedanta&#x27;]);&quot; &gt;Practical Vedanta&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Few things are still left to be done like comment form colors, round edges etc.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Apart from this I used Notepad, FileZilla, Powerpoint, Paint.Net and MS Paint.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;If you happen to notice this change, do let me know how you like it.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Product to Money</title>
        <published>2007-02-27T01:11:25+00:00</published>
        <updated>2007-02-27T01:11:25+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/product-to-money/" type="text/html"/>
        <id>https://pnarula.com/blog/product-to-money/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;ProducttoMoney_145CC&#x2F;p2m5.png&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;ProducttoMoney_145CC&#x2F;p2m5.png&#x27;, &#x27;&#x27;]);&quot; atomicselection=&quot;true&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;442&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;ProducttoMoney_145CC&#x2F;p2m_thumb3.png&quot; height=&quot;153&quot; style=&quot;width: 442px; height: 153px; border-width: 0px&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Most widely used SOA enabled application</title>
        <published>2006-05-28T21:12:24+00:00</published>
        <updated>2006-05-28T21:12:24+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/most-widely-used-soa-enabled-application/" type="text/html"/>
        <id>https://pnarula.com/blog/most-widely-used-soa-enabled-application/</id>
        
            <content type="html">&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;blogservices.png&quot; align=&quot;right&quot; height=&quot;167&quot; width=&quot;326&quot; &#x2F;&gt;What is the most widely used SOA enabled application? If you work with enterprise software, like I do, names of large German software vendor or the one here locally from Redwood City or up in the North of bay area may start popping in your head. But I would say think a little bit more. Consider this, the application being talked about is used by millions of users, across operating systems, hardware platforms with so much ease that even the metaphorical grandmas can use it. The application is blogging engines like WordPress, MovableType or Blogger. All these engines have evolved in a service oriented framework without consciously keeping the SOA approach in mind. A typical engine offers the following services&lt;&#x2F;p&gt;
&lt;span id=&quot;continue-reading&quot;&gt;&lt;&#x2F;span&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;bloglines.gif&quot; align=&quot;right&quot; height=&quot;53&quot; width=&quot;224&quot; &#x2F;&gt;RSS&lt;&#x2F;span&gt; – RSS was the first service offered by blogging engines and was also picked up later by websites. It was a really simple idea whose time had come. It allowed content of one site to be used in other sites. All one has to do was to publish small xml file with some excerpts of the new content and links to it. These xml files or RSS feeds as they are called are later picked by various RSS readers or clients FeedDemon, NewsGator, Bloglines etc. One can also include RSS feeds of other blogs in other sites.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;performancing.png&quot; align=&quot;right&quot; height=&quot;136&quot; width=&quot;144&quot; &#x2F;&gt;XMLRPC &lt;&#x2F;span&gt; – While RSS allows the reading interface of a blog XMLRPC is publishing interface of a blog. Using this service you publish posts to a blog in particular category. There are various innovative blogging clients available that allow publishing from desktop (w:blogger, ecto) or browsers. I even hear that those lovely unix folks have developed a plugin for emacs so that they can publish from their favorite editor. Latest news is the Word 2007 supports this natively i.e. now anybody in the organization with Microsoft Office can publish to a blog directly.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;tecnorati.gif&quot; align=&quot;right&quot; height=&quot;86&quot; width=&quot;235&quot; &#x2F;&gt;Trackback and PING&lt;&#x2F;span&gt; – These are the alert services offered by these engine. If one author has written about writings of another author they can alert the author’s blog about it. One can also ping publicly available service that something new has been published. Again this gave rise to Technorati, Pingomatic etc.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Publish by Email&lt;&#x2F;span&gt; – While XMLRPC is the most widely used interface to publish content for blogs. There is another interface which allows to publish by sending the email. Now one can blog by sending email from crackberries. Don’t you love it.&lt;&#x2F;p&gt;
</content>
        <summary type="html">What is the most widely used SOA enabled application? If you work with enterprise software, like I do, names of large German software vendor or the one here locally from Redwood City or up in the North of bay area may start popping in your head. But I would say think a little bit more. Consider this, the application being talked about is used by millions of users, across operating systems, hardware platforms with so much ease that even the metaphorical grandmas can use it. The application is blogging engines like WordPress, MovableType or Blogger. All these engines have evolved in a service oriented framework without consciously keeping the SOA approach in mind. A typical engine offers the following services
…</summary>
        </entry><entry xml:lang="en">
        <title>Good investment advice from Bogle</title>
        <published>2006-05-24T00:05:06+00:00</published>
        <updated>2006-05-24T00:05:06+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/good-investment-advice-from-bogle/" type="text/html"/>
        <id>https://pnarula.com/blog/good-investment-advice-from-bogle/</id>
        
            <content type="html">&lt;p class=&quot;question&quot;&gt;
  &lt;strong&gt;But one of the ideas behind the 401(k) was, &amp;#8220;you can do it!&amp;#8221; You own it; you run it. And you&amp;#8217;ve got millions of people out there saying, &amp;#8220;I can beat the averages.&amp;#8221; What do you say to that?&lt;&#x2F;strong&gt;
&lt;&#x2F;p&gt;
&lt;p style=&quot;margin-left: 40px&quot;&gt;
  I say, don&amp;#8217;t kid yourself, pal. Look, it&amp;#8217;s so simple. We&amp;#8217;re not like the kids out in Lake Wobegon. As investors, we are all average, and as investors, we all share the stock market&amp;#8217;s return. It&amp;#8217;s going to turn out to be 8 percent return, we&amp;#8217;re all going to share 8 percent return, but only before costs are deducted. We all share the market&amp;#8217;s return less the cost of the financial system. All those management fees and brokerage commissions and sales loads and God knows what else is thrown in there &amp;#8212; the advertising that you see.
&lt;&#x2F;p&gt;
&lt;p style=&quot;margin-left: 40px&quot;&gt;
&lt;span id=&quot;continue-reading&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;p&gt;
&lt;p style=&quot;margin-left: 40px&quot;&gt;
  The evidence is profound that mutual fund investors make terrible errors in terms of timing. They want to pour money into the stock market when it&amp;#8217;s high, and they want to pull it out when the market is low. They make terrible errors on fund selection. They want to buy funds that have done the best, and then when they do the worst they want to switch out of them and get into something else that is then doing the best. All that shuffling around is a tale told by an idiot, full of sound and fury, signifying nothing but losses for the investor.
&lt;&#x2F;p&gt;
&lt;p style=&quot;margin-left: 40px&quot;&gt;
  &amp;#8230; Then another place we have really gone awry is we now offer people basically a nice little shotgun by which they can commit suicide: We have given them brokerage accounts, and you can run a brokerage account in your 401(k) plan. So you can then buy individual stocks and go back and forth and do all the insane things that so many investors do all the time.
&lt;&#x2F;p&gt;
&lt;p style=&quot;margin-left: 40px&quot;&gt;
  So we have taken a system that should be simple &amp;#8212; own the stock market and hold it forever; if you like bonds a little more as you get older, have more in bonds, and hold it forever &amp;#8212; [and] now it&amp;#8217;s pick and choose and select and move money back and forth, even to the point of where you can pick individual stocks and pick your company&amp;#8217;s stock, which is a big part of the 401(k) problem, and issue; you can do that, too. It&amp;#8217;s a system that really needs to be fixed, and badly.
&lt;&#x2F;p&gt;
&lt;p&gt;This is from an interview over &lt;a href=&quot;http:&#x2F;&#x2F;www.pbs.org&#x2F;wgbh&#x2F;pages&#x2F;frontline&#x2F;retirement&#x2F;interviews&#x2F;bogle.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pbs.org&#x2F;wgbh&#x2F;pages&#x2F;frontline&#x2F;retirement&#x2F;interviews&#x2F;bogle.html&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt; Bogle also has a blog over &lt;a href=&quot;http:&#x2F;&#x2F;johncbogle.com&#x2F;wordpress&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;johncbogle.com&#x2F;wordpress&#x2F;&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;. (Hat tip &lt;a href=&quot;http:&#x2F;&#x2F;www.mymoneyblog.com&#x2F;archives&#x2F;2006&#x2F;05&#x2F;bogle_has_a_blo.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.mymoneyblog.com&#x2F;archives&#x2F;2006&#x2F;05&#x2F;bogle_has_a_blo.html&#x27;, &#x27;Jonathan)&#x27;]);&quot; &gt;Jonathan)&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        <summary type="html">
  But one of the ideas behind the 401(k) was, &#8220;you can do it!&#8221; You own it; you run it. And you&#8217;ve got millions of people out there saying, &#8220;I can beat the averages.&#8221; What do you say to that?


  I say, don&#8217;t kid yourself, pal. Look, it&#8217;s so simple. We&#8217;re not like the kids out in Lake Wobegon. As investors, we are all average, and as investors, we all share the stock market&#8217;s return. It&#8217;s going to turn out to be 8 percent return, we&#8217;re all going to share 8 percent return, but only before costs are deducted. We all share the market&#8217;s return less the cost of the financial system. All those management fees and brokerage commissions and sales loads and God knows what else is thrown in there &#8212; the advertising that you see.


…</summary>
        </entry><entry xml:lang="en">
        <title>SGI files bankruptcy</title>
        <published>2006-05-08T15:25:25+00:00</published>
        <updated>2006-05-08T15:25:25+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/sgi-files-bankruptcy/" type="text/html"/>
        <id>https://pnarula.com/blog/sgi-files-bankruptcy/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SGI_Indigo&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SGI_Indigo&#x27;, &#x27;SGI Indigo&#x27;]);&quot; &gt;&lt;span style=&quot;font-family:Times New Roman&quot;&gt;SGI Indigo&lt;&#x2F;span&gt;&lt;&#x2F;a&gt; &lt;span style=&quot;font-family:Times New Roman&quot;&gt;was the first computer I fell in love with. Playing Flight Simulator on it was plain ecstatic. Looking at the Einstein juggling balls in &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SGI_Indy&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SGI_Indy&#x27;, &#x27;Indy&#x27;]);&quot; &gt;Indy&lt;&#x2F;a&gt; was fun. When I surfed for the first time on internet, the first site I went to was sgi.com. And today SGI filed for bankruptcy. Commoditization huh.. Would it be another Digital or Wang?? More on this &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&#x2F;2006&#x2F;05&#x2F;08&#x2F;silicon-graphics-chapter-11&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x2F;2006&#x2F;05&#x2F;08&#x2F;silicon-graphics-chapter-11&#x2F;&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;www.intuitive.com&#x2F;blog&#x2F;silicon_graphics_files_for_chapter_11_bankruptcy.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.intuitive.com&#x2F;blog&#x2F;silicon_graphics_files_for_chapter_11_bankruptcy.html&#x27;, &#x27;here &#x27;]);&quot; &gt;here &lt;&#x2F;a&gt;and &lt;a href=&quot;http:&#x2F;&#x2F;paul.kedrosky.com&#x2F;archives&#x2F;2006&#x2F;05&#x2F;08&#x2F;sgi_files_for_c.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;paul.kedrosky.com&#x2F;archives&#x2F;2006&#x2F;05&#x2F;08&#x2F;sgi_files_for_c.html&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;.&lt;&#x2F;span&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Using Mediawiki as personal wiki</title>
        <published>2006-03-30T09:39:34+00:00</published>
        <updated>2006-03-30T09:39:34+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/using-mediawiki-as-personal-wiki/" type="text/html"/>
        <id>https://pnarula.com/blog/using-mediawiki-as-personal-wiki/</id>
        
            <content type="html">&lt;p&gt;I have been trying to maintain a personal wiki for taking notes for a long time. I have tried almost everything available under the sun. There were few basic but absolutely necessary requirements that I wanted from this wiki&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;I am the only one i.e. only I would be able to read it and no one else.&lt;&#x2F;li&gt;
&lt;li&gt;Someone else can not start writing to it unless I authorize&lt;&#x2F;li&gt;
&lt;li&gt;Ability to change look and feel&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;In search of this kind of wiki I started to look around. The first stop was the software that runs the largest wiki (wikipedia) i.e. mediawiki. I liked it what I saw in version 1.3.x but it didn’t meet my requirements for a personal wiki and was more geared towards the traditional wiki at that time. Bit I liked it and ended up creating a public wiki called sarvagya for Hindi on web. After this I flirted around with BaseCamp, Jot, PmWiki, Microwiki based around wordpress, tiddlywiki, WakkaWiki etc. etc.&lt;&#x2F;p&gt;
&lt;p&gt;None seemed to fit the bill besides I was spoiled by Mediawiki’s other features and a great and active developer community. One of the things that one has to consider while using open source software is that it will be around for a while ( I will confess it is same for the enterprise software which brings bread for me) But I digress. So recently during one of the conversations with a friend he pointed that Mediawiki’s users right management has been improved a lot and now it supports all the features that you want. I checked and found this page called &lt;a href=&quot;http:&#x2F;&#x2F;meta.wikimedia.org&#x2F;wiki&#x2F;Preventing_Access&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;meta.wikimedia.org&#x2F;wiki&#x2F;Preventing_Access&#x27;, &#x27;preventing access&#x27;]);&quot; &gt;preventing access&lt;&#x2F;a&gt;, here are the few lines of settings in LocalSettings.php that allowed what I wanted&lt;&#x2F;p&gt;
&lt;pre&gt;$wgWhitelistRead = array( &quot;Main Page&quot;, &quot;Special:Userlogin&quot; );
$wgGroupPermissions[&#x27;*&#x27;    ][&#x27;createaccount&#x27;]   = false;
$wgGroupPermissions[&#x27;*&#x27;    ][&#x27;read&#x27;]            = false;
$wgGroupPermissions[&#x27;*&#x27;    ][&#x27;edit&#x27;]            = false;&lt;&#x2F;pre&gt;
&lt;p&gt;Third requirement of chaging the look and feel of the wiki is possible but still still a little more involved process and I don’t want to spend more time on this. I would have loved if it would have been similar to creating [I have been trying to maintain a personal wiki for taking notes for a long time. I have tried almost everything available under the sun. There were few basic but absolutely necessary requirements that I wanted from this wiki&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;I am the only one i.e. only I would be able to read it and no one else.&lt;&#x2F;li&gt;
&lt;li&gt;Someone else can not start writing to it unless I authorize&lt;&#x2F;li&gt;
&lt;li&gt;Ability to change look and feel&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;In search of this kind of wiki I started to look around. The first stop was the software that runs the largest wiki (wikipedia) i.e. mediawiki. I liked it what I saw in version 1.3.x but it didn’t meet my requirements for a personal wiki and was more geared towards the traditional wiki at that time. Bit I liked it and ended up creating a public wiki called sarvagya for Hindi on web. After this I flirted around with BaseCamp, Jot, PmWiki, Microwiki based around wordpress, tiddlywiki, WakkaWiki etc. etc.&lt;&#x2F;p&gt;
&lt;p&gt;None seemed to fit the bill besides I was spoiled by Mediawiki’s other features and a great and active developer community. One of the things that one has to consider while using open source software is that it will be around for a while ( I will confess it is same for the enterprise software which brings bread for me) But I digress. So recently during one of the conversations with a friend he pointed that Mediawiki’s users right management has been improved a lot and now it supports all the features that you want. I checked and found this page called &lt;a href=&quot;http:&#x2F;&#x2F;meta.wikimedia.org&#x2F;wiki&#x2F;Preventing_Access&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;meta.wikimedia.org&#x2F;wiki&#x2F;Preventing_Access&#x27;, &#x27;preventing access&#x27;]);&quot; &gt;preventing access&lt;&#x2F;a&gt;, here are the few lines of settings in LocalSettings.php that allowed what I wanted&lt;&#x2F;p&gt;
&lt;pre&gt;$wgWhitelistRead = array( &quot;Main Page&quot;, &quot;Special:Userlogin&quot; );
$wgGroupPermissions[&#x27;*&#x27;    ][&#x27;createaccount&#x27;]   = false;
$wgGroupPermissions[&#x27;*&#x27;    ][&#x27;read&#x27;]            = false;
$wgGroupPermissions[&#x27;*&#x27;    ][&#x27;edit&#x27;]            = false;&lt;&#x2F;pre&gt;
&lt;p&gt;Third requirement of chaging the look and feel of the wiki is possible but still still a little more involved process and I don’t want to spend more time on this. I would have loved if it would have been similar to creating](http:&#x2F;&#x2F;codex.wordpress.org&#x2F;Theme_Development)&lt;&#x2F;p&gt;
&lt;p&gt;Overall I am just happy to be able to create a small personal wiki using Mediawiki&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Answering the wake up call</title>
        <published>2006-01-27T09:18:16+00:00</published>
        <updated>2006-01-27T09:18:16+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/answering-the-wake-up-call-d/" type="text/html"/>
        <id>https://pnarula.com/blog/answering-the-wake-up-call-d/</id>
        
            <content type="html">&lt;p&gt;So far I didn’t have a formal resolution for this year. But here I make a formal resolution to writing more about SAP’s technologies, focusing more the Netweaver and ESA side. This wake up call is sponsered by &lt;a href=&quot;http:&#x2F;&#x2F;dealarchitect.typepad.com&#x2F;deal_architect&#x2F;2006&#x2F;01&#x2F;of_firemen_and_.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;dealarchitect.typepad.com&#x2F;deal_architect&#x2F;2006&#x2F;01&#x2F;of_firemen_and_.html&#x27;, &#x27;this post&#x27;]);&quot; &gt;this post&lt;&#x2F;a&gt; from Vinnie  Mirchandani  and my first  post  using &lt;a href=&quot;http:&#x2F;&#x2F;performancing.com&#x2F;firefox&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;performancing.com&#x2F;firefox&#x2F;&#x27;, &#x27;Performancing &#x27;]);&quot; &gt;Performancing &lt;&#x2F;a&gt;blog writer plugin.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>The Great Distractor</title>
        <published>2006-01-21T12:35:17+00:00</published>
        <updated>2006-01-21T12:35:17+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/the-great-distractor/" type="text/html"/>
        <id>https://pnarula.com/blog/the-great-distractor/</id>
        
            <content type="html">&lt;p&gt;The great &lt;a href=&quot;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;2006&#x2F;01&#x2F;21&#x2F;a-sunny-pleasure-dome-with-caves-of-ice&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;2006&#x2F;01&#x2F;21&#x2F;a-sunny-pleasure-dome-with-caves-of-ice&#x2F;&#x27;, &#x27;distractor that is internet&#x27;]);&quot; &gt;distractor that is internet&lt;&#x2F;a&gt; is the subject of this post from Dey Da. He also equates it with the intellectual equivalent of Kubla Khanâ€™s â€œmiracle of rare device, a sunny pleasure dome with caves of ice.â€&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>It is cold in MKE</title>
        <published>2005-12-05T22:37:56+00:00</published>
        <updated>2005-12-05T22:37:56+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/it-is-cold-in-mke/" type="text/html"/>
        <id>https://pnarula.com/blog/it-is-cold-in-mke/</id>
        
            <content type="html">&lt;p&gt;&lt;img width=&quot;150&quot; height=&quot;50&quot; align=&quot;right&quot; alt=&quot;One cold day in MKE&quot; title=&quot;One cold day in MKE&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;cold-mke.jpg&quot; &#x2F;&gt;This is the first time I am in this cold a weather. Check the photo I took of the compass in the rental &lt;strong&gt;9 degrees fahrenheit.&lt;&#x2F;strong&gt; Last time I was in this cold would have been in Louisville about 14 degrees.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>What is FON</title>
        <published>2005-11-30T00:01:41+00:00</published>
        <updated>2005-11-30T00:01:41+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/what-is-fon/" type="text/html"/>
        <id>https://pnarula.com/blog/what-is-fon/</id>
        
            <content type="html">&lt;p&gt;&lt;img width=&quot;156&quot; height=&quot;140&quot; align=&quot;right&quot; src=&quot;http:&#x2F;&#x2F;en.fon.com&#x2F;img&#x2F;logofon.gif&quot; &#x2F;&gt;While driving around riding my new Firefox 1.5, I stumbled across something called &lt;a href=&quot;http:&#x2F;&#x2F;en.fon.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.fon.com&#x27;, &#x27;FON&#x27;]);&quot; &gt;FON&lt;&#x2F;a&gt;. Initial words “FON is is wifi revolution” caught my attention I started reading more about it. It is a pretty interesting concept analogous to File-sharing networks. Here instead of sharing your files you are actually sharing your internet bandwidth so that FON members can utilize your bandwidth and surf the net while they are near you and you get the same benefits if you happen to be near a FONer. From there website&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.fon.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.fon.com&#x2F;&#x27;, &#x27;FON&#x27;]);&quot; &gt;FON&lt;&#x2F;a&gt; is an integration of those wanting to contribute to free universal communication and solidarity. We are a usernet growing larger every time we exchange part of our bandwidth for the ability to connect to the bandwidth of other FON members, in every moment from every location in the world.&lt;&#x2F;p&gt;
&lt;p&gt;Pretty interesting. I am sure telecom companies won’t like it. They might even introduce a clause in the service 😀 But if an idea catches up with the masses there is nothing there to prevent it from spreading like virus. So far this is only in Europe let us see when it becomes common in US specially the silicon valley&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Conversation at its best</title>
        <published>2005-11-14T00:59:27+00:00</published>
        <updated>2005-11-14T00:59:27+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/conversation-at-its-best/" type="text/html"/>
        <id>https://pnarula.com/blog/conversation-at-its-best/</id>
        
            <content type="html">&lt;p&gt;Finally internet is opening new avenues to express oneself in true human nature. Read &lt;a href=&quot;http:&#x2F;&#x2F;www.aadisht.net&#x2F;wp&#x2F;wp&#x2F;2005&#x2F;11&#x2F;09&#x2F;it-in-punjab&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.aadisht.net&#x2F;wp&#x2F;wp&#x2F;2005&#x2F;11&#x2F;09&#x2F;it-in-punjab&#x2F;&#x27;, &#x27;IT in Punjab&#x27;]);&quot; &gt;IT in Punjab&lt;&#x2F;a&gt; (Hat Tip – &lt;a href=&quot;http:&#x2F;&#x2F;www.desipundit.com&#x2F;2005&#x2F;11&#x2F;11&#x2F;it-in-punjab&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.desipundit.com&#x2F;2005&#x2F;11&#x2F;11&#x2F;it-in-punjab&#x2F;&#x27;, &#x27;Desipundit&#x27;]);&quot; &gt;Desipundit&lt;&#x2F;a&gt;)&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Engineers run China</title>
        <published>2005-11-09T13:00:53+00:00</published>
        <updated>2005-11-09T13:00:53+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/9-men-who-run-china/" type="text/html"/>
        <id>https://pnarula.com/blog/9-men-who-run-china/</id>
        
            <content type="html">&lt;p&gt;Came across &lt;a href=&quot;http:&#x2F;&#x2F;the88s.blogsome.com&#x2F;2005&#x2F;10&#x2F;19&#x2F;the-9-men-who-run-china&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;the88s.blogsome.com&#x2F;2005&#x2F;10&#x2F;19&#x2F;the-9-men-who-run-china&#x2F;&#x27;, &#x27;The 9 Men who run China&#x27;]);&quot; &gt;The 9 Men who run China&lt;&#x2F;a&gt; via &lt;a href=&quot;http:&#x2F;&#x2F;themessthatgreenspanmade.blogspot.com&#x2F;2005&#x2F;11&#x2F;returning-dollars-roundup.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;themessthatgreenspanmade.blogspot.com&#x2F;2005&#x2F;11&#x2F;returning-dollars-roundup.html&#x27;, &#x27;Tim Iacono&#x27;]);&quot; &gt;Tim Iacono&lt;&#x2F;a&gt;. Amazing, never knew Chinese policies are decided by engineers at the top in Politburo Standing Committee.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Time to do a little Squible</title>
        <published>2005-11-08T12:05:15+00:00</published>
        <updated>2005-11-08T12:05:15+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/time-to-do-a-little-squible/" type="text/html"/>
        <id>https://pnarula.com/blog/time-to-do-a-little-squible/</id>
        
            <content type="html">&lt;p&gt;I have wanted to move away from Kubrick look which was showing of age. I liked &lt;a href=&quot;http:&#x2F;&#x2F;www.squible.com&#x2F;my-work&#x2F;squible&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.squible.com&#x2F;my-work&#x2F;squible&#x2F;&#x27;, &#x27;Squible&#x27;]);&quot; &gt;Squible&lt;&#x2F;a&gt; for its different look. It also matches closely with the design I have had in mind.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Grabline aggregator for India news</title>
        <published>2005-11-05T14:21:13+00:00</published>
        <updated>2005-11-05T14:21:13+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/grabline-aggregator-for-india-news/" type="text/html"/>
        <id>https://pnarula.com/blog/grabline-aggregator-for-india-news/</id>
        
            <content type="html">&lt;p&gt;Recently a close friend started an aggregator for India related news with the name &lt;a href=&quot;http:&#x2F;&#x2F;www.grabline.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.grabline.com&#x2F;&#x27;, &#x27;Grabline&#x27;]);&quot; &gt;Grabline&lt;&#x2F;a&gt;. Well wishes to him. Take a look if you are interesed in reading India related news at one site.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>What if Mass Media disappeared one day</title>
        <published>2005-11-05T13:47:28+00:00</published>
        <updated>2005-11-05T13:47:28+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/what-if-mass-media-disappeared-one-day/" type="text/html"/>
        <id>https://pnarula.com/blog/what-if-mass-media-disappeared-one-day/</id>
        
            <content type="html">&lt;p&gt;These days there is lot of talk about mass media and its future in the coming age. There are those in the blog world that pronounce that mass media will be marginalized more and more as we move further along. Then there are those in the mass media like Forbes who dedicate a full issue for &lt;a href=&quot;http:&#x2F;&#x2F;bigpicture.typepad.com&#x2F;comments&#x2F;2005&#x2F;10&#x2F;attack_of_the_b.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;bigpicture.typepad.com&#x2F;comments&#x2F;2005&#x2F;10&#x2F;attack_of_the_b.html&#x27;, &#x27;attacking the bloggers&#x27;]);&quot; &gt;attacking the bloggers&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;My personal belief is that a lot of stories in the blog world start by referring to something seen&#x2F;read&#x2F;heard from the mass media and then the author’s take on it. I am not saying that there is nothing original written in the blog world but rather there is good amount of let’s say filtering from Mass Media that happens. Posts about good stories get published a lot and get a lot of comments. While if the mass media committed a folly, it would be pointed out loud. Most of the blog writers do something else for a living while journalists or professional writers do it for a living so naturally they have more time to research and are generally better articulate in putting their thoughts on paper. Coming back to what is mass media disappeared one day – it would be a very dull day for bloggers. So much that we might even see a drop in internet bandwidth usage that day 😀&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Golden rules of consulting</title>
        <published>2005-11-04T20:53:50+00:00</published>
        <updated>2005-11-04T20:53:50+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/golden-rules-of-consulting/" type="text/html"/>
        <id>https://pnarula.com/blog/golden-rules-of-consulting/</id>
        
            <content type="html">&lt;p&gt;When I &lt;a href=&quot;&#x2F;200405&#x2F;first-post&#x2F;&quot;&gt;started Beta Thoughts&lt;&#x2F;a&gt; one of the very first categories I had created was &lt;a href=&quot;&#x2F;category&#x2F;consulting&#x2F;&quot;&gt;consulting&lt;&#x2F;a&gt;. Idea was to share some of the thoughts, best practices etc. that I have gained over the years. During the last few years I have been to &lt;a href=&quot;&#x2F;200508&#x2F;the-states-i-have-been-to-in-united-states&#x2F;&quot;&gt;many places&lt;&#x2F;a&gt;, got to be part of exciting teams, different work environments etc. One thing that has remained constant is two golden rules that were told to me by Michael Chio, an excellent consultant on my very first consulting gig in &lt;a href=&quot;&#x2F;200510&#x2F;reason-i-still-love-living-in-bayarea&#x2F;&quot;&gt;Bay Area&lt;&#x2F;a&gt;. I have lost touch with him over the years but I still remember his golden advice. Here they are&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Never Say No&lt;&#x2F;strong&gt; – Never say a out right no to what is asked from you. Besides isnâ€™t it true that given enough time and effort most of things can be done. Even in cases where you know that this task cannot be done, ask more questions to about the task, get more clarifications of the variables of the problem being asked. It may be the case that you haven’t understood the problem. If still you think the answer is no give enough simple and clear reasons why the task can not be done.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Do not panic&lt;&#x2F;strong&gt; – this might be written on the front page of Hitch Hiker’s guide to galaxy but it is also true in consulting world. You might have blown away the last week’s effort but do not I repeat do not panic. Your panic situation will send an exponentially higher signal to the client. There is nothing worse than a consultant panicking in front of a client. Analyze the reasons it happened and what you need to do to resolve this.&lt;&#x2F;p&gt;
&lt;p&gt;I have added a third rule to this&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Communicate&lt;&#x2F;strong&gt; – Humans like to talk. It is very important that you are talking about your progress with your client. You might be doing a yeoman’s job but without communication it might not be as worthful. It doesn’t help to just sit there and do your job one needs to talk to peers and higher ups.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Yahoo releases Flash based maps</title>
        <published>2005-11-03T18:11:53+00:00</published>
        <updated>2005-11-03T18:11:53+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/yahoo-releases-flash-based-maps/" type="text/html"/>
        <id>https://pnarula.com/blog/yahoo-releases-flash-based-maps/</id>
        
            <content type="html">&lt;p&gt;Long time readers of Beta Thoughts would know my love for Maps. May be this comes from the time I spent in creating GIS for Chandigarh while still at &lt;a href=&quot;http:&#x2F;&#x2F;pec.ac.in&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pec.ac.in&#x27;, &#x27;college&#x27;]);&quot; &gt;college&lt;&#x2F;a&gt;. I was so happy when Google released its map offering with cool AJAX features. I even did a little &lt;a href=&quot;&#x2F;200502&#x2F;google-maps&#x2F;&quot;&gt;screencast&lt;&#x2F;a&gt; using &lt;a href=&quot;http:&#x2F;&#x2F;www.debugmode.com&#x2F;wink&#x2F;&quot;&gt;Wink&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Today Yahoo released the Beta version of its maps application based on flash and I love it. Yahoo maps API is so easy that it takes less than few minutes to comeup with your stuff. Based up on their Javascript API I created a flash based map of the center of desi land i.e. Lawrence and El Camino cross section with a overlay of “Indian Food” You can see my favorite grocery shop in the map along with 10 other points.&lt;&#x2F;p&gt;&lt;&#x2F;p&gt;
&lt;img width=&quot;485&quot; height=&quot;134&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;bayarea-desicenter.jpg&quot; &#x2F;&gt;
&lt;p&gt;So far it is only US based (I can see smoke coming out of &lt;a href=&quot;http:&#x2F;&#x2F;ngoel.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;ngoel.com&#x27;, &#x27;Niks&#x27;]);&quot; &gt;Niks&lt;&#x2F;a&gt; ears) Hopefully they will cover the rest of world along with a little island somewhere in Asia-Pacific.&lt;&#x2F;p&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Hummer and American Economy</title>
        <published>2005-11-03T16:28:18+00:00</published>
        <updated>2005-11-03T16:28:18+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/hummer-and-american-economy/" type="text/html"/>
        <id>https://pnarula.com/blog/hummer-and-american-economy/</id>
        
            <content type="html">&lt;p&gt;Tim talks about the &lt;a href=&quot;http:&#x2F;&#x2F;themessthatgreenspanmade.blogspot.com&#x2F;2005&#x2F;11&#x2F;hummer-overfloweth.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;themessthatgreenspanmade.blogspot.com&#x2F;2005&#x2F;11&#x2F;hummer-overfloweth.html&#x27;, &#x27;growing inventory of Hummers&#x27;]);&quot; &gt;growing inventory of Hummers&lt;&#x2F;a&gt; at the local dealer in sunny and beautiful San Diego(the epicenter of Housing Bubble). He even clicked few photographs from the so called undisclosed location&lt;&#x2F;p&gt;
&lt;img width=&quot;480&quot; height=&quot;360&quot; src=&quot;http:&#x2F;&#x2F;photos1.blogger.com&#x2F;hello&#x2F;115&#x2F;6336&#x2F;480&#x2F;Hummer3.jpg&quot; &#x2F;&gt;
&lt;p&gt;What I liked about the post was that it shows the power of blogging or an excellent piece of &lt;a href=&quot;http:&#x2F;&#x2F;www.infoworld.com&#x2F;article&#x2F;05&#x2F;10&#x2F;19&#x2F;43OPstrategic_1.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.infoworld.com&#x2F;article&#x2F;05&#x2F;10&#x2F;19&#x2F;43OPstrategic_1.html&#x27;, &#x27;citizen journalism&#x27;]);&quot;  title=&quot;Making a routine of citizen journalism&quot;&gt;citizen journalism&lt;&#x2F;a&gt; as Dan Gilmore of &lt;a href=&quot;http:&#x2F;&#x2F;bayosphere.com&#x2F;blog&#x2F;dangillmor&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;bayosphere.com&#x2F;blog&#x2F;dangillmor&#x27;, &#x27;BayOSphere&#x27;]);&quot; &gt;BayOSphere&lt;&#x2F;a&gt; calls it. Tim ends the post with a thoughtful metaphor&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The reason that the story of rapidly rising Hummer inventory is so interesting and so amusing, is that America’s most ostentatious Sport Utility Vehicle, ** &lt;em&gt;the Hummer SUV, is a metaphor for America&lt;&#x2F;em&gt;** in the world today – overweight, overpriced, inefficient, and unloved.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Gmail Conversations love them</title>
        <published>2005-11-01T13:50:55+00:00</published>
        <updated>2005-11-01T13:50:55+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/gmail-conversations/" type="text/html"/>
        <id>https://pnarula.com/blog/gmail-conversations/</id>
        
            <content type="html">&lt;p&gt;One of the prime reasons I moved from yahoo mail to gmail was the conversations feature provided by Gmail. You can see this feature in all glory in the following image. What it shows is the response to my Happy Diwali email I sent to few of my friends&lt;&#x2F;p&gt;
 &lt;img width=&quot;454&quot; height=&quot;315&quot; title=&quot;Gmail Conversations&quot; alt=&quot;Gmail Conversations&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;gmail-conversations.jpg&quot; &#x2F;&gt;
&lt;p&gt;In the non-conversation world I might have ended with that many emails and it would have been so not-cool to manage them. Here on Gmail I have them tied in a nice bundle.&lt;&#x2F;p&gt;
&lt;p&gt;Technorati Tags: &lt;a href=&quot;http:&#x2F;&#x2F;technorati.com&#x2F;tag&#x2F;gmail&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;technorati.com&#x2F;tag&#x2F;gmail&#x27;, &#x27;gmail&#x27;]);&quot; &gt;gmail&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;technorati.com&#x2F;tag&#x2F;diwali&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;technorati.com&#x2F;tag&#x2F;diwali&#x27;, &#x27;diwali&#x27;]);&quot; &gt;diwali&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>from darkness to light Happy Diwali 2005</title>
        <published>2005-11-01T00:31:09+00:00</published>
        <updated>2005-11-01T00:31:09+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/darkness-to-light/" type="text/html"/>
        <id>https://pnarula.com/blog/darkness-to-light/</id>
        
            <content type="html">&lt;p&gt;Â &lt;&#x2F;p&gt;
&lt;p&gt;May the festival of lights bring light of joy and prosperity to every day of your life…&lt;&#x2F;p&gt;
&lt;p&gt;Â &lt;&#x2F;p&gt;
&lt;img width=&quot;500&quot; height=&quot;142&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;diwali-2005.png&quot; alt=&quot;Happy Diwali 2005&quot; title=&quot;Happy Diwali 2005&quot; &#x2F;&gt;
&lt;p&gt;Â to every one.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Ownership in Indian Economy</title>
        <published>2005-10-30T10:09:35+00:00</published>
        <updated>2005-10-30T10:09:35+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/ownership-in-indian-economy/" type="text/html"/>
        <id>https://pnarula.com/blog/ownership-in-indian-economy/</id>
        
            <content type="html">&lt;p&gt;Atanu Dey, the same guy who wrote “&lt;a href=&quot;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;2005&#x2F;01&#x2F;18&#x2F;the-importance-of-producing-stuff&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;2005&#x2F;01&#x2F;18&#x2F;the-importance-of-producing-stuff&#x2F;&#x27;, &#x27;Stuff Matters&#x27;]);&quot; &gt;Stuff Matters&lt;&#x2F;a&gt;” has another &lt;a href=&quot;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;2005&#x2F;10&#x2F;29&#x2F;the-ownership-society&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;2005&#x2F;10&#x2F;29&#x2F;the-ownership-society&#x27;, &#x27;excellent post&#x27;]);&quot; &gt;excellent post&lt;&#x2F;a&gt; on the importance of accountability or ownership for a prospering economy. Excerpt from the post –&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The market is slowly coming into being in India. The law is flawed. We need to get the â€œfâ€ and the â€œedâ€ out of â€œflawedâ€ to get some good law. What that means is we need to get the courts to move. Many trades donâ€™t occur because contracts cannot be enforced by a court system which has a reported backlog of about 300-odd years. Finally, we need to make people owners so that they can properly care for their charge and this they will do only if they have an incentive to perform their duty, which they will do if credible commitments can be made about public flogging.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;I was amused when he recommended public flogging as the way to mend public officials. I am sure it was not his intent but a by-product of the sense of humor I am sure he picked from the sunny-sunny California.Â &lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Akismet</title>
        <published>2005-10-25T21:27:58+00:00</published>
        <updated>2005-10-25T21:27:58+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/akismet/" type="text/html"/>
        <id>https://pnarula.com/blog/akismet/</id>
        
            <content type="html">&lt;p&gt;So finally we know what Matt &lt;a href=&quot;http:&#x2F;&#x2F;matt.wordpress.com&#x2F;2005&#x2F;10&#x2F;25&#x2F;announcing-akismet&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;matt.wordpress.com&#x2F;2005&#x2F;10&#x2F;25&#x2F;announcing-akismet&#x2F;&#x27;, &#x27;has been up to&#x27;]);&quot; &gt;has been up to&lt;&#x2F;a&gt;. Just installed &lt;a href=&quot;http:&#x2F;&#x2F;akismet.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akismet.com&#x27;, &#x27;Akismet&#x27;]);&quot; &gt;Akismet&lt;&#x2F;a&gt; on Beta Thoughts. I have deactivated Spam Karma for now. Let us see how effective Akismet is. One thing I fail to understand is the distribution mechanism of API keys. Does that mean that every one should have a weblog on wordpress.com as well as one’s personal weblog?? Hopefully the doubt will be clear in few days.&lt;&#x2F;p&gt;
&lt;p&gt;The name Akismet is interesting as kismet is urdu&#x2F;persian word for fate. Â &lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Pricing</title>
        <published>2005-10-22T23:53:39+00:00</published>
        <updated>2005-10-22T23:53:39+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/pricing/" type="text/html"/>
        <id>https://pnarula.com/blog/pricing/</id>
        
            <content type="html">&lt;p&gt;One of the blogs I often read is Brad deLong’s Semi Daily journal. You can always find good discussions on various economic trends and news from Brad’s prespective on this site. In one of the &lt;a href=&quot;http:&#x2F;&#x2F;delong.typepad.com&#x2F;sdj&#x2F;2005&#x2F;10&#x2F;nationalize_tam.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;delong.typepad.com&#x2F;sdj&#x2F;2005&#x2F;10&#x2F;nationalize_tam.html&#x27;, &#x27;stories&#x27;]);&quot; &gt;stories&lt;&#x2F;a&gt; he &lt;a href=&quot;http:&#x2F;&#x2F;delong.typepad.com&#x2F;sdj&#x2F;2005&#x2F;10&#x2F;nationalize_tam.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;delong.typepad.com&#x2F;sdj&#x2F;2005&#x2F;10&#x2F;nationalize_tam.html&#x27;, &#x27;linked&#x27;]);&quot; &gt;linked&lt;&#x2F;a&gt;, it had the following line from original author&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Holy Grail in economics is that price should equal marginal cost&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;I ended up spending more time in thinking about this line than I should have. Obviously my first attempt was to think about software pricing where this would fail miserably. The cost of producing next unit of software is practically nil. Infact this is true for any thing which can be made digital. This is the reason MPAA and RIAA are fretting over this so much for the music and movie copying.&lt;&#x2F;p&gt;
&lt;p&gt;Pricing is a very interesting topic. First instance of this would have been during the bartering system in the early stages of civilization. Initial pricing techniques must have been very simple. Some thing on the lines it costed me this much in producing 100 kilogram of onions. With this much as markup I should price this item this amount. Ofcourse the compitition should be kept in mind over here.&lt;&#x2F;p&gt;
&lt;p&gt;This simple concept must have taken drastic turn with the introduction of branding. I am not sure when the pricing technique of how much the customer would be willing to pay for this product&#x2F;service would have come into practice. I guess it has been there since early ages  &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;simple-smile.png&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;Here are few pricing scenarios&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;Stock valuation – the most crazy and weird thing in the world to price. Is Google really worth what it is now upwards of $300?&lt;&#x2F;li&gt;
&lt;li&gt;Software Licenses – This is again a art.&lt;&#x2F;li&gt;
&lt;li&gt;Price difference between the similar quality branded and non-branded stuff. For example a simple white shirt stiched by a taylor in Bangladesh with GAP logo and without the logo&lt;&#x2F;li&gt;
&lt;li&gt;Health Care costs in US&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Flock is out</title>
        <published>2005-10-21T09:05:55+00:00</published>
        <updated>2005-10-21T09:05:55+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/flock-is-out/" type="text/html"/>
        <id>https://pnarula.com/blog/flock-is-out/</id>
        
            <content type="html">&lt;p&gt;For the past few weeks&#x2F;month Silicon Valley has been abuzz with the talks about Flock – a browser based on Firefox with lot of stuff added to make life easier. Before going further I would like to remind the readers a &lt;a href=&quot;&#x2F;archives&#x2F;2004&#x2F;10&#x2F;27&#x2F;dont-you-love-om&#x2F;&quot;&gt;phrase&lt;&#x2F;a&gt; coined by Om of &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&quot;&gt;GigaOm&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;“Silicon Valley is a hot house where everyone smokes the same crappy weed and participates in a constant feedback loop.”&lt;&#x2F;p&gt;
&lt;p&gt;So with that grain of salt let me say that I was happy when &lt;a href=&quot;http:&#x2F;&#x2F;photomatt.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;photomatt.com&#x27;, &#x27;read &#x27;]);&quot; &gt;read &lt;&#x2F;a&gt;it on &lt;a href=&quot;http:&#x2F;&#x2F;matt.wordpress.com&#x2F;2005&#x2F;10&#x2F;20&#x2F;flock-out-of-the-bag&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;matt.wordpress.com&#x2F;2005&#x2F;10&#x2F;20&#x2F;flock-out-of-the-bag&#x2F;&#x27;, &#x27; Matt&amp;#8217;s wordpress.com&#x27;]);&quot; &gt;Matt’s wordpress.com&lt;&#x2F;a&gt; site that Flock it out. First thing I did after downloading was to post to my Hindi weblog as this is something I have been looking for. None of the free blogging clients offer a good support for unicoded Devnagari. I was a happy puppy when flock recognized the name of my weblog correctly. Â  You can see my shiny little hindi post from weblog at &lt;a href=&quot;http:&#x2F;&#x2F;hindi.pnarula.com&#x2F;haanbhai&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;hindi.pnarula.com&#x2F;haanbhai&#x27;, &#x27;Haanbhai&#x27;]);&quot; &gt;Haanbhai&lt;&#x2F;a&gt; Incidently this might be the first unicoded post from flock. Needless to say this post is also from flock. I like the ability to put technorati tags from interface itself. Will keep using Flock and let us see how it helps making my online life easier. Kudos to Flock team.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;span&gt;Update:&lt;&#x2F;span&gt; This is from WP interface. I had some formatting challenges from the Flock interface so making the changes from WP interface. Plus how do one posts to a particular category from Flock.Â &lt;&#x2F;p&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Technorati Tags: &lt;a href=&quot;http:&#x2F;&#x2F;technorati.com&#x2F;tag&#x2F;flock&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;technorati.com&#x2F;tag&#x2F;flock&#x27;, &#x27;flock&#x27;]);&quot; &gt;flock&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;technorati.com&#x2F;tag&#x2F;hindi&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;technorati.com&#x2F;tag&#x2F;hindi&#x27;, &#x27;hindi&#x27;]);&quot; &gt;hindi&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Culture of participation</title>
        <published>2005-10-18T19:11:36+00:00</published>
        <updated>2005-10-18T19:11:36+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/culture-of-participation/" type="text/html"/>
        <id>https://pnarula.com/blog/culture-of-participation/</id>
        
            <content type="html">&lt;p&gt;Om Malik &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&#x2F;2005&#x2F;10&#x2F;18&#x2F;web-20-the-community-the-commerce-conundrum&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x2F;2005&#x2F;10&#x2F;18&#x2F;web-20-the-community-the-commerce-conundrum&#x2F;&#x27;, &#x27;reflecting&#x27;]);&quot; &gt;reflecting&lt;&#x2F;a&gt; on Nicholas Carr’s &lt;a href=&quot;http:&#x2F;&#x2F;www.roughtype.com&#x2F;archives&#x2F;2005&#x2F;10&#x2F;the_amorality_o.php&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.roughtype.com&#x2F;archives&#x2F;2005&#x2F;10&#x2F;the_amorality_o.php&#x27;, &#x27;Amorality of Web 2.0&#x27;]);&quot; &gt;Amorality of Web 2.0&lt;&#x2F;a&gt; writes about the culture of participation which is the center of so called web 2.0 – Â &lt;&#x2F;p&gt;
&lt;p&gt;Â &lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;if this culture of participation was seemingly help build businesses on our collective backs. So if we tag, bookmark or share, and help &lt;strong&gt;del.icio.us&lt;&#x2F;strong&gt; or &lt;strong&gt;Technorati&lt;&#x2F;strong&gt; or &lt;strong&gt;Yahoo&lt;&#x2F;strong&gt; become better commercial entities, &lt;strong&gt;arenâ€™t we seemingly commoditizing our most valuable asset – time.&lt;&#x2F;strong&gt; We become the outsourced workforce, the collective, though it is still unclear what is the pay-off. While we may (or may not) gain something from the collective efforts, the odds are whatever â€œthe collective effortsâ€ are, they are going to boost the economic value of those entities. Will they share in their upside? Not likely!&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Coming to Om’s point of being the outsourced workforce – there has to be something for this to work. So far del.icio.us, technorati have been hugely successful. Any successful transaction involves give and take. If I create a link pointing to AJAX, there are thousands other links created by the community in the same area for me to see. Naturally I got the benefit of that collective work. So yes &lt;em&gt;1 Person vs. del.icio.us&lt;&#x2F;em&gt; is definitely in favor of the site but &lt;em&gt;n Persons vs. del.icio.us&lt;&#x2F;em&gt; definitely tilts the scale towards an individual.&lt;&#x2F;p&gt;
&lt;p&gt;Â &lt;&#x2F;p&gt;
&lt;p&gt;I have often wondered about this in regards to &lt;a href=&quot;http:&#x2F;&#x2F;akshargram.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akshargram.com&#x27;, &#x27;Akshargram&#x27;]);&quot; &gt;Akshargram&lt;&#x2F;a&gt; – the online hindi bloggers community website I have the honor to host. It is sort of a virtual meeting place where hindi blogger’s ruminate on various things like geeks talk about technology on Slashdot, Culture of participation thouhts of Om are true about akshargram too. Without the community akshargram would have died a silent death. So if participants spend time inÂ  writing posts to Akshargram, do they lose or gain any thing. In my opinion I think it works both ways.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Reason I still love living in Bayarea</title>
        <published>2005-10-15T15:11:24+00:00</published>
        <updated>2005-10-15T15:11:24+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/reason-i-still-love-living-in-bayarea/" type="text/html"/>
        <id>https://pnarula.com/blog/reason-i-still-love-living-in-bayarea/</id>
        
            <content type="html">&lt;p&gt;One of the reason for moving from Louisville KY to bayarea was the startup activity that happens in the valley. It is too much fun being surrounded by geeks 😀 Andreeson whose Netscape started the IPO fever is telling on the &lt;a href=&quot;http:&#x2F;&#x2F;www.businessweek.com&#x2F;technology&#x2F;content&#x2F;oct2005&#x2F;tc20051013_579291.htm&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.businessweek.com&#x2F;technology&#x2F;content&#x2F;oct2005&#x2F;tc20051013_579291.htm&#x27;, &#x27;same lines&#x27;]);&quot; &gt;same lines&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;There’s a critical mass of investors — way more than anywhere else, which does matter. [There are] sales people, executives, accountants, lawyers, bankers, and you’re in the flow of what’s actually going on. [Being in tech and not being in Silicon Valley] is like trying to be in the movie business not in LA or trying to be in national politics and not be in D.C. You just don’t know what’s going on half the time. You get outside the valley and you’re not aware of next six startups that just got funded. That actually matters.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Ofcourse now that I am here there are other reasons like great food choices for Indian Cuisine, lots of buddies from &lt;a href=&quot;http:&#x2F;&#x2F;www.pec.ac.in&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pec.ac.in&#x27;, &#x27;PEC&#x27;]);&quot; &gt;PEC&lt;&#x2F;a&gt; – the school I went to in &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chandigarh&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chandigarh&#x27;, &#x27;Chandigarh&#x27;]);&quot; &gt;Chandigarh&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;naz8.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;naz8.com&#x27;, &#x27;Naz8&#x27;]);&quot; &gt;Naz8&lt;&#x2F;a&gt; and so on.&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Very cool title for a blog</title>
        <published>2005-10-11T21:21:47+00:00</published>
        <updated>2005-10-11T21:21:47+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/very-cool-title-for-a-blog/" type="text/html"/>
        <id>https://pnarula.com/blog/very-cool-title-for-a-blog/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;clorange.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;clorange.com&#x2F;&#x27;, &#x27;Impedance mismatch over HTTP&#x27;]);&quot; &gt;Impedance mismatch over HTTP&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Coming from EE background and working with web-apps this title holds a special place for me.Â &lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>I finally get what is Beta</title>
        <published>2005-10-10T22:01:21+00:00</published>
        <updated>2005-10-10T22:01:21+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/i-finally-get-what-is-beta/" type="text/html"/>
        <id>https://pnarula.com/blog/i-finally-get-what-is-beta/</id>
        
            <content type="html">&lt;p&gt;Nope the Beta I am talking about is not the Beta from Beta Thoughts but the Beta of financial markets. Few years or may be months back, see in the first few years of marriage time doesn’t matter 😀 but I am digressing. So few months back a &lt;a href=&quot;http:&#x2F;&#x2F;gurusf.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gurusf.blogspot.com&#x2F;&#x27;, &#x27;longtime friend&#x27;]);&quot; &gt;longtime friend&lt;&#x2F;a&gt; started discussing in his inimitable style &lt;a href=&quot;http:&#x2F;&#x2F;en.wiktionary.org&#x2F;wiki&#x2F;yaar&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wiktionary.org&#x2F;wiki&#x2F;yaar&#x27;, &#x27;yaar&#x27;]);&quot; &gt;yaar&lt;&#x2F;a&gt;, what is this beta my collegues keep talking about.Â  I didn’t knew a iota about this beta.&lt;&#x2F;p&gt;
&lt;p&gt;Then I started reading &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0393320405&#x2F;103-6187749-4651825?v=glance&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0393320405&#x2F;103-6187749-4651825?v=glance&#x27;, &#x27;A Random Walk down Wall Street&#x27;]);&quot; &gt;A Random Walk down Wall Street&lt;&#x2F;a&gt; in July when I quoted the author about &lt;a href=&quot;&#x2F;archives&#x2F;2005&#x2F;07&#x2F;03&#x2F;the-madness-of-crowds&#x2F;&quot;&gt;Madness of the Crowds&lt;&#x2F;a&gt;. Books like Random Walk take its own sweet time to get digested. I was only able to finish five chapters in the first go. I picked it again in this month of Oktoberfest while flying for work. I finally saw the light and now I know what is Beta. From the book&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Beta is the numerical description of systematic risk. Despite the mathematical manipulations involved, the basic idea behind the beta measurement is one of putting some precise numbers on the subjective feelings money managers have had for years&lt;br &#x2F;&gt;
…&lt;br &#x2F;&gt;
The calculation begin by assigning a beta of 1 to a broad market index, such as NYSE index or the S&amp;amp;P 500. If a stock has a beta of 2, then on average it swings twice as far as the market. If the market rises by 10 percent, the stock rises by 20 percent. If a stock has a beta of 0.5, it tends to be more stable than the market (it will go up or down 5 percent when the market rises or declines by 10 percent).&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Isn’t it easy.&lt;br &#x2F;&gt;
Â &lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>The coming of composites</title>
        <published>2005-10-10T20:36:44+00:00</published>
        <updated>2005-10-10T20:36:44+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/composites-apps/" type="text/html"/>
        <id>https://pnarula.com/blog/composites-apps/</id>
        
            <content type="html">&lt;p&gt;Enterprise software has been of great interest to me since the college days. &lt;a href=&quot;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;2005&#x2F;10&#x2F;enterprise-software-industry.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;2005&#x2F;10&#x2F;enterprise-software-industry.html&#x27;, &#x27;Sadgopan&#x27;]);&quot; &gt;Sadgopan&lt;&#x2F;a&gt; who heads eBusiness and Consulting for &lt;a href=&quot;http:&#x2F;&#x2F;in.finance.yahoo.com&#x2F;q?s=SAY&amp;#038;d=0b&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;in.finance.yahoo.com&#x2F;q?s=SAY&amp;#038;d=0b&#x27;, &#x27;Satyam&#x27;]);&quot; &gt;Satyam&lt;&#x2F;a&gt; has written an excellent article on evolution of enterprise software and the direction it is going to take in future. He is musing&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;With globalization and a flat world increasingly beginning to force enterprises to become more competitive the business climate began to slowly change – the new rule of the game demanded agility as the key driver for success in general – &lt;strong&gt;the game changed and began to favor the fast moving against the slower one and big size did not necessarily confer advantages&lt;&#x2F;strong&gt; on business entities by default.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Do read it over here at &lt;a href=&quot;http:&#x2F;&#x2F;www.sandhill.com&#x2F;opinion&#x2F;daily_blog.php?id=15#post95&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.sandhill.com&#x2F;opinion&#x2F;daily_blog.php?id=15#post95&#x27;, &#x27;sandhill.com&#x27;]);&quot; &gt;sandhill.com&lt;&#x2F;a&gt;. He concludes that the enterprise software is moving towards composite applications made from mash-up of existing apps. My own take on the software evolution can be summarized in very few words –&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;First there were custom apps,&lt;br &#x2F;&gt;
Then came COTS&lt;sup&gt;[1]&lt;&#x2F;sup&gt;&lt;br &#x2F;&gt;
Now is the age of the composite applications&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;What is more motivating in the story is validation of SAP’s Netweaver Intiative. Being a Netweaver professional it makes me smile. Quoting Sadgopan&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;SAP is said to be devoting as much as a third of its overall R&amp;amp;D efforts towards building composites &amp;amp; its roadmap promises to provide its customers with the ability to create new business processes on the fly &amp;amp; avoid any rebuilds&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;[1] Commercial Off The Shelf&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>See the big picture at News dot com</title>
        <published>2005-10-04T21:09:54+00:00</published>
        <updated>2005-10-04T21:09:54+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/see-the-big-picture-at-newscom/" type="text/html"/>
        <id>https://pnarula.com/blog/see-the-big-picture-at-newscom/</id>
        
            <content type="html">&lt;p&gt;Read over at &lt;a href=&quot;http:&#x2F;&#x2F;www.siliconbeat.com&#x2F;entries&#x2F;2005&#x2F;10&#x2F;04&#x2F;seeing_the_big_picture_on_newscom.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.siliconbeat.com&#x2F;entries&#x2F;2005&#x2F;10&#x2F;04&#x2F;seeing_the_big_picture_on_newscom.html&#x27;, &#x27;Silicon Beat&#x27;]);&quot; &gt;Silicon Beat&lt;&#x2F;a&gt; about the new Big Picture feature of New.com. It tells you about the related stories, companies and concepts related to the present story. Immediately went and checked this &lt;a href=&quot;http:&#x2F;&#x2F;beta.news.com.com&#x2F;SAP+opens+arms+to+NetWeaver+community&#x2F;2100-1012_3-5884049.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;beta.news.com.com&#x2F;SAP+opens+arms+to+NetWeaver+community&#x2F;2100-1012_3-5884049.html&#x27;, &#x27;story&#x27;]);&quot; &gt;story&lt;&#x2F;a&gt;. See what the big picture is.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;images&#x2F;bt&#x2F;big-picture.jpg&quot; alt=&quot;&quot; &#x2F;&gt;&lt;&#x2F;p&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Isn’t it interesting how SAP has Micorsoft, Oracle in its vicinity.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>indiOne hotels by Tata Group</title>
        <published>2005-09-20T23:24:41+00:00</published>
        <updated>2005-09-20T23:24:41+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/indione-hotels-by-tata-group/" type="text/html"/>
        <id>https://pnarula.com/blog/indione-hotels-by-tata-group/</id>
        
            <content type="html">&lt;p&gt;A nice hotel is a must for any business traveller. A good night at a decent hotel can do good for the business. As a SAP professional constantly on the road, I can associate with this. Just read over at &lt;a href=&quot;http:&#x2F;&#x2F;www.emergic.org&#x2F;archives&#x2F;2005&#x2F;09&#x2F;21&#x2F;index.html#tech_talk_building_a_better_india_and_the_good&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.emergic.org&#x2F;archives&#x2F;2005&#x2F;09&#x2F;21&#x2F;index.html#tech_talk_building_a_better_india_and_the_good&#x27;, &#x27;Rajesh Jain&amp;#8217;s Emergic &#x27;]);&quot; &gt;Rajesh Jain’s Emergic &lt;&#x2F;a&gt;about the new hotels from Tata group called &lt;a href=&quot;http:&#x2F;&#x2F;www.indione.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.indione.com&#x2F;&#x27;, &#x27;indiOne&#x27;]);&quot; &gt;indiOne&lt;&#x2F;a&gt;. Rajesh has good things to say about this hotel. From the looks they look pretty decent. Have a dekho yourself&lt;&#x2F;p&gt;
&lt;pre class=&quot;z-code&quot;&gt;&lt;code&gt;&lt;span class=&quot;z-text z-plain&quot;&gt;    &amp;lt;img width=&amp;quot;162&amp;quot; height=&amp;quot;157&amp;quot; src=&amp;quot;http:&#x2F;&#x2F;www.indione.com&#x2F;images&#x2F;new_IO_SSR2.jpg&amp;quot; &#x2F;&amp;gt;&amp;lt;img width=&amp;quot;162&amp;quot; height=&amp;quot;157&amp;quot; src=&amp;quot;http:&#x2F;&#x2F;www.indione.com&#x2F;images&#x2F;new_IO_SSR3.jpg&amp;quot; &#x2F;&amp;gt;
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Nice fact about the hotel is that first the price of the rooms was fixed and then the infrastructure was built backwards from there or as Rajesh puts it &lt;strong&gt;“bottom-up innovation”.&lt;&#x2F;strong&gt; For 1000 bucks a night this is great deal.&lt;&#x2F;p&gt;
&lt;p&gt;Considering SAP India is in the walking distance from there I might just land up there some day. If you are going to &lt;a href=&quot;http:&#x2F;&#x2F;www.sapteched.com&#x2F;india&#x2F;home.htm&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.sapteched.com&#x2F;india&#x2F;home.htm&#x27;, &#x27;SAP TechEd &amp;#8217;05 Bangalore&#x27;]);&quot; title=&quot;SAP Teched Bangalore&quot;&gt;SAP TechEd ’05 Bangalore&lt;&#x2F;a&gt;, this might be the place to spend your nights.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Placeopedia the fun never ends</title>
        <published>2005-09-19T15:11:00+00:00</published>
        <updated>2005-09-19T15:11:00+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/placeopedia/" type="text/html"/>
        <id>https://pnarula.com/blog/placeopedia/</id>
        
            <content type="html">&lt;p&gt;&lt;img width=&quot;417&quot; height=&quot;77&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;placeopedia.png&quot; alt=&quot;Placeopedia&quot; title=&quot;Placeopedia&quot; &#x2F;&gt;Â &lt;&#x2F;p&gt;
&lt;p&gt;Just got to know about &lt;a href=&quot;http:&#x2F;&#x2F;www.placeopedia.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.placeopedia.com&#x27;, &#x27;Placeopedia&#x27;]);&quot;  title=&quot;Placeopedia&quot;&gt;Placeopedia&lt;&#x2F;a&gt;, a simple site to connect Wikipedia articles about places like &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ambala&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ambala&#x27;, &#x27;Ambala&#x27;]);&quot;  title=&quot;Ambala&quot;&gt;Ambala&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chandigarh&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chandigarh&#x27;, &#x27;Chandigarh &#x27;]);&quot;  title=&quot;Chandigarh&quot;&gt;Chandigarh &lt;&#x2F;a&gt;to their geographical position on google maps. No points for guessing which places I have pin pointed 😀&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.placeopedia.com&#x2F;?1137#needsJS&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.placeopedia.com&#x2F;?1137#needsJS&#x27;, &#x27;Ambala&#x27;]);&quot;  title=&quot;Ambala | PlaceoPedia&quot;&gt;Ambala&lt;br &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.placeopedia.com&#x2F;?1146#needsJS&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.placeopedia.com&#x2F;?1146#needsJS&#x27;, &#x27;Chandigarh&#x27;]);&quot;  title=&quot;Chandigarh | PlaceoPedia&quot;&gt;Chandigarh&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.placeopedia.com&#x2F;?1151#needsJS&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.placeopedia.com&#x2F;?1151#needsJS&#x27;, &#x27;Punjab Engineering College&#x27;]);&quot;  title=&quot;PEC | Placeopedia&quot;&gt;Punjab Engineering College&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Please switch to Hybrid view once you are there. While in Ambala – try to find the air force strip, and in Chandigarh you can see the lovely Sukhna Lake. Too many fond memories associated with it. Here is a pic for your eyes&lt;&#x2F;p&gt;
&lt;p&gt;Â &lt;img width=&quot;451&quot; height=&quot;401&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;pec-placeopedia.png&quot; alt=&quot;Punjab Engineering College&quot; title=&quot;Punjab Engineering College&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Create you places. Let us tag this round planet 😀&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>5 Things</title>
        <published>2005-09-15T12:18:17+00:00</published>
        <updated>2005-09-15T12:18:17+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/5-things/" type="text/html"/>
        <id>https://pnarula.com/blog/5-things/</id>
        
            <content type="html">&lt;p&gt;In a personal email thread on Gmail the geeks from &lt;a href=&quot;http:&#x2F;&#x2F;celpec.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;celpec.blogspot.com&#x2F;&#x27;, &#x27;CELPEC&#x27;]);&quot; title=&quot;Long dead CELPEC&quot;&gt;CELPEC&lt;&#x2F;a&gt; decided to mull over 5 things&lt;&#x2F;p&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;&#x2F;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span class=&quot;q&quot;&gt;What 5 things in the last ten years have really made you jump out of your proverbial bath tub and run through the streets all excited?&lt;&#x2F;span&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;span class=&quot;q&quot;&gt;Corollary to (1), What 5 things have really been very useful for you in the last ten years? &lt;br &#x2F;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;span class=&quot;q&quot;&gt;What 5 things you see as absolutely neurotic, or useless in the last ten years which have come about and are just not dying out!&lt;&#x2F;span&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;span class=&quot;q&quot;&gt;What 2-3 ( or more if your heart so desires ) things or innovations would really make a difference to your life?&lt;&#x2F;span&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;Being a online community guy I decided to give it a shot on Beta Thoughts :D. So here it goes&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Jump out of proverbial bath tub&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Wifi – from the day I started using this, I am in love with this. Now a days I even stream video from my desktop to TV with a notebook on wifi connecting to desktop&lt;&#x2F;li&gt;
&lt;li&gt;P2P – This is just amazing. Have you ever looked at the Detailed view in Azureus&lt;&#x2F;li&gt;
&lt;li&gt;Google Earth – While it did make me jump when Guru demoed it to me while it was still keyhole. I used it a lot for doing my &lt;a href=&quot;&#x2F;archives&#x2F;2005&#x2F;05&#x2F;15&#x2F;finding-an-apartment-and-looking-for-opinions&#x2F;&quot;&gt;apartment search&lt;&#x2F;a&gt;. But now that the novelty has worn off. I am back to &lt;a href=&quot;&#x2F;archives&#x2F;2005&#x2F;02&#x2F;08&#x2F;google-maps&#x2F;&quot;&gt;Google Maps&lt;&#x2F;a&gt;, if only they would implement A9’s proximity images in it&lt;&#x2F;li&gt;
&lt;li&gt;DVD Backup – How easy it is these days to do it and once the DVD is in on the harddisk opportunities to modify the content are endless.&lt;&#x2F;li&gt;
&lt;li&gt;Modern Telecom – just the fact that I can talk, video conference, voip with any one with relatively ease still makes me jump from that damn tub. I talk over cell phone, AD conversion, communication with cell tower, base station, may be sattelite, may be fiber under see, voice reaches India, Ambala exchange, my home. All this in before I can count to 10 I mean wow.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;&lt;strong&gt;Really Useful&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;All the above except Google Earth which is useful sometimes.&lt;&#x2F;li&gt;
&lt;li&gt;Cell phone is mighty useful&lt;&#x2F;li&gt;
&lt;li&gt;Gmail Conversations.&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;&lt;strong&gt;Neurotic and Useless&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Didn’t knew about 5 blade Gillette. But would be absolutely useless&lt;&#x2F;li&gt;
&lt;li&gt;Telemarketing on Cell phones. God save me from them&lt;&#x2F;li&gt;
&lt;li&gt;Healthcare as a bottomline caring business&lt;&#x2F;li&gt;
&lt;li&gt;Apple’s stubborn persistence on single button mouse. But it has changed with &lt;a href=&quot;http:&#x2F;&#x2F;binarybonsai.com&#x2F;archives&#x2F;2005&#x2F;09&#x2F;01&#x2F;1652&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;binarybonsai.com&#x2F;archives&#x2F;2005&#x2F;09&#x2F;01&#x2F;1652&#x2F;&#x27;, &#x27;Might Mouse&#x27;]);&quot; title=&quot;Mighty Mouse&quot;&gt;Might Mouse&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;&lt;strong&gt;What would make difference to my life&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Netflix or someone going true video on demand&lt;&#x2F;li&gt;
&lt;li&gt;Fiber to my home with at least 1 GBps&lt;&#x2F;li&gt;
&lt;li&gt;Cheaper Hybrid SUVs with 50 miles&#x2F;gallon efficiency. Toyota Highlander is a step in that direction&lt;&#x2F;li&gt;
&lt;li&gt;Better cheaper dental floss devices&lt;&#x2F;li&gt;
&lt;li&gt;4GHz Dual CPU 8GB RAM 1 Terrabit HDD System under $500 I will use the home 62″ plasma for the display so don’t care about the monitor 😀&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Et Tu Plumtree and end of pure play portal vendors</title>
        <published>2005-09-05T21:56:39+00:00</published>
        <updated>2005-09-05T21:56:39+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/et-tu-plumtree-and-end-of-pure-play-portal-vendors/" type="text/html"/>
        <id>https://pnarula.com/blog/et-tu-plumtree-and-end-of-pure-play-portal-vendors/</id>
        
            <content type="html">&lt;p&gt;In the rosy days of late nineties there were three pure portal play companies. Plumtree, Epicentric and Toptier. Then sometime in late 2000 SAP decided to complement there technology platform with a portal offering. They &lt;a href=&quot;http:&#x2F;&#x2F;www.sap.com&#x2F;company&#x2F;investor&#x2F;financialnews&#x2F;adhoc&#x2F;toptier01.epx&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.sap.com&#x2F;company&#x2F;investor&#x2F;financialnews&#x2F;adhoc&#x2F;toptier01.epx&#x27;, &#x27;acquired Toptier&#x27;]);&quot;  title=&quot;SAP acquires Topties&quot;&gt;acquired Toptier&lt;&#x2F;a&gt; for whopping $400 millions and married it with their existing portal product called workplace. This was a great buy for SAP as the acquired product has now morphed in the very mature people layer of &lt;a href=&quot;http:&#x2F;&#x2F;www.sap.com&#x2F;solutions&#x2F;netweaver&#x2F;enterpriseportal&#x2F;index.epx&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.sap.com&#x2F;solutions&#x2F;netweaver&#x2F;enterpriseportal&#x2F;index.epx&#x27;, &#x27;SAP&amp;#8217;s Netweaver&#x27;]);&quot;  title=&quot;Enterprise Portals&quot;&gt;SAP’s Netweaver&lt;&#x2F;a&gt; platform.&lt;&#x2F;p&gt;
&lt;p&gt;Then somewhere in 2002 came Epicentric’s turn and it got acquired by Vignette for &lt;a href=&quot;http:&#x2F;&#x2F;www.internetnews.com&#x2F;ent-news&#x2F;article.php&#x2F;1490541&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.internetnews.com&#x2F;ent-news&#x2F;article.php&#x2F;1490541&#x27;, &#x27;$32 millions&#x27;]);&quot;  title=&quot;Vignette acquires Epicentric&quot;&gt;$32 millions&lt;&#x2F;a&gt;. Vignette complemented their content development platform with the content delivery platform via Epicentric.&lt;&#x2F;p&gt;
&lt;p&gt;Today I read the news of &lt;a href=&quot;http:&#x2F;&#x2F;www.eweek.com&#x2F;article2&#x2F;0,1895,1851229,00.asp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.eweek.com&#x2F;article2&#x2F;0,1895,1851229,00.asp&#x27;, &#x27;Plumtree&amp;#8217;s acquisition by BEA&#x27;]);&quot;  title=&quot;BEA acquires Plumtree&quot;&gt;Plumtree’s acquisition by BEA&lt;&#x2F;a&gt; via Phil Wainewright’s excellent &lt;a href=&quot;http:&#x2F;&#x2F;www.looselycoupled.com&#x2F;blog&#x2F;lc00aa00114.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.looselycoupled.com&#x2F;blog&#x2F;lc00aa00114.html&#x27;, &#x27;Loosely Coupled blog&#x27;]);&quot;  title=&quot;BEA buys Plumtree&quot;&gt;Loosely Coupled blog&lt;&#x2F;a&gt;. It is sad in the sense that there is no major Pure Play Portal vendor left in the field  &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;frownie.png&quot; alt=&quot;:(&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;But does that mean being pure portal vendor is not viable in today’s economic scenarios. You got to be an applications vendor and club portal as delivery platform. SAP has a whole slew of applications to be delivered via portal i.e. CRM, BW, HCM, SCM, and SRM etc. Vignette has while not a business application vendor has the content management system up its sleeve. &lt;&#x2F;p&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;This gives rise to the question what application does BEA has? But again BEA has been a pure technology platform vendor. What perplexed me as rightly pointed by Phil in LCBlog was the decision to keep BEA’s existing portal separate from Plumtree stack.&lt;&#x2F;p&gt;
&lt;p&gt;“We now have leadership in both transactional and collaboration portals” Chuang said.&lt;&#x2F;p&gt;
&lt;p&gt;Both Chuang and Carges stressed that BEA will maintain separate portal offerings. “We will have two separate portal product lines for as long as we can see,” Carges said. &lt;&#x2F;p&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Keeping both the products separate would mean more pain for the customers in maintaining and operating two separate stacks. It would be interesting to see how long both of the stacks remain separate from each and how they evolve.&lt;&#x2F;p&gt;
&lt;p&gt;Last a disclaimer I have been a SAP Portals consultant for the last four years and naturally I have a strond bias towards SAP Portal which I consider the best positioned platform sitting at the top in SAP’s Netweaver Platform’s People layer. Also it would have been more interesting if Oracle had bought Plumtree 😀&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Good old treeware books vs Audio Books</title>
        <published>2005-09-05T21:28:25+00:00</published>
        <updated>2005-09-05T21:28:25+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/good-old-treeware-books-vs-audio-books/" type="text/html"/>
        <id>https://pnarula.com/blog/good-old-treeware-books-vs-audio-books/</id>
        
            <content type="html">&lt;p&gt;I have always wondered about the idea of Audio Books. I mean one grows up hearing the old adage the books are once best friends and such things. I never had a chance to try any audio book until now. See when you have to do an hour long commute on Highway 101 between San Jose and San Francisco you tend to find better use of that time. Besides many in the valley term the folks doing this kind of thing as having suicidal tendencies 😀&lt;&#x2F;p&gt;
&lt;p&gt;Any way to better utilize the time I got myself this very famous book &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0060794410&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0060794410&#x2F;&#x27;, &#x27;&amp;#8220;Good to Great&amp;#8221;&#x27;]);&quot;  title=&quot;Good to Great - Review by Pankaj Narula&quot;&gt;“Good to Great”&lt;&#x2F;a&gt;. There is no question that the book is great (a review will follow some time later) After listening to 2 out of 5 CDs I have made few theories about the audio books&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;I miss the capability to easily read and re-read the passages I like.&lt;&#x2F;li&gt;
&lt;li&gt;How do I highlight the stuff I really like.&lt;&#x2F;li&gt;
&lt;li&gt;How about doing a very quick revision of what I have read so far&lt;&#x2F;li&gt;
&lt;li&gt;The impact of written word is totally missing. This may have to do with the our mind showing more love for the visual input.&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;Based on the above facts I think if you are a bibliophile AudioCDs are great for story telling books i.e. stories, novels etc but for the serious non fiction work good ol’ treeware books still rule.&lt;&#x2F;p&gt;
&lt;p&gt;Do you have similar experiences? It will be interesting to know..&lt;br &#x2F;&gt;
Â &lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>The States I have been to in United States</title>
        <published>2005-08-02T14:05:55+00:00</published>
        <updated>2005-08-02T14:05:55+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/the-states-i-have-been-to-in-united-states/" type="text/html"/>
        <id>https://pnarula.com/blog/the-states-i-have-been-to-in-united-states/</id>
        
            <content type="html">&lt;img width=&quot;464&quot; height=&quot;240&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;statemap.gif&quot; alt=&quot;Statemap&quot; title=&quot;Statemap&quot; &#x2F;&gt;   
&lt;a href=&quot;http:&#x2F;&#x2F;www.world66.com&#x2F;myworld66&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.world66.com&#x2F;myworld66&#x27;, &#x27;Create Your Own&#x27;]);&quot; &gt;Create Your Own&lt;&#x2F;a&gt;</content>
        </entry><entry xml:lang="en">
        <title>The Corporation</title>
        <published>2005-08-01T21:03:41+00:00</published>
        <updated>2005-08-01T21:03:41+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/the-corporation/" type="text/html"/>
        <id>https://pnarula.com/blog/the-corporation/</id>
        
            <content type="html">&lt;p&gt;I am watching a documentary â€œ&lt;a href=&quot;http:&#x2F;&#x2F;www.netflix.com&#x2F;MovieDisplay?movieid=60034810&amp;#038;trkid=90529&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.netflix.com&#x2F;MovieDisplay?movieid=60034810&amp;#038;trkid=90529&#x27;, &#x27;The Corporation&#x27;]);&quot; &gt;The Corporation&lt;&#x2F;a&gt;” talking about obviously modern day companies. The chief idea being, how corporations are treated legally as a person and how it is a bad idea. First it was interesting to know that the &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Fourteenth_Amendment_to_the_United_States_Constitution&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Fourteenth_Amendment_to_the_United_States_Constitution&#x27;, &#x27;14th amendment to the US Constitution&#x27;]);&quot; &gt;14th amendment to the US Constitution&lt;&#x2F;a&gt; which made to ensure equal protection to all persons of life regardless of race is used by corporations to protect their rights as legally they are also person. Quoting Chomsky&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;“These are special kind of persons which are designed by law to be concerned only for their stock holders and not, say what are stake holders like the community or the workforce”&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Also of interest was what would be in ideal corporation and one of the definitions given was&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Eagle, soaring clear eyed competitive prepared to strike but not vulture, noble, visionary, majestic that people can believe in and be inspired by that creates a lift that it soars.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Ambala thru The Great Eye</title>
        <published>2005-07-10T16:44:16+00:00</published>
        <updated>2005-07-10T16:44:16+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/ambala-thru-the-great-eye/" type="text/html"/>
        <id>https://pnarula.com/blog/ambala-thru-the-great-eye/</id>
        
            <content type="html">&lt;p&gt;What a joy it is to see one’s home town as a satellite image. I am sure every blogger worth his salt knows about the &lt;a href=&quot;http:&#x2F;&#x2F;earth.google.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;earth.google.com&#x27;, &#x27;Google Earth&#x27;]);&quot; &gt;Google Earth&lt;&#x2F;a&gt;. Initially it was cool to see Bay Area and see all the locations etc. It also helped me in finding my next apartment. One can see the neighbor hood etc using this. Then Ashish wrote in an email that he was able to get the long&#x2F;lats for his home in Delhi using it. That got me interested that Ambala not as large as Delhi still be visible. And here is the shot of Ambala. I can find out GT Road, Ambala Chandigarh Highway, Indian Air Force Station and the air strips inside it etc.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;ambala-sat.jpg&quot; alt=&quot;Ambala City&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;My immediate reaction was to kind of draw on top of this image with the names of different roads etc. Too bad that functionality is only available in Google Earth Plus. This functionality would allow easy creation of online maps. I had discussed this with Vishal some time back. It would very cool to have “detailed” street lever online maps of India. May be this will become reality in near future.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>The Madness of CROWDS</title>
        <published>2005-07-03T14:33:18+00:00</published>
        <updated>2005-07-03T14:33:18+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/the-madness-of-crowds/" type="text/html"/>
        <id>https://pnarula.com/blog/the-madness-of-crowds/</id>
        
            <content type="html">&lt;p&gt;I have started reading &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;ASIN&#x2F;0393315290&#x2F;ref=nosim&#x2F;pnarula.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;ASIN&#x2F;0393315290&#x2F;ref=nosim&#x2F;pnarula.com&#x2F;&#x27;, &#x27; &amp;#8220;A Random Walk Down Wall Street&amp;#8221;&#x27;]);&quot; &gt;“A Random Walk Down Wall Street”&lt;&#x2F;a&gt; over this July 4 long weekend after reading about it on &lt;a href=&quot;http:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;navLinks&#x2F;fog0000000262.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;navLinks&#x2F;fog0000000262.html&#x27;, &#x27;Joel On Software&#x27;]);&quot; &gt;Joel On Software&lt;&#x2F;a&gt; book reviews. Very enjoyable read. My personal experience has been with the dot-gone bubble of late 90s and may be the present bubble or froth as quoted by Alan Greenspan in the real estate markets. Some of the excerpts from the chapter “Madness of Crowds” are so relevant that I am surprised we never seem to learn from old mistakes.&lt;&#x2F;p&gt;
&lt;p&gt;Consider this when Burton G. Malkiel talks about the tulip craze and the call-options which happened in Holland in 1630s&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Part of the genius of financial markets is that when there is a real demand for a method to enhance speculative opportunities, the market will surely provide it”&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Isn’t what markets did when every mom-and-pop dot.com company went IPO in the 90s or the interest only loans and adjustable ARMs of today.&lt;&#x2F;p&gt;
&lt;p&gt;I am equally amazed at reading the story British South Sea Company and the South Sea Bubble. Can’t imagine its share between 1717-1722 went from 100 pounds to 1000 pounds and then back to nothing. Or how about the RCA shares back in America rose from $94.25 to $505 from March 3, 1928 to September 3, 1929; a cool 434.5% growth in 18 months. I think this beats the growth of modern day darling Google. That too when we are in correction mode after the 90s.&lt;&#x2F;p&gt;
&lt;p&gt;This last paragraph of the chapter is what is most intriguing to me. I have read something to the same effect in quite a few articles. But it still beats me how this can be so simple. The business of making more money from existing money or investing&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;It is not hard, &lt;strong&gt;really&lt;&#x2F;strong&gt;, to make money in the market. As we shall see later, investors who select a portfolio of stock listings in the Wall Street Journal can make fairly handsome long-run returns. What is hard to avoid is the alluring temptation to throw your money away on short, get-rich-quick speculative binges.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Notice the “really”. Do you think so.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Make No Little Plans</title>
        <published>2005-06-26T23:03:39+00:00</published>
        <updated>2005-06-26T23:03:39+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/make-no-little-plans/" type="text/html"/>
        <id>https://pnarula.com/blog/make-no-little-plans/</id>
        
            <content type="html">&lt;p&gt;Rajesh Jain of &lt;a href=&quot;http:&#x2F;&#x2F;www.emergic.org&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.emergic.org&#x2F;&#x27;, &#x27;Emergic&#x27;]);&quot; &gt;Emergic&lt;&#x2F;a&gt; has been writing very thoughtful letters to his newly born and sharing his values in life. &lt;a href=&quot;http:&#x2F;&#x2F;www.emergic.org&#x2F;archives&#x2F;2005&#x2F;06&#x2F;27&#x2F;index.html#tech_talk_letter_to_a_2005_baby_advice_for_life&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.emergic.org&#x2F;archives&#x2F;2005&#x2F;06&#x2F;27&#x2F;index.html#tech_talk_letter_to_a_2005_baby_advice_for_life&#x27;, &#x27;This post&#x27;]);&quot; &gt;This post&lt;&#x2F;a&gt; quite touched somewhere. Here is an excerpt&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;This quote (via Atanu) by Daniel Burnham, Chicago architect, sums up what I think should be your philosophy for life. â€œMake no little plans. They have no magic to stir men’s blood and probably themselves will not be realized. Make big plans; aim high in hope and work, remembering that a noble, logical diagram once recorded will never die, but long after we are gone will be a living thing, asserting itself with ever-growing insistency. Remember that our sons and grandsons are going to do things that would stagger us. Let your watchword be order and your beacon beauty. Think big.”&lt;&#x2F;p&gt;
&lt;p&gt;When you are ready to make your mark in the world, keep these words in mind. Too often, we are happy with the mundane, the ordinary. All around, we see mediocrity. People are happy being good. Good is the enemy of Great. &lt;strong&gt;We get into a groove, a comfort zone, and stay there. Donâ€™t. We live only once. Dream big.&lt;&#x2F;strong&gt; We are where we are today only because a few in our past dared to think different and envision a world that could be.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Nirantar WordPress Special</title>
        <published>2005-06-01T19:30:16+00:00</published>
        <updated>2005-06-01T19:30:16+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/nirantar-wordpress-special/" type="text/html"/>
        <id>https://pnarula.com/blog/nirantar-wordpress-special/</id>
        
            <content type="html">&lt;p&gt;As I said in my earlier &lt;a href=&quot;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2005&#x2F;05&#x2F;20&#x2F;nirantar-june-issue-wordpress-special&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2005&#x2F;05&#x2F;20&#x2F;nirantar-june-issue-wordpress-special&#x2F;&#x27;, &#x27;post&#x27;]);&quot; &gt;post&lt;&#x2F;a&gt; the &lt;a href=&quot;http:&#x2F;&#x2F;nirantar.org&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;nirantar.org&#x27;, &#x27;WordPress special issue of our Hindi blogzine Nirantar &#x27;]);&quot; &gt;WordPress special issue of our Hindi blogzine Nirantar &lt;&#x2F;a&gt;is online. Thanks to everyone who contributed. Besides the hardwork of its editors this issue also highlights the spirit of WordPress community. Thanks to &lt;a href=&quot;http:&#x2F;&#x2F;photomatt.net&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;photomatt.net&#x27;, &#x27;Matt&#x27;]);&quot; &gt;Matt&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;brokenkode.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;brokenkode.com&#x27;, &#x27;Khaled&#x27;]);&quot; &gt;Khaled&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;carthik.net&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;carthik.net&#x27;, &#x27;Carthik&#x27;]);&quot; &gt;Carthik&lt;&#x2F;a&gt; and &lt;a href=&quot;http:&#x2F;&#x2F;mindfulmusings.net&#x2F;weblog&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;mindfulmusings.net&#x2F;weblog&#x2F;&#x27;, &#x27; Mark &#x27;]);&quot; &gt;Mark &lt;&#x2F;a&gt;for their contributions. So if you can read Hindi head over to &lt;a href=&quot;http:&#x2F;&#x2F;nirantar.org&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;nirantar.org&#x27;, &#x27;Nirantar&#x27;]);&quot; &gt;Nirantar&lt;&#x2F;a&gt;. Here are links to their contributions&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar&#x2F;0605&#x2F;samvaad&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar&#x2F;0605&#x2F;samvaad&#x27;, &#x27;Matt&amp;#8217;s interview &#x27;]);&quot; &gt;Matt’s interview &lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar&#x2F;0605&#x2F;aamukh-katha&#x2F;03&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar&#x2F;0605&#x2F;aamukh-katha&#x2F;03&#x27;, &#x27;Khaled&amp;#8217;s article on development of Manji&#x27;]);&quot; &gt;Khaled’s article on development of Manji&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar&#x2F;0605&#x2F;aamukh-katha&#x2F;02&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar&#x2F;0605&#x2F;aamukh-katha&#x2F;02&#x27;, &#x27;Conversation between Carthik and Mark fictitiously at Las Vegas&#x27;]);&quot; &gt;Conversation between Carthik and Mark fictitiously at Las Vegas&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Nirantar June Issue WordPress special</title>
        <published>2005-05-20T14:11:37+00:00</published>
        <updated>2005-05-20T14:11:37+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/nirantar-june-issue-wordpress-special/" type="text/html"/>
        <id>https://pnarula.com/blog/nirantar-june-issue-wordpress-special/</id>
        
            <content type="html">&lt;p&gt;&lt;img class=&quot;alignright&quot; src=&quot;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar&#x2F;media&#x2F;images&#x2F;0605&#x2F;wp_ani.gif&quot; &#x2F;&gt;I am part of the team that manages an online monthly Hindi Blogzine called &lt;a href=&quot;http:&#x2F;&#x2F;nirantar.org&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;nirantar.org&#x27;, &#x27;Nirantar&#x27;]);&quot; &gt;Nirantar&lt;&#x2F;a&gt;. The team is quite geographically dispersed through out the globe joined by the common thread of love for Hindi. Every one has their personal weblogs in Hindi and also contributes to various other &lt;a href=&quot;http:&#x2F;&#x2F;www.myjavaserver.com&#x2F;~hindi&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.myjavaserver.com&#x2F;~hindi&#x2F;&#x27;, &#x27;initiatives&#x27;]);&quot; &gt;initiatives&lt;&#x2F;a&gt;. We launched the magazine in March 2005. For the past two months everyone has been working very hard on the June issue which is going to be WordPress special. Stay tuned to read some great articles on WordPress.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Finding an apartment and looking for opinions</title>
        <published>2005-05-15T20:27:05+00:00</published>
        <updated>2005-05-15T20:27:05+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/finding-an-apartment-and-looking-for-opinions/" type="text/html"/>
        <id>https://pnarula.com/blog/finding-an-apartment-and-looking-for-opinions/</id>
        
            <content type="html">&lt;p&gt;I have been living in the &lt;a href=&quot;http:&#x2F;&#x2F;bayarea.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;bayarea.com&#x27;, &#x27; bay area&#x27;]);&quot; &gt;bay area&lt;&#x2F;a&gt; for the past five years. I must have moved into quite a few apartments. Every time I start hunting for a new apartment I use different websites for finding an apartment. One of the website I often use to find ratings of an apartment community is &lt;a href=&quot;http:&#x2F;&#x2F;aptratings.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;aptratings.com&#x27;, &#x27;aptratings.com&#x27;]);&quot; &gt;aptratings.com&lt;&#x2F;a&gt;. Finding an objective review from reviewers is a very tough task. Most of the time you would find that people don’t like any things. Management sucks at each and every community. Then there is the problem of management folks at these apartment communities posing as reviewers and writing positive reviews. Still there are few things one can keep in mind to gather some intelligence about the future home&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Look for reviewers talking about noise problems from nearby highways. Then try to avoid those units.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Parking problems. Guest parking etc.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Cable&#x2F;DSL&#x2F;TV issues&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Time Division Multiplexing Gals</title>
        <published>2005-04-04T00:01:54+00:00</published>
        <updated>2005-04-04T00:01:54+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/time-division-multiplexing-gals/" type="text/html"/>
        <id>https://pnarula.com/blog/time-division-multiplexing-gals/</id>
        
            <content type="html">&lt;p&gt;The last thing you want to say about the girl you have been thinking seriously-&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Man, she is doing time-divison-multiplexing with me&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Funny narrative of something that happens at global level to male species. Go read Amit’s ” &lt;a href=&quot;http:&#x2F;&#x2F;reyz-hell.blogspot.com&#x2F;2005&#x2F;03&#x2F;neha-network-systems.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;reyz-hell.blogspot.com&#x2F;2005&#x2F;03&#x2F;neha-network-systems.html&#x27;, &#x27;Neha Network Systems&amp;#8221;.&#x27;]);&quot; &gt;Neha Network Systems”.&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>India Development Atanu Dey of Deeshaa</title>
        <published>2005-03-27T12:20:51+00:00</published>
        <updated>2005-03-27T12:20:51+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/india-development-atanu-dey-of-deeshaa/" type="text/html"/>
        <id>https://pnarula.com/blog/india-development-atanu-dey-of-deeshaa/</id>
        
            <content type="html">&lt;p&gt;Atanu’s post over at Deeshaa about India Development are always very pertinent. In his latest post on _&lt;strong&gt;leapfrogging&lt;&#x2F;strong&gt;_India into a developed nation and his related posts elsewhere on Deeshaa he brings up excellent points. Gist of it is that you don’t go from an agricultural econmoy to services economy, you have to go thru the industrial&#x2F;manufacturing stage. And for a large economies like India most of the stuff&#x2F;products should be consumed domestically. It is the last point that got me interested in these posts by Atanu. I was still in college so it must be at least 7-8 years old news. A couple of professors from Berkeley or Stanford were visiting Banglore and they echoed the same things that for Banglore to be the &lt;em&gt;Real Silicon Valley&lt;&#x2F;em&gt; most of the services generated by it should be consumed in the domestic market.&lt;&#x2F;p&gt;
&lt;p&gt;Any way here are the links to Atanu’s posts&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;*&lt;a href=&quot;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;archives&#x2F;2005&#x2F;03&#x2F;27&#x2F;index.html#sequencing_part_2&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;archives&#x2F;2005&#x2F;03&#x2F;27&#x2F;index.html#sequencing_part_2&#x27;, &#x27;Sequencing &amp;#8212; Part 2&#x27;]);&quot; &gt;Sequencing — Part 2&lt;&#x2F;a&gt; or leapfrogging&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;*&lt;a href=&quot;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;archives&#x2F;2003&#x2F;10&#x2F;04&#x2F;index.html#000128&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;archives&#x2F;2003&#x2F;10&#x2F;04&#x2F;index.html#000128&#x27;, &#x27;The Development Path of Economies&#x27;]);&quot; &gt;The Development Path of Economies&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;*&lt;a href=&quot;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;archives&#x2F;2004&#x2F;01&#x2F;30&#x2F;index.html#005816&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;archives&#x2F;2004&#x2F;01&#x2F;30&#x2F;index.html#005816&#x27;, &#x27;Agriculture and Development&#x27;]);&quot; &gt;Agriculture and Development&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Bubble has it been Five year already</title>
        <published>2005-03-10T08:00:08+00:00</published>
        <updated>2005-03-10T08:00:08+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/bubble/" type="text/html"/>
        <id>https://pnarula.com/blog/bubble/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2005&#x2F;03&#x2F;10&#x2F;five-years-after-the-bubble&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2005&#x2F;03&#x2F;10&#x2F;five-years-after-the-bubble&#x2F;&#x27;, &#x27;Busting of bubble&#x27;]);&quot; &gt;Busting of bubble&lt;&#x2F;a&gt; is the theme of blog-a-than being run by Om Malik. This post is related to that. Here I would share my thoughts with blurbs from already published articles of this series. Make sure to read all the articles published in this series over &lt;a href=&quot;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2005&#x2F;03&#x2F;10&#x2F;five-years-after-the-bubble&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2005&#x2F;03&#x2F;10&#x2F;five-years-after-the-bubble&#x2F;&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Has it already been five years? Doesnâ€™t feel like it. Seriously. In retrospective when I think, my first hint of the bubble should have been when I had put my resume as a Java Developer on dice.com (it might still be there) I was living a serene life in Louisville KY, and then being a geek, I felt the pull of Silicon Valley during those days. I should have posted my resume around mid-night EST. I got few replies immediately. But craziness happened the next day.&lt;!--more--&gt; My cell phone wonâ€™t stop ringing. My home answering machine was full with messages. There were folks who would send the job offer papers right away in the reply mail. I was amazed. So many people wanted to hire me. Here is another funny bit, my analysis of prospective employers was based on guess what, companyâ€™s press releases and reading analysts. I didnâ€™t knew&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;paul.kedrosky.com&#x2F;archives&#x2F;001110.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;paul.kedrosky.com&#x2F;archives&#x2F;001110.html&#x27;, &#x27;Paul Kedroskyâ€™s views&#x27;]);&quot; &gt;Paul Kedroskyâ€™s views&lt;&#x2F;a&gt; then&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;While it was nowhere near as bad as it would eventually get in the late days of the tech boom, it was already obvious that technology equity analysts were becoming overpaid PR flacks. Our job was to dress up press releases in ornate prose chock-full of financial ratios and jargon and then parade them around. The ugly truth, however, was that we were pimps for investment banking business: Declining commissions and rapidly-rising technology stocks had conspired to turn us all into technology sluts.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;I finally arrived in Silicon Valley, all dreamy eyed. I was immediately hooked to CNet Radio. What a gem it was. You would get all the news while stuck in traffic jam on I-880. Both sides of 101 were totally crammed with billboards of all these companies. I would often think of them as, man I could have started that. &lt;a href=&quot;http:&#x2F;&#x2F;andykessler.com&#x2F;nazdog_and_the_momos.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;andykessler.com&#x2F;nazdog_and_the_momos.html&#x27;, &#x27;Andy Kesslerâ€™s reasoning&#x27;]);&quot; &gt;Andy Kesslerâ€™s reasoning&lt;&#x2F;a&gt; for so many billboards is quite right&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The only thing slowing the growth of Momo funds was the lack of names. You could only put away so much Dell or Cisco until you owned the whole damn company â€“ so Momos turned to Wall Street and begged for new names. Wall Street didnâ€™t have to be asked twice â€“ and took public via IPO anything that wasnâ€™t nailed down â€“ and nothing having to do with the Internet was nailed down, no matter how stupid.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;I was part of the generation who got swanky jobs even in their early twenties. What was there to hate about it. But then shit happened. Luckily for me it just meant switching few employers. The money I lost is not even worth whispering. Now after five years I have these stories of wild parties, kids buying luxury cars and a bubble I was part of. Before concluding a lesson to learn, mastered first by Om Malik&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;the biggest lesson which I learnt was that when VC firms hire a journalist to help them with investments, its a sure and perhaps the final sign of a market top, a bubble that is about to pop.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>An open letter to Lord PEC of pecobians dot com</title>
        <published>2005-02-25T20:18:53+00:00</published>
        <updated>2005-02-25T20:18:53+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/lordpec/" type="text/html"/>
        <id>https://pnarula.com/blog/lordpec/</id>
        
            <content type="html">&lt;p&gt;Recently few good folks from &lt;a href=&quot;http:&#x2F;&#x2F;pec.ac.in&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pec.ac.in&#x27;, &#x27;PEC&#x27;]);&quot; &gt;PEC&lt;&#x2F;a&gt;, my college started an online forum at &lt;a href=&quot;http:&#x2F;&#x2F;pecobians.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pecobians.com&#x27;, &#x27;pecobians.com.&#x27;]);&quot; &gt;pecobians.com.&lt;&#x2F;a&gt; I wanted to provide some feedback on this. When I started to write the feedback, I was thinking of sending it as a personal email to Lord PEC the admin of &lt;a href=&quot;http:&#x2F;&#x2F;pecobians.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pecobians.com&#x27;, &#x27;pecobians.com&#x27;]);&quot; &gt;pecobians.com&lt;&#x2F;a&gt;, but then I thought it would be a good idea to just put it over here and see what every one says. And maybe someone unrelated to PEC might find it useful. So here it is&lt;&#x2F;p&gt;
&lt;p&gt;———–&lt;&#x2F;p&gt;
&lt;p&gt;Dear Lord PEC&lt;&#x2F;p&gt;
&lt;p&gt;I have been meaning to write this email for a while. Now that it is weekend over here I can write it. First of all kudos for the great work done on pecobians.com. It is a noble effort and I have a lot of appreciation for the folks involved in this project. You might have noticed some noise over here&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2005&#x2F;02&#x2F;12&#x2F;some-news-about-the-alma&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2005&#x2F;02&#x2F;12&#x2F;some-news-about-the-alma&#x2F;&#x27;, &#x27;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2005&#x2F;02&#x2F;12&#x2F;some-news-about-the-alma&#x2F;&#x27;]);&quot; &gt;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2005&#x2F;02&#x2F;12&#x2F;some-news-about-the-alma&#x2F;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;You will be surprised to know how I came to know about pecobians.com. I have been toying with the idea of online community for PEC folks for a while. So I tossed an idea to Rahul Jindal aka  &lt;a href=&quot;http:&#x2F;&#x2F;zombieworld.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;zombieworld.blogspot.com&#x2F;&#x27;, &#x27; Zombielabs &#x27;]);&quot; &gt;Zombielabs &lt;&#x2F;a&gt;and in reply he told me about pecobians.com. Here is some text from that email&lt;&#x2F;p&gt;
&lt;p&gt;==START EMAIL SNIP==&lt;&#x2F;p&gt;
&lt;p&gt;Now to the PEC project. What I am thinking is to club togather a bunch&lt;&#x2F;p&gt;
&lt;p&gt;of folks from PEC who have net access and ask them to blog about&lt;&#x2F;p&gt;
&lt;p&gt;Day-to-day-PEC. Idea came to me when I saw UCSD’s independent&lt;&#x2F;p&gt;
&lt;p&gt;student’s blog at&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;youcsd.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;youcsd.com&#x27;, &#x27;http:&#x2F;&#x2F;youcsd.com&#x27;]);&quot; &gt;http:&#x2F;&#x2F;youcsd.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Check this blog and you would know what I am talking about. The only&lt;&#x2F;p&gt;
&lt;p&gt;trouble is that they are in constant tussle with authorities, But then&lt;&#x2F;p&gt;
&lt;p&gt;that is the fun.&lt;&#x2F;p&gt;
&lt;p&gt;So what I ask from you is, that since you are my only contact in CHD,&lt;&#x2F;p&gt;
&lt;p&gt;even you are leaving now can we do something like this. Since CONTENT&lt;&#x2F;p&gt;
&lt;p&gt;will be created by students only so their involvement is must. For a&lt;&#x2F;p&gt;
&lt;p&gt;start it can be started by from $free$ blogspot. If a some good&lt;&#x2F;p&gt;
&lt;p&gt;content is being produced by students and good hits are there. I can&lt;&#x2F;p&gt;
&lt;p&gt;move it to its own domain and web space.&lt;&#x2F;p&gt;
&lt;p&gt;What say trooper..&lt;&#x2F;p&gt;
&lt;p&gt;== END EMAIL SNIP==&lt;&#x2F;p&gt;
&lt;p&gt;Having started with the online forums is a great start. This is like we have gathered a lot of people in a room and they are chatting with each other. I call forums the community piece of online web presence puzzle. Read here for more on this&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;10&#x2F;ccc&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;10&#x2F;ccc&#x2F;&#x27;, &#x27;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;10&#x2F;ccc&#x2F;&#x27;]);&quot; &gt;http:&#x2F;&#x2F;www.pnarula.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;10&#x2F;ccc&#x2F;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Having established a vibrant community I think this would be good time to add another piece to it, some formal content in weblog manner. I guess on the same lines as I mentioned in the email for youcsd.com site. I have been doing similar things for a different community, you can see some of the work I have been involved at&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;akshargram.com&#x2F;sarvagya&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akshargram.com&#x2F;sarvagya&#x27;, &#x27;Sarvagya&#x27;]);&quot; &gt;Sarvagya&lt;&#x2F;a&gt; – A wiki to capture knowledge about Hindi weblogs. Uses &lt;a href=&quot;http:&#x2F;&#x2F;wikipedia.sourceforge.net&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wikipedia.sourceforge.net&#x2F;&#x27;, &#x27;MediaWiki&#x27;]);&quot; &gt;MediaWiki&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar &quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akshargram.com&#x2F;nirantar &#x27;, &#x27;Nirantar &#x27;]);&quot; &gt;Nirantar &lt;&#x2F;a&gt;– Soon to be launched online magazine focused on Hindi blogging world. Uses &lt;a href=&quot;http:&#x2F;&#x2F;civicspacelabs.org&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;civicspacelabs.org&#x2F;&#x27;, &#x27;CivicSpace&#x27;]);&quot; &gt;CivicSpace&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;akshargram.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akshargram.com&#x27;, &#x27;Akshargram&#x27;]);&quot; &gt;Akshargram&lt;&#x2F;a&gt; – A group weblog for Hindi bloggers – Uses &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x27;, &#x27;WordPress&#x27;]);&quot; &gt;WordPress&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;IMHO, take a look at CivicSpace. It has great features and is based on Drupal CMS. I chose it for one of my projects(Nirantar) after quite some research. And I see a lot of uses of its features in the Pecobians.com online community. You can see what is possible using this at the following URLs&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.betterdonkey.org&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.betterdonkey.org&#x2F;&#x27;, &#x27;Better Donkey&#x27;]);&quot; &gt;Better Donkey&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.thereisnocrisis.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.thereisnocrisis.com&#x2F;&#x27;, &#x27;There is no Crisis&#x27;]);&quot; &gt;There is no Crisis&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.flatearthaward.org&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.flatearthaward.org&#x2F;&#x27;, &#x27;Flat Earth Award&#x27;]);&quot; &gt;Flat Earth Award&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.spreadfirefox.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.spreadfirefox.com&#x2F;&#x27;, &#x27;Spread Firefox&#x27;]);&quot; &gt;Spread Firefox&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Better Donkey is my personal favorite. Let me know if you need any help or ideas related to this.&lt;&#x2F;p&gt;
&lt;p&gt;—&lt;&#x2F;p&gt;
&lt;p&gt;Pankaj Narula&lt;&#x2F;p&gt;
&lt;p&gt;http:&#x2F;&#x2F;pnarula.com&lt;&#x2F;p&gt;
&lt;p&gt;http:&#x2F;&#x2F;hindi.pnarula.com&#x2F;haanbhai&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Something to watch for SAP and Linux</title>
        <published>2005-02-15T01:14:39+00:00</published>
        <updated>2005-02-15T01:14:39+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/something-to-watch-for-sap-and-linux/" type="text/html"/>
        <id>https://pnarula.com/blog/something-to-watch-for-sap-and-linux/</id>
        
            <content type="html">&lt;p&gt;I was smitten by Linux very early in my tech life. I still remember how long it took to configure X Windows on a &lt;a href=&quot;http:&#x2F;&#x2F;www.pec.ac.in&#x2F;pages&#x2F;org.htm&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pec.ac.in&#x2F;pages&#x2F;org.htm&#x27;, &#x27;CEL&#x27;]);&quot; &gt;CEL&lt;&#x2F;a&gt; machine in the summer of 95. SAP also has a special initiative for &lt;a href=&quot;http:&#x2F;&#x2F;www.sap.com&#x2F;linux&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.sap.com&#x2F;linux&#x2F;&#x27;, &#x27;linux&#x27;]);&quot; &gt;linux&lt;&#x2F;a&gt; It pleased me to read about German Railways migration to linux over &lt;a href=&quot;http:&#x2F;&#x2F;www.computerworld.com&#x2F;softwaretopics&#x2F;os&#x2F;linux&#x2F;story&#x2F;0,10801,99522,00.html?source=x10&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.computerworld.com&#x2F;softwaretopics&#x2F;os&#x2F;linux&#x2F;story&#x2F;0,10801,99522,00.html?source=x10&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;. What got me more interested was this snippet&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The company has already shifted its vital train timetabling system from HP Non-Stop to Linux. Next, it will move various SAP systems, including sales support, from Unix to Linux. And by the end of the year, all remaining critical systems such as databases, application servers, Web servers, mail servers and network infrastructure will be running on Linux, the company said.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Definitely some thing to watch for. Someday I want to do a detailed ROI analysis of SAP on Linux.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Some news about the alma</title>
        <published>2005-02-12T01:50:22+00:00</published>
        <updated>2005-02-12T01:50:22+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/some-news-about-the-alma/" type="text/html"/>
        <id>https://pnarula.com/blog/some-news-about-the-alma/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;zombieworld.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;zombieworld.blogspot.com&#x2F;&#x27;, &#x27;Rahul&#x27;]);&quot; &gt;Rahul&lt;&#x2F;a&gt; told me about this new hangout place for &lt;a href=&quot;http:&#x2F;&#x2F;pecobians.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pecobians.com&#x27;, &#x27;Pecobians&#x27;]);&quot; &gt;Pecobians&lt;&#x2F;a&gt; at pecobians.com. I have always wanted some place like this and it was a great find. Immediately registered and posted the first post.&lt;&#x2F;p&gt;
&lt;p&gt;While surfing on this site, I also came across this &lt;a href=&quot;http:&#x2F;&#x2F;www.pecobians.com&#x2F;downloads.php?file=1&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pecobians.com&#x2F;downloads.php?file=1&#x27;, &#x27;video file&#x27;]);&quot; &gt;video file&lt;&#x2F;a&gt; showing a news item related to PEC on Star News. It was fun to watch and see old professors, present students on the screen. The news was quite special to me as I was also the part of placement cell as a representative of my class.&lt;&#x2F;p&gt;
&lt;p&gt;Read Hindi Version &lt;a href=&quot;http:&#x2F;&#x2F;hindi.pnarula.com&#x2F;haanbhai&#x2F;?p=78&quot;&gt;Here&lt;&#x2F;a&gt; .&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Google Maps</title>
        <published>2005-02-08T21:18:31+00:00</published>
        <updated>2005-02-08T21:18:31+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/google-maps/" type="text/html"/>
        <id>https://pnarula.com/blog/google-maps/</id>
        
            <content type="html">&lt;p&gt;In one of my lives, while I was still in &lt;a href=&quot;http:&#x2F;&#x2F;www.pec.ac.in&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pec.ac.in&#x27;, &#x27;college&#x27;]);&quot; &gt;college&lt;&#x2F;a&gt;, I did a lot of work on GIS (&lt;a href=&quot;http:&#x2F;&#x2F;esri.com&#x2F;software&#x2F;arcgis&#x2F;index.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;esri.com&#x2F;software&#x2F;arcgis&#x2F;index.html&#x27;, &#x27;ArcGIS&#x27;]);&quot; &gt;ArcGIS&lt;&#x2F;a&gt; and &lt;a href=&quot;http:&#x2F;&#x2F;mapinfo.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;mapinfo.com&#x2F;&#x27;, &#x27;MapInfo&#x27;]);&quot; &gt;MapInfo&lt;&#x2F;a&gt;) or geographical information systems. As a group we digitized the Chandigarh and applied a lot of GIS techniques for Income Tax department, one of the local elections etc. When I came to US in 1999 it amazed me to see the &lt;a href=&quot;http:&#x2F;&#x2F;maps.yahoo.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;maps.yahoo.com&#x27;, &#x27;Yahoo Maps&#x27;]);&quot; &gt;Yahoo Maps&lt;&#x2F;a&gt; and &lt;a href=&quot;http:&#x2F;&#x2F;mapquest.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;mapquest.com&#x27;, &#x27;Mapquest&#x27;]);&quot; &gt;Mapquest&lt;&#x2F;a&gt; etc. But these maps were essentially static. Today I saw the newest kid in the maps and directions world – &lt;a href=&quot;http:&#x2F;&#x2F;maps.google.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;maps.google.com&#x27;, &#x27;Google&#x27;]);&quot; &gt;Google&lt;&#x2F;a&gt;. My initial reaction was GOOD! Using the stateless HTTP they have made interactive maps. I was impressed to the point that I created a little flash movie of Google Maps testing. Here is what I tried on it&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Find an address near San Jose Airport&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Zoom out to see more of silicon valley.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Pan to move around in the valley.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Finally go back to the point where I started.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;[FLASH] http:&#x2F;&#x2F;pnarula.com&#x2F;media&#x2F;video&#x2F;google-maps.swf ,464, 358 [&#x2F;FLASH]&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Feed computers were all outside the body</title>
        <published>2005-01-22T14:24:40+00:00</published>
        <updated>2005-01-22T14:24:40+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/feed-computers-were-all-outside-the-body/" type="text/html"/>
        <id>https://pnarula.com/blog/feed-computers-were-all-outside-the-body/</id>
        
            <content type="html">&lt;p&gt;I first read about &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0763622591&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0763622591&#x2F;&#x27;, &#x27;&amp;#8220;Feed by MT Anderson&amp;#8221;&#x27;]);&quot; &gt;“Feed by MT Anderson”&lt;&#x2F;a&gt; at &lt;a href=&quot;http:&#x2F;&#x2F;www.futuresalon.org&#x2F;2004&#x2F;10&#x2F;clash_of_the_in.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.futuresalon.org&#x2F;2004&#x2F;10&#x2F;clash_of_the_in.html&#x27;, &#x27;FutureSalon&#x27;]);&quot; &gt;FutureSalon&lt;&#x2F;a&gt;. I found it interesting and brought the book home. I didn’t read it for quite some time. But yesterday while at work in an elevator it came to my mind that it would be quite possible to get rid of keyboard and monitor. I mean come to think of it these are just one of the input and output mediums we use to interact with our intelligent machines 😀 The idea is not novel at all. Since I knew it is also the theme of &lt;strong&gt;Feed&lt;&#x2F;strong&gt;. This renewed interest in this idea led me to reading this little fiction for young adults.&lt;&#x2F;p&gt;
&lt;p&gt;Feed is about the few teens in future. They have some sort of chip implanted in their brains which keeps feeding them all this information about where ever they look. It was marketed as a great tool for the kids as they will have access to all information via the feed. I haven’t read the complete book. I liked it so much that I recorded one of the paragraphs where Titus, one of the teens after having lost feed in a hacking incident, is thinking about the past when people didn’t didn’t had feeds. Listen to it&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;media&#x2F;audio&#x2F;feed-clip.mp3&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;media&#x2F;audio&#x2F;feed-clip.mp3&#x27;, &#x27;Feed from the Feed&#x27;]);&quot; &gt;Feed from the Feed&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Slaves of numbers</title>
        <published>2005-01-17T17:25:22+00:00</published>
        <updated>2005-01-17T17:25:22+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/slaves-of-numbers/" type="text/html"/>
        <id>https://pnarula.com/blog/slaves-of-numbers/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;bekar-bheje-ki-upaj.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;bekar-bheje-ki-upaj.blogspot.com&#x2F;&#x27;, &#x27;Nilesh&#x27;]);&quot; &gt;Nilesh&lt;&#x2F;a&gt;, our resident bekaar bheja aka idle mind was on a trip to Silicon Valley as a part of his MBA at &lt;a href=&quot;http:&#x2F;&#x2F;www.johnson.cornell.edu&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.johnson.cornell.edu&#x2F;&#x27;, &#x27;Johnson&#x27;]);&quot; &gt;Johnson&lt;&#x2F;a&gt;. They call it networking :D. I took him to the &lt;a href=&quot;http:&#x2F;&#x2F;www.library.ci.santa-clara.ca.us&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.library.ci.santa-clara.ca.us&#x2F;&#x27;, &#x27;Santa Clara City Library&#x27;]);&quot; &gt;Santa Clara City Library&lt;&#x2F;a&gt; and he suggested “&lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0471295639&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0471295639&#x27;, &#x27;Against the Gods&#x27;]);&quot; &gt;Against the Gods&lt;&#x2F;a&gt;” as a good reading. I am glad he did that. It is a lucid tale of Risk. I will write about it detail in another post. The following paragraph intrigued me so I am posting it over here.&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Our lives teem with numbers, but we sometimes forget that numbers are only tools. They have no soul; they may indeed become fetishes. Many of our most critical decisions are made by computers, contraptions that devour like voracious monsters and insist on being nourished with ever-greater quantities of digits to crunch, digest and spew back.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>SAP on Slashdot</title>
        <published>2005-01-03T20:37:48+00:00</published>
        <updated>2005-01-03T20:37:48+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/sap-on-slashdot/" type="text/html"/>
        <id>https://pnarula.com/blog/sap-on-slashdot/</id>
        
            <content type="html">&lt;p&gt;If something makes a news on Slashdot it has to belong to the kingdom of day-to-day geeks. Typically SAP professionals start getting the news about cool technologies brewing inside the tech giant thru various niche magazines and lately &lt;a href=&quot;https:&#x2F;&#x2F;www.sdn.sap.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;www.sdn.sap.com&#x27;, &#x27;SDN&#x27;]);&quot; &gt;SDN&lt;&#x2F;a&gt;. I was excited to read &lt;a href=&quot;https:&#x2F;&#x2F;www.sdn.sap.com&#x2F;sdn&#x2F;weblogs.sdn?blog=&#x2F;pub&#x2F;u&#x2F;9217&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;www.sdn.sap.com&#x2F;sdn&#x2F;weblogs.sdn?blog=&#x2F;pub&#x2F;u&#x2F;9217&#x27;, &#x27;Dagfinn Parnas&#x27;]);&quot; &gt;Dagfinn Parnas&lt;&#x2F;a&gt;‘s article &lt;a href=&quot;https:&#x2F;&#x2F;www.sdn.sap.com&#x2F;sdn&#x2F;weblogs.sdn?blog=&#x2F;pub&#x2F;wlg&#x2F;940&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;www.sdn.sap.com&#x2F;sdn&#x2F;weblogs.sdn?blog=&#x2F;pub&#x2F;wlg&#x2F;940&#x27;, &#x27;SAP Virtual Machine Container (as seen on TechEd)&#x27;]);&quot; &gt;SAP Virtual Machine Container (as seen on TechEd)&lt;&#x2F;a&gt;. But &lt;a href=&quot;http:&#x2F;&#x2F;developers.slashdot.org&#x2F;article.pl?sid=05&#x2F;01&#x2F;03&#x2F;1434213&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;developers.slashdot.org&#x2F;article.pl?sid=05&#x2F;01&#x2F;03&#x2F;1434213&#x27;, &#x27;this article&#x27;]);&quot; &gt;this article&lt;&#x2F;a&gt; on slashdot just makes my day…&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Writing an article about “&lt;a href=&quot;http:&#x2F;&#x2F;www.javadevelopersjournal.com&#x2F;story&#x2F;?storyid=47362&amp;#038;de=1&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.javadevelopersjournal.com&#x2F;story&#x2F;?storyid=47362&amp;#038;de=1&#x27;, &#x27;A Java Server That Never Goes Down&#x27;]);&quot; &gt;A Java Server That Never Goes Down&lt;&#x2F;a&gt;” is pure hubris, but a German developer who says he’s been “eating, sleeping, and drinking Java” for 8 years doesn’t seem to care and his article brings to light the aspects of VM we rarely think of as he introduces “user isolation” and tells about some interesting work SAP in Germany is doing in that area, merging the Java and the ABAP worlds.”&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Indibloggies 2004</title>
        <published>2004-12-30T21:49:37+00:00</published>
        <updated>2004-12-30T21:49:37+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/indibloggies-2004/" type="text/html"/>
        <id>https://pnarula.com/blog/indibloggies-2004/</id>
        
            <content type="html">&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;indi-bloggies-2004.gif&quot; alt=&quot;IndiBloggies - 2004&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Om Malik of &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x27;, &#x27;GigaOm&#x27;]);&quot; &gt;GigaOm&lt;&#x2F;a&gt; fame often &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;archives&#x2F;2004&#x2F;10&#x2F;27&#x2F;dont-you-love-om&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;archives&#x2F;2004&#x2F;10&#x2F;27&#x2F;dont-you-love-om&#x2F;&#x27;, &#x27;says&#x27;]);&quot; &gt;says&lt;&#x2F;a&gt; &lt;em&gt;“Silicon Valley is a hot house where everyone smokes the same crappy weed and participates in a constant feedback loop.”&lt;&#x2F;em&gt; Now we know on the internet everyone goes to their favorite hot houses i.e read their favorite bloggers. Indibloggies is a way to bring best of the weed from different spheres. So here are my nominations for my best weed err… nominations for Indibloggies&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;IndiBlog of the year&lt;&#x2F;strong&gt; – &lt;a href=&quot;http:&#x2F;&#x2F;tunamihelp.blogspot.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;tunamihelp.blogspot.com&#x27;, &#x27;http:&#x2F;&#x2F;tsunamihelp.blogspot.com&#x27;]);&quot; &gt;http:&#x2F;&#x2F;tsunamihelp.blogspot.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;This has to go to the tsunamihelp. It mobilized the various people around the world and provided a single point of information for the Tsunami relief. A great example of power of blog medium.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Best Technology IndiBlog&lt;&#x2F;strong&gt; – &lt;a href=&quot;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&#x27;, &#x27;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&#x27;]);&quot; &gt;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strike&gt;Prof&lt;&#x2F;strike&gt; Sadagopanâ€™s weblog is an excellent commentary on various Emerging Technologies, Thoughts, Ideas, Trends and Cyber world. Very well written and shows the thought process from a deep experience. Although &lt;strike&gt;Prof &lt;&#x2F;strike&gt; he could use a little bigger font on his blog 😀&lt;&#x2F;p&gt;
&lt;p&gt;Another technology blog I would like to nominate is &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x27;, &#x27;Gigaom&#x27;]);&quot; &gt;Gigaom&lt;&#x2F;a&gt; by Om Malik. He has the uncanny ability to review and analyze various things happening in tech world. When world was singing praises of Gmail he raised the flag of disenchantment.&lt;&#x2F;p&gt;
&lt;p&gt;And the last tech blog which I would like to nominate is &lt;a href=&quot;http:&#x2F;&#x2F;news.techwhack.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;news.techwhack.com&#x27;, &#x27;TechWhack&#x27;]);&quot; &gt;TechWhack&lt;&#x2F;a&gt; by &lt;a href=&quot;http:&#x2F;&#x2F;sushubh.net&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sushubh.net&#x27;, &#x27;Sushubh&#x27;]);&quot; &gt;Sushubh&lt;&#x2F;a&gt;. Donâ€™t take his younger age for his naivetÃ© in tech areas. If you subscribe to google news you would often find his posts on the front page in TechSection.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Best Humanities(Art, Society, Politicsetc) IndiBlog&lt;&#x2F;strong&gt; – &lt;a href=&quot;http:&#x2F;&#x2F;www.dristikona.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.dristikona.com&#x27;, &#x27;http:&#x2F;&#x2F;www.drishtikona.com&#x27;]);&quot; &gt;http:&#x2F;&#x2F;www.drishtikona.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Dristikona â€“ a blog from a well experienced person Indra Sharma ji talks about Indian society and the challenges it faces. He never says a thing in vain and always proposes a solution to these hurdles. We all can learn a lot from his lifelong experiences and thoughts based on these which he shares through his blog. Hope more folks like him will join the bloggerdom.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;IndiBlog lifetime achiever&lt;&#x2F;strong&gt; – &lt;a href=&quot;http:&#x2F;&#x2F;opinion.paifamily.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;opinion.paifamily.com&#x27;, &#x27;http:&#x2F;&#x2F;opinion.paifamily.com&#x27;]);&quot; &gt;http:&#x2F;&#x2F;opinion.paifamily.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Nitin Paiâ€™s The Acorn â€“ a day is never complete without reading the opinions from his opinionated mind. His writing frequency and insight to the political&#x2F;foreign policy&#x2F;financial measures is commendable. He is also proxy-present in Hindi blogger world via his guest posts thru Debashish.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Best Indic (Indian Languages other than English) Blog&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;I will confine myself to the Hindi language for this as that is what I do. This has to be toughest category for me as every one has become a close friend in the Hindi blogger world. Moreover the bloggers I wanted to nominate have also sponsored prizes so it becomes doubly complex. Without more words I would like to nominate following three Hindi blogs for the best Indic Blog in no particular order&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;raviratlami.blogspot.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;raviratlami.blogspot.com&#x27;, &#x27;Ravi Ratlami ka Hindi Blog aur Ghazals&#x27;]);&quot; &gt;Ravi Ratlami ka Hindi Blog aur Ghazals&lt;&#x2F;a&gt; â€“ One of the most prolific writer in Hindi cyber world. He writes on socially relevant issues and all things technical related to Hindi. An accompanying gazal is his trademark and leaves people wondering how does he do it in such a short time.&lt;&#x2F;p&gt;
&lt;p&gt;[&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;indi-bloggies-2004.gif&quot; alt=&quot;IndiBloggies - 2004&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Om Malik of &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x27;, &#x27;GigaOm&#x27;]);&quot; &gt;GigaOm&lt;&#x2F;a&gt; fame often &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;archives&#x2F;2004&#x2F;10&#x2F;27&#x2F;dont-you-love-om&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;archives&#x2F;2004&#x2F;10&#x2F;27&#x2F;dont-you-love-om&#x2F;&#x27;, &#x27;says&#x27;]);&quot; &gt;says&lt;&#x2F;a&gt; &lt;em&gt;“Silicon Valley is a hot house where everyone smokes the same crappy weed and participates in a constant feedback loop.”&lt;&#x2F;em&gt; Now we know on the internet everyone goes to their favorite hot houses i.e read their favorite bloggers. Indibloggies is a way to bring best of the weed from different spheres. So here are my nominations for my best weed err… nominations for Indibloggies&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;IndiBlog of the year&lt;&#x2F;strong&gt; – &lt;a href=&quot;http:&#x2F;&#x2F;tunamihelp.blogspot.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;tunamihelp.blogspot.com&#x27;, &#x27;http:&#x2F;&#x2F;tsunamihelp.blogspot.com&#x27;]);&quot; &gt;http:&#x2F;&#x2F;tsunamihelp.blogspot.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;This has to go to the tsunamihelp. It mobilized the various people around the world and provided a single point of information for the Tsunami relief. A great example of power of blog medium.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Best Technology IndiBlog&lt;&#x2F;strong&gt; – &lt;a href=&quot;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&#x27;, &#x27;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&#x27;]);&quot; &gt;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strike&gt;Prof&lt;&#x2F;strike&gt; Sadagopanâ€™s weblog is an excellent commentary on various Emerging Technologies, Thoughts, Ideas, Trends and Cyber world. Very well written and shows the thought process from a deep experience. Although &lt;strike&gt;Prof &lt;&#x2F;strike&gt; he could use a little bigger font on his blog 😀&lt;&#x2F;p&gt;
&lt;p&gt;Another technology blog I would like to nominate is &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x27;, &#x27;Gigaom&#x27;]);&quot; &gt;Gigaom&lt;&#x2F;a&gt; by Om Malik. He has the uncanny ability to review and analyze various things happening in tech world. When world was singing praises of Gmail he raised the flag of disenchantment.&lt;&#x2F;p&gt;
&lt;p&gt;And the last tech blog which I would like to nominate is &lt;a href=&quot;http:&#x2F;&#x2F;news.techwhack.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;news.techwhack.com&#x27;, &#x27;TechWhack&#x27;]);&quot; &gt;TechWhack&lt;&#x2F;a&gt; by &lt;a href=&quot;http:&#x2F;&#x2F;sushubh.net&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sushubh.net&#x27;, &#x27;Sushubh&#x27;]);&quot; &gt;Sushubh&lt;&#x2F;a&gt;. Donâ€™t take his younger age for his naivetÃ© in tech areas. If you subscribe to google news you would often find his posts on the front page in TechSection.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Best Humanities(Art, Society, Politicsetc) IndiBlog&lt;&#x2F;strong&gt; – &lt;a href=&quot;http:&#x2F;&#x2F;www.dristikona.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.dristikona.com&#x27;, &#x27;http:&#x2F;&#x2F;www.drishtikona.com&#x27;]);&quot; &gt;http:&#x2F;&#x2F;www.drishtikona.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Dristikona â€“ a blog from a well experienced person Indra Sharma ji talks about Indian society and the challenges it faces. He never says a thing in vain and always proposes a solution to these hurdles. We all can learn a lot from his lifelong experiences and thoughts based on these which he shares through his blog. Hope more folks like him will join the bloggerdom.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;IndiBlog lifetime achiever&lt;&#x2F;strong&gt; – &lt;a href=&quot;http:&#x2F;&#x2F;opinion.paifamily.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;opinion.paifamily.com&#x27;, &#x27;http:&#x2F;&#x2F;opinion.paifamily.com&#x27;]);&quot; &gt;http:&#x2F;&#x2F;opinion.paifamily.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Nitin Paiâ€™s The Acorn â€“ a day is never complete without reading the opinions from his opinionated mind. His writing frequency and insight to the political&#x2F;foreign policy&#x2F;financial measures is commendable. He is also proxy-present in Hindi blogger world via his guest posts thru Debashish.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Best Indic (Indian Languages other than English) Blog&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;I will confine myself to the Hindi language for this as that is what I do. This has to be toughest category for me as every one has become a close friend in the Hindi blogger world. Moreover the bloggers I wanted to nominate have also sponsored prizes so it becomes doubly complex. Without more words I would like to nominate following three Hindi blogs for the best Indic Blog in no particular order&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;raviratlami.blogspot.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;raviratlami.blogspot.com&#x27;, &#x27;Ravi Ratlami ka Hindi Blog aur Ghazals&#x27;]);&quot; &gt;Ravi Ratlami ka Hindi Blog aur Ghazals&lt;&#x2F;a&gt; â€“ One of the most prolific writer in Hindi cyber world. He writes on socially relevant issues and all things technical related to Hindi. An accompanying gazal is his trademark and leaves people wondering how does he do it in such a short time.&lt;&#x2F;p&gt;
&lt;p&gt;](http:&#x2F;&#x2F;rojnamcha.blogspot.com) â€“ another Hindi blog gem. He is known for his lucid writing style and various techniques he develops like how to measure if you are an NRI etc. He also has a blog-book about his memoirs in US.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;jitu.info&#x2F;merapanna&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jitu.info&#x2F;merapanna&#x2F;&#x27;, &#x27;Jitendra ka Mera Panna &#x27;]);&quot; &gt;Jitendra ka Mera Panna &lt;&#x2F;a&gt;â€“ has to be the 200 mph train of blog world. He started with blogspot and quickly outgrew to his own domain. His writing style is again unique and he uses various characters real or imaginary god knows for his blog. His writings are the talk of the town in this part of blogging world. There are times when only person writing in Hindi is him.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Best New Indic blog&lt;&#x2F;strong&gt; â€“&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;fursatiya.blogspot.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;fursatiya.blogspot.com&#x27;, &#x27;Fursatiya &#x27;]);&quot; &gt;Fursatiya &lt;&#x2F;a&gt;â€“ Anup Shuklaâ€™s blog from Kanpur is another one of its kind new addition to Hindi world. His terse commentary on Indiaâ€™s &lt;a href=&quot;http:&#x2F;&#x2F;fursatiya.blogspot.com&#x2F;2004&#x2F;12&#x2F;blog-post_18.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;fursatiya.blogspot.com&#x2F;2004&#x2F;12&#x2F;blog-post_18.html&#x27;, &#x27;culture&#x27;]);&quot; &gt;culture&lt;&#x2F;a&gt; and its unique &lt;a href=&quot;http:&#x2F;&#x2F;fursatiya.blogspot.com&#x2F;2004&#x2F;12&#x2F;blog-post.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;fursatiya.blogspot.com&#x2F;2004&#x2F;12&#x2F;blog-post.html&#x27;, &#x27;idiosyncrasies&#x27;]);&quot; &gt;idiosyncrasies&lt;&#x2F;a&gt; is a must read. He also takes his &lt;a href=&quot;http:&#x2F;&#x2F;fursatiya.blogspot.com&#x2F;2004&#x2F;12&#x2F;blog-post_30.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;fursatiya.blogspot.com&#x2F;2004&#x2F;12&#x2F;blog-post_30.html&#x27;, &#x27;shots&#x27;]);&quot; &gt;shots&lt;&#x2F;a&gt; on the hindi bloggers and is a joyful addition to hindi blogger cabal.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>LAST CALL for nominations to Indibloggies 2004</title>
        <published>2004-12-28T22:40:30+00:00</published>
        <updated>2004-12-28T22:40:30+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/last-call-for-nominations-to-indibloggies-2004/" type="text/html"/>
        <id>https://pnarula.com/blog/last-call-for-nominations-to-indibloggies-2004/</id>
        
            <content type="html">&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;indi-bloggies-2004.gif&quot; alt=&quot;IndiBloggies 2004&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Alright just 2 days left to send in your nominations for this &lt;a href=&quot;http:&#x2F;&#x2F;indibloggies.blogspot.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;indibloggies.blogspot.com&#x27;, &#x27;Indibloggies 2004. &#x27;]);&quot; &gt;Indibloggies 2004. &lt;&#x2F;a&gt; I will be submitting my nominations for the following categories.&lt;&#x2F;p&gt;
&lt;p&gt;# IndiBlog of the year&lt;&#x2F;p&gt;
&lt;p&gt;# Best Technology IndiBlog&lt;&#x2F;p&gt;
&lt;p&gt;# Best Indic Blog&lt;&#x2F;p&gt;
&lt;p&gt;# Best Humanities(Art, Society, Politicsetc) IndiBlog&lt;&#x2F;p&gt;
&lt;p&gt;# Best Indic (Indian Languages other than Engilish) Blog&lt;&#x2F;p&gt;
&lt;p&gt;Send yours at pankajnarula at gmail dot com&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Tsunami Blog and easiest way to help</title>
        <published>2004-12-27T20:29:41+00:00</published>
        <updated>2004-12-27T20:29:41+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/tsunami-blog-and-easiest-way-to-help/" type="text/html"/>
        <id>https://pnarula.com/blog/tsunami-blog-and-easiest-way-to-help/</id>
        
            <content type="html">&lt;p&gt;Various sources (&lt;a href=&quot;http:&#x2F;&#x2F;opinion.paifamily.com&#x2F;index.php?p=1134&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;opinion.paifamily.com&#x2F;index.php?p=1134&#x27;, &#x27;Acorn&#x27;]);&quot; &gt;Acorn&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;brij.typepad.com&#x2F;147&#x2F;2004&#x2F;12&#x2F;tsunamic_blog_p.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;brij.typepad.com&#x2F;147&#x2F;2004&#x2F;12&#x2F;tsunamic_blog_p.html&#x27;, &#x27;Brij &#x27;]);&quot; &gt;Brij &lt;&#x2F;a&gt;et al) point to the &lt;a href=&quot;http:&#x2F;&#x2F;tsunamihelp.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;tsunamihelp.blogspot.com&#x2F;&#x27;, &#x27;Tsunami blog&#x27;]);&quot; &gt;Tsunami blog&lt;&#x2F;a&gt; set up by few folks to aggregate the information about Tsunami relief efforts.&lt;&#x2F;p&gt;
&lt;p&gt;This &lt;a href=&quot;http:&#x2F;&#x2F;tsunamihelp.blogspot.com&#x2F;2004&#x2F;12&#x2F;listing-of-important-numbers-for.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;tsunamihelp.blogspot.com&#x2F;2004&#x2F;12&#x2F;listing-of-important-numbers-for.html&#x27;, &#x27;link&#x27;]);&quot; &gt;link&lt;&#x2F;a&gt; points to the list of important telephone numbers on the Tsunami blog.&lt;&#x2F;p&gt;
&lt;p&gt;Also contribute to the relief efforts in whatever way you can. &lt;a href=&quot;http:&#x2F;&#x2F;www.ramdhanyk.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.ramdhanyk.com&#x27;, &#x27;Ram Dhan&#x27;]);&quot; &gt;Ram Dhan&lt;&#x2F;a&gt; has made it very easy by setting up a site to contribute by Paypal. Click the link below to find more&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.ramdhanyk.com&#x2F;movabletype&#x2F;archives&#x2F;thoughtprocess&#x2F;001338.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.ramdhanyk.com&#x2F;movabletype&#x2F;archives&#x2F;thoughtprocess&#x2F;001338.html&#x27;, &#x27;Contribute via Paypal on Ram Dhan&amp;#8217;s Site&#x27;]);&quot; &gt;Contribute via Paypal on Ram Dhan’s Site&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>When Bad Things Happen to Good Projects</title>
        <published>2004-12-26T02:05:10+00:00</published>
        <updated>2004-12-26T02:05:10+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/when-bad-things-happen-to-good-projects/" type="text/html"/>
        <id>https://pnarula.com/blog/when-bad-things-happen-to-good-projects/</id>
        
            <content type="html">&lt;p&gt;I think I am going to be reading &lt;a href=&quot;http:&#x2F;&#x2F;123suds.blogspot.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;123suds.blogspot.com&#x27;, &#x27;Sadgopan&amp;#8217;s&#x27;]);&quot; &gt;Sadgopan’s&lt;&#x2F;a&gt; blog more and more. He pointed to an &lt;a href=&quot;http:&#x2F;&#x2F;www.cio.com&#x2F;archive&#x2F;120104&#x2F;contingencyplan.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.cio.com&#x2F;archive&#x2F;120104&#x2F;contingencyplan.html&#x27;, &#x27;article&#x27;]);&quot; &gt;article&lt;&#x2F;a&gt; in CIO magazine about an IT project faliure. Now I work as a consultant who implements IT systems to automate business processes. Studying and practicing good project implementation practices is something which I have deep interest in. The article sums it well at the end and every business stake holder should learn it by heart that&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;There is big leverage between IT and the business processes when you deal with a large supply chain,” he says. “Just looking at contingency planning from an IT point of view would be a big mistake. It has to be looked at from an integrated view of IT processes and the business.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Everybody loves Documentation</title>
        <published>2004-12-25T16:14:03+00:00</published>
        <updated>2004-12-25T16:14:03+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/everybodys-loves-documentation/" type="text/html"/>
        <id>https://pnarula.com/blog/everybodys-loves-documentation/</id>
        
            <content type="html">&lt;p&gt;Being a consultant you are constantly, though rightfully, asked by the clients to document everything before you leave. Now updating my personal blog I am my own client so why be partial towards oneself. Here is what I did to update Beta Thoughts to version 3.0.&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&#x2F;nightly&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x2F;nightly&#x27;, &#x27;Latest Nightly&#x27;]);&quot; &gt;Latest Nightly&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Adapt Ryan’s &lt;a href=&quot;http:&#x2F;&#x2F;boren.nu&#x2F;archives&#x2F;2004&#x2F;10&#x2F;10&#x2F;kubrick-130-rc2&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;boren.nu&#x2F;archives&#x2F;2004&#x2F;10&#x2F;10&#x2F;kubrick-130-rc2&#x2F;&#x27;, &#x27;Kubrick Theme&#x27;]);&quot; &gt;Kubrick Theme&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;a. style.css for width and color changes&lt;&#x2F;p&gt;
&lt;p&gt;b. header.php for header image width&lt;&#x2F;p&gt;
&lt;p&gt;c. Create pages for Links template and Archives template&lt;&#x2F;p&gt;
&lt;ol start=&quot;3&quot;&gt;
&lt;li&gt;Introduce Navigation based on Listamatic’s &lt;a href=&quot;http:&#x2F;&#x2F;css.maxdesign.com.au&#x2F;listamatic&#x2F;horizontal01.htm&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;css.maxdesign.com.au&#x2F;listamatic&#x2F;horizontal01.htm&#x27;, &#x27;Simple Horizontal List&#x27;]);&quot; &gt;Simple Horizontal List&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;a. style.css for navlist&lt;&#x2F;p&gt;
&lt;p&gt;b. create a navigation.php and include it in header.php to show on every page&lt;&#x2F;p&gt;
&lt;ol start=&quot;4&quot;&gt;
&lt;li&gt;Plugins&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;a. Brian’s &lt;a href=&quot;http:&#x2F;&#x2F;meidell.dk&#x2F;archives&#x2F;2004&#x2F;09&#x2F;12&#x2F;brians-latest-comments&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;meidell.dk&#x2F;archives&#x2F;2004&#x2F;09&#x2F;12&#x2F;brians-latest-comments&#x2F;&#x27;, &#x27;Latest Comment&#x27;]);&quot; &gt;Latest Comment&lt;&#x2F;a&gt; for Activity in the sidebar –&lt;&#x2F;p&gt;
&lt;p&gt;b. Nick Momriks &lt;a href=&quot;http:&#x2F;&#x2F;mtdewvirus.com&#x2F;wp-hacks&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;mtdewvirus.com&#x2F;wp-hacks&#x2F;&#x27;, &#x27;Recent Posts &#x27;]);&quot; &gt;Recent Posts &lt;&#x2F;a&gt;for Other Recent Posts in the sidebar&lt;&#x2F;p&gt;
&lt;p&gt;c. Alex’s &lt;a href=&quot;http:&#x2F;&#x2F;www.w-a-s-a-b-i.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;26&#x2F;wordpress-related-entries-plugin&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.w-a-s-a-b-i.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;26&#x2F;wordpress-related-entries-plugin&#x2F;&#x27;, &#x27;Related Posts&#x27;]);&quot; &gt;Related Posts&lt;&#x2F;a&gt; on the Single Post page&lt;&#x2F;p&gt;
&lt;p&gt;d. Kitten’s &lt;a href=&quot;http:&#x2F;&#x2F;blog.mookitty.co.uk&#x2F;devblog&#x2F;kittens-spam-words&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;blog.mookitty.co.uk&#x2F;devblog&#x2F;kittens-spam-words&#x2F;&#x27;, &#x27;Spam Words&#x27;]);&quot; &gt;Spam Words&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;e. Matt’s &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&#x2F;support&#x2F;10&#x2F;16642&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x2F;support&#x2F;10&#x2F;16642&#x2F;&#x27;, &#x27;Spam Stopgap&#x27;]);&quot; &gt;Spam Stopgap&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;ol start=&quot;5&quot;&gt;
&lt;li&gt;Announce on WordPress Support &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&#x2F;support&#x2F;11&#x2F;19321&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x2F;support&#x2F;11&#x2F;19321&#x2F;&#x27;, &#x27;Forum&#x27;]);&quot; &gt;Forum&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Happiness and fun</title>
        <published>2004-12-25T09:42:00+00:00</published>
        <updated>2004-12-25T09:42:00+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/happiness-and-fun/" type="text/html"/>
        <id>https://pnarula.com/blog/happiness-and-fun/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;123suds.blogspot.com&#x2F;&#x27;, &#x27;Sadagopan&amp;#8217;s weblog&#x27;]);&quot; &gt;Sadagopan’s weblog&lt;&#x2F;a&gt; on Emerging Technologies,Thoughts, Ideas,Trends and Cyberworld is a very insightful blog on an amazing gamut of things. Just read his commentry on &lt;strong&gt;James Surowiecki&lt;&#x2F;strong&gt;‘s article about relationship &lt;a href=&quot;http:&#x2F;&#x2F;www.technologyreview.com&#x2F;articles&#x2F;05&#x2F;01&#x2F;issue&#x2F;surowiecki0105.asp?p=0&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.technologyreview.com&#x2F;articles&#x2F;05&#x2F;01&#x2F;issue&#x2F;surowiecki0105.asp?p=0&#x27;, &#x27; between technological advancement and happiness&#x27;]);&quot; &gt;between technological advancement and happiness&lt;&#x2F;a&gt;. Sums up pretty well at the end&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;My Take: I would think yes in three ways, A. By creating a huge industry, technology is defintely creating new buisness value and by extension helping the stakeholders. B. By making life better fot the society as a whole C. Tech industry is one of the fastest innovators and so is able to roll out newer solutions&#x2F;products faster – in the process helping society at large happy by providing new variety!!.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;And here is my take on it 😀 I have often wondered about the happiness. During the surveys that James Surowiecki articles talks about when people were asked about happiness were they thinking about fun or happiness. It is quite too often that one would confuse between the too. To me real happiness is like looking at one’s kids, getting the love of one’s life etc. Having fun would be visiting Disney world, taking the roller coaster ride etc. It is this fun that looses its novelty just too easy. After being on a ride on 30 feet roller coaster you want to have a bigger thrill, so you go for 50 feet and so on.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Collective IQ</title>
        <published>2004-12-24T01:19:52+00:00</published>
        <updated>2004-12-24T01:19:52+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/collective-iq/" type="text/html"/>
        <id>https://pnarula.com/blog/collective-iq/</id>
        
            <content type="html">&lt;p&gt;Few weeks back I attended &lt;a href=&quot;http:&#x2F;&#x2F;futuresalon.org&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;futuresalon.org&#x27;, &#x27;Future Salon&#x27;]);&quot; &gt;Future Salon&lt;&#x2F;a&gt; for the first time. It was by none other than &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;archives&#x2F;2004&#x2F;11&#x2F;09&#x2F;doug-engelbart-nov-19-future-salon&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;archives&#x2F;2004&#x2F;11&#x2F;09&#x2F;doug-engelbart-nov-19-future-salon&#x2F;&#x27;, &#x27;Doug Engelbart&#x27;]);&quot; &gt;Doug Engelbart&lt;&#x2F;a&gt; and the topic was Collective IQ. I have to admit my mind has a bent for the collective word. Having been a past fan of Ayn Rand, collective word ring some negative bells in my mind. Essentially that every thing great comes from works of few genius beings. So I was more than anxious to hear great mindâ€™s thoughts. Without surprise someone asked the same question during the talk. Discussion among the audience led to the idea â€“ yes great ideas come from great minds but they always stand on the shoulders of giants. Ah.. simple thought but epiphany for me 😀 &lt;!--more--&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Dougâ€™s talk was different from my biases on more oriented towards information mining. He talked about we have so much information on the internet â€“ thousands of conversations going on, threaded discussions, hundreds of meeting documents among organizations, documents containing arguments and counter arguments etc. considering this can there be a system which can draw inference on some thing out of this information. In a simple scenario if 10 participants to a essay writing submitted their essays to this system can this system draw a conclusion out of these essays. Now scale this to hundreds of thousands of documents.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Who am I</title>
        <published>2004-12-13T22:14:10+00:00</published>
        <updated>2004-12-13T22:14:10+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/who-am-i/" type="text/html"/>
        <id>https://pnarula.com/blog/who-am-i/</id>
        
            <content type="html">&lt;p&gt;I came across this introduction about one self on &lt;a href=&quot;http:&#x2F;&#x2F;weblog.neeraj.name&#x2F;blog&#x2F;_WebPages&#x2F;aboutme.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;weblog.neeraj.name&#x2F;blog&#x2F;_WebPages&#x2F;aboutme.html&#x27;, &#x27;Neeraj&amp;#8217;s weblog&#x27;]);&quot; &gt;Neeraj’s weblog&lt;&#x2F;a&gt;. Very nicely written and can be substituted for most of us&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Who am I?&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;I’m an alien and I’m not kidding. That’s how I was referred to by the paper handed over to me by the smiling immigration lady at the airport.&lt;&#x2F;p&gt;
&lt;p&gt;The emails I receive at work refer to me as a contractor to emphasize that only employees are invited to certain special parties.&lt;&#x2F;p&gt;
&lt;p&gt;I am referred to as a developer in my boss’s project plan.&lt;&#x2F;p&gt;
&lt;p&gt;My fellow countrymen (&amp;amp;women) call me a desi.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Story of my Audrey</title>
        <published>2004-12-08T14:38:28+00:00</published>
        <updated>2004-12-08T14:38:28+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/story-of-my-audrey/" type="text/html"/>
        <id>https://pnarula.com/blog/story-of-my-audrey/</id>
        
            <content type="html">&lt;p&gt;&lt;strong&gt;Dot-com crash and between jobs&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;The other day I was talking to one of my pals about Audrey, the internet appliance now discontinued by 3Com. I bought it because of the dot-com crash 😀 I was between jobs and company notebook was rightfully taken back by my earlier employer. I needed something to browse the internet and buying a notebook didn’t look like a good idea in those times. Then I get this call from my uber-geek friend &lt;a href=&quot;http:&#x2F;&#x2F;ngoel.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;ngoel.com&#x27;, &#x27;Nikhil Goel&#x27;]);&quot; &gt;Nikhil Goel&lt;&#x2F;a&gt; who has chosen Singapore as his workplace, about one website offering Audrey’s at $99. I immediately ordered one. It was a god sent gift at that time. I loved it. I was only able to access net thru modem in its initial form. So I started visiting these &lt;a href=&quot;http:&#x2F;&#x2F;audreyhacking.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;audreyhacking.com&#x27;, &#x27;websites&#x27;]);&quot; &gt;websites&lt;&#x2F;a&gt; for more info on how to attach a network card with it which turned out pretty easy. I had to buy a Netgear USB NIC and then spoof it’s MAC address or something to make it behave like 3Com gear :D. &lt;!--more--&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Audrey visits India&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Then afterwards I joined my next employer and got into the cruel 😉 consulting world. So now this audrey was sitting idle at home. I shipped it to India for my nephew. There he struck a snafu as there was still no broadband in Chandigarh, India circa 2002. Modem option which I was sure would work didn’t work as Chandigarh at that time had 6 digit phone numbers and Audrey was expecting 7 digit phone number. So poor Audrey sat there gathering dust.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Homecoming&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;This year I asked another one of my buddies whose parents live in Chandigarh to get that Audrey back from India on his trip back home. So finally sometime this year Audrey came back. A lot of developments have happened in the &lt;a href=&quot;http:&#x2F;&#x2F;del.icio.us&#x2F;mirchiseth&#x2F;audrey&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;del.icio.us&#x2F;mirchiseth&#x2F;audrey&#x27;, &#x27;Audrey Geekdom&#x27;]);&quot; &gt;Audrey Geekdom&lt;&#x2F;a&gt; I was so happy to get it back, though my nephew thinks otherwise as his place has 7 digit phone numbers as well as broadband. My last month was spent first upgrading the Audrey’s OS using spoofed DNS so that I can get a shell. Then archiving the CF images and finally replacing it with images from one of the &lt;a href=&quot;http:&#x2F;&#x2F;www.prins.net&#x2F;audrey&#x2F;index.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.prins.net&#x2F;audrey&#x2F;index.html&#x27;, &#x27;sites&#x27;]);&quot; &gt;sites&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;So many ways&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;It is amazing how people are using this little internet appliance. Hook it to a phone line and capture the Caller IDs, play MP3s (good case for listening to podcasts), act as a home automation device etc. Right now I want it to work with as USB wi-fi card so that I can put it in my kitchen and we can use it look for recipes, store the postit notes we put on the refrigerator. I don’t want to run a Ethernet cable from my router to this baby. I know I can always buy another wi-fi router and then bridge two routers and get a connection from second router. But that won’t be clean, right..&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>My wordpress install process</title>
        <published>2004-12-05T19:39:54+00:00</published>
        <updated>2004-12-05T19:39:54+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/wp-process/" type="text/html"/>
        <id>https://pnarula.com/blog/wp-process/</id>
        
            <content type="html">&lt;p&gt;In the past year I have installed wordpress so many times that installation of it has become a very trivial process for me. Of course &lt;a href=&quot;http:&#x2F;&#x2F;planet.wordpress.org&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;planet.wordpress.org&#x2F;&#x27;, &#x27;wordpress developers &#x27;]);&quot; &gt;wordpress developers &lt;&#x2F;a&gt;have worked to make it this simple. Here is the process I follow&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;Create the database for WP from cpanel.&lt;&#x2F;li&gt;
&lt;li&gt;Create the user for this DB or use an existing user. Assign ALL_PRIVILEGES to this user for the newly created database.&lt;&#x2F;li&gt;
&lt;li&gt;Download the latest WP nightly from wordpress site and extract it in a separate directory. This will create a wordpress directory.&lt;&#x2F;li&gt;
&lt;li&gt;Change to this directory and copy wp-config-sample.php file as wp-config.php.&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;pre class=&quot;z-code&quot;&gt;&lt;code&gt;&lt;span class=&quot;z-text z-plain&quot;&gt;Edit wp-config.php file to reflect the settings for database, db user, and db password created above.
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;span id=&quot;continue-reading&quot;&gt;&lt;&#x2F;span&gt;
&lt;ol start=&quot;5&quot;&gt;
&lt;li&gt;Create a directory called languages in wp-include. Copy the hi.mo or language machine object file to the languages directory. This step is necessary if you want to have the wordpress in any other language than English.&lt;&#x2F;li&gt;
&lt;li&gt;Rename the wordpress directory the name you want for example â€˜blogâ€™.&lt;&#x2F;li&gt;
&lt;li&gt;Move this blog directory underneath your web document root.&lt;&#x2F;li&gt;
&lt;li&gt;Visit this page if the install.php links shows click on it.&lt;&#x2F;li&gt;
&lt;li&gt;This will be step 1 â€“ give a name to your blog. Go to step 2.&lt;&#x2F;li&gt;
&lt;li&gt;Jot down the admin password from step 2. Your wordpress is installed now.&lt;&#x2F;li&gt;
&lt;li&gt;Login into wordpress using the admin&#x2F;password. Change the password to your own password you can remember.&lt;&#x2F;li&gt;
&lt;li&gt;At this point you can download plugins, themes etc and activate them. You can configure WordPress to your liking like changing the links, date format, permalinks etc.
&amp;lt;&#x2F;&amp;gt;&lt;&#x2F;ol&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
</content>
        <summary type="html">In the past year I have installed wordpress so many times that installation of it has become a very trivial process for me. Of course wordpress developers have worked to make it this simple. Here is the process I follow

Create the database for WP from cpanel.
Create the user for this DB or use an existing user. Assign ALL_PRIVILEGES to this user for the newly created database.
Download the latest WP nightly from wordpress site and extract it in a separate directory. This will create a wordpress directory.
Change to this directory and copy wp-config-sample.php file as wp-config.php.

Edit wp-config.php file to reflect the settings for database, db user, and db password created above.

…</summary>
        </entry><entry xml:lang="en">
        <title>A photo blog is different from a gallery</title>
        <published>2004-12-04T21:48:20+00:00</published>
        <updated>2004-12-04T21:48:20+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/a-photo-blog-is-different-from-a-gallery/" type="text/html"/>
        <id>https://pnarula.com/blog/a-photo-blog-is-different-from-a-gallery/</id>
        
            <content type="html">&lt;p&gt;It finally dawned upon me today that a photoblog is not the same as photo gallery. I have been confused between these two. For example I wanted something which would have the capabilites of both. A photoblog is where a photographer displays his best pics with commentry along each photograph. Nilesh’s &lt;a href=&quot;http:&#x2F;&#x2F;shutterbug.nu&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;shutterbug.nu&#x27;, &#x27;Shutterbug&#x27;]);&quot; &gt;Shutterbug&lt;&#x2F;a&gt; and &lt;a href=&quot;http:&#x2F;&#x2F;prashantmullick.com&#x2F;plog&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;prashantmullick.com&#x2F;plog&#x27;, &#x27;Prashant&amp;#8217;s Photoblog&#x27;]);&quot; &gt;Prashant’s Photoblog&lt;&#x2F;a&gt; is along the same line. While a gallery is what lazy people like me who are not photographers but still click any way and haul them at a place on the web. Galleries is also a nice way to share photographs among kith and kin.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Execution the dicipline of getting things done</title>
        <published>2004-12-04T21:28:29+00:00</published>
        <updated>2004-12-04T21:28:29+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/execution-the-dicipline-of-getting-things-done/" type="text/html"/>
        <id>https://pnarula.com/blog/execution-the-dicipline-of-getting-things-done/</id>
        
            <content type="html">&lt;p&gt;To me one of the most beautiful sight to watch is some one doing their job efficiently. It could be a carpenter working on wood or a coder tapping on the keyboard. Browsing thru the &lt;a href=&quot;http:&#x2F;&#x2F;brij.typepad.com&#x2F;147&#x2F;2004&#x2F;05&#x2F;libraries_as_a_.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;brij.typepad.com&#x2F;147&#x2F;2004&#x2F;05&#x2F;libraries_as_a_.html&#x27;, &#x27;excellant&#x27;]);&quot; &gt;excellant&lt;&#x2F;a&gt; &lt;a href=&quot;http:&#x2F;&#x2F;www.library.ci.santa-clara.ca.us&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.library.ci.santa-clara.ca.us&#x2F;&#x27;, &#x27;Santa Clara City Library&#x27;]);&quot; &gt;Santa Clara City Library&lt;&#x2F;a&gt; I came across this book – &lt;em&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0739302752&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0739302752&#x27;, &#x27;Execution-the dicipline of getting things done&#x27;]);&quot; &gt;Execution-the dicipline of getting things done&lt;&#x2F;a&gt;&lt;&#x2F;em&gt;. The word &lt;strong&gt;execution&lt;&#x2F;strong&gt; immediately struck a chord in me and brought the same feeling I wrote earlier. When I checked out the book from library, I was thinking of execution at a personal level. But it turned out focus of the book is much larger and it is execution at the organization level. In other words it is a good book for CEOs. But then somewhere in everyone there is this feeling to be one someday. So it was a good education to me on what CEOs face in day to day life. How organizations work and what does is the best way to run them. &lt;!--more--&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Authors have broadly divided the organizations into &lt;strong&gt;People, Strategy, and Operations&lt;&#x2F;strong&gt;. Of course &lt;strong&gt;People&lt;&#x2F;strong&gt; are the most important part of an organization, they are the ones who make strategies which are then turned into operational plans. &lt;strong&gt;Strategy&lt;&#x2F;strong&gt; is a much abused word in consulting business I work. The booked helped me align my thoughts on what really is a strategy what a CEO talks about. Strategy is what turns an idea like “we need to have product for this” to reality. Finally &lt;strong&gt;Operations&lt;&#x2F;strong&gt; is step by step action plan to walk down the path given by strategy.&lt;&#x2F;p&gt;
&lt;p&gt;It was not an easy book to read for me. At various points I would stop and think about what the author’s are trying to say and how would a real life situation like that would be. Again I have never thought as an executive. My work plan is limited to get this solution implemented as decided during the blue print phase while managing the client expectations. So this book for me was also a peep into he CEO’s mind. I guess I need to widen my perspective.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>A good Diwali greeting</title>
        <published>2004-11-13T17:26:48+00:00</published>
        <updated>2004-11-13T17:26:48+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/a-good-diwali-greeting/" type="text/html"/>
        <id>https://pnarula.com/blog/a-good-diwali-greeting/</id>
        
            <content type="html">&lt;p&gt;I got a nice Diwali greeting from someone at SAP. I love it.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;sap-greeting.jpg&quot; alt=&quot;SAP Greeting&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;I too have been sending HTML greetings over the years. What I liked about this one was the right header, content and footer.&lt;&#x2F;p&gt;
&lt;p&gt;Pankaj&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Happy Diwali</title>
        <published>2004-11-11T16:14:16+00:00</published>
        <updated>2004-11-11T16:14:16+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/happy-diwali/" type="text/html"/>
        <id>https://pnarula.com/blog/happy-diwali/</id>
        
            <content type="html">&lt;p&gt;Happy Diwali to every one. It is an Indian festival to celebrate the victory of light over darkness or good over evil. More details can be found &lt;a href=&quot;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Diwali#Significance&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Diwali#Significance&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;May this Diwali bring more prosperity, happiness and joy to your life.&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Doug Engelbart at Nov 19 Future Salon</title>
        <published>2004-11-09T21:50:36+00:00</published>
        <updated>2004-11-09T21:50:36+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/doug-engelbart-nov-19-future-salon/" type="text/html"/>
        <id>https://pnarula.com/blog/doug-engelbart-nov-19-future-salon/</id>
        
            <content type="html">&lt;p&gt;Finally the stars have aligned, I have got a local project, Future Salon is happening on a favorable day. Now I will be able to attend one of the &lt;a href=&quot;http:&#x2F;&#x2F;futuresalon.org&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;futuresalon.org&#x27;, &#x27;Future Salon&#x27;]);&quot; &gt;Future Salon&lt;&#x2F;a&gt;s organized by Mark Finnern. What better way to start then attending the one by Doug Engelbart. The event is on Nov 19 in Palo Alto. More details &lt;a href=&quot;http:&#x2F;&#x2F;www.futuresalon.org&#x2F;2004&#x2F;11&#x2F;future_salon_do.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.futuresalon.org&#x2F;2004&#x2F;11&#x2F;future_salon_do.html&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;I am quite excited to attend this. I have read so much about Doug Engelbart. First I time I read about him was in a book name virtual communities or something like that or may be it was the graphics book in first year CS. Will be fun to attend.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>HACMP what is that</title>
        <published>2004-11-05T12:22:07+00:00</published>
        <updated>2004-11-05T12:22:07+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/hacmp-what-is-that/" type="text/html"/>
        <id>https://pnarula.com/blog/hacmp-what-is-that/</id>
        
            <content type="html">&lt;p&gt;My past experience with High Availabilty has been Microsoft Clustering Services. Quite often I would find links and references to HA solutions in the Unix world but never had a chance to delve deeply. Recently I came across the HA solution from IBM for their Unix Flavor – AIX. This got me hooked to it. It looks like a great solution. Google pointed me to &lt;a href=&quot;http:&#x2F;&#x2F;www.matilda.com&#x2F;hacmp&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.matilda.com&#x2F;hacmp&#x2F;&#x27;, &#x27;Matilda Teams&amp;#8217;s HACMP resources&#x27;]);&quot; &gt;Matilda Teams’s HACMP resources&lt;&#x2F;a&gt;, which is nice collection of resources about HACMP. I love their &lt;a href=&quot;http:&#x2F;&#x2F;www.matilda.com&#x2F;hacmp&#x2F;faqs.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.matilda.com&#x2F;hacmp&#x2F;faqs.html&#x27;, &#x27;FAQs section&#x27;]);&quot; &gt;FAQs section&lt;&#x2F;a&gt;. Consider this golden nugget&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Do I need a highly available cluster for my application?&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;The short answer is (probably): if you aren’t sure if you need HACMP then you don’t need HACMP.&lt;&#x2F;p&gt;
&lt;p&gt;The medium answer is: If you don’t know if you need a highly available cluster for your application then you almost certainly don’t (or you really don’t understand your application’s requirements in which case, you’re not ready to put your application into a highly available cluster).&lt;&#x2F;p&gt;
&lt;p&gt;The long answer (known as Jose’s Law in honour of the person who came up with it) is:&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;Ask your manager if the application is business critical.&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;1a. If your manager says yes, investigate the tolerable downtime and economic loss of unavailability (you need to justify the cost of setting up an HA cluster).&lt;&#x2F;p&gt;
&lt;p&gt;1b. If the answer is no, ask his permission to investigate deeper.&lt;&#x2F;p&gt;
&lt;ol start=&quot;2&quot;&gt;
&lt;li&gt;In either case, investigate further by first powering down the server. Wait for the calls. Say you are fixing it. Count the calls. Ask if it’s critical. Ask how critical it is.&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;2a. If nobody who matters complains then format the disks and install an MP3 &amp;amp; Quake server.&lt;&#x2F;p&gt;
&lt;p&gt;2b. If the house is on fire then go back to your manager. You need HACMP and you now have the business case to support the need.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Installing Debian Sarge</title>
        <published>2004-10-30T13:20:19+00:00</published>
        <updated>2004-10-30T13:20:19+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/installing-debian-sarge/" type="text/html"/>
        <id>https://pnarula.com/blog/installing-debian-sarge/</id>
        
            <content type="html">&lt;p&gt;After a very long time I have again decided to use Linux. I used to be a RH user but this time I am going with Debian, as &lt;a href=&quot;http:&#x2F;&#x2F;ngoel.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;ngoel.com&#x27;, &#x27;Nikhil&#x27;]);&quot; &gt;Nikhil&lt;&#x2F;a&gt; says &lt;strong&gt;Real Users use Debian&lt;&#x2F;strong&gt;. Being a SAP professional it would have made more sense to install RH but since I am planning to use this for a private wiki serving as an accessory to my brain 😀 Debian should be fine. Besides I am being real cheap on this install. I have an old box PII 400 MHz 128 MB RAM and 4GB HDD which I bought for $100.&lt;&#x2F;p&gt;
&lt;p&gt;I am doing this using this net-install CD so it is taking a bit longer. It has been a about an hour since I started this install. I am using kernel.org which I guess is hosted in Santa Clara and is giving me download speed of ~160 kB&#x2F;s. Let us see how this goes. 8m30s to go.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;As it happens with so many projects – it failed due to lack of disk space debian instllaler allocated and I approved to install the binaries. Will try again in the evening.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Update2&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Ended up installing Fedora Core 2.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Celebrating opening of Nileshs Blog</title>
        <published>2004-10-30T11:27:34+00:00</published>
        <updated>2004-10-30T11:27:34+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/celebrating-opening-of-nileshs-blog/" type="text/html"/>
        <id>https://pnarula.com/blog/celebrating-opening-of-nileshs-blog/</id>
        
            <content type="html">&lt;p&gt;Nilesh has been a good friend of mine over the years. He has a lot of rants, thoughts and blurbs to say. Till now he had been honoring us with his thoughts via the email. After much persuasion he has started a blog of his own – &lt;a href=&quot;http:&#x2F;&#x2F;bekar-bheje-ki-upaj.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;bekar-bheje-ki-upaj.blogspot.com&#x2F;&#x27;, &#x27;Bekar Bheje Ki Upaj&#x27;]);&quot; &gt;Bekar Bheje Ki Upaj&lt;&#x2F;a&gt; or Products of an Idle Mind. Way to go buddy 😀&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Dont you love OM</title>
        <published>2004-10-27T05:58:35+00:00</published>
        <updated>2004-10-27T05:58:35+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/dont-you-love-om/" type="text/html"/>
        <id>https://pnarula.com/blog/dont-you-love-om/</id>
        
            <content type="html">&lt;p&gt;There is a line in the comic book series &lt;a href=&quot;http:&#x2F;&#x2F;www.asterix-obelix.nl&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.asterix-obelix.nl&#x2F;&#x27;, &#x27;Asterix and Obelix&#x27;]);&quot; &gt;Asterix and Obelix&lt;&#x2F;a&gt; where Asterix says about Obelix “The boy never fails to surprise me” So can be said about Om Malik. When all the world was singing praises of &lt;a href=&quot;http:&#x2F;&#x2F;desktop.google.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;desktop.google.com&#x27;, &#x27;Google Desktop Search&#x27;]);&quot; &gt;Google Desktop Search&lt;&#x2F;a&gt; here comes OM &lt;a href=&quot;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;10&#x2F;google_desktop_v.php&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;10&#x2F;google_desktop_v.php&#x27;, &#x27;busting the hype&#x27;]);&quot; &gt;busting the hype&lt;&#x2F;a&gt; around it. Today’s victim of &lt;a href=&quot;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;10&#x2F;treo_650_madness.php&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;10&#x2F;treo_650_madness.php&#x27;, &#x27;Om&amp;#8217;s love&#x27;]);&quot; &gt;Om’s love&lt;&#x2F;a&gt; is the launch of Treo 650. He is at his best when he says&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;I have often said that Silicon Valley is a hot house where everyone smokes the same crappy weed and participates in a constant feedback loop.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Always remember these golden words when buying any Silicon Valley Stock, implementing a hot shot solution from a startup and ofcourse buying a new device.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Real Time A tribute to Hasso Plattner</title>
        <published>2004-10-23T20:02:07+00:00</published>
        <updated>2004-10-23T20:02:07+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/real-time-a-tribute-to-hasso-plattner/" type="text/html"/>
        <id>https://pnarula.com/blog/real-time-a-tribute-to-hasso-plattner/</id>
        
            <content type="html">&lt;p&gt;Got the &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0764571087&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;0764571087&#x2F;&#x27;, &#x27;book&#x27;]);&quot; &gt;book&lt;&#x2F;a&gt; in the mail today courtesy &lt;a href=&quot;http:&#x2F;&#x2F;sapventures.typepad.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sapventures.typepad.com&#x27;, &#x27;Jeff Nolan&#x27;]);&quot; &gt;Jeff Nolan&lt;&#x2F;a&gt; of SAP Ventures. Some one, I think &lt;a href=&quot;http:&#x2F;&#x2F;www.vivekananda.org&#x2F;index2.asp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.vivekananda.org&#x2F;index2.asp&#x27;, &#x27;Vivekanand&#x27;]);&quot; &gt;Vivekanand&lt;&#x2F;a&gt;, said once to the effect that if you need advice on something, see what the great men of the world did in the same situation. It would be intersting to read how Hasso made a company with “&lt;a href=&quot;http:&#x2F;&#x2F;sapventures.typepad.com&#x2F;main&#x2F;2004&#x2F;10&#x2F;3rd_quarter_res.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sapventures.typepad.com&#x2F;main&#x2F;2004&#x2F;10&#x2F;3rd_quarter_res.html&#x27;, &#x27;128 quarters of financial results and only 1 of them in the red&#x27;]);&quot; &gt;128 quarters of financial results and only 1 of them in the red&lt;&#x2F;a&gt;“. Thanks again to Jeff for the &lt;a href=&quot;http:&#x2F;&#x2F;sapventures.typepad.com&#x2F;main&#x2F;2004&#x2F;10&#x2F;book_giveaway.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sapventures.typepad.com&#x2F;main&#x2F;2004&#x2F;10&#x2F;book_giveaway.html&#x27;, &#x27;book giveaway&#x27;]);&quot; &gt;book giveaway&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Finished reading The Great Unraveling by Paul Krugman</title>
        <published>2004-10-15T10:23:02+00:00</published>
        <updated>2004-10-15T10:23:02+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/the-great-unraveling-by-paul-krugman/" type="text/html"/>
        <id>https://pnarula.com/blog/the-great-unraveling-by-paul-krugman/</id>
        
            <content type="html">&lt;p&gt;I have been reading Brad De Long’s writings for some time and he is a &lt;a href=&quot;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;Economists&#x2F;favorite_krugman.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;Economists&#x2F;favorite_krugman.html&#x27;, &#x27;fan&#x27;]);&quot; &gt;fan&lt;&#x2F;a&gt; of Paul Krugman’s writings. While reading my daily dose of blogs I noticed &lt;a href=&quot;http:&#x2F;&#x2F;brij.typepad.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;brij.typepad.com&#x27;, &#x27;Brij&#x27;]);&quot; &gt;Brij&lt;&#x2F;a&gt; has mentioned Paul Krugman’s “The Great Unraveling” as a book to read. On my next trip to &lt;a href=&quot;http:&#x2F;&#x2F;brij.typepad.com&#x2F;147&#x2F;2004&#x2F;05&#x2F;libraries_as_a_.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;brij.typepad.com&#x2F;147&#x2F;2004&#x2F;05&#x2F;libraries_as_a_.html&#x27;, &#x27;Santa Clara City Library&#x27;]);&quot; &gt;Santa Clara City Library&lt;&#x2F;a&gt; I picked this book and am I glad to read this book.&lt;&#x2F;p&gt;
&lt;p&gt;The book is about corporate scandals and how for short term political benefits political parties can ransom the future. Authors approach of telling economic facts and theories is marvelous. Back in &lt;a href=&quot;http:&#x2F;&#x2F;www.pec.ac.in&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pec.ac.in&#x27;, &#x27;engineering school&#x27;]);&quot; &gt;engineering school&lt;&#x2F;a&gt; my good friend Arun Sharma used to say if you know a concept very well then you would be able to describe it by making common analogies. That’s what the professor does. I liked how in &lt;em&gt;A Retirement Fable&lt;&#x2F;em&gt; author writes&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;“There once was a land where people lived only two years. In the first year they worked; in the second year they lived off their personal savings.&lt;&#x2F;p&gt;
&lt;p&gt;There came a time when the government decided to help out the elderly. So it instituted a system called Social Security”&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;to talk about the impending social security crisis. Or how bulls and bears are described in &lt;em&gt;The Ice Age Cometh&lt;&#x2F;em&gt;. I smiled reading &lt;em&gt;Two Thousand Acres&lt;&#x2F;em&gt; when author concludes that&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;According to my calculations, my work space occupies only a few square inches of office floor. You may find this implausible, but I’m using a well-accepted methodology. Well accepted, that is, among supporters of oil drilling in the Arctic National Wildlife Refuge.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;It was fascinating to read the real cause of California Electricity Crisis or Asian Currency trouble was just plain greed. Overall a great read. Check it at out at &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;ASIN&#x2F;0393058506&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;ASIN&#x2F;0393058506&#x2F;&#x27;, &#x27;Amazon&#x27;]);&quot; &gt;Amazon&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Google comes to your PC</title>
        <published>2004-10-15T06:41:56+00:00</published>
        <updated>2004-10-15T06:41:56+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/google-comes-to-your-pc/" type="text/html"/>
        <id>https://pnarula.com/blog/google-comes-to-your-pc/</id>
        
            <content type="html">&lt;p&gt;So finally Google for desktop search is &lt;a href=&quot;http:&#x2F;&#x2F;desktop.google.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;desktop.google.com&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;. First impressions – easy to install, takes about 9 MB of your RAM, solid search functionality. Especially love the interface where you can click on the file types in the search results i.e. if you want to see search results for emails you can. Some of the suggestions&#x2F;rants I have&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Can someone connect from remote computer to the google search on my computer.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;An option to password protect the search would be nice.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Stop words – don’t let any one search on my computer on the word “account” or “password”&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;It is nice to see the google search icon in the system tray but there should be a way to make it invisible and just be running there. Connect to it using the URL or from Start menu etc.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;For an interesting discussion check this &lt;a href=&quot;http:&#x2F;&#x2F;www.manageability.org&#x2F;blog&#x2F;stuff&#x2F;what-files-does-google-desktop-index&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.manageability.org&#x2F;blog&#x2F;stuff&#x2F;what-files-does-google-desktop-index&#x27;, &#x27;link&#x27;]);&quot; &gt;link&lt;&#x2F;a&gt; at manageability.&lt;&#x2F;p&gt;
&lt;p&gt;Update: Read Om’s &lt;a href=&quot;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;10&#x2F;google_desktop_v.php&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;10&#x2F;google_desktop_v.php&#x27;, &#x27;post&#x27;]);&quot; &gt;post&lt;&#x2F;a&gt; for more coverage on this. While I agree with Om that there are better alternatives available but IMHO google’s reach would make their tool much more popular than any other tool. Let’s see how this goes 😀&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Story of a watch and a cell phone</title>
        <published>2004-10-10T21:05:55+00:00</published>
        <updated>2004-10-10T21:05:55+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/watch-cellphone/" type="text/html"/>
        <id>https://pnarula.com/blog/watch-cellphone/</id>
        
            <content type="html">&lt;p&gt;Somewhere over the Atlantic, while enroute to US for the first time, my Titan wristwatch gifted by my elder brother on my matriculation started misbehaving. I didn’t buy a new one after seeing time being displayed anywhere and everywhere. From TV settop box, oven, banks to computers. It was as if I was surrounded by clocks. But then my consultant life started and I found myself traveling coast to coast very often. Still my primary way of looking at time was the cell phone. Nice thing about this that cell phone would auto adjust the time based on Time zone. But there was one problem, you canâ€™t switch your phone in an aircraft and on flights of more than two hours watch is one of the ways of passing time. So finally I bought a decent &lt;a href=&quot;http:&#x2F;&#x2F;www.citizenwatch.com&#x2F;collections&#x2F;closer.asp?modelnumber=BW0090-56E&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.citizenwatch.com&#x2F;collections&#x2F;closer.asp?modelnumber=BW0090-56E&#x27;, &#x27;Citizen Eco-Drive&#x27;]);&quot; &gt;Citizen Eco-Drive&lt;&#x2F;a&gt;. Now I was happy in plane but another problem popped up I have to adjust watch time while traveling.&lt;&#x2F;p&gt;
&lt;p&gt;Today I decided to leave the watch at hotel when I am outside of California and still use the Cell phone as time device and wear the watch only while on planes. Seems like I bought watch for the planes 😉&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>MS in Services coming near to you</title>
        <published>2004-10-10T07:44:48+00:00</published>
        <updated>2004-10-10T07:44:48+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/ms-in-services/" type="text/html"/>
        <id>https://pnarula.com/blog/ms-in-services/</id>
        
            <content type="html">&lt;p&gt;There are times when I think about going back to school get masters. Often I have thought if I go back what would I be specializing in? Now being a geek at heart I can’t imagine myself getting into a totally tangential field. Being a consultant I have always been involved with high pressure projects and you have to deliver at the right time with the right cost. If you don’t you are out of the game quickly. Wise men of the consulting would agree with me that even with the best intentions sometimes the things don’t go the way you never wanted them to go. So I thought it would nice to go to a school where you go thru these kind of scenarios in a rapid manner. So instead of learning by experience which is a great thing but takes longer time you will have some idea what you are getting into and what to expect. It seems world thinks the same. Atleast researchers at the IBM Alamden Research Center. Infoworld is carrying a &lt;a href=&quot;http:&#x2F;&#x2F;www.infoworld.com&#x2F;article&#x2F;04&#x2F;10&#x2F;08&#x2F;HNservicesscience_1.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.infoworld.com&#x2F;article&#x2F;04&#x2F;10&#x2F;08&#x2F;HNservicesscience_1.html&#x27;, &#x27;story&#x27;]);&quot; &gt;story&lt;&#x2F;a&gt; starting a curricullum on services sciences. Quote from the article&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;div&gt;
  &lt;p&gt;
    The idea behind services science is to develop a curriculum focused on the study of the services industry, much in the same way that computer science gradually evolved as an independent field of study during the mid-20th century.
  &lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;This had to happen. I am glad it is happening. On a separate note a somewhat related book on this topic is &lt;a href=&quot;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;1578515130&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;tg&#x2F;detail&#x2F;-&#x2F;1578515130&#x27;, &#x27;&amp;#8220;Aligning the Stars&amp;#8221;&#x27;]);&quot; &gt;“Aligning the Stars”&lt;&#x2F;a&gt;. An enjoyable read with pragmatic advice.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>The new road to riches</title>
        <published>2004-10-09T09:54:04+00:00</published>
        <updated>2004-10-09T09:54:04+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/the-new-road-to-riches/" type="text/html"/>
        <id>https://pnarula.com/blog/the-new-road-to-riches/</id>
        
            <content type="html">&lt;p&gt;Just read “The new road to riches” by Om Malik by following the plug from his blog &lt;a href=&quot;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;10&#x2F;business_20_un.php&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;10&#x2F;business_20_un.php&#x27;, &#x27;post&#x27;]);&quot; &gt;post&lt;&#x2F;a&gt;. Thoroughly enjoyed reading it. Fires up the thought engine which asks me “Dude what you been doing..” The next OddPost might be around the corner 😀&lt;&#x2F;p&gt;
&lt;p&gt;On a separate note, the photograph that accompanies the story is quite suitable and reminds me of “Dil Chahata Hai” the hindi movie 😀&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;http:&#x2F;&#x2F;gallery.musicindiaonline.com&#x2F;albums&#x2F;Film_Gallery&#x2F;Hindi&#x2F;D&#x2F;Dil_Chahta_Hai&#x2F;18.jpg&quot; alt=&quot;Dil Chahata Hai&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Gimme the power let it be wireless this time</title>
        <published>2004-10-06T14:15:26+00:00</published>
        <updated>2004-10-06T14:15:26+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/gimme-the-power-let-it-be-wireless-this-time/" type="text/html"/>
        <id>https://pnarula.com/blog/gimme-the-power-let-it-be-wireless-this-time/</id>
        
            <content type="html">&lt;p&gt;Back in &lt;a href=&quot;http:&#x2F;&#x2F;www.pec.ac.in&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pec.ac.in&#x27;, &#x27;college&#x27;]);&quot; &gt;college&lt;&#x2F;a&gt; as a student of electrical engineering &lt;em&gt;Wireless Power&lt;&#x2F;em&gt; used to be the holy grail for us. And now as a consultant with my notebook with me every where I go, there can be nothing better than this. This concern is shared by so many. Came across this &lt;a href=&quot;http:&#x2F;&#x2F;www.thefeature.com&#x2F;user&#x2F;paulbhartzog&#x2F;journalentry?id=1020&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.thefeature.com&#x2F;user&#x2F;paulbhartzog&#x2F;journalentry?id=1020&#x27;, &#x27;great article&#x27;]);&quot; &gt;great article&lt;&#x2F;a&gt; by Paul Hartzog on wireless power via &lt;a href=&quot;http:&#x2F;&#x2F;avc.blogs.com&#x2F;a_vc&#x2F;2004&#x2F;10&#x2F;wireless_power_.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;avc.blogs.com&#x2F;a_vc&#x2F;2004&#x2F;10&#x2F;wireless_power_.html&#x27;, &#x27;A VC&#x27;]);&quot; &gt;A VC&lt;&#x2F;a&gt;. Do read it, nice history and where we are with wireless power.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Interesting VC blogs</title>
        <published>2004-09-26T16:27:52+00:00</published>
        <updated>2004-09-26T16:27:52+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/interesting-vc-blogs/" type="text/html"/>
        <id>https://pnarula.com/blog/interesting-vc-blogs/</id>
        
            <content type="html">&lt;p&gt;Om Malik pointed to these VC blogs in his &lt;a href=&quot;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;09&#x2F;whither_techjou.php&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.gigaom.com&#x2F;2004&#x2F;09&#x2F;whither_techjou.php&#x27;, &#x27;post&#x27;]);&quot; &gt;post&lt;&#x2F;a&gt; –&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;sapventures.typepad.com&#x2F;main&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sapventures.typepad.com&#x2F;main&#x2F;&#x27;, &#x27;Jeff Nolan&#x27;]);&quot; &gt;Jeff Nolan&lt;&#x2F;a&gt; of SAP Ventures&lt;&#x2F;p&gt;
&lt;p&gt;Ed Sim’s &lt;a href=&quot;http:&#x2F;&#x2F;beyondvc.typepad.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;beyondvc.typepad.com&#x2F;&#x27;, &#x27;Beyond VC&#x27;]);&quot; &gt;Beyond VC&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;avc.blogs.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;avc.blogs.com&#x2F;&#x27;, &#x27;A VC&#x27;]);&quot; &gt;A VC&lt;&#x2F;a&gt; at NYC&lt;&#x2F;p&gt;
&lt;p&gt;Bill Burnham’s &lt;a href=&quot;http:&#x2F;&#x2F;billburnham.blogs.com&#x2F;burnhamsbeat&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;billburnham.blogs.com&#x2F;burnhamsbeat&#x2F;&#x27;, &#x27;Burnham Beat&#x27;]);&quot; &gt;Burnham Beat&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.ventureblog.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.ventureblog.com&#x2F;&#x27;, &#x27;Venture Blog&#x27;]);&quot; &gt;Venture Blog&lt;&#x2F;a&gt; a group blog&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Web Applications and Business Server Pages</title>
        <published>2004-08-31T12:42:42+00:00</published>
        <updated>2004-08-31T12:42:42+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/bsp-on-was/" type="text/html"/>
        <id>https://pnarula.com/blog/bsp-on-was/</id>
        
            <content type="html">&lt;p&gt;You can use the SAP Web Application Server to develop Web applications that are based on the Internet Communication Framework and the HTTP request handler IF_HTTP_EXT_BSP. These Web applications are also known as BSP applications (Business Server Page applications). [&lt;a href=&quot;http:&#x2F;&#x2F;help.sap.com&#x2F;saphelp_47x200&#x2F;helpdata&#x2F;en&#x2F;e5&#x2F;edae3b59e17646e10000000a11402f&#x2F;frameset.htm&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;help.sap.com&#x2F;saphelp_47x200&#x2F;helpdata&#x2F;en&#x2F;e5&#x2F;edae3b59e17646e10000000a11402f&#x2F;frameset.htm&#x27;, &#x27;Link&#x27;]);&quot; &gt;Link&lt;&#x2F;a&gt;]&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Quid pro quo</title>
        <published>2004-08-14T13:34:13+00:00</published>
        <updated>2004-08-14T13:34:13+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/quid-pro-quo/" type="text/html"/>
        <id>https://pnarula.com/blog/quid-pro-quo/</id>
        
            <content type="html">&lt;p&gt;Finally the unthinkable has happen. I never thought I would actually quote TOI. Came across this &lt;a href=&quot;http:&#x2F;&#x2F;timesofindia.indiatimes.com&#x2F;articleshow&#x2F;815432.cms&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;timesofindia.indiatimes.com&#x2F;articleshow&#x2F;815432.cms&#x27;, &#x27;news &#x27;]);&quot; &gt;news &lt;&#x2F;a&gt;about a Portland web developer in Bangalore on TOI via Sulekha. Excerpts from some of the posts on her &lt;a href=&quot;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;&#x27;, &#x27;blog&#x27;]);&quot; &gt;blog&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;2004&#x2F;07&#x2F;bangalore-thomas-guide.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;2004&#x2F;07&#x2F;bangalore-thomas-guide.html&#x27;, &#x27;On traffic and street names&#x27;]);&quot; &gt;On traffic and street names&lt;&#x2F;a&gt;&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;”&lt;&#x2F;p&gt;
&lt;p&gt;his is not a very easy city to remember street names. In fact, there really aren’t street names on the streets – its just not intuitive to find. In order to find out what street you are on, you need to look at the business signs because some of them have the whole address printed on the sign. It really makes locating businesses&#x2F;homes a little difficult. I read that Bangalore was built piece by piece. Each locality back then was built by a different ruler. So that’s why the city layout is so complex.&lt;&#x2F;p&gt;
&lt;p&gt;”&lt;&#x2F;p&gt;
&lt;p&gt;BTW most of the city landscapes are that way. Reading the addresses off the shop business signs is how I used to know which city I am while travelling by bus or train.&lt;&#x2F;p&gt;
&lt;p&gt;I so miss the ease of going to doctors back home. &lt;strong&gt;&lt;a href=&quot;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;2004&#x2F;07&#x2F;monsoon-sickness.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;2004&#x2F;07&#x2F;monsoon-sickness.html&#x27;, &#x27;On doctor visit&#x27;]);&quot; &gt;On doctor visit&lt;&#x2F;a&gt;&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;“I called the reception to call a doctor. The doctor came and did a check up. The doctors here actually do house visits. That was great! Because I did not want to have to ride the bumpy roads just to get to one. The cost was $11 for the house visit (for the BEST doctor) and $3.33 for the medicine she prescribed. Wow! I was really impressed…I was feeling extremely sick and a couple of hours after I took the medicine I was feeling almost 80%. I was able to get up, my headache went away, and my swollen throat eased up. I was so amazed. This is the fastest recovery to any sickness I’ve ever encountered.”&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;2004&#x2F;08&#x2F;first-two-months-of-hell-is-over.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;2004&#x2F;08&#x2F;first-two-months-of-hell-is-over.html&#x27;, &#x27;Life moves on&#x27;]);&quot; &gt;Life moves on&lt;&#x2F;a&gt;&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;“But now that I have moved into my own apartment, furnished it, found tofu, garlic powder, diet coke at a market just two minutes away, enjoying my 5 minute commute to work; I feel like I am now finally starting to feel and flow with the rhythm of life here. That is a beautiful feeling.”&lt;&#x2F;p&gt;
&lt;p&gt;Finally a reader sums all my feelings in comments for one of the &lt;a href=&quot;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;2004&#x2F;08&#x2F;first-two-months-of-hell-is-over.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;cvillalon.blogspot.com&#x2F;2004&#x2F;08&#x2F;first-two-months-of-hell-is-over.html&#x27;, &#x27;posts&#x27;]);&quot; &gt;posts&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;“I am from India and currently live in San Francisco..everytime I get sick I miss the Indian docs so much….U never have to hassle much for an appointment plus recovery is super fast..The medical and insurance infrastructure is very well established in US however it has its own drawbacks…Sometimes you have to wait for weeks to get an appointment with a specialist….&lt;&#x2F;p&gt;
&lt;p&gt;Anyways, I like your blog..Its kinda reverse psychology and interesting for me to read…Hope you travel and enjoy better experiences in India..”&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Tomatoes and Berkeley economists</title>
        <published>2004-08-13T10:53:01+00:00</published>
        <updated>2004-08-13T10:53:01+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/tomatoes/" type="text/html"/>
        <id>https://pnarula.com/blog/tomatoes/</id>
        
            <content type="html">&lt;p&gt;One of the economy guy whose RSS I subscribe had to buy tomatoes at a real sweet price and is &lt;a href=&quot;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;movable_type&#x2F;2004_archives&#x2F;001335.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;movable_type&#x2F;2004_archives&#x2F;001335.html&#x27;, &#x27;wondering&#x27;]);&quot; &gt;wondering&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;“Today, for the first time in my life, I spent $20 on tomatoes: 7 pounds of heirloom tomatoes from Andronicos at $3 a pound. ”&lt;&#x2F;p&gt;
&lt;p&gt;This post started a long list of comments among his readers which is quite interesting to read. Last I knew only homely ladies used to complain. Economists are feeling the pain too LOL…&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>What a nation means</title>
        <published>2004-08-05T15:11:32+00:00</published>
        <updated>2004-08-05T15:11:32+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/what-a-nation-means/" type="text/html"/>
        <id>https://pnarula.com/blog/what-a-nation-means/</id>
        
            <content type="html">&lt;p&gt;A thoughtful definition of a nation [via &lt;a href=&quot;http:&#x2F;&#x2F;www.dailypioneer.com&#x2F;indexn12.asp?main_variable=OPED&amp;#038;file_name=opd4%2Etxt&amp;#038;counter_img=4&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.dailypioneer.com&#x2F;indexn12.asp?main_variable=OPED&amp;#038;file_name=opd4%2Etxt&amp;#038;counter_img=4&#x27;, &#x27;The Pioneer&#x27;]);&quot; &gt;The Pioneer&lt;&#x2F;a&gt;]&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;div&gt;
  &lt;p&gt;
    Former RSS spokesman MG Vaidya, while defining nationalism, wrote: One, nation means people, or the society with memories of their history; two, Nation means people who share a common heritage, a common value system, that is, common culture; three, in order to constitute and sustain a nation, the people must have a desire to live together and the will to improve upon the past inheritance; and, four, nation has little to do with material benefits; it lives in sentiments.&amp;#8221;
  &lt;&#x2F;p&gt;
  &lt;p&gt;
    Mr Vaidya further wrote, &amp;#8220;There is a tendency to blissfully forget our identity and to engage in vociferous condemnation of our identity so much so that even the name Hindustan is an anathema for some. If state is a legal association, nation is a patriotic association. No constitution can make people patriotic, or make people sacrifice for the nation&amp;#8217;s good. It is national pride that alone can prompt people to sacrifice; feeling of nationality can only make people feel they are one, which alone can inspire them to rise to great heights&amp;#8230;&amp;#8221;
  &lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>PCWorld busting the biggest PC Myths</title>
        <published>2004-07-14T06:49:46+00:00</published>
        <updated>2004-07-14T06:49:46+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/pcworldcom-busting-the-biggest-pc-myths/" type="text/html"/>
        <id>https://pnarula.com/blog/pcworldcom-busting-the-biggest-pc-myths/</id>
        
            <content type="html">&lt;p&gt;A nice tip from &lt;a href=&quot;http:&#x2F;&#x2F;www.pcworld.com&#x2F;news&#x2F;article&#x2F;0,aid,116572,pg,3,00.asp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pcworld.com&#x2F;news&#x2F;article&#x2F;0,aid,116572,pg,3,00.asp&#x27;, &#x27; PCWorld.com &amp;#8211; Busting the Biggest PC Myths&#x27;]);&quot; &gt;PCWorld.com – Busting the Biggest PC Myths&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you’re using Windows XP, right-click the desktop, choose New, Shortcut, type &lt;strong&gt;shutdown -s -t 00&lt;&#x2F;strong&gt;, click Next, give the shortcut a name (for example, Shutdown), and click Finish. Next time you need to shut down, click the shortcut icon.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>A whole new way Reliance India Call</title>
        <published>2004-07-12T19:12:20+00:00</published>
        <updated>2004-07-12T19:12:20+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/reliance-india-call/" type="text/html"/>
        <id>https://pnarula.com/blog/reliance-india-call/</id>
        
            <content type="html">&lt;p&gt;Having folks back in India warrants a lot of overseas call. For the reasons best known to &lt;a href=&quot;http:&#x2F;&#x2F;www.vsnl.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.vsnl.com&#x27;, &#x27;VSNL &#x27;]);&quot; &gt;VSNL &lt;&#x2F;a&gt;or other such outfits international calling to and from India has been quite expensive. Its still better than when I came over here. At that time it used to be 37 cents per minute thru MCI or AT&amp;amp;T. Then I discovered the world of calling cards. Rediff Valucom was just god sent gift at 20-25 cents a minute with no pin to call.&lt;&#x2F;p&gt;
&lt;p&gt;After a while Valucom also became expensive and I moved on to ReliableCom, SDICard and 9278.com etc at the rate of 14-18 cents a minute. Now when I got back from I got to know of &lt;a href=&quot;http:&#x2F;&#x2F;www.relianceindiacall.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.relianceindiacall.com&#x27;, &#x27;Reliance India Call&#x27;]);&quot; &gt;Reliance India Call&lt;&#x2F;a&gt; which is giving India calling at the introductory price of 11.9 cents per minute. I am totally liking their service. Now since this is an introductory price let us see what happens in the future. It would also be interesting to see how they cope up when every one starts using them.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Empty Refrigerator</title>
        <published>2004-07-09T10:08:46+00:00</published>
        <updated>2004-07-09T10:08:46+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/empty-refrigerator/" type="text/html"/>
        <id>https://pnarula.com/blog/empty-refrigerator/</id>
        
            <content type="html">&lt;p&gt;Sylvia Lehnen writes in &lt;a href=&quot;https:&#x2F;&#x2F;www.sdn.sap.com&#x2F;sdn&#x2F;weblogs.sdn?blog=&#x2F;pub&#x2F;wlg&#x2F;501&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;https:&#x2F;&#x2F;www.sdn.sap.com&#x2F;sdn&#x2F;weblogs.sdn?blog=&#x2F;pub&#x2F;wlg&#x2F;501&#x27;, &#x27;Connecting the Dots&#x27;]);&quot; &gt;Connecting the Dots&lt;&#x2F;a&gt; at SDN about portal content. I really like the refrigerator analogy&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;div&gt;
  &lt;p&gt;
    Market studies have shown that up to 50% of portal project fail not because of technical issues, but because the portals couldn&amp;#8217;t attract users or get them to come back. It&amp;#8217;s like an &lt;strong&gt;empty refrigerator&lt;&#x2F;strong&gt;, it doesn&amp;#8217;t matter how great the refrigerator is when there are only a few stale items inside.
  &lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Coke or Pepsi Your drink is powered by SAP</title>
        <published>2004-06-09T09:16:49+00:00</published>
        <updated>2004-06-09T09:16:49+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/pepsi/" type="text/html"/>
        <id>https://pnarula.com/blog/pepsi/</id>
        
            <content type="html">&lt;p&gt;Cnet Reports today &lt;a href=&quot;http:&#x2F;&#x2F;news.com.com&#x2F;SAP siphons Pepsi away from Oracle&#x2F;2100-1012_3-5229309.html?part=rss&amp;#038;tag=feed&amp;#038;subj=news&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;news.com.com&#x2F;SAP siphons Pepsi away from Oracle&#x2F;2100-1012_3-5229309.html?part=rss&amp;#038;tag=feed&amp;#038;subj=news&#x27;, &#x27;SAP siphons Pepsi away from Oracle | CNET News.com&#x27;]);&quot; &gt;SAP siphons Pepsi away from Oracle | CNET News.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;div&gt;
  &lt;p&gt;
    SAP said it will be responsible for installing the full range of the flagship MySAP product line at Pepsi, including enterprise resource planning (ERP), customer relationship management (CRM) and supply chain management tools. SAP said the effort is aimed at unifying all the legacy software systems used in Pepsi&amp;#8217;s many divisions, including Frito-Lay, Quaker Oats and the Pepsi Bottling Group.
  &lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;&lt;&#x2F;blockquote&gt;
</content>
        </entry><entry xml:lang="en">
        <title>The Giant is opening up</title>
        <published>2004-06-06T20:04:35+00:00</published>
        <updated>2004-06-06T20:04:35+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/giant-is-opening/" type="text/html"/>
        <id>https://pnarula.com/blog/giant-is-opening/</id>
        
            <content type="html">&lt;p&gt;How do you let the world know all the cool technologies and solutions you are brewing up. By opening up more. That is what has been happening in the SAP world for the last couple of years. There was a time when the only public way to access information about SAP was through their website. There were few enthusiast websites but limited in content. This is changing now.&lt;&#x2F;p&gt;
&lt;p&gt;First of all there is &lt;a href=&quot;http:&#x2F;&#x2F;sap.com&#x2F;community&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sap.com&#x2F;community&#x27;, &#x27;SAP Community&#x27;]);&quot; &gt;SAP Community&lt;&#x2F;a&gt; site. So many interesting discussions happen in the &lt;a href=&quot;http:&#x2F;&#x2F;sap.com&#x2F;community&#x2F;pub&#x2F;forums.aspx&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sap.com&#x2F;community&#x2F;pub&#x2F;forums.aspx&#x27;, &#x27;forums&#x27;]);&quot; &gt;forums&lt;&#x2F;a&gt;. Then there are &lt;a href=&quot;http:&#x2F;&#x2F;sap.com&#x2F;community&#x2F;pub&#x2F;blogs.aspx&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sap.com&#x2F;community&#x2F;pub&#x2F;blogs.aspx&#x27;, &#x27;executive blogs&#x27;]);&quot; &gt;executive blogs&lt;&#x2F;a&gt; where you can read about vision and what is in the executive’s minds. They always have some cool freebie for the members as a part of their rewards program.&lt;&#x2F;p&gt;
&lt;p&gt;For the more technically inclined geek heads their is &lt;a href=&quot;http:&#x2F;&#x2F;sdn.sap.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sdn.sap.com&#x27;, &#x27;SAP Developer Network&#x27;]);&quot; &gt;SAP Developer Network&lt;&#x2F;a&gt;(SDN). You will find content areas for the complete technology stack. Netweaver, Enterprise Portals, Business Intelligence, and WebDynpro all are their. For consultants like me discussion forums is a great thing. Then there are weblogs where &lt;a href=&quot;http:&#x2F;&#x2F;www.futuresalon.org&#x2F;2004&#x2F;04&#x2F;mavens_and_conn.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.futuresalon.org&#x2F;2004&#x2F;04&#x2F;mavens_and_conn.html&#x27;, &#x27;mavens&#x27;]);&quot; &gt;mavens&lt;&#x2F;a&gt;(Thanks &lt;a href=&quot;http:&#x2F;&#x2F;www.finnern.com&#x2F;stories&#x2F;2002&#x2F;08&#x2F;09&#x2F;uebermark2.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.finnern.com&#x2F;stories&#x2F;2002&#x2F;08&#x2F;09&#x2F;uebermark2.html&#x27;, &#x27;Mark &#x27;]);&quot; &gt;Mark &lt;&#x2F;a&gt;for making me aware of this term) can write to their hearts desire. While over there don’t forget to check DevToday based on the ViewPoint technology. It is contextual mining of content on steroids 😀 Before I forget you do need the free registration to access these sites.&lt;&#x2F;p&gt;
&lt;p&gt;You might be a Ã¼ber geek but you still need quick access to documentation. &lt;a href=&quot;http:&#x2F;&#x2F;help.sap.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;help.sap.com&#x27;, &#x27;Help portal&#x27;]);&quot; &gt;Help portal&lt;&#x2F;a&gt; just does the thing and with the help of trex search engine any help page is few click away. To top this all there are Best Practice guides also available on this help portal. These guides are the best qualitative knowledge you would find for implementing any solution from SAP.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Let us get Rolling</title>
        <published>2004-06-05T11:27:49+00:00</published>
        <updated>2004-06-05T11:27:49+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/roller/" type="text/html"/>
        <id>https://pnarula.com/blog/roller/</id>
        
            <content type="html">&lt;p&gt;As I said &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;18&#x2F;javaphp&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;18&#x2F;javaphp&#x2F;&#x27;, &#x27;earlier &#x27;]);&quot; &gt;earlier &lt;&#x2F;a&gt; for the corporate world Roller type java blogs make a lot more sense. Sun’s &lt;a href=&quot;http:&#x2F;&#x2F;blogs.sun.com&#x2F;roller&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;blogs.sun.com&#x2F;roller&#x2F;&#x27;, &#x27;decision &#x27;]);&quot; &gt;decision &lt;&#x2F;a&gt; to use Roller also cemented these thoughts. Finally I installed Roller 0.9.8 at my present client and boy that was a breeze of an install. While it can not be compared to the &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&#x2F;docs&#x2F;installation&#x2F;5-minute&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x2F;docs&#x2F;installation&#x2F;5-minute&#x2F;&#x27;, &#x27;5-minute install&#x27;]);&quot; &gt;5-minute install&lt;&#x2F;a&gt; of WordPress but for a multi-user blogging application deployed on a solid J2EE based scalable architecture it is great. It took me about 40-55 minutes to install excluding the download time for various components. Install was in a Windows environment. The only place where I stopped to think was &lt;a href=&quot;http:&#x2F;&#x2F;www.rollerweblogger.org&#x2F;wiki&#x2F;Wiki.jsp?page=InstallationGuide#ref-InstallationGuide-6&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.rollerweblogger.org&#x2F;wiki&#x2F;Wiki.jsp?page=InstallationGuide#ref-InstallationGuide-6&#x27;, &#x27;Search Engine index&#x27;]);&quot; &gt;Search Engine index&lt;&#x2F;a&gt; settings. I had to make Tomcat service run as a named user account instead of the default LocalSystem Account.Overall I am quite happy.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Five days left and I still havent bought the tickets</title>
        <published>2004-06-04T18:12:31+00:00</published>
        <updated>2004-06-04T18:12:31+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/five-days-left-and-i-still-havent-bought-the-tickets/" type="text/html"/>
        <id>https://pnarula.com/blog/five-days-left-and-i-still-havent-bought-the-tickets/</id>
        
            <content type="html">&lt;p&gt;My present thoughts about &lt;em&gt;I, Me, Myself&lt;&#x2F;em&gt; are “I am out of my mind” I am planning to fly the coming weekend to India. But I am still working on tickets with one of the agent over here in LA. Let’s hope I get it other wise it is a long flight thru the redlands for $1430. I guess fight till the last moment.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>The world is really noticing us or it is good PR</title>
        <published>2004-06-04T00:25:16+00:00</published>
        <updated>2004-06-04T00:25:16+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/the-world-is-really-noticing-us-or-it-is-good-pr/" type="text/html"/>
        <id>https://pnarula.com/blog/the-world-is-really-noticing-us-or-it-is-good-pr/</id>
        
            <content type="html">&lt;p&gt;Stories like &lt;a href=&quot;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2004&#x2F;06&#x2F;04&#x2F;business&#x2F;worldbusiness&#x2F;04reliance.html?ex=1087012800&amp;#038;en=02a2340e5b00e844&amp;#038;ei=5062&amp;#038;partner=GOOGLE&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.nytimes.com&#x2F;2004&#x2F;06&#x2F;04&#x2F;business&#x2F;worldbusiness&#x2F;04reliance.html?ex=1087012800&amp;#038;en=02a2340e5b00e844&amp;#038;ei=5062&amp;#038;partner=GOOGLE&#x27;, &#x27;A Giant So Big It&amp;#8217;s a Proxy for India&amp;#8217;s Economy&#x27;]);&quot; &gt;A Giant So Big It’s a Proxy for India’s Economy&lt;&#x2F;a&gt; always make me prowd, but then somewhere in the back a thought lurks is it a result of good PR. But anyway this story reminds me of an advice CNET radio anchor for a investment talk show use to give – “Tech stocks are not the real index of economy, shares like Home Depot, Wal-Mart really tell you where the economy is going”&lt;&#x2F;p&gt;
&lt;p&gt;Quote from the article on Reliance at NY Times&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;In the tumult of putting a new government in place in India, the stock of Reliance Industries was a good gauge of expectations about the prospects for continued economic liberalization.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Another question that comes to mind is while it is good but just like in cricket we need more good players besides Sachin.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Over population, castes and Bollywood</title>
        <published>2004-06-03T16:08:31+00:00</published>
        <updated>2004-06-03T16:08:31+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/overpopulation-castes-bollywood/" type="text/html"/>
        <id>https://pnarula.com/blog/overpopulation-castes-bollywood/</id>
        
            <content type="html">&lt;p&gt;Few days ago Atanu was &lt;a href=&quot;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;archives&#x2F;2004&#x2F;05&#x2F;25&#x2F;index.html#people_matter_indias_population_problem_part_ii&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.deeshaa.org&#x2F;archives&#x2F;2004&#x2F;05&#x2F;25&#x2F;index.html#people_matter_indias_population_problem_part_ii&#x27;, &#x27;musing over &#x27;]);&quot; &gt;musing over &lt;&#x2F;a&gt;the problem of over population in India and its effects. In this post he did a thought experiment starting with two families a blue family and green family. Blue is a small family and is able to provide education to the children of the family and green is bigger family and is only able to provide the basic food and clothing. Quoting him&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;div&gt;
  &lt;p&gt;
    Let&amp;#8217;s fast forward a few generations now. Given the rate of growth of populations &amp;#8212; exponential &amp;#8212; the Greens number in the thousands and the Blues are in hundreds. The Blues have steadily improved their lot since they keep getting richer doing more productive and creative work which is highly valued and the Greens work for the Blues in factories, houses, etc., at less productive (albeit necessary) positions.
  &lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Today I read a guest post by Nitin on the &lt;a href=&quot;http:&#x2F;&#x2F;www.jivha.com&#x2F;blog&#x2F;archives&#x2F;001417.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.jivha.com&#x2F;blog&#x2F;archives&#x2F;001417.html&#x27;, &#x27;NewCaste Sytems&#x27;]);&quot; &gt;NewCaste Sytems&lt;&#x2F;a&gt; on Jivha. What Nitin says is exactly the results of that little thought experiment done by Atanu.&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;div&gt;
  &lt;p&gt;
    Given her parentage, Karishma Kapoor was able to make the transition from Prem Qaidi to Fiza. The question is whether she would have been given the start, the support and the number of chances to succeed if it were not for Daddy and Granddaddy and Greatgranddaddy. Abhishek Bachchan too will be a good actor one day.
  &lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Wow, amazing how on blogland you can see two people saying the same thing in different context.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Let us all go to India this summer</title>
        <published>2004-06-03T12:19:41+00:00</published>
        <updated>2004-06-03T12:19:41+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/go-india-2004/" type="text/html"/>
        <id>https://pnarula.com/blog/go-india-2004/</id>
        
            <content type="html">&lt;p&gt;Seems like this is the time to go to India. I had no plans to visit India 3 weeks earlier and now I am busy shopping tickets for it. Looks like &lt;a href=&quot;http:&#x2F;&#x2F;brij.typepad.com&#x2F;147&#x2F;2004&#x2F;06&#x2F;catching_up_on_.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;brij.typepad.com&#x2F;147&#x2F;2004&#x2F;06&#x2F;catching_up_on_.html&#x27;, &#x27;people&#x27;]);&quot; &gt;people&lt;&#x2F;a&gt; and &lt;a href=&quot;http:&#x2F;&#x2F;prashantmullick.com&#x2F;wlog&#x2F;archives&#x2F;2004&#x2F;05&#x2F;17&#x2F;seatguru-rocks&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;prashantmullick.com&#x2F;wlog&#x2F;archives&#x2F;2004&#x2F;05&#x2F;17&#x2F;seatguru-rocks&#x2F;&#x27;, &#x27;people&#x27;]);&quot; &gt;people&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;have beaten me to it. I am getting tickets in excess of $1450. Steep price boo hoo hoo  &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wp&#x2F;wp-includes&#x2F;images&#x2F;smilies&#x2F;frownie.png&quot; alt=&quot;:(&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; &#x2F;&gt;May be someone will tell me the phone number of an angel travel agent who can procure tickets for the good ol’ price of $1200.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Link SAP Operating System Monitor</title>
        <published>2004-06-02T09:29:09+00:00</published>
        <updated>2004-06-02T09:29:09+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/saposcol/" type="text/html"/>
        <id>https://pnarula.com/blog/saposcol/</id>
        
            <content type="html">&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;help.sap.com&#x2F;saphelp_nw04&#x2F;helpdata&#x2F;en&#x2F;55&#x2F;b5b93b5bb3493fe10000000a114084&#x2F;frameset.htm&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;help.sap.com&#x2F;saphelp_nw04&#x2F;helpdata&#x2F;en&#x2F;55&#x2F;b5b93b5bb3493fe10000000a114084&#x2F;frameset.htm&#x27;, &#x27;SAP Library &amp;#8211; Operating System Monitor&#x27;]);&quot; &gt;SAP Library – Operating System Monitor&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;The operating system collector SAPOSCOL is a stand-alone program that runs in the operating system background. It runs independently of SAP instances exactly once per monitored host. SAPOSCOL collects data about operating system resources, including:&lt;&#x2F;p&gt;
&lt;p&gt;Â· Usage of virtual and physical memory&lt;&#x2F;p&gt;
&lt;p&gt;Â· CPU utilization&lt;&#x2F;p&gt;
&lt;p&gt;Â· Utilization of physical disks and file systems&lt;&#x2F;p&gt;
&lt;p&gt;Â· Resource usage of running processes&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Beta Thoughts Slightly loaded</title>
        <published>2004-05-31T21:13:01+00:00</published>
        <updated>2004-05-31T21:13:01+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/slightly-loaded/" type="text/html"/>
        <id>https://pnarula.com/blog/slightly-loaded/</id>
        
            <content type="html">&lt;p&gt;Finally I did some work on the remaining todo items for Beta Thoughts&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Branding&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;I am pleased with my work on the logo. It is a picture of digit nine in binary i.e. 1001. It is said that 9 is the most powerful digit . Will do some more research on it later. If someone has some link on it please leave a comment.&lt;&#x2F;p&gt;
&lt;div class=&quot;floatright&quot;&gt;
  &lt;img src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;logo.gif&quot; width=&quot;200&quot; height=&quot;200&quot; alt=&quot;&quot; &#x2F;&gt;
&lt;&#x2F;div&gt;
&lt;p&gt;Also notice the same logo in address bar. I need to work on the header image as jpeg is totally messed after being subjected to many saves.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Install with a different directory&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Pretty simple just had to follow the guide over &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&#x2F;docs&#x2F;installation&#x2F;different-address&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x2F;docs&#x2F;installation&#x2F;different-address&#x2F;&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;SAP Category and its separate page&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Being a SAP Netweaver consultant I wanted to write about it but didn’t wanted to put it on the main page. Just had to follow this &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&#x2F;support&#x2F;5&#x2F;5687&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x2F;support&#x2F;5&#x2F;5687&#x27;, &#x27;message&#x27;]);&quot; &gt;message&lt;&#x2F;a&gt; on forums. Now the SAP categories has its own sideblog at &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;sap&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;sap&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;sap&#x27;]);&quot; &gt;http:&#x2F;&#x2F;pnarula.com&#x2F;sap&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;TODO: Still thinking about should I go with Matt’s &lt;a href=&quot;http:&#x2F;&#x2F;photomatt.net&#x2F;archives&#x2F;2004&#x2F;05&#x2F;19&#x2F;asides&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;photomatt.net&#x2F;archives&#x2F;2004&#x2F;05&#x2F;19&#x2F;asides&#x2F;&#x27;, &#x27;asides&#x27;]);&quot; &gt;asides&lt;&#x2F;a&gt; or RebelPixel’s &lt;a href=&quot;http:&#x2F;&#x2F;rebelpixel.com&#x2F;projects&#x2F;wp-recent-links&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;rebelpixel.com&#x2F;projects&#x2F;wp-recent-links&#x2F;&#x27;, &#x27;Recent-Links&#x27;]);&quot; &gt;Recent-Links&lt;&#x2F;a&gt;. Any suggestions?&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>And all he wanted was to write</title>
        <published>2004-05-29T18:39:24+00:00</published>
        <updated>2004-05-29T18:39:24+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/om-switch/" type="text/html"/>
        <id>https://pnarula.com/blog/om-switch/</id>
        
            <content type="html">&lt;p&gt;Finally Om, has made the &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;29&#x2F;the-word-press-switch&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x2F;archives&#x2F;2004&#x2F;05&#x2F;29&#x2F;the-word-press-switch&#x2F;&#x27;, &#x27;switch&#x27;]);&quot; &gt;switch&lt;&#x2F;a&gt;. It has been a long battle. I wish software world was easy enough that systems behaved the way we wanted them not the way we told them. I would say it is a great win for WP community considering Om’s path to switch&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;Disstatisfied with MT’s performance decides to move on to Expression Engine&lt;&#x2F;li&gt;
&lt;li&gt;EE doesn’t fit the bill moves on to WP 1.0.2&lt;&#x2F;li&gt;
&lt;li&gt;Due to tech snafus with hosting provider moves to typepad&lt;&#x2F;li&gt;
&lt;li&gt;Also tries Blogger&lt;&#x2F;li&gt;
&lt;li&gt;Due to limited features on Blogger moves back to MT but this time upgrades to MT 3.0&lt;&#x2F;li&gt;
&lt;li&gt;Again hits the same issues as earlier MT version&lt;&#x2F;li&gt;
&lt;li&gt;Moves back to WP on 1.2&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;I am hoping this time the move is for good. Considering the frequency at which he writes it should be a good testcase for WP’s preformance. Now it better be good as his readership is huge.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Consulting I love it I hate it</title>
        <published>2004-05-25T23:19:35+00:00</published>
        <updated>2004-05-25T23:19:35+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/consulting/" type="text/html"/>
        <id>https://pnarula.com/blog/consulting/</id>
        
            <content type="html">&lt;p&gt;I have been a consultant for many years now. It has taken me to many new places, to many clients almost across complete US. While on the road experiences are bound to happen. Some good and some not so good. I always wanted to write them but never had the put them somewhere in a structured manner. Now with the medium of weblogs, I have got just what I was looking for. Here I would try to put my unstructured train of thoughts on consulting. Here is the first post in the consulting category.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>What a blog is how and why its better than email a la yahoogroups</title>
        <published>2004-05-24T18:08:24+00:00</published>
        <updated>2004-05-24T18:08:24+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/whatisblog/" type="text/html"/>
        <id>https://pnarula.com/blog/whatisblog/</id>
        
            <content type="html">&lt;p&gt;Recently I started another group weblog called CELPEC. CELPEC is group of individuals who worked in one particular lab at Punjab Engineering College. One of the friends asked what is weblog and why should we start using it instead of our good ol’ mailing list at yahoo. What follows is my reply to him.&lt;&#x2F;p&gt;
&lt;p&gt;Here is link to good introduction to weblogs, donâ€™t forget to also read part 2&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;http:&#x2F;&#x2F;www.dynamicobjects.com&#x2F;d2r&#x2F;archives&#x2F;002399.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.dynamicobjects.com&#x2F;d2r&#x2F;archives&#x2F;002399.html&#x27;, &#x27;http:&#x2F;&#x2F;www.dynamicobjects.com&#x2F;d2r&#x2F;archives&#x2F;002399.html&#x27;]);&quot; &gt;http:&#x2F;&#x2F;www.dynamicobjects.com&#x2F;d2r&#x2F;archives&#x2F;002399.html&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;There are links to very good articles on blogging just in the beginning of part 1.&lt;&#x2F;p&gt;
&lt;p&gt;I will also try to explain it in the context of CELPEC.&lt;&#x2F;p&gt;
&lt;p&gt;What do we do on CELPEC:&lt;&#x2F;p&gt;
&lt;p&gt;Talk about any thing and every thing, more on technology and related stuff. Idea is to have some form of conversation where one starts by saying â€œHey dude did you hear about this, or you know what happenedâ€ But this thing happens in the virtual world.&lt;&#x2F;p&gt;
&lt;p&gt;With weblogs in picture, idea will still remain the same. But we are opening our conversation to the whole wide web. So be sure that you donâ€™t want to put some thing like my company sucks. As it would be viewable to everyone, would be indexed by google, tracked and pinged by you donâ€™t know whom. But consider putting something like hey I have this neat theory about how Indiaâ€™s population can be reduced 😉 Or I read this book. You get the idea.&lt;&#x2F;p&gt;
&lt;p&gt;How do we do it:&lt;&#x2F;p&gt;
&lt;p&gt;With the CELPEC mailing list, it is a real simple interface, you send an email to a particular address, mailing list host accepts this email from certain predefined addresses, which were put there when we subscribed to it.&lt;&#x2F;p&gt;
&lt;p&gt;With CELPEC weblog, the most simple interface would be to visit the site http:&#x2F;&#x2F;blogger.com or whatever. Login to make a new entry and post to your heartâ€™s desire. This is the basic one.&lt;&#x2F;p&gt;
&lt;p&gt;Now onto more exotic ones, almost all blogging systems provide something like â€œBlog Thisâ€. Idea is to have a link to your browser toolbar. You would see this orange symbol on google toolbar. This is really neat. You might be reading a website and you feel the urge to blog. You select some text of your interest on the webpage and click the â€œBlog Thisâ€ link on your tool bar. This would popup a window with the selected test and the link to it. Now you can enter your comments on this and publish this. It would be posted to your weblog.&lt;&#x2F;p&gt;
&lt;p&gt;Third and most widely used by regular writers is to have clients like w:blogger (http:&#x2F;&#x2F;wbloggar.com) etc. These are your regular applications you give your server address and your credentials in the beginning. Then write stuff inside this client and once done press publish. Just like the above â€œBlog Thisâ€ interface your post is published and ready to pleasure worldâ€™s eyes.&lt;&#x2F;p&gt;
&lt;p&gt;Interaction:&lt;&#x2F;p&gt;
&lt;p&gt;On the mailing list we simply reply if someone feels like and everybody gets the reply. Idea is limited to our selected group. But with weblogs your post is opened to the whole world and anybody can comment on it. Another nice and powerful feature is trackback. Let us say you read a post somewhere and you want to write about it, or you mentioned it in your blog. By using the trackback feature you can let the author of that post know that you have published an entry that references his post.&lt;&#x2F;p&gt;
&lt;p&gt;How do we get it or syndication:&lt;&#x2F;p&gt;
&lt;p&gt;With mailing list we get in our inbox. With blog, you can goto the site regularly to check if there is something new. But there is no fun in it. For this almost every weblog publishes a feed. For example celpec feed is at http:&#x2F;&#x2F;celpec.blogspot.com&#x2F;atom.xml So there are weblog feed aggregators like SharpReader(http:&#x2F;&#x2F;sharpreader.net) where you can specify which weblogs you are interested in reading and just like your email client check this regularly to see if anyone has something new to say. There are online aggregators like http:&#x2F;&#x2F;www.bloglines.com&#x2F; also.&lt;&#x2F;p&gt;
&lt;p&gt;Hope this helps. I am posting this on my blog at &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;blog&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;blog&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;blog&#x27;]);&quot; &gt;http:&#x2F;&#x2F;pnarula.com&#x2F;blog&lt;&#x2F;a&gt; as well as &lt;a href=&quot;http:&#x2F;&#x2F;celpec.blogspot.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;celpec.blogspot.com&#x27;, &#x27; celpec blog&#x27;]);&quot; &gt;celpec blog&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>WordPress Linkblogging at atmaspheric</title>
        <published>2004-05-19T22:31:52+00:00</published>
        <updated>2004-05-19T22:31:52+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/linkblogging/" type="text/html"/>
        <id>https://pnarula.com/blog/linkblogging/</id>
        
            <content type="html">&lt;p&gt;“WordPress linkblogs are getting easier to deal with for the interested… I’ve been debating how to best do it myself since I sometimes post very short “of interest” bits rather than actual written by me bits. Here are two ways you might consider “- &lt;a href=&quot;http:&#x2F;&#x2F;www.atmasphere.net&#x2F;wp&#x2F;archives&#x2F;2004&#x2F;05&#x2F;19&#x2F;wordpress-linkblogging&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.atmasphere.net&#x2F;wp&#x2F;archives&#x2F;2004&#x2F;05&#x2F;19&#x2F;wordpress-linkblogging&#x27;, &#x27;Link&#x27;]);&quot; &gt;Link&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>To Java or PHP is the question</title>
        <published>2004-05-18T22:28:14+00:00</published>
        <updated>2004-05-18T22:28:14+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/javaphp/" type="text/html"/>
        <id>https://pnarula.com/blog/javaphp/</id>
        
            <content type="html">&lt;p&gt;I have been a Java dude since its first version came in &lt;a href=&quot;http:&#x2F;&#x2F;www.pcquest.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.pcquest.com&#x27;, &#x27;PC Quest&#x27;]);&quot; &gt;PC Quest&lt;&#x2F;a&gt;‘s CD. PCQ didn’t even had a website then. I had to go on my bicycle to Sector 16 in &lt;a href=&quot;http:&#x2F;&#x2F;chandigarh.nic.in&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;chandigarh.nic.in&#x27;, &#x27;Chandigarh&#x27;]);&quot; &gt;Chandigarh&lt;&#x2F;a&gt; to get that PCQ with a CD. I instantly fell in love watching those sorting applets showing the power of threads. Even in professional life I have used Java the most be it for making custom apps or apps based on &lt;a href=&quot;http:&#x2F;&#x2F;www.sap.com&#x2F;solutions&#x2F;netweaver&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.sap.com&#x2F;solutions&#x2F;netweaver&#x2F;&#x27;, &#x27;SAP&amp;#8217;s Solutions&#x27;]);&quot; &gt;SAP’s Solutions&lt;&#x2F;a&gt;. Also my first blog was on JRoller.&lt;&#x2F;p&gt;
&lt;p&gt;But when it came to creating my own blog in my own domain. I settled first for MovableType and then moved on to WordPress. Both based on scripting languages. There were quite a few reasons that I chose to go this route. I will list few of them over here&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Economy&lt;&#x2F;strong&gt; The biggest one was as usual the money. It is cheaper to host a php&#x2F;perl based solution which is based on how much resources an ISP has to put to support a solution. For scripting based apps the CPU usage is only momentary when the site is accessed (Do I hear people saying dude what about scalability) while for Java based first of all JVM is running all the time. Secondly you really want your own JVM. Last thing you want is someone else’s application has hung crashed the JVM and no one can access your site.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Maintenance&lt;&#x2F;strong&gt; Again IMO there are more pieces in the Java side of the puzzle then are there on the scripting side. More the pieces more the complexity more single point of failures. For a single person hosting an app with few users it is too much to maintain 😉&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;All said and done I would say that if I had go for a blogging solution for one of our corporate clients I would be first one to jump on suggestiing &lt;a href=&quot;http:&#x2F;&#x2F;www.rollerweblogger.org&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.rollerweblogger.org&#x2F;&#x27;, &#x27;Roller Weblogger&#x27;]);&quot; &gt;Roller Weblogger&lt;&#x2F;a&gt; or Pebble(though I don’t have personal experience with this). First Corporations won’t be as cheap as me so reason number one is blown secondly they have the neccessary resources to maintain these application. Moreover companies would already have people experienced with server side java app management.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Viral Effects of blogging</title>
        <published>2004-05-18T18:17:04+00:00</published>
        <updated>2004-05-18T18:17:04+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/viralblogs/" type="text/html"/>
        <id>https://pnarula.com/blog/viralblogs/</id>
        
            <content type="html">&lt;p&gt;Once in a while, I go through the access and referrer log files for my domain i.e. pnarula.com. For the past few weeks I have been seeing a &lt;a href=&quot;http:&#x2F;&#x2F;www.molly.com&#x2F;mt&#x2F;archives&#x2F;000156.php&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.molly.com&#x2F;mt&#x2F;archives&#x2F;000156.php&#x27;, &#x27;particular entry &#x27;]);&quot; &gt;particular entry &lt;&#x2F;a&gt;about her playing with WordPress. What is interesting is that she said&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;div&gt;
  &lt;p&gt;
    Another impressive bit about WordPress is that the developers are focusing on &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;wpd&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;wpd&#x27;, &#x27;localization and internationalization&#x27;]);&quot; &gt;localization and internationalization&lt;&#x2F;a&gt; features within the software, which I think is one aspect, along with easy install and a very usable interface, that will help WordPress find its own glory among today&amp;#8217;s diverse weblogging solutions.
  &lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Localization link in Molly’s quote points to a test blog I have setup for hindi and I &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&#x2F;support&#x2F;3&#x2F;5417&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x2F;support&#x2F;3&#x2F;5417&#x27;, &#x27;announced&#x27;]);&quot; &gt;announced&lt;&#x2F;a&gt; it on WP forums. I might have taken this site down without even knowing people might be coming to this. So I guess from now onwards I gotta be careful in creating these URLs.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Another Gmail Post</title>
        <published>2004-05-17T23:20:54+00:00</published>
        <updated>2004-05-17T23:20:54+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/gmail/" type="text/html"/>
        <id>https://pnarula.com/blog/gmail/</id>
        
            <content type="html">&lt;p&gt;Looks like I am getting addicted to Gmail as the days pass. Conversations concept is pretty nice, wish it was in Thunderbird or Outlook. No one can beat the search ability. I am at a point where I am redirecting more email at the google acct than pnarula dot com for which I pay. What world we are living in. I like a free service better than the one I pay for 😀&lt;&#x2F;p&gt;
&lt;p&gt;There is one feature which I would like to see in email clients, ability to attach an annotation with an email so that instead of instead of subject this annotation shows. I saw this mentioned with something from IBM or somebody. This would be a killer as it would allow me to attach more meta info with an email.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Are learned ones less likely to vote</title>
        <published>2004-05-17T21:59:56+00:00</published>
        <updated>2004-05-17T21:59:56+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/learnedones/" type="text/html"/>
        <id>https://pnarula.com/blog/learnedones/</id>
        
            <content type="html">&lt;p&gt;While at work a colleague pointed that young folks who are working away from their hometowns are less likely to vote and this has more to do with the voter lists. Considering me being away over here that is impossible. But what would stop a single guy from lets say Ambala to vote in Bangalore?&lt;&#x2F;p&gt;
&lt;p&gt;If it is true isn’t it ironical…&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>WP 12 Plugins</title>
        <published>2004-05-17T21:35:30+00:00</published>
        <updated>2004-05-17T21:35:30+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/plugins/" type="text/html"/>
        <id>https://pnarula.com/blog/plugins/</id>
        
            <content type="html">&lt;p&gt;&lt;strong&gt;Note to myself – Good WP 1.2 Plugin&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Eric Meyer’s creations – &lt;a href=&quot;http:&#x2F;&#x2F;www.meyerweb.com&#x2F;eric&#x2F;tools&#x2F;wordpress&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.meyerweb.com&#x2F;eric&#x2F;tools&#x2F;wordpress&#x2F;&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;From MtDewVirus factory – &lt;a href=&quot;http:&#x2F;&#x2F;mtdewvirus.com&#x2F;wp-hacks&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;mtdewvirus.com&#x2F;wp-hacks&#x2F;&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Alex King’s Plugins – &lt;a href=&quot;http:&#x2F;&#x2F;www.alexking.org&#x2F;index.php?content=software&#x2F;wordpress&#x2F;content.php#wp_120&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.alexking.org&#x2F;index.php?content=software&#x2F;wordpress&#x2F;content.php#wp_120&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Rebel Pixel’s Recent Links – &lt;a href=&quot;http:&#x2F;&#x2F;rebelpixel.com&#x2F;projects&#x2F;wp-recent-links&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;rebelpixel.com&#x2F;projects&#x2F;wp-recent-links&#x27;, &#x27;here&#x27;]);&quot; &gt;here&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Spread the Love Slugs</title>
        <published>2004-05-16T20:48:51+00:00</published>
        <updated>2004-05-16T20:48:51+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/slugs/" type="text/html"/>
        <id>https://pnarula.com/blog/slugs/</id>
        
            <content type="html">&lt;p&gt;Never knew about this feature. Apparently greater gods have been using this for a while. There is this neat feature in WP that allows you to make your URIs even nicer. Consider what is better&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;http:&#x2F;&#x2F;www.pnarula.com&#x2F;2004&#x2F;05&#x2F;15&#x2F;this-is-my-first-post&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;p&gt;or this&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;http:&#x2F;&#x2F;www.pnarula.com&#x2F;2004&#x2F;05&#x2F;15&#x2F;firstpost&#x2F;&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;p&gt;In the first example WP is creating the post-slug automatically by using the title, I never bothered to edit it. Now after reading at &lt;a href=&quot;http:&#x2F;&#x2F;www.libraryplanet.com&#x2F;2004&#x2F;05&#x2F;slugs&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.libraryplanet.com&#x2F;2004&#x2F;05&#x2F;slugs&#x27;, &#x27;LibaryPlanet &#x27;]);&quot; &gt;LibaryPlanet &lt;&#x2F;a&gt; I have seen the light and URIs are much nicer. Do yourself a favor and start editing those post-slugs.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;End Note:&lt;&#x2F;em&gt; This is only available in WP 1.2.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>MT Licensing and all that talk</title>
        <published>2004-05-16T18:54:15+00:00</published>
        <updated>2004-05-16T18:54:15+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/mtmove/" type="text/html"/>
        <id>https://pnarula.com/blog/mtmove/</id>
        
            <content type="html">&lt;p&gt;MoveableType has &lt;a href=&quot;http:&#x2F;&#x2F;www.sixapart.com&#x2F;corner&#x2F;archives&#x2F;2004&#x2F;05&#x2F;its_about_time.shtml&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.sixapart.com&#x2F;corner&#x2F;archives&#x2F;2004&#x2F;05&#x2F;its_about_time.shtml&#x27;, &#x27;moved&#x27;]);&quot; &gt;moved&lt;&#x2F;a&gt; and after the &lt;a href=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;blog&#x2F;archives&#x2F;2004&#x2F;05&#x2F;09&#x2F;beta-teasing&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;pnarula.com&#x2F;blog&#x2F;archives&#x2F;2004&#x2F;05&#x2F;09&#x2F;beta-teasing&#x2F;&#x27;, &#x27;Beta-Tease&#x27;]);&quot; &gt;Beta-Tease&lt;&#x2F;a&gt; phase have come up with new licensing terms to generate more revenues. Well nothing wrong with that. No body should be stopped from &lt;a href=&quot;http:&#x2F;&#x2F;www.oreillynet.com&#x2F;pub&#x2F;wlg&#x2F;4870&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.oreillynet.com&#x2F;pub&#x2F;wlg&#x2F;4870&#x27;, &#x27;eating&#x27;]);&quot; &gt;eating&lt;&#x2F;a&gt; the fruits of one’s labour. And no doubt I have enjoyed the ease with which I was able to extend MT for my hindi blogs – Haan Bhai and Akshargram. &lt;em&gt;But then it is this user’s ability to contribute and extend that has made MT what it is&lt;&#x2F;em&gt;. Anyway we can go on talking about this. MT did what they thought is best in their interests. People would do, what they think is best for them.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>IT to India look who is watching</title>
        <published>2004-05-11T22:37:42+00:00</published>
        <updated>2004-05-11T22:37:42+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/it2india/" type="text/html"/>
        <id>https://pnarula.com/blog/it2india/</id>
        
            <content type="html">&lt;p&gt;I have been reading &lt;a href=&quot;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;&#x27;, &#x27;Brad DeLong&#x27;]);&quot; &gt;Brad DeLong&lt;&#x2F;a&gt;‘s writings for quite sometime. I first came across him for one his book &lt;a href=&quot;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;TCEH&#x2F;Slouch_title.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;TCEH&#x2F;Slouch_title.html&#x27;, &#x27;&amp;#8220;Slouching towards Utopia&amp;#8221;&#x27;]);&quot; &gt;“Slouching towards Utopia”&lt;&#x2F;a&gt;. This book made me feel good as it described the life of a worker during Victorian ages and present workers. Brad is a Professor of Economic at UCB and it is good to see how closely he is following IT to India phenomenon. Today on his blog he &lt;a href=&quot;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;movable_type&#x2F;2004_archives&#x2F;000811.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.j-bradford-delong.net&#x2F;movable_type&#x2F;2004_archives&#x2F;000811.html&#x27;, &#x27;pointed&#x27;]);&quot; &gt;pointed&lt;&#x2F;a&gt; to a story on Hindu about “Google opening office in India”.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Homogeneous vs Heterogeneous IT environment</title>
        <published>2004-05-11T19:34:01+00:00</published>
        <updated>2004-05-11T19:34:01+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/looselycoupled/" type="text/html"/>
        <id>https://pnarula.com/blog/looselycoupled/</id>
        
            <content type="html">&lt;p&gt;Recently I got introduced to &lt;a href=&quot;http:&#x2F;&#x2F;www.looselycoupled.com&#x2F;blog&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.looselycoupled.com&#x2F;blog&#x2F;&#x27;, &#x27;LooslelyCoupled&#x27;]);&quot; &gt;LooslelyCoupled&lt;&#x2F;a&gt; blog via a post on &lt;a href=&quot;http:&#x2F;&#x2F;brij.typepad.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;brij.typepad.com&#x27;, &#x27;Brij@147&#x27;]);&quot; &gt;Brij@147&lt;&#x2F;a&gt;. LooselyCoupled is all about how IT landscapes should be loosely coupled, with best of breed applications from different vendors and all systems talking to each other via standard and open services. I would call it a heterogenous environment. Having being trained as an engineer my mind makes me beleive this is the ideal concept. I agree it is beautiful concept. There is so much freedom to replace and put a new system. Vendor lock in is totally avoided. But then we live in a real world and as human beings we are rather lazy. Last few years I have spent in the consulting world, working with different clients all across the US, one thing I have found is that companies want to standardize their systems. For example for notebooks we are going to purchase Thinkpads, we will only use Oracle databases, or even all our consultants would come from this company. I can understand the reason for all this having fewer parties to talk reduces the process load on company employees. Similarly large enterprises tend to choose one or two vendors for their business applications. Besides dealing with the same company added benefit is easier integration across the products from same vendor. This is what I call a homogenous enterprise. While what I said above might not be true for all the companies but IMHO this happens at a lot of companies. It is the best way or not is debatable.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Content Community and Collaboration and success of blogs</title>
        <published>2004-05-10T19:06:00+00:00</published>
        <updated>2004-05-10T19:06:00+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/ccc/" type="text/html"/>
        <id>https://pnarula.com/blog/ccc/</id>
        
            <content type="html">&lt;p&gt;During the go-go nineties I read an article for making a highly successful and effective web site. I have forgotten the authorss name but his ideas are still valid and proving mighty right every day with the success of weblogs. Authorâ€™s views were that three Cs are necessary for a highly successful site. Content, Community, and Collaboration. Author backed this by giving the example of MSN. Before Microsoft acquired hotmail, MSN was just another site. But when Microsoft added the hotmail community its popularity skyrocketed.&lt;&#x2F;p&gt;
&lt;p&gt;Bloggingâ€™s popularity is reaching the levels of obsession. In my opinion this popularity is again due to these three tenets of CCC. Newer blogging softwares like &lt;a href=&quot;http:&#x2F;&#x2F;www.moveabletype.org&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.moveabletype.org&#x2F;&#x27;, &#x27;MoveableType&#x27;]);&quot; &gt;MoveableType&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;blogger.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;blogger.com&#x27;, &#x27;Blogger&#x27;]);&quot; &gt;Blogger&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;typepad.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;typepad.com&#x27;, &#x27;TypePad&#x27;]);&quot; &gt;TypePad&lt;&#x2F;a&gt;, &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.org&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.org&#x27;, &#x27;WordPress&#x27;]);&quot; &gt;WordPress&lt;&#x2F;a&gt; has made any body and every body a web publisher. Comments complement the collaboration piece of puzzle. With the reach of RSS, ATOM and trackback capabilities of blogs newer and newer communities are being formed dynamically. This is going to continue for a while. Let us see where it takes us.&lt;&#x2F;p&gt;
&lt;p&gt;For reading this in Hindi &lt;a href=&quot;http:&#x2F;&#x2F;akshargram.com&#x2F;2004&#x2F;05&#x2F;11&#x2F;42&#x2F;&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;akshargram.com&#x2F;2004&#x2F;05&#x2F;11&#x2F;42&#x2F;&#x27;, &#x27;click here&#x27;]);&quot; &gt;click here&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Digital Camera manual controls</title>
        <published>2004-05-09T23:06:47+00:00</published>
        <updated>2004-05-09T23:06:47+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/manual-digital-camera/" type="text/html"/>
        <id>https://pnarula.com/blog/manual-digital-camera/</id>
        
            <content type="html">&lt;p&gt;When I was buying my digital camera one of the feature I had in mind was manual controls. I did not wanted a simple pointand shoot type camera. Being the geek I am, I wanted to tweak the settings a bit to suit my needs. So I settled for &lt;a href=&quot;http:&#x2F;&#x2F;powershot.com&#x2F;powershot2&#x2F;home.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;powershot.com&#x2F;powershot2&#x2F;home.html&#x27;, &#x27;Canon S45 &#x27;]);&quot; &gt;Canon S45 &lt;&#x2F;a&gt;first which was stolen and then I bought S50. Both of these cameras have manual controls but only available thru menu. Now after heavy use of these cameras I have come to the conclusion that these controls are not of much value. If you indulge in setting these using the menus – scene being photographed would change. Therefore a S400 would have also fitted the bill.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Conclusion:&lt;&#x2F;strong&gt; If you really want to play with manual controls on a camera go for analog controls, the good ol’s rotating dials.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Beta Testing or beta-teasing</title>
        <published>2004-05-09T14:30:31+00:00</published>
        <updated>2004-05-09T14:30:31+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/beta-teasing/" type="text/html"/>
        <id>https://pnarula.com/blog/beta-teasing/</id>
        
            <content type="html">&lt;p&gt;While the importance of Beta Testing phase cannot be denied, but it seems to me these days this phase is also serving as another marketing tool. To be successful in the competitive space most of the software companies make their roadmaps public. Whenever a new product is ready, a beta period has to precede it. This beta is highly advertised. Cases in point â€“ Googleâ€™s Gmail, and Microsoftâ€™s &lt;a href=&quot;http:&#x2F;&#x2F;www.winsupersite.com&#x2F;reviews&#x2F;longhorn_alpha.asp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.winsupersite.com&#x2F;reviews&#x2F;longhorn_alpha.asp&#x27;, &#x27;Longhorn&#x27;]);&quot; &gt;Longhorn&lt;&#x2F;a&gt;, SAPâ€™s Netweaver, and &lt;a href=&quot;http:&#x2F;&#x2F;www.movabletype.org&#x2F;news&#x2F;2004_04.shtml#000944&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.movabletype.org&#x2F;news&#x2F;2004_04.shtml#000944&#x27;, &#x27;MoveableTypeâ€™s 3.0&#x27;]);&quot; &gt;MoveableTypeâ€™s 3.0&lt;&#x2F;a&gt;. By making the product available to select few a group of haves and have-nots is created. There by creating an anxiety in the tech community. This serves the software vendors very well as an effective brand awareness and marketing tool. Om Malik also pointed about this in relation to &lt;a href=&quot;http:&#x2F;&#x2F;gigaom.com&#x2F;archives&#x2F;2004&#x2F;01&#x2F;what_techbiz_has_learned_from_steve_jobs.html#entry_4489&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;gigaom.com&#x2F;archives&#x2F;2004&#x2F;01&#x2F;what_techbiz_has_learned_from_steve_jobs.html#entry_4489&#x27;, &#x27;Steve Jobs&#x27;]);&quot; &gt;Steve Jobs&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Keeping all this in mind I believe this beta testing phase could very well be called beta-teasing. So next time someone tells you their product is in beta, think they might be pulling a beta-tease on you 😀&lt;&#x2F;p&gt;
&lt;p&gt;On a separate note I might be the first one to use this term – beta-teasing.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Beta Thoughts Version 10 GA aka my first post</title>
        <published>2004-05-09T03:25:38+00:00</published>
        <updated>2004-05-09T03:25:38+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/first-post/" type="text/html"/>
        <id>https://pnarula.com/blog/first-post/</id>
        
            <content type="html">&lt;p&gt;Hello World! It’s been quite some time that I have been playing with &lt;a href=&quot;http:&#x2F;&#x2F;wordpress.ord&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;wordpress.ord&#x27;, &#x27;WordPress&#x27;]);&quot; &gt;WordPress&lt;&#x2F;a&gt;. Finally I am satisfied with the design and layout of my weblog. I have named this theme as &lt;a href=&quot;http:&#x2F;&#x2F;www.lajollabythesea.com&#x2F;la-jolla.html&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.lajollabythesea.com&#x2F;la-jolla.html&#x27;, &#x27;LaJolla&#x27;]);&quot; &gt;LaJolla&lt;&#x2F;a&gt; because of the header image. This image is a part of an image I took at LaJolla beach. Let me know what you guys think of this blog.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Good Portal Consulting Offering at Bearing Point</title>
        <published>2004-02-25T16:32:27+00:00</published>
        <updated>2004-02-25T16:32:27+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/good-portal-consulting-offering-at-bearing-point/" type="text/html"/>
        <id>https://pnarula.com/blog/good-portal-consulting-offering-at-bearing-point/</id>
        
            <content type="html">&lt;p&gt;While going thru iviewstudio found this great site about the portal offerings from Bearing Point&lt;&#x2F;p&gt;
&lt;p&gt;http:&#x2F;&#x2F;www.bearingpoint.de&#x2F;content&#x2F;library&#x2F;PortalQuickScan&#x2F;data&#x2F;indexm.htm&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Reading mySAP CRM Solution for Success</title>
        <published>2004-02-08T16:30:52+00:00</published>
        <updated>2004-02-08T16:30:52+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/reading-mysap-crm-solution-for-success/" type="text/html"/>
        <id>https://pnarula.com/blog/reading-mysap-crm-solution-for-success/</id>
        
            <content type="html">&lt;p&gt;I am reading this introductory book from SAP Press on SAP CRM. After reading just first few pages the thought that struck me was how well big companies position their software in an enterprise. And how from there point of view, it makes sense to use software from the same enterprise software vendor. Although this might be good from customer’s prespective if they wanted to deal with the same vendor and lessen their integration woes. As one would expect offerings from same vendor to be tightly integrated.&lt;&#x2F;p&gt;
&lt;p&gt;For example lets say you decide to use mySAP CRM, then if you have mySAP ERP inhouse, CRM would be able to integrate with the sales and finance module. And if you had SCM offering from SAP very cool now you can integrate your supply chain vendors. And now if you feel to do some annlytics work, what better solution than SAP BW. And of course while you are at it all this and you want a people centric user interface so that every one can access it so Enterprise Portals would make a lot of sense.&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>I want my original paper</title>
        <published>2003-12-28T16:25:37+00:00</published>
        <updated>2003-12-28T16:25:37+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/i-want-my-original-paper/" type="text/html"/>
        <id>https://pnarula.com/blog/i-want-my-original-paper/</id>
        
            <content type="html">&lt;p&gt;Seems like this is the age of aggregators. Be it news aggregator sites like Sulekha.com for the average Indian dude, or Slashdot for run of the mill IT guy. To top them all we have RSS feeds for everything so Feeddemons are busy collecting news for folks. Though I shouldn’t be complaining as these sites and software programs do save a lot of time with all that information bloating in every nook and corner. Still somewhere I have the vague longing for my innocent looking Times of India or New York Times when I would see them in entirety. And not read the headlines.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Perpetual Khurki</title>
        <published>2003-12-02T16:24:09+00:00</published>
        <updated>2003-12-02T16:24:09+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/perpetual-khurki/" type="text/html"/>
        <id>https://pnarula.com/blog/perpetual-khurki/</id>
        
            <content type="html">&lt;p&gt;Just coined the term “Perpetual Khurki”. Khurak in Hindi means scratching. In other words it would mean the one who has been scratching his itch forever. I guess it applies to a lot of people in Open Source Software field. Linus, RMS, Perens would fit in nicely.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>So much for security in modern OSes</title>
        <published>2003-11-30T16:21:15+00:00</published>
        <updated>2003-11-30T16:21:15+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/so-much-for-security-in-modern-oses/" type="text/html"/>
        <id>https://pnarula.com/blog/so-much-for-security-in-modern-oses/</id>
        
            <content type="html">&lt;p&gt;During one of my business trips I had to stay in one of the leading chain hotels. They had a 24×7 business services section for the guests to surf internet and use M$ office. For security reasons when you clicked on the Start button of their M$ XP it showed only Shutdown and Logoff options. There were links for office and IE on the desktop. So a user was stuck with only these options. I had to print few pdfs which I emailed myself to my Hotmail acct and went to the Business Service section to print them by visiting hotmail. Some how whatever I was sending to the printer was getting queued in the printer queue and never printing. There was no way to debug this thing. Out of shear desperation I was trying different key combinations and I hit F1 accidently. Help Center opened up and I could search for command prompt for there which gave me a link to the open up command prompt. So much for security. I guess someone can say that security was not setup correctly on those computers but if it is difficult to set up the security then it is of no use.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Whats going on</title>
        <published>2003-10-30T16:18:18+00:00</published>
        <updated>2003-10-30T16:18:18+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/whats-going-on/" type="text/html"/>
        <id>https://pnarula.com/blog/whats-going-on/</id>
        
            <content type="html">&lt;p&gt;I have been working in the Enterprise Portals space for more than 2 years. Quite a few portal companies have also been able to survive the ongoing recession in Tech sector. But for the first time in these years I have worked in portals I am seeing some frentic activity. People are getting offers at dot-com era salaries. So life has become suddenly charming. Apart from all this I am still learning web-dynpro and related techonologies in NetWeaver Developer Studio in whatever free time I am getting.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>A little thought and Happy Diwali</title>
        <published>2003-10-25T16:15:58+00:00</published>
        <updated>2003-10-25T16:15:58+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/a-little-thought-and-happy-diwali/" type="text/html"/>
        <id>https://pnarula.com/blog/a-little-thought-and-happy-diwali/</id>
        
            <content type="html">&lt;p&gt;Happy Diwali… Today is the festival of lights for Indians. It also brings back the thought that has always plagued me on every Diwali -I have been in US. Quite a fews times people ask me what do you miss the most working US; while having been brought up in India. My answer has always been – festivals. Come to think of it why do we have festivals. IMO besides their own respective importance festivals break the monotony of life. They remind us that there is more to life than work 😀 So I do try to do – as I would have done in India. But then that is no match at all. Even if I was able to fire crackers, buy a whole lot sweets, do all the praying to Goddess Lakshmi and God Ganesha as I have seen in my parents home; from where would I bring the aura that is there in every indian city and town around Diwali.&lt;&#x2F;p&gt;
&lt;p&gt;But then it is my choice to be here so friends whereever you are “Shubh Dipawali”&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Uncharted Waters SAP Enterprise Portal PDK</title>
        <published>2003-10-08T16:22:56+00:00</published>
        <updated>2003-10-08T16:22:56+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/uncharted-waters-sap-enterprise-portal-pdk/" type="text/html"/>
        <id>https://pnarula.com/blog/uncharted-waters-sap-enterprise-portal-pdk/</id>
        
            <content type="html">&lt;p&gt;As an enterprise portal consultant many a times I have to write custom code to develop java iviews (portlets in SAP lingo). For the present gig I have to write a small java iview for name search or people finder. Since the people information is in a database I planned to use database pools for accessing them. Now PDK (portal development kit) available at iviewstudio is available for Tomcat. While enterprise portal as such runs on SAP J2EE engine. This presented a little problem coz first I had to figure out jndi data sources on tomcat and then do the same thing on SAP J2EE. Being the lazy I am I wanted to avoid this double work. The obvious solution to this was to have PDK running on SAP J2EE. I had read somewhere in some forum that few people have done it and inside SAP a lot of developers do that. So I decided to do that. Finally after few hours of tinkering around reading online forums, going thru SAP Notes I tasted success. So plan to start writing code on Monday. Eclipse plugin for PDK would be a great help in that regard.&lt;&#x2F;p&gt;
&lt;p&gt;On a seaperate note just read a blog by good ol’ Himanshu at SDN on the upcoming GUI Machine. I have been waiting for this for some time. Should download the alpha and give it a spin.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Web Dynpro WAS and Software Fashion</title>
        <published>2003-10-06T16:12:39+00:00</published>
        <updated>2003-10-06T16:12:39+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/web-dynpro-was-and-software-fashion/" type="text/html"/>
        <id>https://pnarula.com/blog/web-dynpro-was-and-software-fashion/</id>
        
            <content type="html">&lt;p&gt;A couple of weeks ago I downloaded WebAS 6.4 Beta from &lt;a href=&quot;http:&#x2F;&#x2F;sdn.sap.com&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;sdn.sap.com&#x27;, &#x27;SDN&#x27;]);&quot; &gt;SDN&lt;&#x2F;a&gt; and have been making crude stabs at writng MDA web apps with it. It touts a new web app tool called WebDynPro which seems a decent tool for wrting business apps. Now coming to &lt;a href=&quot;http:&#x2F;&#x2F;www.softwarereality.com&#x2F;soapbox&#x2F;softwarefashion.jsp&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;www.softwarereality.com&#x2F;soapbox&#x2F;softwarefashion.jsp&#x27;, &#x27;Software Fashion&#x27;]);&quot; &gt;Software Fashion&lt;&#x2F;a&gt; context. I read at software reality how there are fashions in the software industry. It made me think that is this (webdynpro) also a fashion or is this in for the long run? I hope it is in for a long term.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Business of Life</title>
        <published>2003-01-18T16:28:44+00:00</published>
        <updated>2003-01-18T16:28:44+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/business-of-life/" type="text/html"/>
        <id>https://pnarula.com/blog/business-of-life/</id>
        
            <content type="html">&lt;p&gt;I have been reading the “How I became a Hindu” by Sri Sita Ram Goel for the past few hours. I came across this paragraph which tells a lot about so many of us&lt;&#x2F;p&gt;
&lt;p&gt;“The business of life can go on very well without an ideological frame of reference. One eats and mates and sleeps and makes a living. One reads books and papers and gossips and goes about passing conventional judgments on current events, One has a family, a profession, a circle of friends, and some hobby to keep one occupied in leisure time. One grows old, collects one’s own share of diseases, and looks back with anguish towards earlier days when one was young and active. For most of us ordinary mortals, this is the whole of human life. We take very seriously our successes and failures and our loves and hates, without spending a thought on what it is all about.”&lt;&#x2F;p&gt;
&lt;p&gt;Though on a higher frame of reference i.e. about life it is true. An interesting observation was a side effect which I am sure the auther had not thought is “gossips and goes about passing conventional judgments on current events”, isn’t that tells a lot about blogging. 😀 And am I doing the same thing.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size=&quot;x-small&quot;&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img class=&quot;rightalign&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; alt=&quot;towards more light...&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;font&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry><entry xml:lang="en">
        <title>Welcome to your Roller weblog!</title>
        <published>2002-03-22T16:08:13+00:00</published>
        <updated>2002-03-22T16:08:13+00:00</updated>
        <author>
            <name>Pankaj Kumar</name>
        </author>
        <link rel="alternate" href="https://pnarula.com/blog/welcome-to-your-roller-weblog/" type="text/html"/>
        <id>https://pnarula.com/blog/welcome-to-your-roller-weblog/</id>
        
            <content type="html">&lt;p&gt;Go to the Edit-Weblog page, delete this weblog entry, and make your own first post. &lt;em&gt;This is an archived entry from Jroller. The first blogging tool I ever used.&lt;a href=&quot;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&quot; onclick=&quot;_gaq.push([&#x27;_trackEvent&#x27;, &#x27;outbound-article&#x27;, &#x27;http:&#x2F;&#x2F;jroller.com&#x2F;page&#x2F;littlebuddha&#x27;, &#x27;&#x27;]);&quot; &gt;&lt;img alt=&quot;towards more light...&quot; src=&quot;http:&#x2F;&#x2F;pnarula.com&#x2F;images&#x2F;bt&#x2F;jroller.gif&quot; class=&quot;rightalign&quot; &#x2F;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        </entry>
</feed>
