<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Harish Vishwanath</title><link>https://hvishwanath.net/posts/</link><description>Recent content in Posts on Harish Vishwanath</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Harish Vishwanath</copyright><lastBuildDate>Tue, 13 Jan 2026 23:34:40 +0000</lastBuildDate><atom:link href="https://hvishwanath.net/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Adding a custom launcher in Ubuntu</title><link>https://hvishwanath.net/posts/2015-04-02-adding-custom-launcher-in-ubuntu/</link><pubDate>Thu, 02 Apr 2015 06:35:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2015-04-02-adding-custom-launcher-in-ubuntu/</guid><description>&lt;p&gt;It is not straightforward to have your favorite programs that are not installed via package manager appear on Ubuntu (14.04) launcher. Couple of ways to do that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sometimes, when the program is up, you can just right click and say “add to launcher”. It would work for most programs. However, this will fail for editors such as PyCharm that maintain project state and the launcher added this way will point to the specific project.&lt;/li&gt;
&lt;li&gt;The right way to do is this:
&lt;ul&gt;
&lt;li&gt;Create a .desktop entry
For instance, for pycharm, do :&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-makefile" data-lang="makefile"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="err"&gt;sudo&lt;/span&gt; &lt;span class="err"&gt;nano&lt;/span&gt; &lt;span class="err"&gt;/usr/share/applications/pycharm.desktop&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="err"&gt;[Desktop&lt;/span&gt; &lt;span class="err"&gt;Entry]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;Name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;PyCharm
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;Type&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;Application
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;Exec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;/home/hvishwanath/Downloads/pycharm-community-4.0.5/bin/pycharm.sh
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;Terminal&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nb"&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;Icon&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;/home/hvishwanath/Downloads/pycharm-community-4.0.5/bin/pycharm.png
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;Comment&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;PyCharm community edition 4.0.5
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;NoDisplay&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nb"&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;Categories&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;Development&lt;span class="p"&gt;;&lt;/span&gt;IDE
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="err"&gt;Name[en]=pycharm.desktop&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;* You can then search for the entry in main “Search” in the launcher, and simply drag and drop the pycharm.desktop entry that you would find on to the launcher.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;That is it.&lt;/p&gt;</description></item><item><title>Dissecting the OASIS CAMP Specification</title><link>https://hvishwanath.net/posts/2015-02-18-dissecting-oasis-camp-specification/</link><pubDate>Wed, 18 Feb 2015 10:34:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2015-02-18-dissecting-oasis-camp-specification/</guid><description>&lt;h1 class="relative group"&gt;1. Background
 &lt;div id="1-background" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#1-background" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;

&lt;h2 class="relative group"&gt;1.1 OASIS - The organization behind CAMP
 &lt;div id="11-oasis---the-organization-behind-camp" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#11-oasis---the-organization-behind-camp" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;OASIS is a non-profit consortium that drives the development, convergence and adoption of open standards for the global information society. The consortium has representation from private/public sector technology leaders and influencers and has over 5K participants from over 600 organizations! They are behind various standards such as &lt;a href="https://www.oasis-open.org/standards#mqttv3.1.1" target="_blank" rel="noreferrer"&gt;MQTT&lt;/a&gt;, Web services security etc., A full list is &lt;a href="https://www.oasis-open.org/standards" target="_blank" rel="noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Oh mighty computer, I stand before thee!</title><link>https://hvishwanath.net/posts/2015-01-29-oh-mighty-computer-i-stand-before-thee/</link><pubDate>Thu, 29 Jan 2015 17:23:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2015-01-29-oh-mighty-computer-i-stand-before-thee/</guid><description>&lt;p&gt;Yes. I have decided to respect my computer more, starting 1 Jan 2015. It does deserve more respect considering how I handled it before - looking down, looking up, on the lap, on the tummy etc., Starting this year, I shall stand before it, with renewed respect. In other words, I switched to a fully jugaad standing desk at work. I have read before about people that switched to a standing desk, and thought it could be fun to try it. It all started when I discovered (accidentally) that the desks at work are height adjustable. Though not to the extent of being able to stand and work, it opened up doors for jugaad and experimentation. So, here it is in its current configuration!
&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt="enter image description here"
 src="https://hvishwanath.net/images/blogger/IMG_20150127_103150.jpg"
 &gt;&lt;/figure&gt;
