<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel>
    <title>vsbabu.org</title>
    <link>http://vsbabu.org/mt/</link>
    <description>Gluing passing thoughts to foregone conclusions</description>
    <dc:language>en-us</dc:language>
    <dc:creator>vsbabu@gmail.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-04-16T22:39:45+05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />
    <admin:errorReportsTo rdf:resource="mailto:vsbabu@gmail.com"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>


    <item>
      <title>Leo script to generate environment setters</title>
      <link>http://vsbabu.org/mt/archives/2008/04/16/leo_script_to_generate_environment_setters.html</link>
      <description>Convert property files into environment setting shell or batch scripts. (183 Words)</description>
      <guid isPermaLink="false">1032@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://personalpages.tds.net/~edream/front.html">Leo Outliner</a> is a fantastic outliner that can be used
as a plain outliner or as a literate programming editor. If you are into
Python scripting, you can easily extend it to make quick utilities. Here
is one such silly script.
</p>

<p>
Often, I will need to set environment variables in DOS, Unix/Cygwin environments.
I end up creating scripts to do this. However, it is quite painful to have one
script with commands starting with <tt>export</tt> (for bash) and <tt>set</tt> (for DOS). Most of the time I would rather like to have a simple property file - like key=value in each line - that I can use to set the environment variables.
</p>

<p>
<a href="http://vsbabu.org/mt/archives/files/environsetter.leo">Download this Leo file</a>. It has a script in one of the nodes. You put your property file
in child nodes with <tt>@url</tt> node types. Then, when you run the script, each
such child node is taken and written out as batch file or shell script as identified
by the node header text. A silly little solution that took 5 minutes and has already
taken lot of pains out for me!
</p>]]></content:encoded>
      <dc:subject>computing</dc:subject>
      <dc:date>2008-04-16T22:39:45+05:00</dc:date>
    </item>

    <item>
      <title>Stuff yet to be fixed</title>
      <link>http://vsbabu.org/mt/archives/2008/03/30/stuff_yet_to_be_fixed.html</link>
      <description>Site updates - cause for downtime and things yet to be fixed. (133 Words)</description>
      <guid isPermaLink="false">1031@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
For a while, the site was down. This was because I was using PHP code as server-side-include module to draw the header and footer and the breadcrumbs. My ISP, <a href="http://www.csoft.net/">csoft.net</a> moved to a CGI  based PHP execution and this doesn't work with my scheme of things. Note : so far, csoft guys has been just great; I guess they'll have valid reasons for this change. 
</p>

<p>
I've fixed few of those things by moving to normal HTML mode, ignoring all SSI elements. The cross-reference between other parts of my site with the blog is not  yet there and the breadcrumbs navigation on my blog is also not there yet. Both these were also using PHP and that needs to be worked on. Perhaps I should also look into switching from MovableType to WordPress now.
</p>]]></content:encoded>
      <dc:subject>site history</dc:subject>
      <dc:date>2008-03-30T20:53:11+05:00</dc:date>
    </item>

    <item>
      <title>Managing notes and todos</title>
      <link>http://vsbabu.org/mt/archives/2008/01/03/managing_notes_and_todos.html</link>
      <description>What I&apos;ve tried so far to manage notes and todolists. (920 Words)</description>
      <guid isPermaLink="false">1030@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>We all write notes while working. There are plenty of software available to maintain your notes or todo lists. Some are fancy desktop decorators like sticky notes, calendars or todo-list in side bar. I&#8217;ve been looking for a solution that lets me manage my notes and todo-lists.  Many of the items out there does either notes or todo-lists; not both.  Ideally, I would prefer just writing notes and todo&#8217;s automatically extracted from it. I zeroed in on six main contenders &#8211; explained in the order I used them.</p>

	<ol>
		<li><a href="http://webpages.charter.net/edreamleo/front.html">Leo Outliner</a></li>
		<li><a href="http://www.abstractspoon.com/">Abstractspoon Todolist</a></li>
		<li><a href="http://www.jhorman.org/wikidPad/">Wikidpad</a></li>
		<li><a href="http://www.jello-dashboard.net/">Jello Dashboard</a></li>
		<li><a href="http://monkeygtd.tiddlyspot.com/">MonkeyGTD</a></li>
		<li><a href="http://bike-nomad.com/vim/vimoutliner.html">TVO &#8211; The Vim Outliner</a></li>
	</ol>

	<p>So, what is the pick?</p>]]></content:encoded>
      <dc:subject>computing</dc:subject>
      <dc:date>2008-01-03T08:00:49+05:00</dc:date>
    </item>

    <item>
      <title>Scrum for Self : V2</title>
      <link>http://vsbabu.org/mt/archives/2008/01/01/scrum_for_self_v2.html</link>
      <description>Scrum excel for self gets better. (107 Words)</description>
      <guid isPermaLink="false">1029@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Last year, I wrote about <a href="/mt/archives/2006/12/25/scrum_for_self.html">Scrum for Self</a>, an
