<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Habitually Good</title>
	
	<link>http://blog.gadodia.net</link>
	<description>"... tech .... fun .. bizarre ... india .... pictures ..... anything in the world ...."</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:12:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain="blog.gadodia.net" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/HabituallyGood" /><feedburner:info uri="habituallygood" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://blog.gadodia.net</link><url>http://images.gadodia.net/logo.jpg</url><title>Habitually Good</title></image><feedburner:emailServiceId>HabituallyGood</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Installing PyDev on Eclipse on Windows 7</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/m30TsH9oke4/</link>
		<comments>http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:12:42 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tips-and-Tricks]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/</guid>
		<description><![CDATA[I recently got the bug to tinker around with Google App Engine (last night, actually) and then decided that I want to do this in Python (instead of Java which is also supported – maybe I like snakes better than coffee).
So, I downloaded the App Engine SDK, and then realized that I need to install [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got the bug to tinker around with Google App Engine (last night, actually) and then decided that I want to do this in Python (instead of Java which is also supported – maybe I like snakes better than coffee).</p>
<p>So, I downloaded the App Engine SDK, and then realized that I need to install Python – which I promptly did. Then I configured all the App Engine Started variables, and tried to churn out Hello World. First road-block, I didn’t have a Python IDE. So, I started coding this in NotePad++. Everything was smooth sailing till I started using some of the App Engine libraries, and had to start typing out long code sentences. For a guy who has done much of the coding on Visual Studio, you can imagine how I would be missing nice IDE features such as auto-complete and auto-suggest.</p>
<p>That is when I read somewhere that I can use Eclipse for Python development, and it will do some of those nifty IDE things that I was sorely missing. So, I downloaded Eclipse, and ‘installed’ it. And then I used the nice “Marketplace” feature to locate the PyDev plugin to install it (by the way, I am sure you already realize that to code in Python on eclipse you need a plugin such as PyDev since Eclipse doesn’t support Python out of the box).</p>
<p> <span id="more-936"></span>
<p>So, here I was following a nice tutorial on how to configure PyDev to work with Eclipse, and after the first installation step, the tutorial asked me to go to the <strong>Window</strong> menu, and then click on the <strong>Preferences</strong> menu item; in the dialog that opens up, it asked me to find the PyDev. Here’s the problem – no PyDev settings were to be seen anywhere? I looked and looked. I uninstalled and reinstalled. I followed various methods to do this.</p>
<p>I was running Windows 7 64 bit, and I had downloaded the latest version of Eclipse (Helios), and I tried downloading the PyDev plugin directly from their site instead of the marketplace and install it. Nothing worked. Well, a lot of head scratching did reveal the problem eventually.</p>
<p>But first I curse the Eclipse developers to not show a proper error message when the plugin installation actually failed. The culprit was our old friend from Vista – UAC. When I launch Eclipse normally, the program doesn’t run at an elevated permission level. So, for some reason (I am newbie at Eclipse) the installation fails.</p>
<p>My solution was to run Eclipse as an administrator before installing the plugin. Guess what, worked like a charm. Now I go and see what more I can do with the App Engine (which is a whole different story altogether).</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/&amp;title=Installing+PyDev+on+Eclipse+on+Windows+7" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Installing+PyDev+on+Eclipse+on+Windows+7+-+http://bit.ly/cTDtMQ+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/&amp;t=Installing+PyDev+on+Eclipse+on+Windows+7" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/&amp;title=Installing+PyDev+on+Eclipse+on+Windows+7" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/&amp;title=Installing+PyDev+on+Eclipse+on+Windows+7" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/&amp;title=Installing+PyDev+on+Eclipse+on+Windows+7" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=m30TsH9oke4:9AYviauB2fg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=m30TsH9oke4:9AYviauB2fg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=m30TsH9oke4:9AYviauB2fg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=m30TsH9oke4:9AYviauB2fg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=m30TsH9oke4:9AYviauB2fg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=m30TsH9oke4:9AYviauB2fg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=m30TsH9oke4:9AYviauB2fg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=m30TsH9oke4:9AYviauB2fg:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/m30TsH9oke4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/installing-pydev-on-eclipse-on-windows-7/</feedburner:origLink></item>
		<item>
		<title>Deleting a dialup connection on Windows 7</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/B_5UGWO5LDg/</link>
		<comments>http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 03:18:06 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Tips-and-Tricks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/</guid>
		<description><![CDATA[Some time ago, I had the need to setup a dialup connection on my computer running Windows 7 to connect to the Internet. Well, the need was for a couple of days. However, ever since then, I have been bugged by a popup dialog from this connection asking me to connect whenever my computer was [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago, I had the need to setup a dialup connection on my computer running Windows 7 to connect to the Internet. Well, the need was for a couple of days. However, ever since then, I have been bugged by a popup dialog from this connection asking me to connect whenever my computer was having trouble finding the Internet. This was getting bothersome, and I looked and looked for how to go and delete this. It used to be pretty straight forward in Windows XP to delete this, as I could go and see a list of all Network Connections in the Control Panel.</p>
<p> <span id="more-927"></span>
<p>But in Win 7, I just can’t find that setting in the Control Panel, under the Network and Internet option (as you can see below):</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Network and Internet" border="0" alt="Network and Internet" src="http://blog.gadodia.net/blog/2010/02/image.png" width="454" height="302" /> </p>
<p>So, what do I do? I didn’t know what to do and was getting very irritated day by day. Then I just tried doing one thing: I pressed the start key, and typed “Network Connections”, and voila, what do I see on top of the list? Here, see for yourself:</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Windows 7" border="0" alt="Windows 7" src="http://blog.gadodia.net/blog/2010/02/image1.png" width="415" height="562" /> </p>
<p>Well, then it was a matter of clicking “View Network Connections”, and then deleting the dial up connection from the window which shows up. Phew, no more pop-ups.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/&amp;title=Deleting+a+dialup+connection+on+Windows+7" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Deleting+a+dialup+connection+on+Windows+7+-+http://bit.ly/bn5jnM+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/&amp;t=Deleting+a+dialup+connection+on+Windows+7" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/&amp;title=Deleting+a+dialup+connection+on+Windows+7" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/&amp;title=Deleting+a+dialup+connection+on+Windows+7" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/&amp;title=Deleting+a+dialup+connection+on+Windows+7" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=B_5UGWO5LDg:mXtz_VWNijg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=B_5UGWO5LDg:mXtz_VWNijg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=B_5UGWO5LDg:mXtz_VWNijg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=B_5UGWO5LDg:mXtz_VWNijg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=B_5UGWO5LDg:mXtz_VWNijg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=B_5UGWO5LDg:mXtz_VWNijg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=B_5UGWO5LDg:mXtz_VWNijg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=B_5UGWO5LDg:mXtz_VWNijg:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/B_5UGWO5LDg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/deleting-a-dialup-connection-on-windows-7/</feedburner:origLink></item>
		<item>
		<title>An open mobile device control standard</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/uO1oV6LrezU/</link>
		<comments>http://blog.gadodia.net/an-open-mobile-device-control-standard/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 05:31:19 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/an-open-mobile-device-control-standard/</guid>
		<description><![CDATA[There are several times in our daily lives that I feel that we lack a standardized way to control mobile devices. Why should there even be a standard? Well, everyone (almost) has a cell phone today. These cell phones have a variety of capabilities – they have musical ringtones, cameras, music players, voice recorders, internet, [...]]]></description>
			<content:encoded><![CDATA[<p>There are several times in our daily lives that I feel that we lack a standardized way to control mobile devices. Why should there even be a standard? Well, everyone (almost) has a cell phone today. These cell phones have a variety of capabilities – they have musical ringtones, cameras, music players, voice recorders, internet, and many more. The problem is that, with the devices being carried by almost everyone, a host of problems arise. A lot of offices have to ban cell phones with cameras, else they face information security issues with employees who can take photographs of sensitive information. Public areas which should have some peace and calm are usually full of cacophonic ring tones.</p>
<p><strong>The Standard</strong></p>
<p>The idea behind this standard is to have built-in capability in every cell phone such that all features can be turned-on/off by an external device which communicates with the cell phones through a standardized interface. These features can be:</p>
<ul>
<li><strong>Ringer profile</strong> – allowing the cell phone to be put on a silent/vibrate profile, and restoring it to an earlier profile.</li>
<li><strong>Camera – </strong>allowing the cell phone’s camera feature to be turned on/off.</li>
<li><strong>Voice recorder</strong> – allowing the cell phone’s voice recording features to be turned on/off.</li>
<li><strong>Internet</strong> – allowing internet access to be turned on and off.</li>
<li><strong>Wireless networks</strong> – turning off access to various wireless features – cell phone network, wi-fi, Bluetooth, etc.</li>
<li><strong>Power</strong> – turning the device on/off.</li>
</ul>
<p>This is just a small list, but if let’s suppose that all the cell phone devices that adhere to this standard have hardware level support for providing control over the above mentioned features. Further let’s assume that, there are control devices which can control various cell phones within their area of effect (each control device would have a presumably finite area of effect).</p>
<p>Under these assumptions, what good would such a standard be? Here are some problems (big and small) that can be solved, and the benefits that are gained by them.</p>
<p><strong>Some benefits</strong></p>
<ul>
<li><strong>Onboard an airplane</strong> – Every airline can install one control device which turns off the power during takeoff and landing; and disables radio functions (cell phone network, wi-fi, Bluetooth, etc.) during flight for all the cell phones on board. The advantage is that in increases convenience of customers and at the same time increases compliance of airline security measures (whether real or imaginary).</li>
<li><strong>Meeting rooms, presentations, museums, libraries, movie theaters</strong> – there are so many places on the planet, where a ringing phone is most unwelcome. Control devices setup in such areas can be configured to switch every phone in their range to silent or vibrate modes. The benefit is that you won’t have to remind people to have to do this.</li>
<li><strong>Examination rooms, embassies, secure areas on airports, etc.</strong> – these are places where one is not allowed typically use a cell phone. Control devices installed here can be used to turn off any cell phones in range. Once again, this improves compliance, as well as allows people to hang on to their devices (for example, some examination or embassy scenarios ask you to surrender your cell phones to gain access).</li>
<li><strong>Corporate information security</strong> – once again, in a corporate setup, you can turn off the Bluetooth, camera, USB, and Internet features on the cell phones to prevent sensitive information to be captured and transferred through these channels. I have been to facilities which have asked me to leave my phone at the entrance for fears of espionage.</li>
</ul>
<p>There can be tons of examples and applications if you just sit and think about it. Of course, the practicality of this approach is suspect, and a number of issues have to be resolved, but several times a day I think that if this kind of system was available, lives would be much simpler.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/an-open-mobile-device-control-standard/&amp;title=An+open+mobile+device+control+standard" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=An+open+mobile+device+control+standard+-+http://bit.ly/9jdXOo+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/an-open-mobile-device-control-standard/&amp;t=An+open+mobile+device+control+standard" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/an-open-mobile-device-control-standard/&amp;title=An+open+mobile+device+control+standard" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/an-open-mobile-device-control-standard/&amp;title=An+open+mobile+device+control+standard" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/an-open-mobile-device-control-standard/&amp;title=An+open+mobile+device+control+standard" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=uO1oV6LrezU:0nc451GHUxI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=uO1oV6LrezU:0nc451GHUxI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=uO1oV6LrezU:0nc451GHUxI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=uO1oV6LrezU:0nc451GHUxI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=uO1oV6LrezU:0nc451GHUxI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=uO1oV6LrezU:0nc451GHUxI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=uO1oV6LrezU:0nc451GHUxI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=uO1oV6LrezU:0nc451GHUxI:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/uO1oV6LrezU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/an-open-mobile-device-control-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/an-open-mobile-device-control-standard/</feedburner:origLink></item>
		<item>
		<title>Small productivity tip for Outlook</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/2JBqbsZVtT4/</link>
		<comments>http://blog.gadodia.net/small-productivity-tip-for-outlook/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 15:03:54 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tips-and-Tricks]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/small-productivity-tip-for-outlook/</guid>
		<description><![CDATA[I often find myself sending attachments in email, and I very rarely choose the method in which you click on the “Add Attachment” button in Outlook simply because I find it too slow to find attachments through the browse dialog box that pops up – usually I already have the files that I plan to [...]]]></description>
			<content:encoded><![CDATA[<p>I often find myself sending attachments in email, and I very rarely choose the method in which you click on the “Add Attachment” button in Outlook simply because I find it too slow to find attachments through the browse dialog box that pops up – usually I already have the files that I plan to send open in some Explorer already.</p>
<p>There are two things that I do, depending on whether I have already started typing the email to which I have to attach the documents, or if I haven’t yet started. If I already have started typing this email, then I simply select the files that I need to attach to the email (by select, I mean select them in Explorer) and drag them to the Outlook message window that I am typing my email in (and drop them). This of course adds them to the message as attachments.</p>
<p> <span id="more-923"></span>
<p>If I haven’t yet started typing out the email, I can do two things. I can select the files I want to attach into the email message and right click them and choose “Send to”, and then “Mail Recipient” from the context menu. This opens up a new message window with the files as added as attachments. This, however, has the undesirable (perhaps not) side effect of text being added to the new message window (see picture below):</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="outlook" border="0" alt="outlook" src="http://blog.gadodia.net/blog/2010/01/outlook.jpg" width="454" height="429" /> </p>
<p>Another drawback of this method is that the new message window that opens is modal (for some reason). This means that till I close this Window, I can’t access Outlook anymore. This makes it not very usable for me. Since I am often doing multiple things at a give time. </p>
<p>So another method in this scenario is to select the files in your Explorer view, and then simply drag and drop them on the main Outlook window. What this does is that it creates a new message, and attaches the files to this message. This message doesn’t have any additional text, nor does it open a modal window, so you can access Outlook without closing the new message window.</p>
<p>Small tip, but it saves seconds several times a day.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/small-productivity-tip-for-outlook/&amp;title=Small+productivity+tip+for+Outlook" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Small+productivity+tip+for+Outlook+-+http://bit.ly/8viAK1+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/small-productivity-tip-for-outlook/&amp;t=Small+productivity+tip+for+Outlook" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/small-productivity-tip-for-outlook/&amp;title=Small+productivity+tip+for+Outlook" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/small-productivity-tip-for-outlook/&amp;title=Small+productivity+tip+for+Outlook" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/small-productivity-tip-for-outlook/&amp;title=Small+productivity+tip+for+Outlook" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=2JBqbsZVtT4:emzn1Cv0dxA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=2JBqbsZVtT4:emzn1Cv0dxA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=2JBqbsZVtT4:emzn1Cv0dxA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=2JBqbsZVtT4:emzn1Cv0dxA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=2JBqbsZVtT4:emzn1Cv0dxA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=2JBqbsZVtT4:emzn1Cv0dxA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=2JBqbsZVtT4:emzn1Cv0dxA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=2JBqbsZVtT4:emzn1Cv0dxA:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/2JBqbsZVtT4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/small-productivity-tip-for-outlook/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/small-productivity-tip-for-outlook/</feedburner:origLink></item>
		<item>
		<title>IMO, Google Feedburner just killed TwitterFeed</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/v1m1nWsyuz4/</link>
		<comments>http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 08:19:57 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/</guid>
		<description><![CDATA[A couple of weeks ago, Google added a new feature to FeedBurner called Socialize. It is nothing more than a way to publish your feed items to a Twitter account. But in doing so, it has just threatened to take out TwitterFeed. Or at least, people who don’t do a lot of professional social media [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago, Google added a new feature to <a href="http://blog.gadodia.net/syndicate-your-blog-by-burning-a-feed/">FeedBurner</a> called Socialize. It is nothing more than a way to publish your feed items to a Twitter account. But in doing so, it has just threatened to take out <a href="http://twitterfeed.com">TwitterFeed</a>. Or at least, people who don’t do a lot of professional social media marketing (which is a lot of us) no longer need to use TwitterFeed if they are already using FeedBurner. People like me.</p>
<p>Let me explain.</p>
<p> <span id="more-921"></span>
<p>I use TwitterFeed to publish new posts I make on this blog to my Twitter account as tweets. In order to do so, I have to provide TwitterFeed with my RSS feed (which is already burned on FeedBurner), and then add my Twitter account on it (TwitterFeed initially did not support OAuth), and then I can configure my feed with various options such as how frequently should it check the feed for new updates, and how many tweets it should publish to my timeline, plus other things such as which URL service to use to shorten the link, and what text to prefix or suffix to the tweet.</p>
<p>What Google Socialize does is pretty much the same. It lets me connect my FeedBurner feed to my Twitter account through OAuth, and then lets me setup similar parameters. Both support more or less the same configuration options (except that Google also supports inserting hashtags based on post category).</p>
<p>One advantage that TwitterFeed has is that it allows you to publish to more than just Twitter (it supports Facebook, Ping.fm, etc), but to me that doesn’t matter – all I care about is Twitter.</p>
<p>The biggest advantage that FeedBurner has on the other hand is that it doesn’t ask you for a polling frequency. As long as your blogging setup is wired to ping their server via XML-RPC (which is how mine is, and most people who use FeedBurner have that), the tweet is sent out as soon as the post is made.</p>
<p>Actually, to me even that is not the biggest advantage. The biggest advantage to me is that it reduces the number of services that I have to deal with by One. I no longer have to deal with TwitterFeed, and as a result I have deleted my feed from there. When I post this article, and you see it in your Twitter Timeline, it will be courtesy FeedBurner’s socialize feature, and not TwitterFeed.</p>
<p>Here’s the <a href="http://adsenseforfeeds.blogspot.com/2009/12/socializing-your-feed-with-twitter.html">post by Google about Socialize</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/&amp;title=IMO%2C+Google+Feedburner+just+killed+TwitterFeed" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=IMO%2C+Google+Feedburner+just+killed+TwitterFeed+-+http://bit.ly/7cNy66+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/&amp;t=IMO%2C+Google+Feedburner+just+killed+TwitterFeed" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/&amp;title=IMO%2C+Google+Feedburner+just+killed+TwitterFeed" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/&amp;title=IMO%2C+Google+Feedburner+just+killed+TwitterFeed" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/&amp;title=IMO%2C+Google+Feedburner+just+killed+TwitterFeed" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=v1m1nWsyuz4:XUTKF1XeVgs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=v1m1nWsyuz4:XUTKF1XeVgs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=v1m1nWsyuz4:XUTKF1XeVgs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=v1m1nWsyuz4:XUTKF1XeVgs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=v1m1nWsyuz4:XUTKF1XeVgs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=v1m1nWsyuz4:XUTKF1XeVgs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=v1m1nWsyuz4:XUTKF1XeVgs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=v1m1nWsyuz4:XUTKF1XeVgs:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/v1m1nWsyuz4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/imo-google-feedburner-just-killed-twitterfeed/</feedburner:origLink></item>
		<item>
		<title>FlyYouFools ratings – fallacy, confidence, or something else?</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/j7psc09qYko/</link>
		<comments>http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 11:14:09 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/</guid>
		<description><![CDATA[A lot of the readers of this blog are not from India, but if you are and/or if you follow the Indian comic scene, then you would have heard of Saad Akhtar, the artist behind the web comic Fly, You Fools!. Now, I check out his comics from time to time, and some of them [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of the readers of this blog are not from India, but if you are and/or if you follow the Indian comic scene, then you would have heard of Saad Akhtar, the artist behind the web comic <a href="http://www.flyyoufools.com">Fly, You Fools!</a>. Now, I check out his comics from time to time, and some of them are quite funny (although I prefer the brand of humor by another cartoonist – Anshul Maheshwari – who has a web comic called <a href="http://www.brainstuck.com/">Brainstuck</a>). Anyway, this post is about Fly, You Fools!</p>
<p>I noticed today that on that blog, there is a rating widget below every comic, through which the users can rate the comic on a scale of 1 to 5. I thought, I would use the widget to tell Saad if I like his comic or not. I am guessing that the purpose of that rating widget is for him to get feedback on what type of comic is more fun to his readers, although I am not entirely sure he would care – since the premise is that he has this comic for his own entertainment, and everyone else’s entertainment is collateral gain.</p>
<p>Anyway, back to the rating widget. When I went to rate a comic, the options that it gave me for rating were:</p>
<p> <span id="more-918"></span>
<ul>
<li>1 – OKish</li>
<li>2 – Not crap</li>
<li>3 – Nice!</li>
<li>4 – Totally Great !!</li>
<li>5 – OMG! F***ing Excellent!!</li>
</ul>
<p>So, now here’s my dilemma. Why is it that there are no options on the lower scale such as: boring, sucks, crap, not good at all, and so on. I am not saying that was the rating that I wanted to give, but still.</p>
<p>Typically, I would imagine a scale to cover both sides of an argument. So, what is Saad doing here? Is he asking his readers a <strong>Loaded Question</strong>? As per Wikipedia, a loaded question is a type of a fallacy, which is often asked such that:</p>
<blockquote><p><em>“the question limits direct replies to be those that serve the questioner&#8217;s agenda.”</em></p>
</blockquote>
<p>The rating scale, then, looks like a pretty good example of this. With these choices, at worst his comics would be rated OKish – which is not bad at all; for example, for movie reviews, OKish movies are good enough for a one-time watch – on <a href="http://movies.sulekha.com/hindi/om-shanti-om/reviews/9315.htm">this page</a> the reviewer is calling SRK’s six pack abs in Dard-e-disco as OKish, or a commenter on <a href="http://www.chakpak.com/movie/slumdog-millionaire/19621">this page</a> rates the music of Slumdog Millionaire as OKish.</p>
<p>So, is Saad asking a loaded question by limiting the spectrum of choices, so that even the worst choice is actually not that bad?</p>
<p>Or maybe, it is <strong>Confidence</strong>. He is supremely confident that anything that his creative mind puts out is good, and even on a bad day, it will still be OKish. Well, his success certainly backs this up, and his popularity on Twitter probably also helps this mindset. Maybe, that is it; maybe, he thinks:</p>
<blockquote><p><em>Anything that I create will at least be OKish!</em></p>
</blockquote>
<p>I don’t know him personally, never met him, so I have no idea what his mindset is like. So, it is possible that it is neither of the two options above because of which the rating scale is skewed. Could be something else all together? </p>
<p>Anyway, I think the ratings scale should offer a balanced set of choices. And as I wrote this, something just occurred to me – maybe an OKish rating for Saad is as horrible as “this is crap”, and so in his mind the scale is balanced. Maybe that’s it.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/&amp;title=FlyYouFools+ratings+%26ndash%3B+fallacy%2C+confidence%2C+or+something+else%3F" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=FlyYouFools+ratings+%26ndash%3B+fallacy%2C+confidence%2C+or+something+else%3F+-+http://bit.ly/4MNgO2+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/&amp;t=FlyYouFools+ratings+%26ndash%3B+fallacy%2C+confidence%2C+or+something+else%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/&amp;title=FlyYouFools+ratings+%26ndash%3B+fallacy%2C+confidence%2C+or+something+else%3F" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/&amp;title=FlyYouFools+ratings+%26ndash%3B+fallacy%2C+confidence%2C+or+something+else%3F" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/&amp;title=FlyYouFools+ratings+%26ndash%3B+fallacy%2C+confidence%2C+or+something+else%3F" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=j7psc09qYko:A7JQ6rNJel0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=j7psc09qYko:A7JQ6rNJel0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=j7psc09qYko:A7JQ6rNJel0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=j7psc09qYko:A7JQ6rNJel0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=j7psc09qYko:A7JQ6rNJel0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=j7psc09qYko:A7JQ6rNJel0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=j7psc09qYko:A7JQ6rNJel0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=j7psc09qYko:A7JQ6rNJel0:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/j7psc09qYko" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/flyyoufools-ratings-fallacy-confidence-or-something-else/</feedburner:origLink></item>
		<item>
		<title>Is Google Wave getting desperate?</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/qrH3IEQrXy4/</link>
		<comments>http://blog.gadodia.net/is-google-wave-getting-desperate/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:05:17 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/is-google-wave-getting-desperate/</guid>
		<description><![CDATA[ A lot of people around the world have wondered how they should use Google Wave. There has been a general trend of people first clamoring for wanting to get invited, and then not knowing what to do with the service once they get in. I am certainly part of this trend. The problem is [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 10px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://blog.gadodia.net/blog/2009/12/image.png" width="150" height="116" /> A lot of people around the world have wondered how they should use Google Wave. There has been a general trend of people first clamoring for wanting to get invited, and then not knowing what to do with the service once they get in. I am certainly part of this trend. The problem is that a number of people today don’t have time to find out for themselves how a new way of doing things is useful. This is certainly true of me, at least. If its not obvious to me at first go why something is useful for me, I typically don’t visit that service that often. The same happened to me with Twitter – which I joined in 2007, but didn’t start using regularly till earlier this year, when some of my friends became regulars.</p>
<p>Anyway, back to the topic. It looks like Google Wave is getting desperate for adoption.</p>
<p> <span id="more-917"></span>
<p>I am a user of <a href="http://etherpad.com">EtherPad</a> which Google purchased sometime ago. For those of you who don’t know what EtherPad is, it is a web-based word processor that allows for people to work on a single document in “<a href="http://www.onlineobservations.net/best-free-collaboration-tool/">really real-time</a>” and it really does work in real time like you wouldn’t believe it. Their real time technology is of course interesting for Google Wave.</p>
<p>Anyway, today I got an email from EtherPad:</p>
<p><img style="border-bottom: 0px; border-left: 0px; margin: 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.gadodia.net/blog/2009/12/image1.png" width="510" height="228" />&#160;</p>
<p>The email contains an invite to join Google Wave (I don’t need it because I already am on Google Wave). Could it be that they are not getting enough traction so now they are trying to get people who already are used to working with real time collaboration applications (such as EtherNet) to use their product? </p>
<p>By the way, here’s a very interesting re-tweet making the rounds about Google Wave:</p>
<blockquote><p><em>Google Wave was built to show younger people how older people feel when they try to use the internet.</em></p>
</blockquote>
<p>Not sure who is the original person who made it. Anyway, if someone can explain to me how to use Google Wave to do something useful, I will start right away.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/is-google-wave-getting-desperate/&amp;title=Is+Google+Wave+getting+desperate%3F" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Is+Google+Wave+getting+desperate%3F+-+http://b2l.me/bwheg+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/is-google-wave-getting-desperate/&amp;t=Is+Google+Wave+getting+desperate%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/is-google-wave-getting-desperate/&amp;title=Is+Google+Wave+getting+desperate%3F" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/is-google-wave-getting-desperate/&amp;title=Is+Google+Wave+getting+desperate%3F" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/is-google-wave-getting-desperate/&amp;title=Is+Google+Wave+getting+desperate%3F" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=qrH3IEQrXy4:6U--TgcxGH0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=qrH3IEQrXy4:6U--TgcxGH0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=qrH3IEQrXy4:6U--TgcxGH0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=qrH3IEQrXy4:6U--TgcxGH0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=qrH3IEQrXy4:6U--TgcxGH0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=qrH3IEQrXy4:6U--TgcxGH0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=qrH3IEQrXy4:6U--TgcxGH0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=qrH3IEQrXy4:6U--TgcxGH0:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/qrH3IEQrXy4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/is-google-wave-getting-desperate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/is-google-wave-getting-desperate/</feedburner:origLink></item>
		<item>
		<title>When will people stop stealing content</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/630TDa42vq4/</link>
		<comments>http://blog.gadodia.net/when-will-people-stop-stealing-content/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 13:15:50 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/when-will-people-stop-stealing-content/</guid>
		<description><![CDATA[This post is a rant. Yep, you may want to skip it. But just so you know it involves people who use extensions such as AdBlock (on FireFox) or AdThwart (on Chrome) to block out advertisements while browsing the web.
I have never used one of these extensions (never even tried it). The whole idea repulses [...]]]></description>
			<content:encoded><![CDATA[<p>This post is a rant. Yep, you may want to skip it. But just so you know it involves people who use extensions such as AdBlock (on FireFox) or AdThwart (on Chrome) to block out advertisements while browsing the web.</p>
<p>I have never used one of these extensions (never even tried it). The whole idea repulses me. Why, you may ask? Well, let’s examine this why. I go to the book store to buy a book and I am willing to pay money because I recognize the value that the author has created in the book through their talent. Notice, I buy and I pay.</p>
<p> <span id="more-912"></span>
<p>Now, when I am on the Internet, almost everything is free. Having said that, some ‘author’ is creating this content. And since you at least consider reading this content when you visit a web page, it is of some value to you. When you repeatedly go to an author’s page, then you definitely get value out of the content that they are writing.</p>
<p>Are you paying for this content? Not directly. Is the author expecting payment for it? Not directly. However, if the author has put advertising on their website, they are expecting to make money on the value that they are providing through the content that they put up. And by blocking advertisements using such plugins, you are denying them this payment.</p>
<p><a title="honor system by bunchofpants, on Flickr" href="http://www.flickr.com/photos/bunchofpants/33476006/"><img style="margin: 10px 0px 10px 10px; display: inline" alt="honor system" align="right" src="http://farm1.static.flickr.com/21/33476006_91d6300214.jpg" width="200" height="267" /></a>To me, that is the equivalent of stealing. It is like breaking the honor system. Imagine picking up that watermelon in the photo and walking on without placing the 2 dollars in the jar. If enough people did that, then the farmer will have to stop selling water melons this way. And whose loss will that be? Everyone’s. </p>
<p>Once again, I can’t repeat it enough: <strong>using adblock or similar is THE SAME AS STEALING.</strong></p>
<p>I monetize my website, and my aim is to make enough from advertising so that I can pay for the hosting costs. That is it. I don’t have a world famous blog, and I probably don’t add that much value, but I still get some people once in a while who thank me for the content that they have put up. But imagine people who use their online properties as a way to make a living. They spend their entire waking hours writing content so that the readers can get some value out of it (I am not even talking about mega sites which have people that they pay for creating content). When you deny them their advertising dollars, you are basically slowly putting them out of work.</p>
<p>I would be interested in knowing why people thing that it is a good idea to use these plugins. You are welcome to leave comments explaining. Else, I simply request that you do not use these plugins at all.</p>
<p><em>“the excellent photo shown above was taken from <a href="http://www.flickr.com/people/bunchofpants/">Lisa B</a>’s photostream on Flickr and is usable under Creative Commons”</em></p>
<p><strong>UPDATE:</strong></p>
<p><a href="http://twitter.com/kiranjholla">Kiran on Twitter</a> pointed me towards this post on “<a href="http://adblockplus.org/blog/an-approach-to-fair-ad-blocking">approach to fair ad blocking</a>” and there being a need for a middle ground. There is one basic problem with the entire argument in the post – he says that the control for this should be with the users. Well, control always has been with the users – you can control yourself NOT to view a particular website whose advertisement flavor you don’t like. Simple.</p>
<p>Saying that the user should be able to choose when they want to block ads on a site, is the same as saying, <strong><em>when the price is too high, lets steal, else lets pay</em></strong>. If the webmaster thinks that their content is valuable enough such that they can monetize it in an annoying manner, and still people will visit, then why not let them. They added that value to the content, and thus they should be allowed to make money of it.</p>
<p>IMO, if you do want to use an ad-block type plugin, and want to be fair, then the plugin should support a &lt;nofreeview&gt; tag which the webmaster should be able to put in their pages. If this tag is present, then the plugin should disallow the user to view that web page completely, unless ad blocking is turned off. Let’s see how many webmasters allow free viewing when such a tag is available.</p>
<p>A middle ground doesn’t make sense, since as a content producer it should be up to me to put a price on it. And as a consumer, if you don’t like the price, then don’t use it. <u>But don’t steal my content, just because you don’t like the price.</u></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/when-will-people-stop-stealing-content/&amp;title=When+will+people+stop+stealing+content" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=When+will+people+stop+stealing+content+-+http://b2l.me/bwheh+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/when-will-people-stop-stealing-content/&amp;t=When+will+people+stop+stealing+content" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/when-will-people-stop-stealing-content/&amp;title=When+will+people+stop+stealing+content" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/when-will-people-stop-stealing-content/&amp;title=When+will+people+stop+stealing+content" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/when-will-people-stop-stealing-content/&amp;title=When+will+people+stop+stealing+content" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=630TDa42vq4:bp_UBKE27yE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=630TDa42vq4:bp_UBKE27yE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=630TDa42vq4:bp_UBKE27yE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=630TDa42vq4:bp_UBKE27yE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=630TDa42vq4:bp_UBKE27yE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=630TDa42vq4:bp_UBKE27yE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=630TDa42vq4:bp_UBKE27yE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=630TDa42vq4:bp_UBKE27yE:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/630TDa42vq4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/when-will-people-stop-stealing-content/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/when-will-people-stop-stealing-content/</feedburner:origLink></item>
		<item>
		<title>Performance comparison of OpenDNS and Google DNS</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/WnJ1cvcL2s4/</link>
		<comments>http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:59:23 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[OpenDNS]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/</guid>
		<description><![CDATA[Google recently launched it’s own Public DNS offering, allowing Internet users to make use of their DNS servers for resolving address queries on the Internet. I have been a fan and user of OpenDNS for quite some time now, which offers the same service with many more options (as compared to Google’s new service). Immediately, [...]]]></description>
			<content:encoded><![CDATA[<p>Google recently launched it’s own <a href="http://googlecode.blogspot.com/2009/12/introducing-google-public-dns-new-dns.html">Public DNS offering</a>, allowing Internet users to make use of their DNS servers for resolving address queries on the Internet. I have been a fan and user of <a href="http://blog.gadodia.net/opendns-another-smart-idea/">OpenDNS</a> for quite some time now, which offers the same service with many more options (as compared to Google’s new service). Immediately, I was curious as to how Google’s service compares with OpenDNS.</p>
<p>On a functional and service offering standpoint, I don’t need to really talk about anything, because the founder of OpenDNS already has <a href="http://blog.opendns.com/2009/12/03/opendns-google-dns/">excellent thoughts</a> on this topic. But he doesn’t talk about the most important metric of all, which is performance. I was curious about how the two compare on pure performance terms. So, sitting in India, I decided to run a quick test myself to measure the performance between the two.</p>
<p> <span id="more-910"></span>
<p>The method is the same as I used when I <a href="http://blog.gadodia.net/opendns-performance-in-india/">compared OpenDNS with Airtel</a>, my local ISP in India. I basically measured lookup times of 100 random domains and compared the two DNS on that metric. Here are my findings.</p>
<p>The graph below plots the query response time for both the DNS services for 100 random domains. What we can see from the graph already is that neither one is clearly faster than the other.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Google DNS vs Open DNS" border="0" alt="Google DNS vs Open DNS" src="http://blog.gadodia.net/blog/2009/12/GoogleDNSvsOpenDNS.jpg" width="435" height="298" /> </p>
<p>Here’s another graph which gives clarity on which one is faster more often:</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Google DNS vs OpenDNS" border="0" alt="Google DNS vs OpenDNS" src="http://blog.gadodia.net/blog/2009/12/GoogleDNSvsOpenDNS2.jpg" width="323" height="259" /> </p>
<p>As we can see, they are almost the same. So, how do we know which is better or faster? </p>
<p>I took a look at the average of the measurements for the two services, and this is what I found:</p>
<ul>
<li>OpenDNS – 0.38</li>
<li>Google Public DNS – 0.41</li>
</ul>
<p>This means that on average, OpenDNS is slightly faster than Google. However, as we can see there are 3 spikes in the Google Data, and one in the OpenDNS data. When I remove those, the average for the two is almost the same (with OpenDNS being marginally slower).</p>
<p>Another thing worth noting however is the Standard Deviation – the measure which tells us how often will the measurement fall close to the average performance. This can even be surmised by the first graph. With the complete measurements, the Standard Deviation of Google was about 3 times that of OpenDNS, and even with the spikes removes, the standard deviation of Google was twice that of OpenDNS. Which means that OpenDNS on the whole is more consistent in its operation.</p>
<p>This means that when Google is deviating on the faster side, it will be much faster than OpenDNS, but when it deviates on the slower side, it will be much slower than OpenDNS (on average).</p>
<p>At this stage, I will have to say that I cannot conclude, though I would like to think that OpenDNS is a better performer for providing consistent performance, as compared to Google Public DNS. But with Google’s muscle, I am sure that it will eventually surpass OpenDNS on these parameters. Who knows, maybe Google will buy OpenDNS (although I am not sure if they will be selling).</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/&amp;title=Performance+comparison+of+OpenDNS+and+Google+DNS" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Performance+comparison+of+OpenDNS+and+Google+DNS+-+http://b2l.me/bwhej+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/&amp;t=Performance+comparison+of+OpenDNS+and+Google+DNS" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/&amp;title=Performance+comparison+of+OpenDNS+and+Google+DNS" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/&amp;title=Performance+comparison+of+OpenDNS+and+Google+DNS" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/&amp;title=Performance+comparison+of+OpenDNS+and+Google+DNS" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=WnJ1cvcL2s4:JhhazYokTlg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=WnJ1cvcL2s4:JhhazYokTlg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=WnJ1cvcL2s4:JhhazYokTlg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=WnJ1cvcL2s4:JhhazYokTlg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=WnJ1cvcL2s4:JhhazYokTlg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=WnJ1cvcL2s4:JhhazYokTlg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=WnJ1cvcL2s4:JhhazYokTlg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=WnJ1cvcL2s4:JhhazYokTlg:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/WnJ1cvcL2s4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/performance-comparison-of-opendns-and-google-dns/</feedburner:origLink></item>
		<item>
		<title>My 5 most interesting photos on Flickr</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/SIQ_U5WXhFo/</link>
		<comments>http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:33:28 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/</guid>
		<description><![CDATA[It has been some time since I started posting some of my better photos on Flickr (by mine, I mean photos that I took). And I have enjoyed every little bit of it. I have met some new people, and I really enjoy the photos that they take, and their comments on my photos helps [...]]]></description>
			<content:encoded><![CDATA[<p>It has been some time since I started posting some of my better photos on Flickr (by mine, I mean photos that I took). And I have enjoyed every little bit of it. I have met some new people, and I really enjoy the photos that they take, and their comments on my photos helps improve my own photography.</p>
<p>Well, one of the things that Flickr does is that it ranks your photos by something it calls as “Interestingness”. I thought I would share the 5 most interesting photos that I posted as described by Flickr. Two of these photos even appeared within the top 500 most interesting photos on Flickr before being pushed out by better photographs.</p>
<p>Without further ado, here they are (and yes I know that some of these have featured on this blog before):</p>
<p> <span id="more-906"></span>
<p><strong>Waiting for my flight</strong></p>
<p>This photo was taken at Frankfurt airport while I was waiting for my flight. The sky was crazy that day, and any number of photos would have been insufficient, but somehow this one came out to be my most favorite of all the photos I took that day.</p>
<p><a title="Waiting for my flight by Vaibhav Gadodia, on Flickr" href="http://www.flickr.com/photos/whoisvaibhav/4031265533/"><img style="margin: 10px auto; display: block; float: none" alt="Waiting for my flight" src="http://farm3.static.flickr.com/2742/4031265533_5c0a85da68.jpg" width="500" height="450" /></a></p>
<p><strong>Mehndi</strong></p>
<p>This photo is that of a very good friend. This was taken at her marriage, and it came out very well. I love this photo.</p>
<p><a title="Mehndi by Vaibhav Gadodia, on Flickr" href="http://www.flickr.com/photos/whoisvaibhav/3889618786/"><img style="margin: 10px auto; display: block; float: none" alt="Mehndi" src="http://farm3.static.flickr.com/2666/3889618786_d102f27673.jpg" width="333" height="500" /></a></p>
<p><strong>Natural Fireworks</strong></p>
<p>This photo was taken a long time ago during a storm in Gurgaon. I stayed up all night and took hundreds of photos, and this one was the best of that lot. Again one of my more favorite shots. This has been featured on this blog before <a href="http://blog.gadodia.net/silver-lining-in-the-cloud-taking-lightning-photos/">here</a>.</p>
<p> <a title="Natural Fireworks by Vaibhav Gadodia, on Flickr" href="http://www.flickr.com/photos/whoisvaibhav/3892179819/"><img style="margin: 10px auto; display: block; float: none" alt="Natural Fireworks" src="http://farm4.static.flickr.com/3518/3892179819_6fc6bd9f4a.jpg" width="500" height="333" /></a>
<p><strong>I didn’t break it</strong></p>
<p>This photo was taken on one of many trips to the Sultanpur Bird Sanctuary near Gurgaon.</p>
<p> <a title="I didn&#39;t break it by Vaibhav Gadodia, on Flickr" href="http://www.flickr.com/photos/whoisvaibhav/3939874209/"><img style="margin: 10px auto; display: block; float: none" alt="I didn&#39;t break it" src="http://farm4.static.flickr.com/3493/3939874209_71877efbf8.jpg" width="500" height="313" /></a>
<p><strong>Emotional Dog</strong></p>
<p>This is another favorite of mine. Its of my dog Peach when she was just a puppy. She is as naughty today as she was then.</p>
<p><a title="Emotional Dog by Vaibhav Gadodia, on Flickr" href="http://www.flickr.com/photos/whoisvaibhav/3892270496/"><img style="margin: 10px auto; display: block; float: none" alt="Emotional Dog" src="http://farm3.static.flickr.com/2537/3892270496_fc30db0ea9.jpg" width="500" height="299" />I</a> hope you all enjoyed this little post of self-praise. But, I just love to share my work. All comments are welcome. And please visit <a href="http://www.flickr.com/photos/whoisvaibhav/">my Flickr page</a> if you would like to look at other photos that I have posted.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/&amp;title=My+5+most+interesting+photos+on+Flickr" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=My+5+most+interesting+photos+on+Flickr+-+http://b2l.me/bwhek+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/&amp;t=My+5+most+interesting+photos+on+Flickr" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/&amp;title=My+5+most+interesting+photos+on+Flickr" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/&amp;title=My+5+most+interesting+photos+on+Flickr" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/&amp;title=My+5+most+interesting+photos+on+Flickr" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=SIQ_U5WXhFo:rEJy-lx3aFQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=SIQ_U5WXhFo:rEJy-lx3aFQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=SIQ_U5WXhFo:rEJy-lx3aFQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=SIQ_U5WXhFo:rEJy-lx3aFQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=SIQ_U5WXhFo:rEJy-lx3aFQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=SIQ_U5WXhFo:rEJy-lx3aFQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=SIQ_U5WXhFo:rEJy-lx3aFQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=SIQ_U5WXhFo:rEJy-lx3aFQ:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/SIQ_U5WXhFo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/my-5-most-interesting-photos-on-flickr/</feedburner:origLink></item>
		<item>
		<title>Taking control of your inbox: Inbox Zero</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/U020oLq8epk/</link>
		<comments>http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 06:36:04 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Getting Things Done]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tips-and-Tricks]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/</guid>
		<description><![CDATA[I have always followed the concepts of David Allen’s GTD (Getting Things Done), and the various adaptations of it for years. I have even tried out a lot of these from time to time to take control of all the emails that I get every day at work (and I get a ton of them). [...]]]></description>
			<content:encoded><![CDATA[<p>I have always followed the concepts of David Allen’s <a href="http://en.wikipedia.org/wiki/Getting_Things_Done">GTD (Getting Things Done)</a>, and the various adaptations of it for years. I have even tried out a lot of these from time to time to take control of all the emails that I get every day at work (and I get a ton of them). No method has ever worked for me, and I finally reached a conclusion that I have to come up with a custom method which suits me best. It of course reflects the basic tenets of GTD, but not necessary the letter.</p>
<p>In this post, I will be present the method that I am using to ensure what is referred to as Inbox Zero. Inbox Zero starts with the premise that at steady state, there should be zero emails in your inbox, and if that is not the case, work needs to be carried out to achieve that steady state.</p>
<p>I have been using a method for almost a month now, with an Inbox Zero almost everyday.</p>
<p>Let me begin by describing how I have setup my Outlook (which is what I use as my email program). </p>
<p> <span id="more-903"></span>
<p><strong>The Setup</strong></p>
<p>First of all, I setup my Outlook as following:</p>
<ul>
<li>Create 3 PSTs (Outlook Data Files): one called Main to receive email, another called Processed to keep email that already have been worked upon, and a third called Secondary to store emails that don’t require active attention. </li>
<li><strong>Main PST</strong> – of the three PSTs, this is the one that is holding the Inbox which is supposed to be Inbox Zero. </li>
<li><strong>Processed PST</strong> – this is the PST where you will be manually moving a lot of your email as you process your inbox. Feel free to setup a folder structure in this PST to your liking. You can leave it to be one folder, or create folders for people, projects, etc. </li>
<li><strong>Secondary PST</strong> – this is where a lot of the mails will be moved through automatically processing using Outlook Rules. Again feel free to create whatever folder structure that you want. </li>
<li>Take a look at your incoming email from the past month, and start identifying patterns. A lot of email is received as FYI information because you are part of a mailing list. This email can usually be looked at over a weekend, or skimmed once during the day. For each such category, create an Outlook rule which automatically moves these emails to a folder in the Secondary PST. </li>
</ul>
<p><strong>The Method</strong></p>
<p>Having created that basic setup, let me explain the method that I apply to achieve Inbox Zero. Each mail, that remains in the Inbox on arrival (remember that some are being moved automatically through rules), has to be categorized in one of the three categories of actions:</p>
<ul>
<li><strong>Process</strong> – that you will work on it right away, without looking at any further emails. Usually these are smaller tasks that can be done quickly (like responding to an email). </li>
<li><strong>Delete</strong> – these are emails which can be junk that finds its way to the inbox, or any mail that you want to typically look at the subject or a line or two in the body, and just delete. A lot of times these emails are left unread in the inbox and cause clutter, causing some important emails to be lost. </li>
<li><strong>Defer</strong> – these are emails that you have to process but cannot right away. </li>
</ul>
<p>I go through each email every day, and based on the category they fall in, I carry out the following actions:</p>
<ul>
<li><strong>Processing</strong> – this requires carrying out whatever action that is needed to mark the email as processed and completed. It could be a response, it could be creation of a document, or anything. The main thing to remember when processing an email is that till the email is processed, it doesn’t leave the inbox. This is important, so I repeat: <strong>Till the email is processed, it doesn’t leave the inbox</strong>. This is important because one of the biggest reasons for dropping tasks is if you are in the process of doing one, and are interrupted for something else. You may forget to get back to it later. But by keeping the email in the inbox, you still need to take one of the three actions on it whenever you visit your inbox to bring it to steady state, which will allow you to get back to it. </li>
<li><strong>Delete</strong> – simply select it and press Delete. </li>
<li><strong>Defer – </strong>this requires putting the task associated with this email on hold with the understanding that you will carry it out later. I have a folder in the Main PST called deferred tasks, I move the email to this folder (notice I don’t move it to the other PSTs). However, before moving the deferred email to this folder, I create a task for it in Outlook, with a reminder date and time (a guess about when I will get to it). Sometimes, I put the task on my calendar, if I want to block off a time slot on my calendar for that task. Only after I have set myself a reminder for this task, do I move the email to the Deferred folder. When it comes time to work on the task, a similar rule for applies as for the processing mails – <strong>Till the task is processed, you should never mark it as complete or dismiss its reminder in Outlook</strong>. Again, it is important for the same reason. Once the email is processed (task completed), you can move the email from the deferred email a designated folder in the Processed PST. </li>
</ul>
<p>For all the emails that I move to the Secondary folder, I go through them from time to time to see if there is anything that I need to read about, or possibly take action on. Usually this is done once a day.</p>
<p>This entire process is repeated till there are no more emails left in the Inbox. To me every time I hit that, it gives me a feeling of Nirvana <img src='http://blog.gadodia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>A little more needs to be said about the deferred tasks/email:</p>
<ul>
<li>Never defer a task without assigning a reminder to it. </li>
<li>Never close your reminder window (which will pop-up to remind you of your tasks), without either snoozing the tasks which it is showing (thus extending your own deadline) or dismissing the tasks (which means that you have completed the task and moved it to processed – as discussed above). </li>
<li>Keep a personal limit of how overdue are you going to let a deferred task be. </li>
<li>It is important to clear up the deferred tasks folder when you have free time every time you achieve Inbox Zero. </li>
</ul>
<p><strong>The Optimization</strong></p>
<p>Of course nothing works perfectly from the word go. And a process has to be tweaked all the way to ensure that it stays successful. So far, I have added a lot of tweaks to my method to make it easier for me. Here they are to get your imagination rolling for what you can do to make it easier for you, if you attempt to go for an Inbox Zero approach.</p>
<ul>
<li><strong>The Rules</strong> – I created a lot of complex rules for the automated movement of the emails. For example, even within the emails that get moved to secondary, I mark some of them as read mails, and others as unread based on which ones I want to give priorities to when I skim over the secondary folder. I added exceptions to the rules when mails were marked personally to me, and other such tweaks. </li>
<li><strong>Toolbar Buttons</strong> – I added a custom toolbar with two buttons to save me a few clicks – one “Add Reminder” button clicking which automatically creates a follow up task with a reminder that you can specify. Another to mark all emails in a folder as read “Mark Read”. These buttons save me a lot of clicks every day. </li>
<li><strong>Favorite Folders</strong> – Outlook has a feature which allows you to specify some favorite folders that show up on top of the left navigation window. I keep the most commonly used folders there to which I usually move my email out of my inbox. That helps me speed up the movement of the email out of the Inbox. </li>
<li><strong>Flag Colors</strong> – when adding a reminder to an email, you can usually choose the color you want to give the task. You can use the colors to specify priority within deferred tasks. This gives you a visual aid when you start tackling deferred tasks. </li>
</ul>
<p><strong>The Conclusion</strong></p>
<p>Well, the best way to conclude is that it is working for me. And if you decide to adopt a similar methodology, and have questions, feel free to post them. Remember, you will have to customize it to whatever makes you feel most comfortable.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/&amp;title=Taking+control+of+your+inbox%3A+Inbox+Zero" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Taking+control+of+your+inbox%3A+Inbox+Zero+-+http://b2l.me/bwhem+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/&amp;t=Taking+control+of+your+inbox%3A+Inbox+Zero" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/&amp;title=Taking+control+of+your+inbox%3A+Inbox+Zero" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/&amp;title=Taking+control+of+your+inbox%3A+Inbox+Zero" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/&amp;title=Taking+control+of+your+inbox%3A+Inbox+Zero" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=U020oLq8epk:b-WJS64o-EM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=U020oLq8epk:b-WJS64o-EM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=U020oLq8epk:b-WJS64o-EM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=U020oLq8epk:b-WJS64o-EM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=U020oLq8epk:b-WJS64o-EM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=U020oLq8epk:b-WJS64o-EM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=U020oLq8epk:b-WJS64o-EM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=U020oLq8epk:b-WJS64o-EM:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/U020oLq8epk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/taking-control-of-your-inbox-inbox-zero/</feedburner:origLink></item>
		<item>
		<title>Smart people listen, when other smart people speak</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/O3AE1aXTfh8/</link>
		<comments>http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 19:18:57 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/</guid>
		<description><![CDATA[In my life, I am privileged enough to have a company of friends and mentors who are innately smart. They don’t need to work hard to be intelligent. Everything that these individuals say or do adds tremendous value to me, even if that is not their area of expertise. This has the effect of really [...]]]></description>
			<content:encoded><![CDATA[<p>In my life, I am privileged enough to have a company of friends and mentors who are innately smart. They don’t need to work hard to be intelligent. Everything that these individuals say or do adds tremendous value to me, even if that is not their area of expertise. This has the effect of really enriching my life and increasing the rate at which I develop.</p>
<p>I should probably talk about all these people I know who fall into this category, but today’s post is about <a href="http://www.linkedin.com/pub/manas-fuloria/0/84/2b2">Dr. Manas Fuloria</a>. Manas is a very dear friend and mentor to me. I have learned quite a bit from him in the duration that I have known him. Recently, he started a venture which educates young minds from all over India – he co-founded a business school.</p>
<p> <span id="more-902"></span>
<p>While I knew that he was also taking some classes at this business school from time to time, I didn’t know that he had started blogging. He had started blogging about a variety of topics for the benefit of his students so that he can reach out to them even when not in the classroom. This blog allows him to discuss a variety of facets of life, without the structure of a classroom.</p>
<p>When I finally got to know about this blog (last week) I went and had a read. And what I read told me that its not just his MBA students who can benefit from what he writes. His articles are applicable to everyone. Even though the articles are written to address a very specific target audience, the concepts are universal.</p>
<p>So, I now go and read this blog regularly. Because, <strong>when smart people speak, one should listen</strong>. </p>
<p>Manas presents often visited topics with a very fresh viewpoint – his view point. And that itself opens up your mind quite a bit since you probably didn’t thing of those things before.</p>
<p>I highly recommend that you should go and read this blog once, and if you like it, then you can keep going back: <a href="http://drmanasblog.proton.in/">http://drmanasblog.proton.in/</a>. And of course, if you like it, you can recommend it to your friends, and then they can recommend it to their friends <em>ad infinitum.</em></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/&amp;title=Smart+people+listen%2C+when+other+smart+people+speak" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Smart+people+listen%2C+when+other+smart+people+speak+-+http://b2l.me/bwhen+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/&amp;t=Smart+people+listen%2C+when+other+smart+people+speak" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/&amp;title=Smart+people+listen%2C+when+other+smart+people+speak" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/&amp;title=Smart+people+listen%2C+when+other+smart+people+speak" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/&amp;title=Smart+people+listen%2C+when+other+smart+people+speak" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=O3AE1aXTfh8:YecWNaAH-bY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=O3AE1aXTfh8:YecWNaAH-bY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=O3AE1aXTfh8:YecWNaAH-bY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=O3AE1aXTfh8:YecWNaAH-bY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=O3AE1aXTfh8:YecWNaAH-bY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=O3AE1aXTfh8:YecWNaAH-bY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=O3AE1aXTfh8:YecWNaAH-bY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=O3AE1aXTfh8:YecWNaAH-bY:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/O3AE1aXTfh8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/smart-people-listen-when-other-smart-people-speak/</feedburner:origLink></item>
		<item>
		<title>Of Windows errors and their meanings</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/fYqtrdTYUDU/</link>
		<comments>http://blog.gadodia.net/of-windows-errors-and-their-meanings/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 13:01:27 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Tips-and-Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows-XP]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/of-windows-errors-and-their-meanings/</guid>
		<description><![CDATA[Today, I spent a good few minutes being flummoxed by a Windows Error while trying to connect to my laptop from my desktop using a Remote Desktop Connection. The error is shown below. It read, “Remote Desktop cannot connect to the computer because the authentication certificate received from the remote computer is expired or invalid. [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I spent a good few minutes being flummoxed by a Windows Error while trying to connect to my laptop from my desktop using a Remote Desktop Connection. The error is shown below. It read, “Remote Desktop cannot connect to the computer because the authentication certificate received from the remote computer is expired or invalid. In some cases, this error might also be caused by a large time discrepancy between the client and the server computers”.</p>
<p>Here’s a screenshot of the error:</p>
<p><a href="http://blog.gadodia.net/blog/2009/09/error1.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 10px auto; display: block; float: none; border-top: 0px; border-right: 0px" title="error1" border="0" alt="error1" src="http://blog.gadodia.net/blog/2009/09/error1_thumb.jpg" width="452" height="62" /></a></p>
<p> <span id="more-901"></span>
<p>Now, I went and checked everything within my power to see why this error was occurring:</p>
<ul>
<li>double-triple checked the password.</li>
<li>enabled-disabled firewall to make sure that was not the culprit – on both computers.</li>
<li>checked the remote settings on the computer I was trying to connect to.</li>
<li>and a number of other things.</li>
</ul>
<p>Then I read the message carefully once. It said “<strong><em>In some cases, this error might also be caused by a large time discrepancy between the client and the server computers</em></strong>”. So, I told myself, that can’t be it. But just in case, I checked, and yes the laptop I was trying to connect to had a date which was behind by 4 years (no idea how). I fixed the date, and tried again. And it connected without any problem.</p>
<p>The uninitiated might say that I was dumb to not have listened to the error message to begin with. But here’s what I have to say to them – with Windows, you can never be sure that the error message is saying the right thing. And to prove that here is another error message that I got today itself.</p>
<p>I was trying to backup a file onto my external hard drive. It was a 5.5 GB file, and I had plenty of space on my external hard drive. Here’s the error message: “Cannot copy Outlook: There is not enough free disk space. Delete one or more files to free disk space, and then try again. To free space on this drive by deleting old or unnecessary files, click Disk Cleanup”.</p>
<p>And here’s the screen shot:</p>
<p><a href="http://blog.gadodia.net/blog/2009/09/error2.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 10px auto; display: block; float: none; border-top: 0px; border-right: 0px" title="error2" border="0" alt="error2" src="http://blog.gadodia.net/blog/2009/09/error2_thumb.jpg" width="428" height="130" /></a>Once again, I was perplexed for a moment. I had enough space on the drive. I thought maybe it needs some space on the source drive so for some temp files or something (stupid though, I know), and so I promptly cleaned that up. Then it struck me. My external hard drive had a FAT32 file system (don’t ask me why, it came that way out of the box, and I never bothered checking). And of course, 5.5 GB is over the limit of what you can put per file on a FAT32 file system.</p>
<p>Now, why couldn’t it give me that as an error? Of course, the fix was simple. I backed up everything from my external drive, and then formatted it as NTFS. And the file copied without any problem.</p>
<p>So, when Windows gives you an error message, it mostly doesn’t mean what it says, but then sometimes, it does.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/of-windows-errors-and-their-meanings/&amp;title=Of+Windows+errors+and+their+meanings" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Of+Windows+errors+and+their+meanings+-+http://b2l.me/bwhep+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/of-windows-errors-and-their-meanings/&amp;t=Of+Windows+errors+and+their+meanings" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/of-windows-errors-and-their-meanings/&amp;title=Of+Windows+errors+and+their+meanings" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/of-windows-errors-and-their-meanings/&amp;title=Of+Windows+errors+and+their+meanings" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/of-windows-errors-and-their-meanings/&amp;title=Of+Windows+errors+and+their+meanings" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=fYqtrdTYUDU:s_nRiDhhsAk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=fYqtrdTYUDU:s_nRiDhhsAk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=fYqtrdTYUDU:s_nRiDhhsAk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=fYqtrdTYUDU:s_nRiDhhsAk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=fYqtrdTYUDU:s_nRiDhhsAk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=fYqtrdTYUDU:s_nRiDhhsAk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=fYqtrdTYUDU:s_nRiDhhsAk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=fYqtrdTYUDU:s_nRiDhhsAk:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/fYqtrdTYUDU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/of-windows-errors-and-their-meanings/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/of-windows-errors-and-their-meanings/</feedburner:origLink></item>
		<item>
		<title>Shooting a Kingfisher</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/HhOtv7CNzmI/</link>
		<comments>http://blog.gadodia.net/shooting-a-kingfisher/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 10:23:36 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Bird Watching]]></category>
		<category><![CDATA[Birds]]></category>
		<category><![CDATA[Kingfisher]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/shooting-a-kingfisher/</guid>
		<description><![CDATA[Yesterday, I was distracted from work a little because I noticed that outside my window sat one of my favorite birds: a Kingfisher. I scrambled for my camera and by the time I could set it up, I noticed that the bird was gone. However, having taken some bird photos in the past, it was [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I was distracted from work a little because I noticed that outside my window sat one of my favorite birds: a Kingfisher. I scrambled for my camera and by the time I could set it up, I noticed that the bird was gone. However, having taken some bird photos in the past, it was my experience that birds usually hang around the same area and for Kingfishers its specifically true since I have seen them perch at one place for hours.</p>
<p>So, well I looked around for a few minutes, and sure enough I saw it sitting right there on the building next to where I was. Time to click photos I said, and here is what came out:</p>
<p> <span id="more-896"></span>
<p><a title="Royal Throw Up by Vaibhav Gadodia, on Flickr" href="http://www.flickr.com/photos/whoisvaibhav/3932556072/"><img style="border-right-width: 0px; margin: 10px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="Royal Throw Up" src="http://farm4.static.flickr.com/3481/3932556072_4fea2749af.jpg" width="383" height="500" /></a></p>
<p>In the one above, the bird was about to regurgitate something. I didn’t catch what it was – maybe some food it didn’t like so much.<a title="Little Birdie by Vaibhav Gadodia, on Flickr" href="http://www.flickr.com/photos/whoisvaibhav/3932555972/"><img style="border-bottom: 0px; border-left: 0px; margin: 10px auto; display: block; float: none; border-top: 0px; border-right: 0px" border="0" alt="Little Birdie" src="http://farm4.static.flickr.com/3449/3932555972_8343404361.jpg" width="450" height="282" /></a>In these two photos, the kingfisher finally got bored of sitting around and decided to fly away further and further; but not before I managed to catch these two shots. In the second one (the one below), it stopped by that planter to get a drink from within it (it must have been watered recently), and then proceeded to rub its beak against the side. <a title="Time for a drink by Vaibhav Gadodia, on Flickr" href="http://www.flickr.com/photos/whoisvaibhav/3932555826/"><img style="border-bottom: 0px; border-left: 0px; margin: 10px auto; display: block; float: none; border-top: 0px; border-right: 0px" border="0" alt="Time for a drink" src="http://farm3.static.flickr.com/2637/3932555826_50eb33d0f7.jpg" width="450" height="282" /></a></p>
<p>All in all, it was a fascinating experience.</p>
<p>Since this post is about photography, I think it makes sense to also let the reader know that I maintain a Flickr stream of my best photos: <a href="http://www.flickr.com/photos/whoisvaibhav/">Vaibhav’s Photo Stream</a> (which may not be all that good being the amateur that I am).</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/shooting-a-kingfisher/&amp;title=Shooting+a+Kingfisher" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Shooting+a+Kingfisher+-+http://b2l.me/bwheq+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/shooting-a-kingfisher/&amp;t=Shooting+a+Kingfisher" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/shooting-a-kingfisher/&amp;title=Shooting+a+Kingfisher" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/shooting-a-kingfisher/&amp;title=Shooting+a+Kingfisher" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/shooting-a-kingfisher/&amp;title=Shooting+a+Kingfisher" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=HhOtv7CNzmI:EIj_Tbkko1o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=HhOtv7CNzmI:EIj_Tbkko1o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=HhOtv7CNzmI:EIj_Tbkko1o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=HhOtv7CNzmI:EIj_Tbkko1o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=HhOtv7CNzmI:EIj_Tbkko1o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=HhOtv7CNzmI:EIj_Tbkko1o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=HhOtv7CNzmI:EIj_Tbkko1o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=HhOtv7CNzmI:EIj_Tbkko1o:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/HhOtv7CNzmI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/shooting-a-kingfisher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/shooting-a-kingfisher/</feedburner:origLink></item>
		<item>
		<title>Using speech recognition for text input</title>
		<link>http://feedproxy.google.com/~r/HabituallyGood/~3/RkahWnwqcS0/</link>
		<comments>http://blog.gadodia.net/using-speech-recognition-for-text-input/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 10:31:54 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category />
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://blog.gadodia.net/using-speech-recognition-for-text-input/</guid>
		<description><![CDATA[Today I finally decided that I want use speech recognition for dictating my blog posts. I have always known that it is possible and quite easy to do this. But it was easier than I imagined it to be. It takes a while before you get used to it, you need to learn some of [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally decided that I want use speech recognition for dictating my blog posts. I have always known that it is possible and quite easy to do this. But it was easier than I imagined it to be. It takes a while before you get used to it, you need to learn some of the commands and you need to learn how to speak clearly. For example, I am typing this post out by actually dictating it into the microphone. In order to be able to do this right I have had to make several corrections on what was being recognized as I said it.</p>
<p> <span id="more-894"></span>
<p>One of the things I noticed right away is that the speech recognition program inserts an extra space after each period. A similar thing happens when you try to insert new lines or new paragraphs; it inserts extra lines and paragraphs. I will have to figure out how to get rid of this behavior. It&#8217;s probably a setting somewhere.</p>
<p>The program is supposed to learn how I speak as I use it more and more. I will have to be patient initially so that I can teach it my speech and it learns how I say my words. Hopefully this will improve its accuracy rate and I will become more productive while using the speech recognition option for dictating my blog posts and for creating other documents in my work.</p>
<p>The only other thing that I will have to learn is how to tell it when I want to give a command versus when I want it to include it as text in what I&#8217;m typing. As I said, it was easier than I imagined it to be however it will require a lot of patience in the beginning.&#160; To type out this post I had to spend almost 20 minutes because of all the corrections I had to make.</p>
<p>I will keep giving it a shot and see if it actually becomes worthwhile to use speech recognition in place of typing out the text.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.gadodia.net/using-speech-recognition-for-text-input/&amp;title=Using+speech+recognition+for+text+input" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Using+speech+recognition+for+text+input+-+http://b2l.me/bwher+(via+@whoisvaibhav)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.gadodia.net/using-speech-recognition-for-text-input/&amp;t=Using+speech+recognition+for+text+input" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blog.gadodia.net/using-speech-recognition-for-text-input/&amp;title=Using+speech+recognition+for+text+input" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blog.gadodia.net/using-speech-recognition-for-text-input/&amp;title=Using+speech+recognition+for+text+input" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.gadodia.net/using-speech-recognition-for-text-input/&amp;title=Using+speech+recognition+for+text+input" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=RkahWnwqcS0:8c9yzvXOSJQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=RkahWnwqcS0:8c9yzvXOSJQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=RkahWnwqcS0:8c9yzvXOSJQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=RkahWnwqcS0:8c9yzvXOSJQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=RkahWnwqcS0:8c9yzvXOSJQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=RkahWnwqcS0:8c9yzvXOSJQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?i=RkahWnwqcS0:8c9yzvXOSJQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HabituallyGood?a=RkahWnwqcS0:8c9yzvXOSJQ:POIT-yWGFT8"><img src="http://feeds.feedburner.com/~ff/HabituallyGood?d=POIT-yWGFT8" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HabituallyGood/~4/RkahWnwqcS0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.gadodia.net/using-speech-recognition-for-text-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.gadodia.net/using-speech-recognition-for-text-input/</feedburner:origLink></item>
	</channel>
</rss>