&lt;/p&gt;</description></item><item><title>Setting up Tun/Tap networking for a Qemu Image</title><link>https://hvishwanath.net/posts/2013-10-09-setting-up-tuntap-networking-for-qemu/</link><pubDate>Wed, 09 Oct 2013 07:08:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2013-10-09-setting-up-tuntap-networking-for-qemu/</guid><description>&lt;p&gt;Qemu is a very useful utility to play around with your code/application environment before you are ready to package it as a virtual appliance. Though there are various wikis available to help you setup networking between qemu guest and your host machine, I found that the steps required to setup TUN/TAP networking so that the guest is accessible from your extended network was either not accurate, or was not put in simple terms. So, here goes. Assuming that you are using Debian/Ubuntu as your host OS and you have qemu and necessary qemu-managers installed.&lt;/p&gt;</description></item><item><title>How to be a profitable housemaid</title><link>https://hvishwanath.net/posts/2013-08-13-how-to-be-profitable-housemaid-4960/</link><pubDate>Tue, 13 Aug 2013 05:45:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2013-08-13-how-to-be-profitable-housemaid-4960/</guid><description>&lt;h1 class="relative group"&gt;The (un)official guide to being a profitable house maid
 &lt;div id="the-unofficial-guide-to-being-a-profitable-house-maid" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-unofficial-guide-to-being-a-profitable-house-maid" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;So, you are a house maid. And that too in Bangalore. And you must be glad because the market has picked up considerably with all the new apartments being built, and all the &lt;em&gt;fat&lt;/em&gt; parents and their arrogant children. And you are right to be very glad for if you play your cards right, you can end up being very profitable. Here is how :&lt;/p&gt;</description></item><item><title>Lord of the consoles</title><link>https://hvishwanath.net/posts/2013-07-26-lord-of-consoles/</link><pubDate>Fri, 26 Jul 2013 06:22:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2013-07-26-lord-of-consoles/</guid><description>&lt;p&gt;Context : At work , I routinely have to deal with multiple workspaces and a ton of consoles. Here&amp;rsquo;s my normal work setup (which I wish will magically conjure up, the moment I dock my laptop)&lt;/p&gt;</description></item><item><title>Changing SYS V MSGQ Limits in Linux / Ubuntu</title><link>https://hvishwanath.net/posts/2012-07-19-changing-sys-v-msgq-limits-in-linux/</link><pubDate>Thu, 19 Jul 2012 14:17:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2012-07-19-changing-sys-v-msgq-limits-in-linux/</guid><description>&lt;p&gt;I keep discovering lot of stuff at work but never document it. I have decided to document them on the blog so that it stays, and will probably be useful for somebody who is after the same thing.&lt;/p&gt;</description></item><item><title>Thanks - for everything!</title><link>https://hvishwanath.net/posts/2012-02-19-thanks-for-everything/</link><pubDate>Sun, 19 Feb 2012 16:23:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2012-02-19-thanks-for-everything/</guid><description>&lt;p&gt;I knew a man - a man who probably has got everything to do with whatever I am today. To that man I am deeply indebted. He is my uncle, my father&amp;rsquo;s elder brother. I do not claim to know him inside out, but I have deep respects for him. In whatever little interactions we had, I saw the generous, knowledgeable and charismatic side of him.&lt;/p&gt;</description></item><item><title>Kamasutra Lap</title><link>https://hvishwanath.net/posts/2011-07-12-kamasutra-lapt/</link><pubDate>Tue, 12 Jul 2011 11:47:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2011-07-12-kamasutra-lapt/</guid><description>&lt;p&gt;&lt;a href="https://hvishwanath.net/images/blogger/kamasutralap.jpg" &gt;&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="https://hvishwanath.net/images/blogger/kamasutralap.jpg"
 &gt;&lt;/figure&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This one had to go up on the blog! Which position is your favorite?&lt;/p&gt;</description></item><item><title>Doppler in the driver’s seat.</title><link>https://hvishwanath.net/posts/2011-07-08-doppler-in-drivers-seat/</link><pubDate>Fri, 08 Jul 2011 09:54:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2011-07-08-doppler-in-drivers-seat/</guid><description>&lt;p&gt;Are you interested in Physics? Especially experimental physics? Then I invite you to for a ride to our office in our office “cab”. Let me impress upon you, the exciting and memorable things this ride has to offer.&lt;/p&gt;</description></item><item><title>Life Is Beautiful!</title><link>https://hvishwanath.net/posts/2011-06-30-life-is-beautiful/</link><pubDate>Thu, 30 Jun 2011 11:05:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2011-06-30-life-is-beautiful/</guid><description>&lt;p&gt;The mild and yet addictive tunes from the movie &lt;a href="http://www.imdb.com/title/tt0118799/" target="_blank" rel="noreferrer"&gt;“Life is Beautiful”&lt;/a&gt; theme is playing continuously. And all I can think about is, how beautiful life indeed is!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://hvishwanath.net/images/blogger/life_is_beautiful_ver1_1162[3].jpg" &gt;&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt="life_is_beautiful_ver1_1162"
 src="https://hvishwanath.net/images/blogger/life_is_beautiful_ver1_1162[3].jpg"
 &gt;&lt;/figure&gt;