Excel sheet that I use to plan my week. An updated version is now available below.
</p>

<p>Enhancements:</p>
<ul>
<li>Projects, contexts and statuses can be setup now - motivated by GTD.</li>
<li>A nice dashboard that gives you idea about your remaining tasks.</li>
<li>Better embedded documentation.</li>
<li>A 5 week calendar to help you plan your due-dates</li>
</ul>

<p>
If you are interested, you can <a href="/mt/archives/files/scrum_for_self_v2.zip">download the zip file (43KB)</a>
that has the Excel file. Extract the zip file. Open 
the Excel file and look at <em>Dashboard</em> sheet. The Excel
has some sample data that you can use as a starter.
</p>
]]></content:encoded>
      <dc:subject>project_management</dc:subject>
      <dc:date>2008-01-01T13:07:52+05:00</dc:date>
    </item>

    <item>
      <title>Excel to record expenses</title>
      <link>http://vsbabu.org/mt/archives/2008/01/01/excel_to_record_expenses.html</link>
      <description>Find commercial money management tools complicated? Here is a simple solution. (332 Words)</description>
      <guid isPermaLink="false">1028@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I tried various tools to keep track of my expenses. Tried free and non-free software
tools out there. Found most of them to be very rigid and too much time consuming. For more
than a year, I've been using an Excel sheet I developed to track expenses. I found it pretty handy.
</p>

<p>Main features are listed below:</p>
<ul>
<li>Configure your accounts as you wish</li>
<li>Configure categories of expenses</li>
<li>For categories you want to monitor, set monthly budget and track against it</li>
<li>At any given point of time, you can see how much money you've with you!</li>
<li>Expenses by categories are reported on a monthly basis and on YTD basis</li>
<li>Quick check to see your monthly net flow (earnings - expenses)</li>
<li>It takes about 3 seconds to record one transaction :-)</li>
</ul>

<p>
If you are interested, you can <a href="/mt/archives/files/expenseregister.zip">download the zip file (108KB)</a>
that has the Excel file. It has couple of macros - that is only for sorting data. Excel will still 
work without the macros - you just have to do sorting once in a while. Extract the zip file. Open 
the Excel file and look at <em>Instructions</em> sheet. The Excel
has some sample data that you can use as a starter.
</p>]]></content:encoded>
      <dc:subject>computing</dc:subject>
      <dc:date>2008-01-01T12:40:24+05:00</dc:date>
    </item>

    <item>
      <title>Scripting Outlook Journal</title>
      <link>http://vsbabu.org/mt/archives/2007/06/26/scripting_outlook_journal.html</link>
      <description>Simple sample JScript code to give you an idea about this (373 Words)</description>
      <guid isPermaLink="false">1027@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I maintain information about my tasks, meetings etc. in Outlook Journal. Here's a simple JScript script that exports this information into a delimited format. Yes, Outlook itself can export data like this, but if you want to automate stuff and get it to the next level, this script might help you.
</p>

<p>
If you save this as <code>sample.js</code>, you can run it like <code>cscript /nologo sample.js</code>
</p>]]></content:encoded>
      <dc:subject>programming</dc:subject>
      <dc:date>2007-06-26T22:39:39+05:00</dc:date>
    </item>

    <item>
      <title>ADD and antipatterns</title>
      <link>http://vsbabu.org/mt/archives/2007/06/22/add_and_antipatterns.html</link>
      <description>An interesting post with lots of comments and another antipattern (31 Words)</description>
      <guid isPermaLink="false">1026@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<ul>
