<?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>graffiti in experience &#187; Great Ideas &#8211; In Action</title>
	<atom:link href="http://www.vijiasingam.com/category/great-ideas-in-action/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijiasingam.com/blog</link>
	<description>by shiren vijiasingam</description>
	<lastBuildDate>Mon, 09 Jan 2012 15:21:03 +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>Monthly or pay-per-ride, which is cheaper?</title>
		<link>http://www.vijiasingam.com/blog/2010/03/07/monthly-or-pay-per-ride-which-is-cheaper/</link>
		<comments>http://www.vijiasingam.com/blog/2010/03/07/monthly-or-pay-per-ride-which-is-cheaper/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 02:43:19 +0000</pubDate>
		<dc:creator>shiren</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Great Ideas - In Action]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[costs]]></category>
		<category><![CDATA[metrocard]]></category>
		<category><![CDATA[monthly passes]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[subway]]></category>

		<guid isPermaLink="false">http://www.vijiasingam.com/?p=138</guid>
		<description><![CDATA[As a non-NYC living commuter, do I get a monthly unlimited or pay-per-ride Subway ticket? That&#8217;s a question that perplexed me for a bit, until I decided to solve it once and for all. This calculator is designed to determine if your commuting patterns would be better served with a NYC transit 30 day unlimited [...]]]></description>
			<content:encoded><![CDATA[<p>As a non-NYC living commuter, do I get a monthly unlimited or pay-per-ride Subway ticket? That&#8217;s a question that perplexed me for a bit, until I decided to solve it once and for all.</p>
<p>This calculator is designed to determine if your commuting patterns would be better served with a NYC transit 30 day unlimited vs. a pay-per-ride option. </p>
<p><strong>It&#8217;s based on the premise that you are primarily a commuter, and are not living in the city or doing a lot of non-commuting travel on the NYC subway system.</strong></p>
<ol>
<li>Selecting a specific start/end date allows you to get a accurate comparison, especially for the pay-per-ride option.</li>
<li>Regardless of the date in a month selected, this calculator will assume purchase of the full month of the unlimited.</li>
<li>The default one-way fare is for the highest price. If you have special circumstances (i.e. child, student or you qualify for a reduced fare, please adjust the fares accordingly.)</li>
</ol>
<p><script src="http://www.vijiasingam.com/train/subValCalc.js" language="javascript" type="text/javascript"></script>
<link rel="stylesheet" href="http://www.vijiasingam.com/train/subValCalcStyle.css" type="text/css" media="all" />

<div id="compCalc">
<FORM onSubmit="return false">
  <p><strong>Transit Costs Comparison Calculator</strong><br/><br/>	
  30-Day Unlimited Ride $<input type="text" name="thirtyDay" id="thirtyDay" value="89" size="3"><br/>Pay-Per-Ride $<input type="text" name="payPer" id="payPer" value="2.25" size="3"><br/>Adjusted Pay-Per-Ride $<input type="text" name="discPayPer" id="discPayPer" value="1.955" size="3">15% x $45 = 51.75, which equates to 23 rides for the price of 20)<br/>
  <input type="hidden" name="thirtyDayLabel" id="thirtyDayLabel" value="30-Day Unlimited Ride">
  <input type="hidden" name="payPerLabel" id="payPerLabel" value="Pay-Per-Ride">
  </p>


  <label>Start Date
  <select name="day" id="day">

    <option value="01">1</option>
    <option value="02">2</option>
    <option value="03">3</option>
    <option value="04">4</option>
    <option value="05">5</option>
    <option value="06">6</option>

    <option value="07">7</option>
    <option value="08">8</option>
    <option value="09">9</option>
    <option value="10">10</option>
    <option value="11">11</option>
    <option value="12">12</option>

    <option value="13">13</option>
    <option value="14">14</option>
    <option value="15">15</option>
    <option value="16">16</option>
    <option value="17">17</option>
    <option value="18">18</option>

    <option value="19">19</option>
    <option value="20">20</option>
    <option value="21">21</option>
    <option value="22">22</option>
    <option value="23">23</option>
    <option value="24">24</option>

    <option value="25">25</option>
    <option value="26">26</option>
    <option value="27">27</option>
    <option value="28">28</option>
    <option value="29">29</option>
    <option value="30">30</option>

    <option value="31">31</option>
  </select>
  </label>
  <label>
  <select name="month" id="month">
    <option value="01">Jan</option>
    <option value="02">Feb</option>

    <option value="03">Mar</option>
    <option value="04">Apr</option>
    <option value="05">May</option>
    <option value="06">Jun</option>
    <option value="07">Jul</option>
    <option value="08">Aug</option>

    <option value="09">Sep</option>
    <option value="10">Oct</option>
    <option value="11">Nov</option>
    <option value="12">Dec</option>
  </select>
  </label>
  <label>

  <select name="year" id="year">
    <option value="2010">2010</option>
    <option value="2011">2011</option>
    <option value="2012">2012</option>
  </select>
  <br/>
  </label>

  <label>End Date
  <select name="day2" id="day2">
    <option value="01">1</option>
    <option value="02">2</option>
    <option value="03">3</option>
    <option value="04">4</option>
    <option value="05">5</option>

    <option value="06">6</option>
    <option value="07">7</option>
    <option value="08">8</option>
    <option value="09">9</option>
    <option value="10">10</option>
    <option value="11">11</option>

    <option value="12">12</option>
    <option value="13">13</option>
    <option value="14">14</option>
    <option value="15">15</option>
    <option value="16">16</option>
    <option value="17">17</option>

    <option value="18">18</option>
    <option value="19">19</option>
    <option value="20">20</option>
    <option value="21">21</option>
    <option value="22">22</option>
    <option value="23">23</option>

    <option value="24">24</option>
    <option value="25">25</option>
    <option value="26">26</option>
    <option value="27">27</option>
    <option value="28">28</option>
    <option value="29">29</option>

    <option value="30">30</option>
    <option value="31">31</option>
  </select>
  </label>
  <label>
  <select name="month2" id="month2">
    <option value="01">Jan</option>

    <option value="02">Feb</option>
    <option value="03">Mar</option>
    <option value="04">Apr</option>
    <option value="05">May</option>
    <option value="06">Jun</option>
    <option value="07">Jul</option>

    <option value="08">Aug</option>
    <option value="09">Sep</option>
    <option value="10">Oct</option>
    <option value="11">Nov</option>
    <option value="12">Dec</option>
  </select>

  </label>
  <label>
  <select name="year2" id="year2">
    <option value="2010">2010</option>
    <option value="2011">2011</option>
    <option value="2012">2012</option>
  </select>

  <br/>
  </label>
<label><input name="vac" id="vac" type="text" value="0" size="2" maxlength="2"> Anticipated number of vacation days </label><br/>
<label><input name="hol" id="hol" type="text" value="0" size="2" maxlength="2"> Anticipated number of work holidays </label><br/>
<label><input name="more" id="more" type="text" value="0" size="2" maxlength="2"> Other anticipated round-trip travel using transit (e.g. dinners etc.) </label><br/>
<br/>
<INPUT TYPE="button" NAME="process" VALUE="Calculate" onClick="processData(this.form)">
</FORM>
<p><br/>

<div id="result">
Hit calculate to compare the costs<br/><br/>
</div>
</p>
</div></p>
<p>Of course there are other <a href="http://www.mta.info/metrocard/compare.htm">specific comparison criteria</a> on the newly redesigned MTA web site.</p>
<p>This was designed for the NYC subway system, but there is no reason it can&#8217;t be applied to any other transit system to compare. Just modify the program details in the transit constants fields. I.e. the fixed cost monthly, and the per ride costs. If you are not getting a bulk purchase discount, then simply keep the adjusted pay-per-ride cost the same as the actual cost.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijiasingam.com/blog/2010/03/07/monthly-or-pay-per-ride-which-is-cheaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A reKindled interest &#8211; redux part 2</title>
		<link>http://www.vijiasingam.com/blog/2010/02/16/a-rekindled-interest-redux-part-2/</link>
		<comments>http://www.vijiasingam.com/blog/2010/02/16/a-rekindled-interest-redux-part-2/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:22:23 +0000</pubDate>
		<dc:creator>shiren</dc:creator>
				<category><![CDATA[Great Ideas - In Action]]></category>
		<category><![CDATA[The Experience]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[e-book]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[readers]]></category>

		<guid isPermaLink="false">http://www.vijiasingam.com/?p=98</guid>
		<description><![CDATA[In part 1 of my review, I talked about some of the form factor of the Kindle 2. But all said and done, the proof is in the eating, or in this case reading &#8211; oodles and oodles of reading. To best illustrate how the most mission-critical part of the Kindle 2 stacks up, I [...]]]></description>
			<content:encoded><![CDATA[<p>In part 1 of my review, I talked about some of the form factor of the Kindle 2. But all said and done, the proof is in the eating, or in this case reading &#8211; oodles and oodles of reading. To best illustrate how the most mission-critical part of the Kindle 2 stacks up, I thought it best to let the pictures do the talking.</p>
<p><a href="http://www.vijiasingam.com/blog/2010/02/16/a-rekindled-interest-redux-part-2/" title="Permanent Link to A reKindled interest &#8211; redux part 2">You are missing out on some glorious imagery. Click here to open the post in your browser to see the gallery.</a></p>
<p>Mind you these are not screen grabs of any kind. They are are un-artificially lit (read &#8211; no flash) pictures, captured in natural light on a grayish day.</p>
<p>As you can see, it really is just like reading a book. None of the eye-strain traditionally associated with electronic device screens. The reason is that it is not backlit. Reading a backlit device is a lot like staring into a light bulb. This screen relies on the reflection of external light on the e-page.</p>
<p>This means there are 2 great benefits. First, the Kindle is remarkably comfortable on your eyes, even after hours and hours. Longest stretch I got was about 5 hours on a long-haul flight. The second, this thing works like a charm in bright light. That&#8217;s means you can read this in the park, on the beach or anyplace else you might typically take a book.</p>
<p>As you can also see from those screens, there are some experimental features on the Kindle 2. These include a plain vanilla mp3 player. I say mp3, because besides that and the aa or aax formats &#8211; other audio types are not supported. It has the basic functions (alt+space to start/stop, alt+f to go forward) &#8211; which work just fine if you want a little light background music when reading. Audio quality isn&#8217;t fantastic, and there is some noticeable static when refreshing a page.</p>
<p>There is a rudimentary browser, but because of the refresh rate of E-Ink, it is really not too useful for anything beyond looking something up on Wikipedia.</p>
<p>It&#8217;s relatively easy to search for and add books in the store via the device, but if speed is what you&#8217;re looking for, you will be better off shopping at your traditional desktop computer. Once you&#8217;ve added books, the Kindle will sync them wirelessly (within the US). If you are like me and want to extend battery life, then you have to turn wireless on via the menu.</p>
<p>The final challenge is what to contain the device in. I had very few requirements. It should look good, form-factor weighs heavily. It should offer some protection to the device (I&#8217;m not expecting an Otterbox, but it should cushion some impact) yet be very secure. Most of all &#8211; it really shouldn&#8217;t <a href="http://www.crunchgear.com/2009/07/15/the-official-kindle-2-case-is-cracking-the-kindle-2-thats-a-problem/">break my Kindle.</a></p>
<p>After lots and lots of hunting. I finally settled on <a href="http://trendydigital.com/index.php?main_page=product_info&amp;cPath=4_8&amp;products_id=45">this gem by Trendy Digital</a>.</p>
<p><a href="http://www.vijiasingam.com/blog/2010/02/16/a-rekindled-interest-redux-part-2/" title="Permanent Link to A reKindled interest &#8211; redux part 2">You are missing out on some glorious imagery. Click here to open the post in your browser to see the gallery.</a></p>
<p>Nice secure slide in instead of flimsy elastic straps, little padded for those slight bumps, doesn&#8217;t use the poorly design side hook/sockets which appear to cause the cracks, no annoying plastic sheet over the screen that makes it excessively glossy and best of all &#8211; it looks sharp.</p>
<p>Parting thoughts &#8211; you definitely do not have to spend lots of money on books to start. New releases, sure &#8211; but look out for deals. Amazon frequently has free book offers. There are also lots of public domain books available.</p>
<ul>
<li>Public domain books by <a href="http://www.gutenberg.org/wiki/Main_Page">Gutenberg.org</a> &#8211; also available on Amazon</li>
<li>An alternate to Project Gutenberg &#8211; <a href="http://www.freekindlebooks.org/">freekindlebooks.org</a> (may have better formatting for some titles)</li>
<li>Amazon&#8217;s <a href="http://www.amazon.com/s/qid=1266329265/ref=sr_st?keywords=-public&amp;rs=133140011&amp;page=1&amp;bbn=133140011&amp;rh=n%3A133140011%2Cn%3A!133141011%2Ck%3A-public&amp;sort=price">Kindle store</a> &#8211; filters out public domain books, then price sorted,  so free is first (filter further by star rating to get the user-rated &#8216;better&#8217; books</li>
<li><a href="http://manybooks.net/categories/">Another source</a></li>
<li><a href="http://www.bookyards.com/categories.html?type=books">And another</a></li>
</ul>
<p>There may be some duplication there, but there&#8217;s a good enough source of free books to get you started without spending a dime. And the beauty of being able to hold 1500 books at a time, is that you can just get it. Remove it from your Kindle if you run out of space &#8211; but it will stay on your Kindle account, so you can add it back in later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijiasingam.com/blog/2010/02/16/a-rekindled-interest-redux-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A reKindled interest &#8211; redux part 1</title>
		<link>http://www.vijiasingam.com/blog/2010/02/09/a-rekindled-interest-redux-part-1/</link>
		<comments>http://www.vijiasingam.com/blog/2010/02/09/a-rekindled-interest-redux-part-1/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 01:00:37 +0000</pubDate>
		<dc:creator>shiren</dc:creator>
				<category><![CDATA[Great Ideas - In Action]]></category>
		<category><![CDATA[The Experience]]></category>

		<guid isPermaLink="false">http://www.vijiasingam.com/?p=93</guid>
		<description><![CDATA[This past winter, I got a Kindle 2. I had my eye one for a while, and having compared the available options (including the Nook by B&#38;N and Sony&#8217;s selection as well as some other cloned varieties), I took the plunge. With the recent iPad release, and the unfair comparisons or predictions that it would [...]]]></description>
			<content:encoded><![CDATA[<p>This past winter, I got a Kindle 2. I had my eye one for a while, and having compared the available options (including the Nook by B&amp;N and Sony&#8217;s selection as well as some other cloned varieties), I took the plunge.</p>
<p>With the recent iPad release, and the unfair comparisons or predictions that it would replace the Kindle &#8211; I thought it timely to do a review of features and overall experience of what is uniquely a book replacement device.</p>
<p>Now this isn&#8217;t a multi-media device (though it does do music, more on that), nor is it designed for heavy web browsing (while it can do simple textual browsing). More importantly, it was designed for a very specific audience &#8211; book readers &#8211; who want access to new releases in near real-time, or don&#8217;t want to lug a library on those long-haul trips.</p>
<p>On to the good stuff.</p>
<p>It comes in a nice lean eco-conscious package just large enough for it. But it was in perfect shape. The package includes detailed instructions (also digitally loaded on the Kindle) and a USB cable / power dongle combo a la the iPhone.</p>
<p><a href="http://www.vijiasingam.com/blog/2010/02/09/a-rekindled-interest-redux-part-1/" title="Permanent Link to A reKindled interest &#8211; redux part 1">You are missing out on some glorious imagery. Click here to open the post in your browser to see the gallery.</a></p>
<p>Boasting a slim profile, this device is sleek and slick, with a brushed aluminium back, power slide switch and a headphone jack. The most surprising thing initially, is the weight of this reader. It is very light and yet fits ergonomically in either hand. One can see using this device for hours on end without too much hand/arm fatigue.</p>
<p><a href="http://www.vijiasingam.com/blog/2010/02/09/a-rekindled-interest-redux-part-1/" title="Permanent Link to A reKindled interest &#8211; redux part 1">You are missing out on some glorious imagery. Click here to open the post in your browser to see the gallery.</a></p>
<p>The buttons are firm to the touch, but in a very solid way and they seem built to withstand some abuse. Additionally, in a tip of the hat to lefties, pagination can now be managed on either side of the device. The 5-way switch is a common feature in most modern electronics, and the Kindle is no exception. Only tiny gripe is that the push-down feel of the 5-way seems a little squishy. The keyboard is well spaced, not the most ergonomic (RIM, maker of the popular BlackBerry smart-phone still holds the record on that.) But then again, how much typing are you planning on doing?</p>
<p><a href="http://www.vijiasingam.com/blog/2010/02/09/a-rekindled-interest-redux-part-1/" title="Permanent Link to A reKindled interest &#8211; redux part 1">You are missing out on some glorious imagery. Click here to open the post in your browser to see the gallery.</a></p>
<p>The device comes somewhat charged and will get you going, though charging it is recommended. The convenient USB cable / power dongle combo makes charging a snap whether at an outlet or using a USB powered connection. The light turns from an amber to green to indicate that charging is complete. Of course if you let it go long enough, you&#8217;ll eventually run it down, but the nice thing about the display technology is that last screen always stays up.</p>
<p><a href="http://www.vijiasingam.com/blog/2010/02/09/a-rekindled-interest-redux-part-1/" title="Permanent Link to A reKindled interest &#8211; redux part 1">You are missing out on some glorious imagery. Click here to open the post in your browser to see the gallery.</a></p>
<p>Now to the meat of things &#8211; how does it compare to a good ol&#8217; paperback? It beats the pants off it.  In so many ways. Pictures of the screens, one of the best carrying cases and more, in <a href="http://www.vijiasingam.com/2010/02/16/a-rekindled-interest-redux-part-2/">the next post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijiasingam.com/blog/2010/02/09/a-rekindled-interest-redux-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paul Tyma is the man</title>
		<link>http://www.vijiasingam.com/blog/2009/12/07/paul-tyma-is-the-man/</link>
		<comments>http://www.vijiasingam.com/blog/2009/12/07/paul-tyma-is-the-man/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:18:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Great Ideas - In Action]]></category>

		<guid isPermaLink="false">http://www.vijiasingam.com/?p=47</guid>
		<description><![CDATA[He came up with Mailinator which is conceptually simple yet absolutely brilliant at what it does. The gist &#8211; you go to some random site, they force you to register (sometime later I&#8217;ll talk about why I don&#8217;t think this is a good idea). Dang, which free email account do I use for spam again. [...]]]></description>
			<content:encoded><![CDATA[<p>He came up with <a href="http://www.mailinator.com/">Mailinator</a> which is conceptually simple yet absolutely brilliant at what it does.</p>
<p>The gist &#8211; you go to some random site, they force you to register (sometime later I&#8217;ll talk about why I don&#8217;t think this is a good idea). Dang, which free email account do I use for spam again. Well never again. You just sign-up with <em>anything</em>@mailinator.com. No pre-registering with Mailinator, no passwords, nothing. Then pop over to <a href="http://www.mailinator.com/">mailinator.com</a>, type in your created name &#8211; and BAM! &#8211; you&#8217;ve got that ebook, or software or whatever it is someone decided filling their CRM database with spam was woth doing.</p>
<p>Now some site may block it, like say <a href="http://mailinator.blogspot.com/2009/06/mailinator-and-facebook.html">Facebook</a> but there nifty ways around it. (You would think they learned their lesson with the <a href="http://tech.slashdot.org/article.pl?sid=08/09/05/1741207&amp;from=rss">bugmenot incident</a>)</p>
<p>Oh and he&#8217;s running this on a computer in his bedroom. Ok not quite, but it is still a <a href="http://mailinator.blogspot.com/2007/01/architecture-of-mailinator.html">very elegant and light setup</a>.</p>
<p>So I say to you Paul, bravo. If only my college roommate&#8217;s late night rantings could be so profound and so technologically efficiently executed. You&#8217;ve made the world a better place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vijiasingam.com/blog/2009/12/07/paul-tyma-is-the-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