&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Dear Grandmother, have a good trip!</title><link>https://hvishwanath.net/posts/2009-04-02-dear-grandmother-have-good-trip/</link><pubDate>Thu, 02 Apr 2009 22:09:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2009-04-02-dear-grandmother-have-good-trip/</guid><description>&lt;p&gt;My wife&amp;rsquo;s grandmother passed away - on 30th March 2009. I always called her grand mother, though I am technically incorrect. She had always been so - for me.&lt;/p&gt;
&lt;p&gt;Our acquaintance began when I and my wife started to do combined studies at her place during our college days. I admired her compassion and devotion to her beliefs. She was very energetic for a lady of her age, and she knew exactly how much portion of rice I ate in my lunch. I am blessed to have been fed by incredible women like her.&lt;/p&gt;</description></item><item><title>SQL Alchemy and Michael Bayer</title><link>https://hvishwanath.net/posts/2008-08-26-sql-alchemy-and-michael-bayer/</link><pubDate>Tue, 26 Aug 2008 09:23:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2008-08-26-sql-alchemy-and-michael-bayer/</guid><description>&lt;p&gt;From past few months, I have been trying to put something together at work and am using &lt;a href="http://www.sqlalchemy.org" target="_blank" rel="noreferrer"&gt;SqlAlchemy &lt;/a&gt;extensively. I am just impressed by the dedication and sincerity exuded by this open source project. Its very hard to be not inspired by Mr. Michael Bayer, who is one of the authors.&lt;/p&gt;</description></item><item><title>IMDB Lookup</title><link>https://hvishwanath.net/posts/2008-06-01-imdb-lookup/</link><pubDate>Sun, 01 Jun 2008 17:05:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2008-06-01-imdb-lookup/</guid><description>&lt;p&gt;I have this &lt;a href="http://www.orkut.co.in/Profile.aspx?uid=17999891040117016036" target="_blank" rel="noreferrer"&gt;amazing friend&lt;/a&gt; who has more data than a corporate data center can manage. If you give him a $ for every byte of data he owns, then he will figure in the 10 most richest Indians. Anyway, I got the privilege of copying a subset of his data onto my 500GB harddrive (Obviously, it ran out of space). But I now have over 100GB worth movies and I have a difficult time figuring out what to watch.&lt;/p&gt;</description></item><item><title>Hospital Trivia.</title><link>https://hvishwanath.net/posts/2008-03-09-hospital-trivia/</link><pubDate>Sun, 09 Mar 2008 17:37:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2008-03-09-hospital-trivia/</guid><description>&lt;ol&gt;
&lt;li&gt;Its business for the hospital, its personal for you.&lt;/li&gt;
&lt;li&gt;No matter how healthy you were the day before, you shall be deemed a patient by various means. Ex. Hospital Uniform, medicines.&lt;/li&gt;
&lt;li&gt;You shall witness a sudden spurt of love and emotions among your not-so-distant relatives.&lt;/li&gt;
&lt;li&gt;Every tom, dick and harry shall visit you and make sure that you have noted their presence. The motivation could be concern, love or&amp;hellip;. ah lets not name it.&lt;/li&gt;
&lt;li&gt;If you haven&amp;rsquo;t ever believed in God, you shall.&lt;/li&gt;
&lt;li&gt;If you believe in God, you shall feel him.&lt;/li&gt;
&lt;li&gt;You will be proved highly ignorant of your body and its functioning and you shall wish you had paid a little more attention in the boring biology class so that you could have taken up medicine instead.&lt;/li&gt;
&lt;li&gt;You will feel the taste of humanity when ward boys, nurses do their service with sincerity and honesty.&lt;/li&gt;
&lt;li&gt;The ward boys and nurses shall grow more closer to you than your blood relatives.&lt;/li&gt;
&lt;li&gt;You shall realize - afterall, there is still good in this world. And it is true.&lt;/li&gt;
&lt;li&gt;You will pledge to live a more satisfactory life, to do more service, to be a little more nicer to people, to smile a little more. And lets hope we cherish that spirit.&lt;/li&gt;
&lt;li&gt;All of a sudden you will realize how PRECIOUS your health is. I mean we all know and talk about it, but you shall REALIZE.&lt;/li&gt;
&lt;li&gt;All of a sudden you will realize how delicate and yet how marvelous your body is.&lt;/li&gt;
&lt;li&gt;All of a (not-so) sudden you will start to see how in body, mind and soul the other person is so similar to you.&lt;/li&gt;
&lt;li&gt;You will learn to be thankful for everything. To the workers who constructed the hospital in the first place, to BSNL for their mobile network, to the ground floor cafeteria for supplying with much needed food and beverages, to the surgeon&amp;rsquo;s teachers for teaching him so that he could save your life today&amp;hellip; I mean you will be thankful for everything.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;And if you are lucky enough to realize exactly how valuable is your presence on this earth - you shall remain THANKFUL for the rest of your life.&lt;/p&gt;</description></item><item><title>55 and under the knife.</title><link>https://hvishwanath.net/posts/2008-03-03-55-and-under-knife/</link><pubDate>Mon, 03 Mar 2008 22:52:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2008-03-03-55-and-under-knife/</guid><description>&lt;p&gt;I had never woken up on time before. But this day I was up well before the alarm time @ 3:20 a.m and surprisingly my wife was too. We all got ready in silence; the ride to the place was painfully long though my father-in-law drove as fast as he could, in fact the fastest as far as I can remember. He usually never misses noticing a hump on the road, but that day the car galloped over it and he blamed it on dim light. Nobody replied though.&lt;/p&gt;</description></item><item><title>Blank</title><link>https://hvishwanath.net/posts/2007-08-25-blank/</link><pubDate>Sat, 25 Aug 2007 21:21:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-08-25-blank/</guid><description>&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://www.flarn.com/~warlock/tarot/dragon/19.jpg"
 &gt;&lt;/figure&gt;

&lt;h2 class="relative group"&gt;&lt;strong&gt;You are The Sun&lt;/strong&gt;
 &lt;div id="you-are-the-sun" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#you-are-the-sun" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Happiness, Content, Joy.&lt;/p&gt;
&lt;p&gt;The meanings for the Sun are fairly simple and consistent.&lt;/p&gt;</description></item><item><title>Employee of the Year 2006-07</title><link>https://hvishwanath.net/posts/2007-06-30-employee-of-year-2006-07/</link><pubDate>Sat, 30 Jun 2007 02:44:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-06-30-employee-of-year-2006-07/</guid><description>&lt;p&gt;For all the fun I had and for all the misery I endured , my organization awarded me Employee of the Year out of 7500+ employees.&lt;/p&gt;
&lt;p&gt;As many of my managers have observed, this is the first time so many things have happened different from the tradition; they have welcomed technical contributions as apposed to normal $ increase contributions, any employee is eligible to EOY programme only if he was a EOQ (Employee of the quarter - no where written, but thats what happened), and people get nominated usually after 4-5 years of service. I was neither a EOQ and I joined as a fresher in 2005 and I did crap for first 10 months. Considering all this , I consider myself lucky to be recongized. Though for the most part it is my effort, I also realize that it is the broad mindedness of my supervisors/managers. It takes a lot to whole heartedly appreciate people!&lt;/p&gt;</description></item><item><title>The best problem solving algorithm I have ever se...</title><link>https://hvishwanath.net/posts/2007-06-22-best-problem-solving-algorithm-i-have/</link><pubDate>Fri, 22 Jun 2007 07:42:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-06-22-best-problem-solving-algorithm-i-have/</guid><description>&lt;p&gt;The best problem solving algorithm I have ever seen. ROTFLOL!!&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://i194.photobucket.com/albums/z154/hvishwanath/Problem_solving_Algo.jpg"
 &gt;&lt;/figure&gt;