<li><a href="http://www.scottberkun.com/blog/2007/asshole-driven-development/">ADD</a></li>
<li><a href="http://en.wikipedia.org/wiki/Anti-pattern">Anti-patterns at Wikipedia</a></li>
</ul>

<p>
I did nod quite a bit while reading these. Now, next step is to make sure that I don't do these things whenever I manage stuff :-)
</p>]]></content:encoded>
      <dc:subject>project_management</dc:subject>
      <dc:date>2007-06-22T10:22:29+05:00</dc:date>
    </item>

    <item>
      <title>Lean Pivot Tables</title>
      <link>http://vsbabu.org/mt/archives/2007/06/13/lean_pivot_tables.html</link>
      <description>Reduce the size of your Excel files that have pivot tables using dynamic ranges (309 Words)</description>
      <guid isPermaLink="false">1025@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Pivot tables in Microsoft Excel are really great in summarizing
data. These are usually used for charting also. Most of us just
select the columns we need to pivot on while building a pivot table.
This  can cause an abnormally large file size, unnecessarily 
using up memory and painfully slow to transmit to others.
</p>

<p>
One easy solution is to just select only the range that has the data,
as opposed to full columns, while choosing the input to pivot. What it
means is that just select the rows and columns in the grid, but not
using the header bar. One drawback with this approach is that when
the data changes or more rows are added to it, you will need to redefine
the input to the pivot table. Read on to see how to get around this problem using dynamic ranges.
</p>

]]></content:encoded>
      <dc:subject>computing</dc:subject>
      <dc:date>2007-06-13T20:34:51+05:00</dc:date>
    </item>

    <item>
      <title>Can you spot the difference?</title>
      <link>http://vsbabu.org/mt/archives/2007/06/13/can_you_spot_the_difference.html</link>
      <description>WTF does this mean? (26 Words)</description>
      <guid isPermaLink="false">1024@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
For the past few weeks, my Outlook 2003 doesn't start when I am offline. While trying to troubleshoot this, I was given the following dialogue box.

<img alt="exchangefun.JPG" src="http://vsbabu.org/mt/archives/images/exchangefun.jpg" width="438" height="417" border="0" />
</p>]]></content:encoded>
      <dc:subject>computing</dc:subject>
      <dc:date>2007-06-13T10:18:31+05:00</dc:date>
    </item>

    <item>
      <title>Got linked in!</title>
      <link>http://vsbabu.org/mt/archives/2007/06/09/got_linked_in.html</link>
      <description>Recently I joined LinkedIn via an invitation. I am already in Orkut. But how useful are these on an ongoing basis? (126 Words)</description>
      <guid isPermaLink="false">1023@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Two days back I got an invite from a colleague to join LinkedIn. I promptly went ahead and joined. I was thrilled to see the site listing out my colleagues and ex-colleagues based on my profile. So, I too sent out invites to those whom I know and got several connections back.
</p>

<p>
However, I am not at all sure if this is useful after some time.
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2007-06-09T07:50:16+05:00</dc:date>
    </item>

    <item>
      <title>RLT: Palakkad to Bangalore</title>
      <link>http://vsbabu.org/mt/archives/2007/01/04/rlt_palakkad_to_bangalore.html</link>
      <description>Road Less Travelled: Driving from Kerala to Bangalore via Sathyamangalam and Mysore. (1157 Words)</description>
      <guid isPermaLink="false">1022@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Over the weekend, I made a trip from Bangalore to Palakkad (Kerala). Took the usual route of Bangalore - Hosur - Krishnagiri - Dharmapuri - Thoppur - Mettur - Bhavani - Perundurai - Coimbatore - Palakkad. 
Returning back on a working day on this route would've meant that I would hit the rush hour traffic from Hosur in the evening. Moreover, this route is very crowded with slow moving trucks and insane
bus drivers (specifically between Bhavani and Coimbatore). Also, there aren't any good restaurants where you can relax. 
</p>

