<?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; Zen writing</title>
	<atom:link href="http://kaushikgopal.com/blog/tag/zen-writing/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>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>59 words that could change the world</title>
		<link>http://kaushikgopal.com/blog/85/59-words-strunk-wisdom</link>
		<comments>http://kaushikgopal.com/blog/85/59-words-strunk-wisdom#comments</comments>
		<pubDate>Thu, 17 Jul 2008 06:59:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Zen writing]]></category>

		<guid isPermaLink="false">http://kaushikgopal.com/blog/2008/07/59-words-that-could-change-the-world/</guid>
		<description><![CDATA[Recently had a conversation with my brother, on the importance of brevity in writing, which is when I recalled this masterpiece:- Vigorous writing is concise. A sentence should contain no unnecessary words, a paragraph no unnecessary sentences, for the same reason that a drawing should have no unnecessary lines and a machine no unnecessary parts. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently had a conversation with my brother, on the importance of brevity in writing, which is when I recalled this masterpiece:-</p>

<blockquote>Vigorous writing is concise. A sentence should contain no unnecessary words, a paragraph no unnecessary sentences, for the same reason that a drawing should have no unnecessary lines and a machine no unnecessary parts. This requires not that the writer make all sentences short or avoid all detail and treat subjects only in outline, but that every word tell.</blockquote>

<p>Which book did I pick this from? check my post-slug for clues.</p>
]]></content:encoded>
			<wfw:commentRss>http://kaushikgopal.com/blog/85/59-words-strunk-wisdom/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