-&amp;ndash; Arthur : &amp;ldquo;You know at times like this I wish I had listened to my mother&amp;rdquo; Ford : &amp;ldquo;Oh, what did your mother say?&amp;rdquo; Arthur : &amp;ldquo;I don&amp;rsquo;t know, I didn&amp;rsquo;t listen&amp;rdquo;&lt;/p&gt;</description></item><item><title>Raining is Beautiful</title><link>https://hvishwanath.net/posts/2007-06-18-raining-is-beautiful/</link><pubDate>Mon, 18 Jun 2007 10:43:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-06-18-raining-is-beautiful/</guid><description>&lt;p&gt;Its been raining here since I woke up in the morning. Its so beautiful, even the concrete giant apartments have managed to look little sexier. I spontaneously had an idea, and without much thinking I did it :&lt;/p&gt;</description></item><item><title>Denial : Update</title><link>https://hvishwanath.net/posts/2007-06-12-denial-update/</link><pubDate>Tue, 12 Jun 2007 21:53:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-06-12-denial-update/</guid><description>&lt;p&gt;God has fixed the bug! I waited for two days to see if the bug reoccurs, but I cant wait to sign off on that :)&lt;/p&gt;
&lt;p&gt;-- Nice Clients will always sign off on the fixes much earlier than others.&lt;/p&gt;</description></item><item><title>Denial</title><link>https://hvishwanath.net/posts/2007-06-10-denial/</link><pubDate>Sun, 10 Jun 2007 13:18:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-06-10-denial/</guid><description>&lt;p&gt;Flashback:&lt;/p&gt;
&lt;p&gt;Something must be wrong!&lt;/p&gt;
&lt;p&gt;I woke up in the morning (?) to find myself sweating, my bed was wet, the pillow was wet. Damn, was it my roommates playing pranks on me? Did they spill water all over my cot and forgot about it? Neither did I remember having a fever the previous day, in which case this sweat could be taken as a good omen of fever having a nice little send off in the night. Something must be wrong!&lt;/p&gt;</description></item><item><title>365 days and 35 minutes</title><link>https://hvishwanath.net/posts/2007-03-07-365-days-and-35-minutes/</link><pubDate>Wed, 07 Mar 2007 21:25:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-03-07-365-days-and-35-minutes/</guid><description>&lt;p&gt;This will be a a long one&amp;hellip;&lt;/p&gt;
&lt;p&gt;After an year of hard work, our whole team were anxious and waiting when the customer finally decided to buy the new product. It wasn&amp;rsquo;t easy for anybody, neither for us nor for the client - New product means a lot of change, and a lot of questions about performance and reliability and business usually doesn&amp;rsquo;t like &amp;rsquo;new&amp;rsquo; changes.&lt;/p&gt;</description></item><item><title>What is Big anyway?</title><link>https://hvishwanath.net/posts/2007-01-16-what-is-big-anyway/</link><pubDate>Tue, 16 Jan 2007 18:32:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-01-16-what-is-big-anyway/</guid><description>&lt;p&gt;The more I think, the more I get confused. What is that thing which is great/big/noble in this world? Everybody dreams to do something big., but what is big?&lt;/p&gt;
&lt;p&gt;Todays materialistic world has made us associate greatness with materialistic acquisitions. I was recently reading an article on &amp;lsquo;Guru&amp;rsquo;, he is a Hero because he rose from rags to riches, he pursued and chased the ends no matter the means. People who watch that movie go back with a renewed spirit, wanting to achieve something more.&lt;/p&gt;</description></item><item><title>Simplicity</title><link>https://hvishwanath.net/posts/2007-01-11-simplicity/</link><pubDate>Thu, 11 Jan 2007 19:58:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-01-11-simplicity/</guid><description>&lt;p&gt;Theorem : A dead clock is still useful - It shows correct time twice in a day.&lt;/p&gt;
&lt;p&gt;Corollary : A dead digital clock in 24 Hr format is less useful - its correct only once.&lt;/p&gt;</description></item><item><title>Reimbursement</title><link>https://hvishwanath.net/posts/2007-01-11-reimbursement/</link><pubDate>Thu, 11 Jan 2007 19:54:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-01-11-reimbursement/</guid><description>&lt;p&gt;Medical : 20000&lt;br&gt;
Personal Developement : 20000&lt;br&gt;
Telephone : 20000&lt;/p&gt;
&lt;p&gt;This is the total reimbursement available. How can they expect us to save and live if they want us to SPEND somuch lawfully?&lt;/p&gt;</description></item><item><title>Guilt</title><link>https://hvishwanath.net/posts/2007-01-11-guilt/</link><pubDate>Thu, 11 Jan 2007 19:00:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2007-01-11-guilt/</guid><description>&lt;p&gt;A result of occasional endless boredom in the normal,virtual pressurized environment of a software company. Moreover, the merciless firewall has a softcorner for blogger, it hates LJ.&lt;/p&gt;
&lt;p&gt;I feel guilty sometimes, for not contributing as much as I could. Or, was it ever required? Oh yes, sometimes and I know it. But the definition of a team wont hold good for a speciment project, you cant afford crappy, slow movers. I see the result of it, that guy is working 18 hours a day - I know not what the reasons are&amp;hellip; but I feel guilty.&lt;/p&gt;</description></item><item><title>F(irst) Post</title><link>https://hvishwanath.net/posts/2006-12-12-first-post/</link><pubDate>Tue, 12 Dec 2006 09:53:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2006-12-12-first-post/</guid><description>&lt;p&gt;A result of occasional endless boredom in the normal,virtual pressurized environment of a software company. Moreover, the merciless firewall has a softcorner for blogger, it hates LJ.&lt;/p&gt;
&lt;p&gt;I feel guilty sometimes, for not contributing as much as I could. Or, was it ever required? Oh yes, sometimes and I know it. But the definition of a team wont hold good for a speciment project, you cant afford crappy, slow movers. I see the result of it, that guy is working 18 hours a day - I know not what the reasons are&amp;hellip; but I feel guilty.&lt;/p&gt;</description></item><item><title>SRKS Home</title><link>https://hvishwanath.net/posts/2006-07-08-srks-home/</link><pubDate>Sat, 08 Jul 2006 15:21:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2006-07-08-srks-home/</guid><description>&lt;p&gt;I know I haven&amp;rsquo;t bothered to write a word in my journal though I have my own laptop now and 24 Hrs internet. I dont even know why I am writing this blog. Memories started swirling in my head, am not sure why. Probably its one of those euphoric experiences which makes you feel happy because now you are able to connect the dots..now you know how much meaning those days added to your life.&lt;/p&gt;</description></item><item><title>Valentines Day</title><link>https://hvishwanath.net/posts/2006-02-14-valentines-day/</link><pubDate>Tue, 14 Feb 2006 11:15:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2006-02-14-valentines-day/</guid><description>&lt;p&gt;U know wat, My parents wished me for Valentines Day!!&lt;/p&gt;</description></item><item><title>Living with an OWL</title><link>https://hvishwanath.net/posts/2006-02-14-living-with-owl/</link><pubDate>Tue, 14 Feb 2006 11:01:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2006-02-14-living-with-owl/</guid><description>&lt;p&gt;An Owl has rented out a small portion in our apartment (a 1.5x2x2 ft. small cave like structure on top of one of the windows). We usually get to meet him on Saturdays/Sundays where both the parties will be present in day time. Its actually kind of scary to stare at that Owl, its pretty big for an owl and has no fear in staring back. It sometimes tries to imitate us, for example if we dance our head then it will do the same.&lt;/p&gt;</description></item><item><title>Copied...</title><link>https://hvishwanath.net/posts/2006-02-14-copied/</link><pubDate>Tue, 14 Feb 2006 10:54:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2006-02-14-copied/</guid><description>&lt;p&gt;He who knows and knows that he knows, he is a master; follow him.&lt;/p&gt;
&lt;p&gt;He who knows and knows not that he knows, he is asleep; wake him.&lt;/p&gt;
&lt;p&gt;He who knows not and knows that he knows not, he is a student; teach him.&lt;/p&gt;</description></item><item><title>That&amp;#39;s my girl!!</title><link>https://hvishwanath.net/posts/2006-01-13-that-my-girl/</link><pubDate>Fri, 13 Jan 2006 13:11:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2006-01-13-that-my-girl/</guid><description>&lt;p&gt;She is always like this, unpredictable but finally does what you predicted, strong but emotional, has a never ending stock of tears but tough, cries for what you feel is not important, shows no reactions for what you feel is very emotional&amp;hellip; well now I am back to square one - she is unpredictable. But&amp;hellip; that&amp;rsquo;s my girl.&lt;/p&gt;</description></item><item><title>I Love You!</title><link>https://hvishwanath.net/posts/2005-11-15-i-love-you/</link><pubDate>Tue, 15 Nov 2005 16:11:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-11-15-i-love-you/</guid><description>&lt;p&gt;3 Little words and tons of weight it carries&amp;hellip;&lt;/p&gt;
&lt;p&gt;3 Little words and it conveys meanings deeper than an ocean&amp;hellip;&lt;/p&gt;
&lt;p&gt;3 Little words and it has the power, the only power that can rule fear, though people think fear is the only power.&lt;/p&gt;</description></item><item><title>Are we in charge?</title><link>https://hvishwanath.net/posts/2005-11-11-are-we-in-charge/</link><pubDate>Fri, 11 Nov 2005 18:18:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-11-11-are-we-in-charge/</guid><description>&lt;p&gt;Yesterday I had a discussion with my friend. The argument was whether we are in control of what we do, or are we kind of puppets. As per his view of this world, all of us are like software programs, defined clearly before we came on this earth. Our future is already written and there is nothing we can do about it. In essence, we are like puppets, our destinys already written and decided.&lt;/p&gt;</description></item><item><title>Attitude</title><link>https://hvishwanath.net/posts/2005-11-10-attitude/</link><pubDate>Thu, 10 Nov 2005 14:56:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-11-10-attitude/</guid><description>&lt;p&gt;I got a poster with my Reebok shoes. It had Yuvraj Singh&amp;rsquo;s Photo and these words&amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;See Ball. Hit Ball. Six. See Ball. Hit Ball. Out. See Ball. WILL HIT.&amp;rdquo; I AM WHAT I AM!&lt;/p&gt;</description></item><item><title>My Life Rating</title><link>https://hvishwanath.net/posts/2005-11-08-my-life-rating/</link><pubDate>Tue, 08 Nov 2005 14:30:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-11-08-my-life-rating/</guid><description>&lt;p&gt;This Is My Life, Rated &amp;mdash; Life:
| &lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://www.monkeyquiz.com/img/purbar.gif"
 &gt;&lt;/figure&gt;
 9.2