<p>
While coming back, I decided to take a route less travelled. Took the Palakkad - Coimbatore - Sathyamangalam (Sathy) - Chamarajnagar - Mysore - Bangalore. It was a gamble, but I really liked the drive. The
road is definitely not straight like the usual one, has no cell phone coverage in some sections and has bad stretches too. But I found it far less stressful because of the lack of traffic. Also, Mysore is a good
place for a break. Given below is the driving log. Note that the kilometers given are approximate. I stopped taking notes from Chamarajnagar - so kilometers from there are from my memory.
</p>
]]></content:encoded>
      <dc:subject>travel</dc:subject>
      <dc:date>2007-01-04T13:06:46+05:00</dc:date>
    </item>

    <item>
      <title>Scrum for self</title>
      <link>http://vsbabu.org/mt/archives/2006/12/25/scrum_for_self.html</link>
      <description>An Excel sheet to help you plan one-man Scrum for weekly sprints. (409 Words)</description>
      <guid isPermaLink="false">1021@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I've been managing software development for products since March 2004. I also play the role of a software architect and configuration manager, so I have
my own tasks as well. So, as an individual contributor, I wanted some way to plan
my work without having to fiddle with MS Project. For my team, I used principles
of <a href="http://en.wikipedia.org/wiki/Scrum_(management)">Scrum</a> in the 
form of simple
<a href="http://www.controlchaos.com/about/burndown.php">burndown charts</a> and backlog lists - it worked very well. Here is my adaptation
for using it as a tool for Scrum for one person, for weekly sprints.
</p>]]></content:encoded>
      <dc:subject>project_management</dc:subject>
      <dc:date>2006-12-25T20:32:35+05:00</dc:date>
    </item>

    <item>
      <title>Dino eats frog</title>
      <link>http://vsbabu.org/mt/archives/2005/12/29/dino_eats_frog.html</link>
      <description>Confused? It is about Oracle. (158 Words)</description>
      <guid isPermaLink="false">1020@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I downloaded <a href="http://www.oracle.com/technology/products/database/project_raptor/index.html">Oracle Raptor</a> early adopter release. Nice idea. Stripped down jDeveloper, for accessing and working on Oracle DBs. I used to use free version of <a href="http://www.toadsoft.com/">TOAD</a> some years back -- with Raptor, I don't miss TOAD anymore. Raptor is better than any of the free Eclipse plugins or free JDBC based offerings.
</p>
]]></content:encoded>
      <dc:subject>oracle</dc:subject>
      <dc:date>2005-12-29T18:07:05+05:00</dc:date>
    </item>

    <item>
      <title>BCCI. Why?</title>
      <link>http://vsbabu.org/mt/archives/2005/12/15/bcci_why.html</link>
      <description>Perhaps this entity is only there to provide material to gossip mongers and to get rich quickly. (131 Words)</description>
      <guid isPermaLink="false">1019@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Well, <a href="http://in.rediff.com/cricket/2005/dec/14gang.htm">Sourav Ganguly has been dropped from the national cricket team</a>. Most people seem to be of the
opinion that <a href="http://in.rediff.com/cricket/2005/dec/14harish.htm">this is an unfair decision by BCCI</a>.
</p>

<p>
Personally, I've lost all the interest in Indian Cricket because of the way
BCCI has been "controlling" cricket in India. <a href="http://www.rediff.com/chat/amarchat.htm">Mohinder Amarnath evaluated our
selectors</a> pretty correctly long time back. Couple of weeks back, the whole
drama was about politics on whether Mr. Pawar will win or not.
</p>
]]></content:encoded>
      <dc:subject>cricket</dc:subject>
      <dc:date>2005-12-15T17:28:01+05:00</dc:date>
    </item>

    <item>
      <title>In Moscow, Lenin greets Stalin </title>
      <link>http://vsbabu.org/mt/archives/2005/10/25/in_moscow_lenin_greets_stalin_.html</link>
      <description>Got this by e-mail. Quite possibly true, but I can&apos;t confirm. (300 Words)</description>
      <guid isPermaLink="false">1018@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<blockquote>
<p>Thiruvananthapuram, Oct. 23: Lenin was the first to arrive and welcomed latecomers Stalin and Khrushchev with a smart handshake. Pravda was all smiles when she came in, but was soon bawling for milk and had to be taken out. Gagarin and Pushkin were busy exchanging notes even as Brezhnev looked on silently.</p>
</blockquote>
]]></content:encoded>
      <dc:subject>kerala</dc:subject>
      <dc:date>2005-10-25T09:39:05+05:00</dc:date>
    </item>


  </channel>
</rss>

