<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Katablogism &#187; productivity</title>
	<atom:link href="http://kaushikgopal.com/blog/category/productivity/feed" rel="self" type="application/rss+xml" />
	<link>http://kaushikgopal.com/blog</link>
	<description>Kaushik Gopal&#039;s Online Journal</description>
	<lastBuildDate>Sun, 01 Jan 2012 10:08:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>doing your passwords right and my new coding blog</title>
		<link>http://kaushikgopal.com/blog/654/doing-your-passwords-right-and-my-new-coding-blog</link>
		<comments>http://kaushikgopal.com/blog/654/doing-your-passwords-right-and-my-new-coding-blog#comments</comments>
		<pubDate>Tue, 14 Dec 2010 16:55:05 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[KeePass]]></category>
		<category><![CDATA[LastPass]]></category>
		<category><![CDATA[password-management]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/?p=654</guid>
		<description><![CDATA[if you follow the happenings of the web closely, you&#8217;d already know everyone is up in arms about Gawker getting hacked. password management and security is like flossing before sleep. It&#8217;s a pain but you know you have to do it. this is an opportune moment for me to point to my fellow nerds that [...]]]></description>
			<content:encoded><![CDATA[<p>if you follow the happenings of the web closely, you&#8217;d already know everyone is up in arms about <a href="http://www.huffingtonpost.com/2010/12/12/gawker-hack-hacked-databa_n_795613.html" title="Huggingtonpost">Gawker getting hacked</a>. </p>

<blockquote>
  <p>password management and security is like flossing before sleep. It&#8217;s a pain but you know you have to do it. </p>
</blockquote>

<p>this is an opportune moment for me to point to my fellow nerds that i recently started a new blog called <a href="http://code.kaushikgopal.com/" title="K's Coding Corner">K&#8217;s Coding Corner</a> where i dish my learnings on programming. i recently wrote a post on <a href="http://code.kaushikgopal.com/4/the-correct-way-to-store-passwords-in-web-applications" title="My blog post on Coding Corner on how to store passwords safely in a database">how to store passwords in a web application correctly</a> and would like to smugly shamelessly state that Gawker should have read my post (muhaha). </p>

<p>i mean seriously, this is Gawker! the same people who run Lifehacker, not to mention sites like gizmodo. they should know better than to have such a half assed method of storing passwords.</p>

<p>for the normal ones that want to know why this post is on my personal blog, here&#8217;s my recommendations that even <a href="http://www.codinghorror.com/blog/2010/12/the-dirty-truth-about-web-passwords.html" title="Coding Horror Blog">Jeff Atwood misses</a> on an otherwise clear and detailed post:</p>

<blockquote>
  <ul>
<li>Do NOT keep the same password for all sites</li>
<li>Use a password manager like KeePass (what i used in my PC days), LastPass (what i currently use after moving to a Mac) or 1Password. </li>
<li>Keep one super strong Master password for the above mentioned services and let them worry about your passwords</li>
</ul>
</blockquote>

<p>i cannot possibly stress these points enough. <a href="http://www.quora.com/What-s-wrong-with-OpenID" title="">a post on Quora</a> ( slamming the use of OpenID-different topic though) suggests otherwise i.e. using same username/password for multiple sites. this is simply bollocks. when you have such awesome password management services like LastPass which are absolutely free, you shouldn&#8217;t do such crazy things and the Gawker password incident is a perfect example of why you shouldn&#8217;t.</p>

<p>so gentlings learnings for the day:</p>

<ul>
<li>DO NOT use same username/password for all sites</li>
<li>Use LastPass (or KeePass or 1Password) instead to manage them for you</li>
<li>if you&#8217;re into programming/coding read my other blog &#8211; <a href="http://code.kaushikgopal.com/" title="My Programming blog">K&#8217;s Coding Corner</a></li>
</ul>

<p>Peace.</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/654/doing-your-passwords-right-and-my-new-coding-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embracing Markdown</title>
		<link>http://kaushikgopal.com/blog/637/embracing-markdown</link>
		<comments>http://kaushikgopal.com/blog/637/embracing-markdown#comments</comments>
		<pubDate>Mon, 25 Oct 2010 10:06:08 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[markdown]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/?p=637</guid>
		<description><![CDATA[are you a coding monkey? do you like to blog? do you have an ocr disorder for keeping things organized? do you swear by simplicity and all that zen answering yes to any of the above means you most definitely have to check Markdown by John Gruber of Daring Fireball. markdown is basically a method [...]]]></description>
			<content:encoded><![CDATA[<p>
<ol>
<li>are you a coding monkey?</li>
<li>do you like to blog?</li>
<li>do you have an ocr disorder for keeping things organized?</li>
<li>do you swear by simplicity and all that zen</li>
</ol>


<p>answering yes to any of the above means you most definitely have to check <a href="http://daringfireball.net/projects/markdown/" title="Markdown by Daring Fireball">Markdown</a> by <a href="http://daringfireball.net" title="considered a tech celeb in the mac community">John Gruber of Daring Fireball</a>. markdown is basically a method of writing text or what geeks like to call a markup language. writing in markup becomes almost natural once you get used to the syntax. the advantage here is even if you have to pass this text to someone who has no clue about markdown, he can easily understand the text. the biggest feature though is instant conversion to html.</p>

<p>i&#8217;m writing all  my .txt files now completely in the markdown script. should i want to convert any of my random notes to a blog post, simply use the converter and i have ready-made html for my blog. HUGE amount of time saved in pesky html tags and formatting. yeah!</p>

</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/637/embracing-markdown/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get free SMS reminders from Google Calendar</title>
		<link>http://kaushikgopal.com/blog/602/get-free-sms-reminders-from-google-calendar</link>
		<comments>http://kaushikgopal.com/blog/602/get-free-sms-reminders-from-google-calendar#comments</comments>
		<pubDate>Mon, 12 Jul 2010 06:30:39 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[Google-Calendar]]></category>
		<category><![CDATA[Kuwait]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Wataniya]]></category>
		<category><![CDATA[Zain]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/?p=602</guid>
		<description><![CDATA[Haven&#8217;t seen too many people use this feature. Google Calendar provides an option to send SMS reminders for all events in your Google Calendar absolutely FREE (unless of course you have a shitty telecom provider that charges for incoming SMS). Here&#8217;s how to get it setup (Follow the links for detailed instructrions from Google Calendar): [...]]]></description>
			<content:encoded><![CDATA[<p>Haven&#8217;t seen too many people use this feature. Google Calendar provides an option to send SMS reminders for all events in your Google Calendar absolutely FREE (unless of course you have a shitty telecom provider that charges for incoming SMS). </p>

<p>Here&#8217;s how to get it setup (Follow the links for detailed instructrions from Google Calendar):</p>

<ul>
<li><a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=37005">Register for Google Calendar Services</a></li>
<li><a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=37095">Make your first Calendar</a></li>
<li><p><a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=45351">Register your Mobile service</a></p>

<blockquote>These are the <a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=37226">list of supported mobile providers</a>. <em>Even if your provider isn&#8217;t listed give it a shot and enter your number. Zain for Kuwait wasn&#8217;t listed originally but still worked.</em></blockquote></li>
<li><p><a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=37242">Customize your event notifications</a>-Now for any particular event/calendar you can add &#8220;SMS&#8221; Reminders.</p></li>
</ul>

<p>A pretty nifty feature, if you want to make sure you never miss an appointment.</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/602/get-free-sms-reminders-from-google-calendar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google OneBox results for Kuwait</title>
		<link>http://kaushikgopal.com/blog/600/google-onebox-kuwait</link>
		<comments>http://kaushikgopal.com/blog/600/google-onebox-kuwait#comments</comments>
		<pubDate>Mon, 05 Jul 2010 09:22:03 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Kuwait]]></category>
		<category><![CDATA[OneBox]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/?p=600</guid>
		<description><![CDATA[What is Google OneBox? Sometimes the very first result Google shows, is in a nice formatted stand out type of box called OneBox. For e.g. try &#8220;1KWD to USD&#8221;. Google instantly gives you the conversion of 1 Kuwaiti Dinar to US dollars. Other similar uses include finding the local time: &#8220;time kuwait&#8221; gives this OneBox [...]]]></description>
			<content:encoded><![CDATA[<h3>What is Google OneBox?</h3>

<p>Sometimes the very first result Google shows, is in a nice formatted stand out type of box called <strong>OneBox</strong>. For e.g. try &#8220;1KWD to USD&#8221;. Google instantly gives you the conversion of 1 Kuwaiti Dinar to US dollars. Other similar uses include finding the local time: &#8220;time kuwait&#8221; gives this OneBox result :</p>

<div class="center"><a href="http://www.flickr.com/photos/kaushikgopal/4762729321/" class="img"><img src="http://farm5.static.flickr.com/4142/4762729321_8b4cf47e79.jpg" alt="Time Kuwait" title="Time Kuwait" /></a></div>

<p>A new option of Google OneBox that has been doing the rounds now, is finding the time of Sunrise and Sunset of your location. For e.g check the screenshots I took for Sunrise and Sunset times in Chennai:</p>

<div class="center"><a href="http://www.flickr.com/photos/kaushikgopal/4763330618/" class="img"><img src="http://farm5.static.flickr.com/4119/4763330618_2cf0d4a1ee.jpg" alt="Sunrise Chennai" title="Sunrise Chennai" /></a></div>

<div class="center"><a href="http://www.flickr.com/photos/kaushikgopal/4763330712/" class="img"><img src="http://farm5.static.flickr.com/4075/4763330712_ca0200d1d0.jpg" alt="Sunset Chennai" title="Sunset Chennai" /></a></div>

<p>I live in Kuwait and so tried &#8220;Sunrise Kuwait&#8221;, unfortunately the option didn&#8217;t seem to work. But a little more digging and trial-error resulted in this:</p>

<div class="center"><a href="http://www.flickr.com/photos/kaushikgopal/4762693329/" class="img"><img src="http://farm5.static.flickr.com/4077/4762693329_0a3304a512.jpg" alt="Sunrise Kuwait" title="Sunrise Kuwait" /></a></div>

<p><em>Google OneBox stands most relevant for the State/City rather than the Country. Kuwait is a pretty small country and doesn&#8217;t have very clearly defined &#8220;states/cities&#8221;. But the capital of Kuwait is supposed to be &#8220;Kuwait City&#8221; which is basically like an area, hence the mild confusion. So try your Google OneBox searches against the City/State rather than the country.</em></p>

<h3>What am I going to do knowing the timing of Sunrise and Sunset :P ?</h3>

<ul>
<li>Planning for Camping,hiking,outdoor activities.</li>
<li>Photography-knowing sunrise/sunset timings is critical for planning a good photo-shoot.</li>
<li><a href="http://en.wikipedia.org/wiki/Hora_(astrology)" title="Horai periods start with Soorya horai at sunrise on Sunday and continue in the following cyclic order: Soorya, Sukra, Budha, Chandra, Sani, Guru, Angaaraka. For example, assuming a 6 a.m. sunrise, 9 a.m. to 10 a.m. on a Sunday would be Chandra horai and 6 p.m. to 7 p.m. would be Guru horai">Astrological Calculations in Hinduism (Horais)</a> are calculated based on this</li>
<li>Prayer timing for Muslims &#8211; <a href="http://en.wikipedia.org/wiki/Salah" title="Prescribed time for the 5 daily prayers of Islam are governed by Sunrise/Sunset">Salah</a></li>
</ul>

<h3>Other Cool Google OneBox queries</h3>

<ul>
<li><a href="http://www.google.com/search?hl=en&amp;q=pizza+in+kuwait+city&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" title="Look for Pizza restaurants in Kuwait">pizza in kuwait city</a> &#8211; Notice you have to put city/state here again</li>
<li><a href="http://www.google.com/search?hl=en&amp;q=movie+chennai&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" title="Weather in Kuwait">weather kuwait</a></li>
<li><a href="http://www.google.com/search?hl=en&amp;q=time+delhi&amp;aq=f&amp;aqi=g-p3g7&amp;aql=&amp;oq=&amp;gs_rfai=" title="Time in Kuwait">time delhi</a></li>
<li><a href="http://www.google.com/search?hl=en&amp;q=time+delhi&amp;aq=f&amp;aqi=g-p3g7&amp;aql=&amp;oq=&amp;gs_rfai=" title="Time in Kuwait">time india</a></li>
</ul>

<p>The <a href="http://googlesystem.blogspot.com/2006/07/google-onebox-results.html" title="Google OneBox Queries">Google Operating System blog</a> has a comprehensive post on some of the other useful Google OneBox searches.</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/600/google-onebox-kuwait/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ultimate Alarm Bell for waking up in the morning</title>
		<link>http://kaushikgopal.com/blog/594/perfect-ultimate-alarm-bell-system</link>
		<comments>http://kaushikgopal.com/blog/594/perfect-ultimate-alarm-bell-system#comments</comments>
		<pubDate>Tue, 11 May 2010 10:30:29 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.kaushikgopal.com/blog/?p=594</guid>
		<description><![CDATA[Studies shows we humans require a minimum of 7 hours to function at our prime (brain gets all swooshy and muddled without 7hours of quality shut-eye). My work starts at 7:00am and it takes me about 15 minutes to get to work. This essentially means I NEED to sleep by 11:00 pm and be up [...]]]></description>
			<content:encoded><![CDATA[<div class="center"><img src="http://farm4.static.flickr.com/3050/2973878267_4da4e85a2b.jpg" alt="Alarm Bell" title="Image Courtesy:***Vix*** through Flickr" /></div>

<p>Studies shows we humans require a minimum of 7 hours to function at our prime (brain gets all swooshy and muddled <a href="http://serendip.brynmawr.edu/exchange/node/1690">without 7hours of quality shut-eye</a>). My work starts at 7:00am and it takes me about 15 minutes to get to work. This essentially means I NEED to sleep by 11:00 pm and be up by 6:30am. The latter tends to be a problem since i&#8217;m not very diligent about the former. So I had to find the perfect alarm  system for waking up in the morning.</p>

<p>I prefer to use my phone for the Alarms because a) It&#8217;s portable and b) it isn&#8217;t another device i have to chug along when travelling. But most default alarm bell tones are as good as silent to me when I&#8217;m in <a href="http://en.wikipedia.org/wiki/Rapid_eye_movement_sleep">REM </a>mode. I researched the net and found the &#8220;perfect alarm ringtone&#8221;. One that&#8217;s loud enough to wake the bejesus out of you while at the same time just keeps you clear of the Cardiac Emergency Room (can&#8217;t guarantee latter). Download the <a href="http://www.kaushikgopal.com/upload/Bell_UltimateAlarmBell.mp3">Ultimate Alarm Bell Ringtone here</a>. I also use the <a href="http://www.kaushikgopal.com/upload/Android_Alarm_Buzzer.ogg">Stock Buzzer Alarm that comes default with the Nexus one</a>. I set two alarms to make sure I don&#8217;t snooze my way to sleep-dom.</p>

<blockquote><ul>
    <li>Morning Alarm 1 (Wakey Wakey) [6:00 am]  &#8211; <a href="http://www.kaushikgopal.com/upload/Android_Alarm_Buzzer.ogg">Buzzer Tone</a> (comes default with the Nexus 1)</li>
    <li>Morning Alarm 2 (Fire Fire!) [6:30 am] &#8211; <a href="http://www.kaushikgopal.com/upload/Bell_UltimateAlarmBell.mp3">Ultimate Alarm Bell</a> (this is the shit bro!)</li>
</ul></blockquote>

<p>Having two alarms help because, let&#8217;s face it, everyone needs those precious 5 more minutes of bliss. It&#8217;s critical for me though that the two alarms have different ringtones. This indicates the time without having to take a look at my phone (not to mention finding those darn spectacles). So even if i snooze of Alarm 1 and don&#8217;t realize it, when snoozing or switching off Alarm 2 i know i&#8217;ve reached my limit.</p>

<p>Discalimer: Use the Ultimate Alarm Bell at your own risk. Seriously people it is &#8220;alarming&#8221; and not for the weak hearts (better wake up late than in a hospital).</p>

<p>Any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/594/perfect-ultimate-alarm-bell-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.kaushikgopal.com/upload/Bell_UltimateAlarmBell.mp3" length="255816" type="audio/mpeg" />
<enclosure url="http://www.kaushikgopal.com/upload/Android_Alarm_Buzzer.ogg" length="11368" type="audio/ogg" />
		</item>
		<item>
		<title>Super easy TV Torrent Downloading</title>
		<link>http://kaushikgopal.com/blog/591/ted-torrent-episode-download-auto-download-tv-sitco</link>
		<comments>http://kaushikgopal.com/blog/591/ted-torrent-episode-download-auto-download-tv-sitco#comments</comments>
		<pubDate>Sun, 18 Apr 2010 21:12:21 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[TV-Sitcom]]></category>

		<guid isPermaLink="false">http://www.kaushikgopal.com/blog/?p=591</guid>
		<description><![CDATA[What happens when you mix a TV addict and a productivity enthusiast. You get me! In the good old days I had an excel file where I listed all the TV shows that I watched with an auto date-updater. I was thinking of writing a program but never got around to it. That&#8217;s when I [...]]]></description>
			<content:encoded><![CDATA[<p>What happens when you mix a TV addict and a productivity enthusiast. You get me!</p>

<p>In the good old days I had an excel file where I listed all the TV shows that I watched with an auto date-updater. I was thinking of writing a program but never got around to it. That&#8217;s when I discovered <a href="http://next-epdisode.net">next-epdisode.net</a>. I was relieved of my primitive excel ways. Then technology took a leap: enter RSS feeds. A service called <a href="http://showrss.karmorra.info/">showRSS</a> was pretty cool and also conveniently provided Torrent Links (not that I used any of these illegal torrents. No sir, I simply waited until they aired on a legally subscribed dish channel :P). It seems there are some who are determined to make it even easier to download TV Torrents. Gentlepersons I present to you TED: Torrent Episode Downloader.</p>

<div class="tac"><a href="http://www.ted.nu/"><img src="http://www.ted.nu/img/header_logo.png" alt="TED - Torrent Episode Downloader" /></a></div>

<p>Coupled with a bittorrent client like <a href="http://www.utorrent.com/">utorrent</a>, you don&#8217;t have to do anything. Seriously, you don&#8217;t&#8230;. Once setup, it automatically downloads the Torrent files and if you allow utorrent to download the files directly, even that part is taken care of. You just go about doing your normal do da and will find your downloads folder updated with the latest TV episodes. Simply brilliant stuff.</p>

<blockquote>so to recap my creepy TV following ways: Excel > Next-episode.net > showRSS > TED.</blockquote>

<p><u>The process of setting up TED is drop dead simple:</u></p>

<ul>
    <li>Install TED from <a href="www.ted.nu/download.php">here</a></li>
    <li>Click the First button &#8220;Add Show&#8221; and you&#8217;re done.</li>
    <li>Some additional settings: Extra > Preferences > Configure where torrent files are saved e.g: E:\Downloads\Torrents.</li>
    <li>Make sure to check &#8220;Open it in your default bittorent client&#8221;. That&#8217;s the sizzler that makes this application a beauty.</li>
</ul>

<p>TED is still maturing so prepare for some mild wonkiness. The only painful process is for some reason you format your pc or something crashes, you have to manually add all the shows again, which can be a real back-biter. To make it even simpler (if you share the same viewing choices as me) download this <a href="http://kaushikgopal.com/upload/KaushikGopal.ted">.ted file</a> to your PC. Open  TED, click File > Import Shows and point it to this downloaded file. yup that simple!</p>

<p>For unobstructed Torrent downloading and viewing goodness, change the following settings in Utorrent under Options > Preferences > UI Settings, Ensure:</p>

<ul>
    <li>&#8220;Don&#8217;t start the download automatically&#8221; is UNCHECKED</li>
    <li>&#8220;Activate the Program window&#8221; is UNCHECKED</li>
    <li>&#8220;Show a window that displays the file inside the torrent&#8221; is UNCHECKED</li>
</ul>

<p>Prepare for some unobtrusive TV viewing Goodness!</p>

<p>You&#8217;re welcome ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/591/ted-torrent-episode-download-auto-download-tv-sitco/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Calendar alerts for Kuwait back after number change fiasco!</title>
		<link>http://kaushikgopal.com/blog/341/google-calendar-mobile-alert-kuwait-correcte</link>
		<comments>http://kaushikgopal.com/blog/341/google-calendar-mobile-alert-kuwait-correcte#comments</comments>
		<pubDate>Tue, 20 Jan 2009 06:04:36 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google-Calendar]]></category>
		<category><![CDATA[Kuwait]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/?p=341</guid>
		<description><![CDATA[After much desperation,depression and waiting, GCal-SMS alerts is back for Kuwait cellphone users. For those unaware of this feature, sign in to Gcal &#8211;> Click Settings (RHS top) &#8211;> Click the Mobile Setup tab &#8211;> enter your mobile number and wait for the verification message. The rest is self-explanatory (make sure you pick the right [...]]]></description>
			<content:encoded><![CDATA[<p>After much desperation,depression and waiting, GCal-SMS alerts is back for Kuwait cellphone users. For those unaware of this feature, sign in to Gcal &#8211;> Click Settings (RHS top) &#8211;> Click the  Mobile Setup tab &#8211;> enter your mobile number and wait for the verification message. The rest is self-explanatory (make sure you pick the right country, the ISD code gets prefixed appropriately).
What this gold nugget of a feature does is essentially send you a reminder of any event by way of SMS. I practically lived with this feature up until 3 months back when the wonderful state of Kuwait decided to convert all telephone numbers to 8 digits. Gcal took sometime to reflect these changes. It is now back and I am a marginally more productive man as of today :D. Surprised the <a href="http://groups.google.com/group/google-calendar-help-bugs/browse_thread/thread/b70c42b23564b2bd?q=Kuwait+mobile+phones+addition+of+extra+digit#7553265c457e30bd">Google help group didn&#8217;t notify</a> us of this update earlier!</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/341/google-calendar-mobile-alert-kuwait-correcte/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Naming tips</title>
		<link>http://kaushikgopal.com/blog/142/best-file-naming-tips-practices</link>
		<comments>http://kaushikgopal.com/blog/142/best-file-naming-tips-practices#comments</comments>
		<pubDate>Sun, 18 Jan 2009 10:34:06 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[Etiquette]]></category>
		<category><![CDATA[Zen writing]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/?p=142</guid>
		<description><![CDATA[If you spend 10 hours a day on your PC, these things can have a catastrophic effect on your productivity. I partition my drive diligently according to this guide.(I did a lot of homework and came up with that guide, so it&#8217;s trustworthy). &#160; But if you have 3500 assorted files with names like &#8220;Woork [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/timothymorgan/51240974/"> <img class="l" src="http://farm1.static.flickr.com/33/51240974_d0f2eeee0f_m.jpg" alt="Files/Folders" /></a>
If you spend 10 hours a day on your PC, these things can have a catastrophic effect on your productivity. I partition my drive diligently according to <a href="http://glog.kaushikgopal.com/2008/03/hdd-partitioning.html">this guide</a>.(<i>I did a lot of homework and came up with that guide, so it&#8217;s trustworthy</i>).</p>

<p>&nbsp;</p>

<p>But if you have 3500 assorted files with names like &#8220;Woork xcFgvB1.pDf&#8221;, &#8220;iphone User manual.PDF&#8221;,&#8221;address Book.Icon.Drawer.dld free bts_128.png&#8221; or god-forbid &#8220;Gmail Contsfor-Kbefore SYNC with Iphoneon5Jan.csv&#8221;, partitioning would only get you so far. Apart from frustrating the hell out of productivity enthusiasts it would require you to necessarily do a &#8220;Search&#8221; for your files. Do I need to remind you of the problems of <a href="http://glog.kaushikgopal.com/2008/09/search-in-file-feature-problem-xp.html">searching in XP</a>? Let&#8217;s not forget how a general search can eat into your system resources if you don&#8217;t have your drives indexed.</p>

<p>You can reduce these issues to a large extent with adherence to a little diligence in file-naming. These are some of the tips I personally recommend.</p>

<p><i>word of advice: most of the reasoning should have been pushed to my tech blog, but these file-naming practices have helped me so greatly in terms of productivity in general,  I thought this would be a better place :read if you just want the best practices read these rules and move on</i></p>

<blockquote><ul><li>Avoid using &#8220;.&#8221; (fullstop/period) other than or file extension</li>
<li>Avoid spaces like the plague</li>
<li>Case Sensitivity : Use init-caps to separate logical words</li>
<li>Underscore for change in context, hyphen only for versions/dates</li>
<li>Use the YYYY-MM-DD format for dates in file names</li></ul></blockquote>

<p><span id="more-142"></span></p>

<ul>
    <li><b>Avoid using &#8220;.&#8221; (fullstop/period)</b>
    The full stop should be used only for file extensions. Although modern day OSes do allow us to use multiple fullstops(bear with me my american comrades), the intended primary use of periods in certain OSes like windows is to differentiate between file-name and extension. The last full stop is treated as the file extension. Unix like OSes hold no such rule (but it is recommended to have the file extension for compatibility between OSes). Java seems to have <a href="http://forums.sun.com/thread.jspa?threadID=5239537">issues </a>with it though. Also adhering to this rule ensures full backwards compatibility for ISO-9660 level 1 and other legacy systems like OpenVMS, Windows 95-98, etc. Most alarmingly though is the fact that certain mail filtering programs consider a file with two periods to be a &#8220;virus&#8221; or &#8220;worm&#8221; that the sender is trying to disguise and will generally result in your attachment not making it to your recipient. Given the availability of better alternatives, you should resort to using one &#8220;.&#8221; and that too only to denote file extensions.</li>

    <li><b>Avoid spaces like the plague</b>
    Apart from appearing elusively convenient, spaces in file-names can wreak havoc while being referenced online. When you refer to a file with a space in it&#8217;s name, it gets converted to the &#8220;%20&#8243; special charecter, what&#8217;s more is that you necessarily have to enclose it with inverted commas to ensure the name is read properly. I suppose it&#8217;s ok while maintaining files locally on a hard disk, but the title of this post is BEST practices.</li>

    <li><b>Case Sensitivity : Use init-caps to separate logical words</b>
    Windows and IIS servers are oblivious to case sensitivity meaning &#8220;wtf.doc&#8221; is treated the same as &#8220;wTf.doC&#8221;. Many recommend using only lower case charecters uniformly. I beg to differ. I prefer separating logical words and initcapping them. These immediately stand out neatly and in the end productivity is of primary importance. A word of caution though, if you plan to use a unix like OS, &#8220;this-is-not-the-same-file-in-unix.doc&#8221; and &#8220;this-is-not-the-same-file-in-Unix.doc&#8221; would be treated as different files. And oh yes lower-case for file extensions please(no .PdF .PDf .pDF etc&#8230; only .pdf)</li>

    <li><b>Underscore for change in context, hyphen only for versions/dates</b>
    This is by far one of the most widely debated rules among us productivity freaks. I&#8217;ve found this rule both convenient and logically convincing. If it&#8217;s a complete change in context, meaning the first part of the file name tells you what kind of file it is while the next part tells you the name of the file, separate them out with an underscore. The reason I use underscore here is because, again visually this is the most productive. I could also use a hyphen, but I&#8217;ve noticed this to look slightly more cluttered at first glance on a 1024X768 resolution monitor. <alter-ego>If you&#8217;re still reading the reasoning and intend to read the rest of the post, give me a call sometime, you&#8217;re probably my soul-mate.</alter-ego>
    </li>

    <li><b>Use the YYYY-MM-DD format for dates</b>
    While using dates remember to name them in the format YYYY-MM-DD. Doing so automatically sorts them out neatly according to the date.
    </li>

    <li><b>Naming your MP3s</b>
    <alter-ego>Yes I have a life and I enjoy music too dammit</alter-ego>. You have to use what&#8217;s convenient to you here. I listen to ALL kinds of music from hard-rock to carnatic classical. So the artist&#8217;s name appearing first is more important for me. Hence I name my mp3s as &#8220;Artist_Title_Album.ext&#8221;. So that would be DeepPurple_SmokeOnTheWater_BestOfDeepPurple.mp3 and BombayJayashri_TungaTarangeGange_AtmaSoul.mp3 . Another more common use is &#8220;Title_Artist_Album.ext&#8221;.
    </li>
</ul>

<p>But in the end it boils down to what you feel is convenient <alter-ego>wow all that drivel and <a href="http://www.youtube.com/watch?v=4AO9Z4bAvMU">poof! ship sank</a>.</alter-ego>.</p>

<p>When you have a full folder named neatly like so, the untold joy&#8230;&#8230;</p>

<div class="center" style="padding:20px; border: 3px solid #75A053;">
eBook_Woork_WoorkHandbook.pdf
UserManual_iPhone.pdf
AddressBook_IconDrawer_128X128.png
PhilCollins_InTheAirTonight.mp4
GmailContacts_Kaushik_2009-01-05.csv
iPhoneContacts_Kaushik_2008-11-06.csv</div>

<p>If, after reading this guide you feel i have issues, how right you are ;) !</p>

<ul><h3>Good Stuff</h3>
<li><a href="http://www.43folders.com/2006/10/23/file-naming">Vox Populi : 43 folders&#8217;</a>Jurassic post :P</li>
<li><a href="http://whatdoiknow.org/archives/000442.shtml">What Do i know</a></li>
<li><a href="http://www.snapfiles.com/get/denrenamer.html">The awesomest File Renaming Software</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/142/best-file-naming-tips-practices/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Teach Fishing Theory</title>
		<link>http://kaushikgopal.com/blog/140/teach-fishing-theory</link>
		<comments>http://kaushikgopal.com/blog/140/teach-fishing-theory#comments</comments>
		<pubDate>Wed, 12 Nov 2008 09:28:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[Teach-Fishing]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/2008/11/teach-fishing-theory/</guid>
		<description><![CDATA[I&#8217;ve realized the saying-&#8221;Give a man a fish, and he’ll eat for a day. Teach a man to fish, and he’ll eat for the rest of his life&#8221;- really does have merit. So along these lines, I&#8217;ve started a new category called &#8220;Teach-Fishing&#8221; and as usual, hope to narcissistically popularize this term on google. So [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve realized the saying-&#8221;Give a man a fish, and he’ll eat for a day. Teach a man to fish, and he’ll eat for the rest of his life&#8221;- really does have merit. So along these lines, I&#8217;ve started a new category called &#8220;Teach-Fishing&#8221; and as usual, hope to narcissistically popularize this term on google. So now whenever you see the Teach-Fishing tag on my post, you know that I don&#8217;t merely mention how to do a thing, but rather tell you how I went about the whole process.<br /><br />I found these retort-quotes on the web and scared a few of my colleagues with an occasional quick-laughter-burst:<br /></p>

<ul><li>Sell a man a fish, he eats for a day, teach a man how to fish, you ruin a wonderful business opportunity.</li><li>Teach a man to fish and he learns to covet your boat.</li><li>Give a man a fish, and you satisfy his fish craving for a day. Give him fish aversion therapy, and you eliminate the craving for life.</li><li>Give a man a fish and you leave yourself wide open to lawsuits. Teach a man to fish and he&#8217;ll ask for an ocean.</li><li>&#8230; Teach him to fish and he&#8217;ll sit in a boat drinking beer all day</li><li>Teach a man to fish, and you introduce another competitor into the overcrowded fishing industry. Give a man a fish, and you stimulate demand for your product</li><li>Sell a man a fish, he eats for a day, teach a man how to fish, you ruin a wonderful business opportunity.</li></ul>

<p><br /><br /></p>

<div class="courtesy">All quotes Courtesy: <a href="http://www.halfbakery.com/idea/Give_20A_20Man_20A_20Fish_2e_2e_2e">HalfBakery.com</a>, where in-turn the real quoters have been courtesied to (get it&#8230; as in &#8220;courtiers have been curtseyed to&#8221;.. ha ha snort snort). Ok Colleague X just gave me another mean stare.</div>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/140/teach-fishing-theory/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Famous Routines of important people</title>
		<link>http://kaushikgopal.com/blog/91/famous-routines-of-important-people</link>
		<comments>http://kaushikgopal.com/blog/91/famous-routines-of-important-people#comments</comments>
		<pubDate>Tue, 29 Jul 2008 09:09:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/2008/07/famous-routines-of-important-people/</guid>
		<description><![CDATA[Some interesting information on the daily routines of some famous CEOs, VPs and other successful big-shots. I remember my brother sending me this forward sometime back but the sources weren&#8217;t attributed. A quick google search didn&#8217;t help either. Makes for an interesting read nevertheless. &#160; Hank Paulson Chairman and CEO, Goldman Sachs I’ve always been [...]]]></description>
			<content:encoded><![CDATA[<p>Some interesting information on the daily routines of some famous CEOs, VPs and other successful big-shots. I remember my brother sending me this forward sometime back but the sources weren&#8217;t attributed. A quick google search didn&#8217;t help either. Makes for an interesting read nevertheless.</p>

<p>&nbsp;</p>

<h3>Hank Paulson</h3>

<h4>Chairman and CEO, Goldman Sachs</h4>

<p>I’ve always been very efficient and disciplined. If I have a business dinner, people know that it should start at 6:30 and be over by 8:30. When I’m home in New York, I’m asleep at 10. I’m up at 5:30 and try to work out four to five times a week. Once or twice a week, I run four miles in Central Park. I used to do seven-minute miles, Now I’m up to eight and a half or nine.</p>

<p>&nbsp;</p>

<h3>Marissa Mayer</h3>

<h4>VP, Search Products and User Experience Google</h4>

<p>To keep track of tasks, I have a little document called a task list. And in the same document there’s a list for each person I work with or interact with, of what they’re working on or what I expect fro them. It’s just a list in a text file. Using this, I can plan my day out the night before: “These are the five high-priority things to focus on”.
I’ve been trying to figure out how to make time that was previously unproductive productive. If I’m driving my car somewhere, I try to get a call in to my family and friends then. Or during dead time when I’m waiting in line, I hop on my cell phone and get something done.
My day starts around 9 am and meetings finish up around 8 pm . After that I stay in the office to do action items and e-mail. I can get by on four to six hours of sleep. I pace myself by taking a week-long vacation every four months.</p>

<p>&nbsp;</p>

<h3>Bill Gross</h3>

<h4>Chief Investment Officer, Pimco</h4>

<p>I get up about 4:30 am and check out the markets. I have a Bloomberg and a Telerate and some other machines downstairs. I make myself some breakfast and then head off to work about 5:45 am and get into the office about 6. The first hour or two is used for acclimating the markets and various economic data releases.</p>

<p>&nbsp;</p>

<h3>Howard Schlutz</h3>

<h4>Chairman, Starbucks</h4>

<p>I get up at 5 and 5:30 and naturally the first thing I do is make some coffee; depending on my mood, it’s ether an espresso, macchiato or one of our Indonesian coffees in a French press. I&#8217;ll take my coffee, read three newspapers – The Seattle Times, the Wall Street Journal, and the New York times &#8211;  and listen to a voicemail summarizing sales results from the past 24 hours. This has been my routine for the past 25 years.</p>

<p>&nbsp;</p>

<h3>Carlos Ghosn</h3>

<h4>CEO of Renault(France) and Nissan(Japan)</h4>

<p>Focus relentlessly, especially if you’re running two Global 500 companies. I do my best thinking early in the morning. I always ask that my first meeting not happen before eight. When I need more time to think , I wake up earlier. If I don’t do six hours of sleep I’m in bad shape, but I’m usually up by 6. It is also important to take a distance from the problem. I do not bring my work home.I play with my four children and spend time with my family on weekends. When I go to work on Monday, I can look at the problem with more distance. I come up with good ideas as a result of becoming stronger after being recharged. Stress builds up when you know that there is a problem but you do not clearly see it, and you do not have solution. We’re all human. I want to assure you I feel the same pain and he same stress and the same jet lag as anybody else. You may have nights when you cannot sleep and the stress is unbearable. It happens to every single person in a job like this.
I get around 600 emails a day. I divide them into four categories, and I deal with them immediately, by and large. First are emails that I forward to someone else. Next are where somebody’s giving me information that I need to cascade to somebody else with instructions. Third are the ones that I can read later on an airplane. Fourth are those that require me to respond immediately.</p>

<p>&nbsp;</p>

<h3>A.G Lafley</h3>

<h4>Chairman , President and CEO , Procter and Gamble</h4>

<p>I’ve learned how to manage my energy. I used to focus on managing my time. I’d be up in the morning between 5 and 5:30.I’d work out and be at my desk by 6:30 or 7, drive hard until about 7 pm, then go home, take a break with my wife, Margaret and be back at it later that evening. I was just grinding through the day.
During my first year in this job, I worked every Saturday and ever Sunday morning. Now I work really hard for an hour or an hour and a half. Then I take a break. I walk around and chit-chat with people. It can take five or 15 minutes to recharge. It’s kind of like the interval training that an athlete does.
I learned this in a program called the corporate Athlete that we put on for P&amp;G managers. I did the two-day program, where I also leaned to change the way I eat. I used to eat virtually nothing for breakfast. Now I have a v- 8 juice, half a bagel, and cup of yogurt. And I eat five or six times a day. It’s about managing your glycemic level. You don’t want to boom and bust.</p>

<p>&nbsp;</p>

<h3>John McCain</h3>

<h4>U.S.Senator (R-Arizoa)</h4>

<p>You lose battles in politics. I do get good and angry. Really angry! By God, I’m not going to let them beat me again. I don’t like to lose. After the 2000 race for the presidential nomination, I spent at least ten days – and in many ways it was the most wonderful experience of my life – wallowing in self-pity. It was really fun. Freeing.</p>

<p>&nbsp;</p>

<h3>Judge Richard Posner</h3>

<h4>U.S.Court of Appeals for the Seventh Circuit, Chicago.</h4>

<p>Then I just woke up and said it was time to get over this. The people you represent don’t want you this way. You’re still their Senator. And besides, America doesn’t like sore losers. I also don’t hold grudges. It’s a waste of time. What’s the point? Frankly, the sweetest revenge is success.
I usually get up around a quarter to 8 and don’t get to the office till about 9:30, 10 a.m. I usually go home after lunch and then spend the rest of the afternoon and evening, except for dinner, up till about 11:30 pm, working. I’m working on opinions, or writing a book or blog, or something else. I’m a very fast writer. I can write 20, 30 manuscript pages in an evening. I do revisions later, but I find it more efficient to et something down that indicates where the gaps I my thinking are, and what research has to be done, and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/91/famous-routines-of-important-people/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Not so beautiful butterflies.</title>
		<link>http://kaushikgopal.com/blog/78/not-so-beautiful-butterflies</link>
		<comments>http://kaushikgopal.com/blog/78/not-so-beautiful-butterflies#comments</comments>
		<pubDate>Thu, 22 May 2008 16:16:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[Toastmasters]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/2008/05/not-so-beautiful-butterflies/</guid>
		<description><![CDATA[This is the most common problem people face when giving a public speech, presentation or any kind of performance. The key as mentioned in many a place on the internet, is not to get rid of them altogether, but to force them into a pretty formation. Easier said then done. But it got me thinking. [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://kaushikgopal.com/wp-content/uploads/pics/butterfliesInTheStomach.jpg' alt='Butterflies in the tummy' width='225' style="float:left;" class="corner iradius32" />This is the most common problem people face when giving a public speech, presentation or any kind of performance. The key as mentioned in many a place on the internet, is not to get rid of them altogether, but to  force them into a pretty formation. Easier said then done. But it got me thinking. This purely is a physical feeling right? That swooning feeling is unmistakably empirical. There should be something you can do to control if not eradicate it. A little googling quickly revealed an interesting point:-<br /><br /></p>

<blockquote>Butterflies are a symptom of anxiety. Anxiety leads to tension of the muscles. Tension constricts breathing. The brain notices reduction of the intake of oxygen, sends a message to the heart.. Beat harder! beat harder! Other physiological changes occur including blood pressure, potassium,circulation. Only thing you can control at this time is to reverse the oxygen problem. Breathe deeply. Brain notices increase in oxygen and send message to heart&#8230;OK slow down now&#8230;act normal. The other physiological changes will automatically follow.</blockquote>

<p><br /><br />Here are the two main techniques I find useful when faced with a butterfly attack:-<br /></p>

<ul><br /> <li><strong>Breathe Deeply</strong>: It definitely helps. The <a href="http://www.answerbag.com/q_view/395535">above quote</a> taken from a response elsewhere seems to explain why.</li><br /> <li> <strong>Practice Practice Practice</strong>:  A famous motto prescribed by one of my brother&#8217;s heroes <a href="http://en.wikipedia.org/wiki/Johnathan_Wendel">Johnathan fatal1ty Wendel</a>. Nothing can substitute the benefits of good practice. The toastmasters club is a boon for this reason in the field of public speaking. I can personally vouch for this.<a href="http://www.toastmasters.org/websiteApps/">Locate your nearest toastmasters club</a>. I can see a huge difference between the first time i stood dangling at the lectern and today.</li><br /><br />Check out the post <a href="http://www.lifehack.org/articles/lifehack/13-tips-to-zap-your-butterflies-when-speaking-in-public.html">&#8220;13 tips to Zap your butterflies when speaking in Public&#8221;</a> particularly for Public speaking. Very useful.<br /></ul>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/78/not-so-beautiful-butterflies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verdict on Choosing the right Gym!</title>
		<link>http://kaushikgopal.com/blog/77/verdict-on-choosing-the-right-gym</link>
		<comments>http://kaushikgopal.com/blog/77/verdict-on-choosing-the-right-gym#comments</comments>
		<pubDate>Wed, 21 May 2008 17:02:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[fitness]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/2008/05/verdict-on-choosing-the-right-gym/</guid>
		<description><![CDATA[I was having lunch with some colleagues recently and the topic &#8220;which is a more suitable Gym?&#8221; came up.Would you rather prefer a snazzy, high-class, Air-conditioned, sona-fitted Gym or a basic, middle-class amenity packed one?There are quite a few common misconceptions regarding the topic. For e.g, &#8220;Hey that gym ain&#8217;t good&#8230;.. you don&#8217;t sweat that [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://kaushikgopal.com/wp-content/uploads/pics/arnoldAndFriends.jpg' alt='Arnold and Friends out Gymming' width='430' style="float:center;" /> I was having lunch with some colleagues recently and the topic &#8220;which is a more suitable Gym?&#8221; came up.<br />Would you rather prefer a snazzy, high-class, Air-conditioned, sona-fitted Gym or a basic, middle-class amenity packed one?<br /><br />There are quite a few common misconceptions regarding the topic. For e.g, &#8220;Hey that gym ain&#8217;t good&#8230;.. you don&#8217;t sweat that much,there.The A.C if full blast, what&#8217;s the point?&#8221;.The numerous times, I have been forced to clinch and launch into a tirade of finger wagging advice thanks to such ill-informed statements, have prompted me to write this post.<br /><br /></p>

<ol><br /> <li> Choosing a Gym depends on numerous factors. You have to weigh the advantages and disadvantages and arrive at a personalized conclusion. Like every other important decision in life there are <strong>no general one-line rules to this choice</strong>.</li><br /> <li> Sweating De-bunked : Sweating is the body&#8217;s natural way to bring your body temperature down (thermo-regulation in geek-lingo).Sweating profusely (more likely to happen in gyms with lesser Air Conditioning*) only means you lose more water. This only causes a temporary loss of weight. The minute you drink water(something you should do more often btw) this &#8220;weight lost&#8221; is re-gained. Hence loss of weight aimed through this way** is not only pointless but also precarious as it can be mis-leading. Lesson : <strong>More sweating in your gym does not mean your burning &#8220;more-fat&#8221; but simply that your burning fat.</strong></li><br /> <li>It is important to choose a gym which has the <strong>most amount of <em>usable</em>-equipment</strong>.You need a wide range of equipment in order to uniformly exercise the different parts of your body.The key word though is usable. If a gym boasts of having equipment resembling the likes of props from Star Trek, think again. Keep in mind though two treadmills and one-cycling machine does not constitute a gym as well.</li><br /> <li> the most important point though, while choosing a gym, should be the one that would ensure your <strong>motivation to go to the gym</strong> stays high. If you choose a gym that satisfies most requirements  but is 15 kms away, there&#8217;s bound to be some attendance problems. Unless of course your instructor is Angeline Jolie.</li><br /> <li>It&#8217;s the simpler more common-sensical points that you should watch out for. Like how long the gym stays open. What are the schemes like. Are they open on weekends. Does it have a pretty instructor.</li><br /></ol>

<p><br /><br />Hope this helps.<br /><br />* Slight digression: There is this common misconception that you tend to sweat more under humid conditions. Not true. In fact you tend to sweat lesser under humid conditions. You feel more miserable though. Simply because sweat, which should evaporate thus cooling your body, evaporates lesser under humid conditions and more under dry conditions. An efficient air conditioning system should maintain the humidity at optimum levels. Dryer/humid is not to be confused with hotter/colder.[MAJOR DIGRESSION >&lt; ]<br /><br />**Sweating more does make you burn fat (and this time I mean the kind you should be gunning to cut down on). But the amount of fat burnt this way, is of such minuscule proportions, that it&#8217;s pointless hoping to reduce this way.Let me clarify. Sweating requires &#8220;sweat&#8221; to be secreted in the 2.4 million sweat glands located throughout the human body. For any natural process the body undergoes, energy is required.This energy is derived from fat reserves in the body. Hence some fat IS burnt through this way. But the proportions are so small, you shouldn&#8217;t be banking on this in the first place.(This point has been stated merely for theoretical correctness).</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/77/verdict-on-choosing-the-right-gym/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