Mind:
| &lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://www.monkeyquiz.com/img/blupurbar.gif"
 &gt;&lt;/figure&gt;
 8.8
Body:
| &lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://www.monkeyquiz.com/img/blupurbar.gif"
 &gt;&lt;/figure&gt;
 8.6
Spirit:
| &lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://www.monkeyquiz.com/img/purbar.gif"
 &gt;&lt;/figure&gt;
 9.2
Friends/Family:
| &lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://www.monkeyquiz.com/img/yelgrebar.gif"
 &gt;&lt;/figure&gt;
 5.3
Love:
| &lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://www.monkeyquiz.com/img/blubar.gif"
 &gt;&lt;/figure&gt;
 7.7
Finance:
| &lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://www.monkeyquiz.com/img/blupurbar.gif"
 &gt;&lt;/figure&gt;
 8.6
&lt;a href="http://www.monkeyquiz.com/life/rate_my_life.html" target="_blank" rel="noreferrer"&gt;Take the Rate My Life Quiz&lt;/a&gt;&lt;/p&gt;</description></item><item><title>A wing rider....</title><link>https://hvishwanath.net/posts/2005-11-07-wing-rider/</link><pubDate>Mon, 07 Nov 2005 15:18:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-11-07-wing-rider/</guid><description>&lt;p&gt;Presenting you, my brand new Honda Unicorn (Kick Start). Well, I purchased Candy Blazing Red model on 07th Nov, 2005 (yesterday) and its just great.&lt;/p&gt;
&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="http://static.flickr.com/25/60801577_1c33f4d555_m.jpg"
 &gt;&lt;/figure&gt;
&lt;p&gt;I intended to buy this from the begining, but people gave me varied opinions on Uni Vs Pulsar twins. But after much research, I was back to square one, I bought what I intended to buy. For detailed technical specs and features you can visit &lt;a href="http://www.honda2wheelersindia.com/unicorn/" target="_blank" rel="noreferrer"&gt;Uni&lt;/a&gt;&lt;/p&gt;</description></item><item><title>3 days in Delhi!</title><link>https://hvishwanath.net/posts/2005-11-07-3-days-in-delhi/</link><pubDate>Mon, 07 Nov 2005 14:34:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-11-07-3-days-in-delhi/</guid><description>&lt;p&gt;Probably these Diwali holidays were the best in my Life. I had four continuous holidays Sat, Sun, Mon and Tue. On saturday I received a phone call from one of our old boarders who studied in the same hostel as I did. He is Wing Commander Murari Bhat, who is currently working as a Wing Commander in Indian Airforce.&lt;/p&gt;</description></item><item><title>iPod,iJog,iSleep,iDream,iThink....iDance.....iBlog....</title><link>https://hvishwanath.net/posts/2005-11-07-ipodijogisleepidreamithinkidanceiblog/</link><pubDate>Mon, 07 Nov 2005 11:40:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-11-07-ipodijogisleepidreamithinkidanceiblog/</guid><description>&lt;p&gt;&amp;ldquo;Time to mix things up. Meet iPod shuffle, the unpredictable new iPod. What will it play next? Can it read your mind? Can it read your moods? Load it up. Put it on. See where it takes you. 240 Songs&amp;hellip;. Million Different ways&amp;hellip;.&amp;rdquo;&lt;/p&gt;</description></item><item><title>A Psalm of Life</title><link>https://hvishwanath.net/posts/2005-09-03-psalm-of-life/</link><pubDate>Sat, 03 Sep 2005 15:39:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-09-03-psalm-of-life/</guid><description>&lt;p&gt;Below is a poem written Henry Wadsworth Longfellow. He wrote it in his house on the banks of the river cambridge after he lost his wife. He was depressed, lost confidence and started believing that he can no more write poems. But on that day, he experienced this emotional upsurge as to what life is, how to go about it&amp;hellip;. He wrote this poem, but never dared to publish it. It was in his books until his friend found out about it and published it to the world.. And today&amp;hellip; It is the worlds First Most Read Poem.&lt;/p&gt;</description></item><item><title>What are we waiting for??</title><link>https://hvishwanath.net/posts/2005-08-25-what-are-we-waiting-for/</link><pubDate>Thu, 25 Aug 2005 20:41:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-08-25-what-are-we-waiting-for/</guid><description>&lt;p&gt;Let us introspect. How many times have we killed a smile? How many times have we broken a relationship? How many friends have we stopped speaking to? How many times have we been jealous of our friend who is doing well?&lt;/p&gt;</description></item><item><title>Word Power.....</title><link>https://hvishwanath.net/posts/2005-08-25-word-power/</link><pubDate>Thu, 25 Aug 2005 20:22:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-08-25-word-power/</guid><description>&lt;p&gt;Most of us usually forget the importance of speech and the usage of right words at right time. Came accross this stuff while browsing some book.&lt;/p&gt;
&lt;p&gt;Two smokers entered the church and started praying.&lt;/p&gt;</description></item><item><title>The cup of Tea</title><link>https://hvishwanath.net/posts/2005-08-23-cup-of-tea/</link><pubDate>Tue, 23 Aug 2005 21:11:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-08-23-cup-of-tea/</guid><description>&lt;p&gt;Nothing in Life is constant except change. You have to change or else you will be forced to. This concept is beautifully narrated in a book called &amp;lsquo;Who Moved my Cheese?&amp;rsquo;.&lt;/p&gt;</description></item><item><title>The war of Machines</title><link>https://hvishwanath.net/posts/2005-08-23-war-of-machines/</link><pubDate>Tue, 23 Aug 2005 21:10:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-08-23-war-of-machines/</guid><description>&lt;p&gt;We have very hi-fi toilets here. You dont have to bother about pushing something to flush it out with water. All you need to do is just stand at a specific distance not exceeding some limit, and Lo! there are infrared sensors. A green light comes up and after you move out, it automatically flushes.&lt;/p&gt;</description></item><item><title>Me and God</title><link>https://hvishwanath.net/posts/2005-08-23-me-and-god/</link><pubDate>Tue, 23 Aug 2005 21:08:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-08-23-me-and-god/</guid><description>&lt;p&gt;When it comes to god, that we all have complex beliefs, different ideas and some inherent fear and apprehension. Well, I started questioning about god in my 7th standard, I was an atheist by choice. My usual arguments were, god does not exist because we cant see him. But then there was this ‘You cant see air, Don’t the air exist?’. So, I used to argue out of my childishness. Later on, when I reflected back it was because I enjoyed that recognition.&lt;/p&gt;</description></item><item><title>AISH to e-AISH</title><link>https://hvishwanath.net/posts/2005-08-17-aish-to-e-aish/</link><pubDate>Wed, 17 Aug 2005 19:52:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2005-08-17-aish-to-e-aish/</guid><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;Long long ago, I had a habit of writing a diary. I called it ‘AISH’, whom I perceive as an angel and I don’t give a damn for what people say about her and what newspapers write about her. I see the god of beauty in her and that’s the reason I look at her as an angel! Sorry if I am being crazy, but I am!&lt;/p&gt;</description></item><item><title>Tic Tac Toe versus Computer</title><link>https://hvishwanath.net/posts/2004-09-17-tic-tac-toe-versus-computer/</link><pubDate>Fri, 17 Sep 2004 00:39:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2004-09-17-tic-tac-toe-versus-computer/</guid><description>&lt;p&gt;Hello Guys, Check this out. I have developed a Tic Tac Toe Game for 2 players. Also a user vs computer game, where the computer always either wins or makes a draw with the users. I will appreciate any of your algorithms to make this possible. I will be posting this game, its in java. Tell me if i could place the file for download in LJ, bcoz this is the first time i am using it.&lt;/p&gt;</description></item><item><title>I can smile!</title><link>https://hvishwanath.net/posts/2000-04-03-i-can-smile/</link><pubDate>Mon, 03 Apr 2000 14:33:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2000-04-03-i-can-smile/</guid><description>&lt;p&gt;I can smile!&lt;/p&gt;
&lt;p&gt;When the fate began ticking my clock,&lt;br&gt;
The skies of my heart became starless and dar.&lt;br&gt;
All deserted hearts, no love to be seen.&lt;br&gt;
All who cared were now so mean.&lt;/p&gt;</description></item><item><title>Hiding Pain!</title><link>https://hvishwanath.net/posts/2000-03-14-hiding-pain/</link><pubDate>Tue, 14 Mar 2000 15:32:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2000-03-14-hiding-pain/</guid><description>&lt;p&gt;Hiding Pain!&lt;/p&gt;
&lt;p&gt;Why do you complain that&lt;br&gt;
Your job is difficult;&lt;br&gt;
Here&amp;rsquo;s my challenge,&lt;br&gt;
Come on, hide your pain!&lt;/p&gt;
&lt;p&gt;Your face should be as pleasant&lt;br&gt;
as the springs of the year;&lt;br&gt;
Without a mark of pain on it&lt;br&gt;
Like a steady rock you should sit!&lt;/p&gt;</description></item><item><title>For Me!</title><link>https://hvishwanath.net/posts/2000-03-01-for-me/</link><pubDate>Wed, 01 Mar 2000 15:30:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2000-03-01-for-me/</guid><description>&lt;p&gt;For Me!&lt;/p&gt;
&lt;p&gt;The world has something for you -&lt;br&gt;
Something that is beautiful and good.&lt;br&gt;
A handful of comrades to accompany,&lt;br&gt;
A group of cynics to criticize your blood.&lt;/p&gt;
&lt;p&gt;A cluster of skills and some caring skulls,&lt;br&gt;
The palindrome of life has the same to say,&lt;br&gt;
Some joys and some sorrows - natural,&lt;br&gt;
Qualities like honesty, humbleness - whatever they call!&lt;/p&gt;</description></item><item><title>Selfish thoughts!</title><link>https://hvishwanath.net/posts/2000-02-02-selfish-thoughts/</link><pubDate>Wed, 02 Feb 2000 15:33:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2000-02-02-selfish-thoughts/</guid><description>&lt;p&gt;Selfish thoughts!&lt;/p&gt;
&lt;p&gt;Everything is my own -&lt;br&gt;
Those seeds which are newly sown,&lt;br&gt;
The rays of sun that blooms the lotus;&lt;br&gt;
That beautiful smile from a beauty&amp;rsquo;s lips;&lt;br&gt;
All the heavens and the joy you would get;&lt;br&gt;
And the apparent victory in every bet;&lt;br&gt;
All the boons that God would shower,&lt;br&gt;
Those colourful birds who in the sky hover&lt;br&gt;
Those eyes who shed their loving tears,&lt;br&gt;
And those backs which carry the burden.&lt;br&gt;
The serrate ribs and in it a languid heart,&lt;br&gt;
And that gentle face of a baby in slee;&lt;br&gt;
The flowers that sway and the bee&amp;rsquo;s gay,&lt;br&gt;
The drops of dew which hide in the grass,&lt;br&gt;
The pearls on the neck of a pretty lass,&lt;br&gt;
The crown of the kind and the queen&amp;rsquo;s earring,&lt;br&gt;
The smile of the moon and blink of the stars.&lt;br&gt;
All are mine -&lt;br&gt;
Which teach me magics - the magic of life,&lt;br&gt;
That if I can smile for a while&lt;br&gt;
In this mean-mean world -&lt;br&gt;
I can win a treasure - The treasure of love!&lt;/p&gt;</description></item><item><title>The story of my pen!</title><link>https://hvishwanath.net/posts/2000-01-23-the-story-of-my-pen/</link><pubDate>Sun, 23 Jan 2000 15:34:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2000-01-23-the-story-of-my-pen/</guid><description>&lt;p&gt;The story of my pen!&lt;/p&gt;
&lt;p&gt;That night of shivering fight,&lt;br&gt;
Pierced the sky an icing light,&lt;br&gt;
Behidn the hill of idiotic plight,&lt;br&gt;
The flame of knowledge, he came to ignite;&lt;/p&gt;</description></item><item><title>On a drop of dew!</title><link>https://hvishwanath.net/posts/2000-01-12-on-drop-of-dew/</link><pubDate>Wed, 12 Jan 2000 15:29:00 +0000</pubDate><guid>https://hvishwanath.net/posts/2000-01-12-on-drop-of-dew/</guid><description>&lt;p&gt;On a drop of dew!&lt;/p&gt;
&lt;p&gt;There I was on a drop of dew,&lt;br&gt;
Luck permits only a few.&lt;br&gt;
Through it I could see the green hue,&lt;br&gt;
Floating on it under the sky blue.&lt;/p&gt;</description></item><item><title>Barking Dogs!</title><link>https://hvishwanath.net/posts/1999-12-24-barking-dogs-those-are-barking-dogs/</link><pubDate>Fri, 24 Dec 1999 15:20:00 +0000</pubDate><guid>https://hvishwanath.net/posts/1999-12-24-barking-dogs-those-are-barking-dogs/</guid><description>&lt;p&gt;Barking Dogs!&lt;/p&gt;
&lt;p&gt;Those are barking dogs - never worry.&lt;br&gt;
Who bark at your back and blink when you twink.&lt;br&gt;
Those schoffs of their words and wacks of their blunder&lt;br&gt;
will all surrender, if you dare!&lt;/p&gt;</description></item><item><title>Feather's Touch!</title><link>https://hvishwanath.net/posts/1999-12-10-feathers-touch/</link><pubDate>Fri, 10 Dec 1999 15:30:00 +0000</pubDate><guid>https://hvishwanath.net/posts/1999-12-10-feathers-touch/</guid><description>&lt;p&gt;Feather&amp;rsquo;s Touch&lt;/p&gt;
&lt;p&gt;In the clear sky, there flew a dove,&lt;br&gt;
Opposing the gusts of wind that blew;&lt;br&gt;
Per chance her feather fell in the light,&lt;br&gt;
I stood bewitched, and in my hand a kite.&lt;/p&gt;</description></item><item><title>Child's Cry</title><link>https://hvishwanath.net/posts/1999-11-26-childs-cry/</link><pubDate>Fri, 26 Nov 1999 15:28:00 +0000</pubDate><guid>https://hvishwanath.net/posts/1999-11-26-childs-cry/</guid><description>&lt;p&gt;The Sound&lt;/p&gt;
&lt;p&gt;I heard -&lt;br&gt;
A sound which elates the world,&lt;br&gt;
Of conteporary tremendous exploitation;&lt;br&gt;
A sound mightier than thunder,&lt;br&gt;
Which reminds the world of it&amp;rsquo;s majestic blunder!&lt;/p&gt;
&lt;p&gt;The sound which revealed the secrets of nature,&lt;br&gt;
Which man can never even dream or doom.&lt;br&gt;
The sound that prompts the world with truth,&lt;br&gt;
The sound that echoes amidst the gloom.&lt;/p&gt;</description></item><item><title>Her Eyes!</title><link>https://hvishwanath.net/posts/1999-11-25-her-eyes/</link><pubDate>Thu, 25 Nov 1999 15:31:00 +0000</pubDate><guid>https://hvishwanath.net/posts/1999-11-25-her-eyes/</guid><description>&lt;p&gt;Her Eyes!&lt;/p&gt;
&lt;p&gt;A beautiful sculpture in front of my eyes,&lt;br&gt;
It seemed to me - a river milk white,&lt;br&gt;
With thousands of suns sparkling bright,&lt;br&gt;
The sight could banish fright.&lt;/p&gt;</description></item><item><title>An Ant's Message</title><link>https://hvishwanath.net/posts/1999-01-27-an-ants-message/</link><pubDate>Wed, 27 Jan 1999 15:27:00 +0000</pubDate><guid>https://hvishwanath.net/posts/1999-01-27-an-ants-message/</guid><description>&lt;p&gt;An ant&amp;rsquo;s message&amp;hellip;&lt;/p&gt;
&lt;p&gt;A never ending wide surface it is,&lt;br&gt;
With lot of strange objects around me,&lt;br&gt;
Some shine bright, some cause fright,&lt;br&gt;
Some sweep me away, some bang my head.&lt;/p&gt;</description></item></channel></rss>