<?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>subtly simple</title>
	<atom:link href="http://www.subtlysimple.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.subtlysimple.com</link>
	<description>subtly simple words about ...</description>
	<lastBuildDate>Thu, 20 May 2010 03:44:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Exceptions vs method missing in Ruby and Rails</title>
		<link>http://www.subtlysimple.com/?p=158</link>
		<comments>http://www.subtlysimple.com/?p=158#comments</comments>
		<pubDate>Thu, 20 May 2010 03:44:49 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=158</guid>
		<description><![CDATA[After some looking around here is what i found and thought others would find useful as well Exception speed in Ruby Exceptions in general are really slow in ruby and should be thought of as exceptional. method_missing is not an exception but is actually a kernel method of ruby. When you invoke a method on ruby ]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">After some looking around here is what i found and thought others would find useful as well</div>
<div></div>
<div id="_mcePaste"><a title="Exception speed in Ruby" href="http://www.simonecarletti.com/blog/2010/01/how-slow-are-ruby-exceptions/ " target="_blank">Exception speed in Ruby</a></div>
<div id="_mcePaste"></div>
<div>Exceptions in general are really slow in ruby and should be thought of as exceptional. method_missing is <strong>not</strong> an exception but is actually a kernel method of ruby. When you invoke a method on ruby the runtime will search the entire class and module heirarchhy all the way to object, class and module and then as a last case call method_missing. Its more like it just calls this method and you can override this method at anypoint in the chain. Its definitely slower than calling a method that does exist because it has to search up the heirarchy but it is definitely faster than exceptions.</div>
<div></div>
<div>Here are some other posts that i found useful during my review of this area:</div>
<div></div>
<div><a href="http://blog.hasmanythrough.com/2006/8/13/how-dynamic-finders-work" target="_blank">http://blog.hasmanythrough.com/2006/8/13/how-dynamic-finders-work</a></div>
<div><a href="http://www.thirdbit.net/articles/2007/08/01/10-things-you-should-know-about-method_missing/" target="_blank">http://www.thirdbit.net/articles/2007/08/01/10-things-you-should-know-about-method_missing/</a></div>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D158&amp;t=Exceptions%20vs%20method%20missing%20in%20Ruby%20and%20Rails" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D158&amp;title=Exceptions%20vs%20method%20missing%20in%20Ruby%20and%20Rails&amp;annotation=After%20some%20looking%20around%20here%20is%20what%20i%20found%20and%20thought%20others%20would%20find%20useful%20as%20well%0D%0A%0D%0AException%20speed%20in%20Ruby%0D%0A%0D%0AExceptions%20in%20general%20are%20really%20slow%20in%20ruby%20and%20should%20be%20thought%20of%20as%20exceptional.%C2%A0method_missing%20is%20not%20an%20exception%20but%20i" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D158&amp;title=Exceptions%20vs%20method%20missing%20in%20Ruby%20and%20Rails&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=After%20some%20looking%20around%20here%20is%20what%20i%20found%20and%20thought%20others%20would%20find%20useful%20as%20well%0D%0A%0D%0AException%20speed%20in%20Ruby%0D%0A%0D%0AExceptions%20in%20general%20are%20really%20slow%20in%20ruby%20and%20should%20be%20thought%20of%20as%20exceptional.%C2%A0method_missing%20is%20not%20an%20exception%20but%20i" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D158" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Exceptions%20vs%20method%20missing%20in%20Ruby%20and%20Rails%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D158" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=158</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinking sphinx and passing conditions for joins or includes to search</title>
		<link>http://www.subtlysimple.com/?p=155</link>
		<comments>http://www.subtlysimple.com/?p=155#comments</comments>
		<pubDate>Tue, 23 Mar 2010 20:34:05 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=155</guid>
		<description><![CDATA[http://github.com/phegaro/thinking-sphinx Since Sphinx only returns ids of items that match the search query, thinking sphinx actually does the work of running a find and retrieving all the records by using a find method and passing all the arguments you sent to the search method to the find query. It passes things like :include and :joins ]]></description>
			<content:encoded><![CDATA[<p><a title="Phegaro - Thinking Sphinx" href="http://github.com/phegaro/thinking-sphinx">http://github.com/phegaro/thinking-sphinx</a></p>
<p>Since Sphinx only returns ids of items that match the search query, thinking sphinx actually does the work of running a find and retrieving all the records by using a find method and passing all the arguments you sent to the search method to the find query. It passes things like :include and :joins etc but it does not pass conditions so i created a new options called :sql_conditions and  you can pass the normal sql conditions you might want to pass to have joins be filtered etc. Hope it helps and good luck</p>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D155&amp;t=Thinking%20sphinx%20and%20passing%20conditions%20for%20joins%20or%20includes%20to%20search" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D155&amp;title=Thinking%20sphinx%20and%20passing%20conditions%20for%20joins%20or%20includes%20to%20search&amp;annotation=http%3A%2F%2Fgithub.com%2Fphegaro%2Fthinking-sphinx%0D%0A%0D%0ASince%20Sphinx%20only%20returns%20ids%20of%20items%20that%20match%20the%20search%20query%2C%20thinking%20sphinx%20actually%20does%20the%20work%20of%20running%20a%20find%20and%20retrieving%20all%20the%20records%20by%20using%20a%20find%20method%20and%20passing%20all%20the%20argume" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D155&amp;title=Thinking%20sphinx%20and%20passing%20conditions%20for%20joins%20or%20includes%20to%20search&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=http%3A%2F%2Fgithub.com%2Fphegaro%2Fthinking-sphinx%0D%0A%0D%0ASince%20Sphinx%20only%20returns%20ids%20of%20items%20that%20match%20the%20search%20query%2C%20thinking%20sphinx%20actually%20does%20the%20work%20of%20running%20a%20find%20and%20retrieving%20all%20the%20records%20by%20using%20a%20find%20method%20and%20passing%20all%20the%20argume" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D155" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Thinking%20sphinx%20and%20passing%20conditions%20for%20joins%20or%20includes%20to%20search%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D155" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=155</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Ubuntu 64bit and zlib extension</title>
		<link>http://www.subtlysimple.com/?p=154</link>
		<comments>http://www.subtlysimple.com/?p=154#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:09:42 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zlib]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=154</guid>
		<description><![CDATA[I looked all over the web and found some links to this but it was not easy to find so i thought i would write a little article about it. You will see this error: Abort class-pclzip.php : Missing zlib extensions This is because in the file class-pclzip which is in your wordpress directory at ]]></description>
			<content:encoded><![CDATA[<p>I looked all over the web and found some links to this but it was not easy to find so i thought i would write a little article about it. </p>
<p>You will see this error:</p>
<p>Abort class-pclzip.php : Missing zlib extensions</p>
<p>This is because in the file class-pclzip which is in your wordpress directory </p>
<p>at ${wordpress_root}/wp-admin/include</p>
<p>wordpress looks for gzopen and now in php that is called gzopen64 so just find all occurances of gzopen and replace it with gzopen64. </p>
<p>Now you can install plugins and themes again. Good luck and hope this helps others. </p>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D154&amp;t=Wordpress%20and%20Ubuntu%2064bit%20and%20zlib%20extension" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D154&amp;title=Wordpress%20and%20Ubuntu%2064bit%20and%20zlib%20extension&amp;annotation=I%20looked%20all%20over%20the%20web%20and%20found%20some%20links%20to%20this%20but%20it%20was%20not%20easy%20to%20find%20so%20i%20thought%20i%20would%20write%20a%20little%20article%20about%20it.%20%0A%0AYou%20will%20see%20this%20error%3A%0A%0AAbort%20class-pclzip.php%20%3A%20Missing%20zlib%20extensions%0A%0AThis%20is%20because%20in%20the%20file%20class-p" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D154&amp;title=Wordpress%20and%20Ubuntu%2064bit%20and%20zlib%20extension&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=I%20looked%20all%20over%20the%20web%20and%20found%20some%20links%20to%20this%20but%20it%20was%20not%20easy%20to%20find%20so%20i%20thought%20i%20would%20write%20a%20little%20article%20about%20it.%20%0A%0AYou%20will%20see%20this%20error%3A%0A%0AAbort%20class-pclzip.php%20%3A%20Missing%20zlib%20extensions%0A%0AThis%20is%20because%20in%20the%20file%20class-p" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D154" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Wordpress%20and%20Ubuntu%2064bit%20and%20zlib%20extension%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D154" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=154</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Innovation, Evolution and Revolution</title>
		<link>http://www.subtlysimple.com/?p=149</link>
		<comments>http://www.subtlysimple.com/?p=149#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:18:49 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[theory]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=149</guid>
		<description><![CDATA[Walt Mossberg said in his most recent review of the  iPad: &#8220;Still, the software looked impressive, and that could help Steve Jobs do the one thing even he has never done in an amazing career: get the public to love not just a better version of an existing type of gadget, but a whole new ]]></description>
			<content:encoded><![CDATA[<p>Walt Mossberg said in his most recent review of the  iPad:</p>
<p><span style="color: #808080;">&#8220;Still, the software looked impressive, and that could help Steve Jobs do  the one thing even he has never done in an amazing career: get the  public to love not just a better version of an existing type of gadget,  but a whole new category of gadget.&#8221; </span></p>
<p>It brought back a thought i have had about products and how they are created, evolved and revolved. Most of the products that come out today are either evolutions or revolutions of existing products. Very very rarely are there actually truly new an innovative products.</p>
<p>When i talk about evolutionary products, i look at products that are continuing to add features, adding performance and slowing moving towards a better product. Most of the phones made today are evolutionary products that continue to change in small slight ways and then marketing/advertising teams work hard to call it innovation.</p>
<p>When we I talk about revolutionary products, i think about products like the iPhone or they Hybrid Car. These are still steps in products that already existed but is such a large step that it feels like a whole new product. iPhone re-introducing touch and making that a central part of the user experience with physics integrated was a revolution, but the concept of a phone, apps, email and even music had been around for some time. It was not a whole new category of product or a whole new solution.</p>
<p>The few true innovations that i can think of in the recent past are Tivo and Eink. I am sure there are others that i have not thought about but these stand out to be me very easily. For years people were trying to build smarter and smarter VCR 1 click remotes and then the Tivo came out and showed us how we need to navigate content and how to really watch/manage tv shows and content. The stopped the focus on channels and moved the focus to the actual shows. It was a whole new category of product that was not just a smaller, or faster or brighter version of something that already existed. EInk has not really hit the mainstream yet but the idea is the same. If we really can move to a model where we will use eInk and ePaper to replace pen/paper for all our hand written content that would be a true change and evolution of a new category.</p>
<p>Right now, I am the founder and CTO of a small company called sliced simple. We are working on software solutions for real estate agents and I think we are building something that is revolutionary. I don&#8217;t think it is really going to create a new category of solution but it will definitely change the tool landscape for real estate agents. After this venture, i hope to have the change to build something truly innovative.</p>
<p>What do you think are some innovative solutions out in the world and what do you think of my categorization of the products above?</p>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D149&amp;t=Innovation%2C%20Evolution%20and%20Revolution" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D149&amp;title=Innovation%2C%20Evolution%20and%20Revolution&amp;annotation=Walt%20Mossberg%20said%20in%20his%20most%20recent%20review%20of%20the%C2%A0%20iPad%3A%0D%0A%0D%0A%22Still%2C%20the%20software%20looked%20impressive%2C%20and%20that%20could%20help%20Steve%20Jobs%20do%20%20the%20one%20thing%20even%20he%20has%20never%20done%20in%20an%20amazing%20career%3A%20get%20the%20%20public%20to%20love%20not%20just%20a%20better%20version%20of%20" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D149&amp;title=Innovation%2C%20Evolution%20and%20Revolution&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=Walt%20Mossberg%20said%20in%20his%20most%20recent%20review%20of%20the%C2%A0%20iPad%3A%0D%0A%0D%0A%22Still%2C%20the%20software%20looked%20impressive%2C%20and%20that%20could%20help%20Steve%20Jobs%20do%20%20the%20one%20thing%20even%20he%20has%20never%20done%20in%20an%20amazing%20career%3A%20get%20the%20%20public%20to%20love%20not%20just%20a%20better%20version%20of%20" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D149" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Innovation%2C%20Evolution%20and%20Revolution%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D149" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=149</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Todo managers, GTD and what I do</title>
		<link>http://www.subtlysimple.com/?p=146</link>
		<comments>http://www.subtlysimple.com/?p=146#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:33:04 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=146</guid>
		<description><![CDATA[Efficiency and tools to make me more efficient are kind of an obsession with me. To some extent, it might be such an obsession that it might actually stop me from being efficient . I try many many many tools and only a few of them survive for more than about a few minutes and ]]></description>
			<content:encoded><![CDATA[<p>Efficiency and tools to make me more efficient are kind of an obsession with me. To some extent, it might be such an obsession that it might actually stop me from being efficient <img src='http://www.subtlysimple.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I try many many many tools and only a few of them survive for more than about a few minutes and even fewer survive longer than about 2-3 weeks. The ones that stay behind are ones that i dont have to change to adapt to but ones that can easily change to adapt to me.</p>
<p>Todo applications are a great example of this type of tool that has gone through a number of different cycles and i have finally ended on one. Once again, i dont think any of these have ever lasted more than a few weeks and maybe some a few months but here is my take on each.</p>
<h3>Palm Pre Todo App</h3>
<p>I tried to use the device side todo application for doing all my task  management because i thought &#8220;Hey its with me all the time why not do  it there&#8221;. Let me tell you this was a disaster in about a few days. I  tried really hard but there are just many issues with the solution:</p>
<ol>
<li>You cant access it anywhere but on your phone. While i can type  fast there, i can type much faster on my desktop</li>
<li>Most of my tasks are created while on the Mac and only some are  created while mobile</li>
<li>There is no concept of inbox</li>
<li>Free form notes are not really supported outside of being attached  to a task.</li>
<li>etc etc..</li>
</ol>
<h3><a href="http://culturedcode.com/things/" target="_blank">Things</a></h3>
<p>Things is an application from Cultured Code. The application itself is pretty beautiful and is designed around the concept of GTD. You have an inbox and projects and tags and can really just keep a list of things to do very effectively. They have plugins for QuickSilver and with its Applescript interface you can pretty much push anything into it as a task. In fact, i wrote a couple scripts that move entourage mail into it as a task and also apple mail could be moved into it as tasks as well. Since some of my tasks come from email, i thought that this was a great model because i just had to hit a button and boom the email was now a task and it was cleared out of my email inbox. It was now in my task manager inbox. I used tags and projects and tried to keep track of everything, but there were a couple things that finally made me leave this application.</p>
<ol>
<li>It did not have a wireless sync to my phone (Palm Pre) and it was not accessible on the web so if my computer was not with me i was SOL.</li>
<li>I spent too much time organizing my tasks and tags etc and it was just too much organization for me. Most of this was not because of the time to do this it was because when i created the task i knew where it needed to go but things would change over time and task would change tags, projects and just move around. It was not keyboard effective to really manage a task after it was entered into the things.</li>
<li>Notes are attached to tasks. They are the connected to tasks. Sometimes i am just taking notes and they will become tasks later but for now they are just ideas or thoughts and i want to keep them in a list.</li>
</ol>
<p>From here i realized i wanted something that made entering the task easy but also available every. I did some quick googling and found</p>
<h3><a href="http://www.rmilk.com" target="_blank">Remember the Milk</a></h3>
<p>This app continues to amaze me. It is fast for a web based application and they have a iphone sync app and a mobile site. I built a WebOS application to get my tasks on my phone. It has TONS of plugins for Quicksilver and every other app to get tasks into the system. You can email it stuff with just a forward it to the app and it would show up in the Inbox of the task manager. It is a super duper task and list management service and have used this for a while now. To make it feel more like a local native application, i used <a href="http://fluidapp.com/">Fluid</a> to make it feel like a native application. While it was easy to get things into the list and tag it and manage it there were other issues:</p>
<ol>
<li> It was kind of a pain in the butt to share tasks. They have some model of a shared task list and i tried to use it with my team at work (3 people) and it worked but just did not let me select a set of tasks and cut/paste them into an email and send them to someone that was not part of the RTM system. Everyone has to join just for me to send them a task list.</li>
<li>Since it was so task/list driven there was no place to just take notes that are free form. You can put notes down that are attached to a task but you cant just keep notes. This was one of the same issues i had with things but at this point i did not realize that was the issue</li>
<li>At the same time i was starting my startup and tied to use this to manage my project schedule. To say the least this is not a tool to do that because it does not have milestones and time tracking is just a secondary thought.</li>
</ol>
<p>I continue to use this application cause it is so ubiquitously available but i still end up using another tool to perform some of my basic task management. I also use this tool to keep track of things like books to read, movies to see etc. It ends up being a long list of stuff more than a todo list it is more of a list of things to catalog and reference periodically.</p>
<h3>Plain Text Files</h3>
<p>While i was happy using RTM, i realized quickly that i was still bringing up textedit and just keep a list of items to do with notes and tasks in a text file. I did this when i was starting a project and things were still pretty free form. I kept a list of ideas there or a list of tasks and would take them and send them into RTM periodically. As i did this more and more, i quickly realized that my best todo list was plain text files. They are not as ubiquitous as RTM so i cant easily add to it or remove from it unless i am on my Mac. I have the text files sitting in drop box synced folder so its kinda available just not very easily on my phone. Text files are pretty awesome cause Quicksilver and Launchbar allow me to just add text to the end easily. Moving things around is easy. Sharing it with others is just an email with a cut and paste and indentation works. The things that are missing are the organization of tags and search.</p>
<h3><a href="http://www.hogbaysoftware.com/products/taskpaper">Task Paper</a></h3>
<p>This is an app that i have only been using for about 2-3 days so ask me again in a few days if this is still good. It seems to be pretty perfect in that it gives me tags/search and projects but it is all just a text file. It just feel natural to use for a programmer or someone who just likes to type out what he is thinking. Notes are easily mixed as in plain text files and at the end it IS just a plain text file. My only downside on it  so far is that it is not ubiquitous in terms of access. It is a app that runs on a Mac, i need it on my phone.</p>
<h3>Nirvana</h3>
<p>What i would love is a web app version of Task Paper that works on the web and my phone and also has a desktop app. The text files are just synced and kept easily accessible everywhere. I guess i can either keep hoping or maybe one day I will just end up building this for myself <img src='http://www.subtlysimple.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span style="color: #808080;">Sidenote: Many times I use the tools other than the above to do feature/issue tracking. Currently we are using redmine but i have also used jira and bugzilla. They all have their own issues but have different needs/requirements. I think the one that seemed to be the best for my on this front was thymer but I did not want to pay for something when it was in alpha/beta and we are still a small startup.</span></p>
<p><strong>Update:</strong> 2.8.10</p>
<p>I have been using TaskPaper for a few weeks now and i think it is something that has become a central part of my tool arsenal for todo management. In the comments, you can see that the author of TaskPaper is also providing a iPhone app and text sync tool that seems to be working pretty well. Task Paper seems to be the solution for my free form thoughts and in general for notes. I am using RTM for keeping track of long lists like &#8220;books to read&#8221; and we are using Redmine for simple project task management. Thanks everyone for the comments and ideas but these are the solutions that seem to work for me for now.</p>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D146&amp;t=Todo%20managers%2C%20GTD%20and%20what%20I%20do" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D146&amp;title=Todo%20managers%2C%20GTD%20and%20what%20I%20do&amp;annotation=Efficiency%20and%20tools%20to%20make%20me%20more%20efficient%20are%20kind%20of%20an%20obsession%20with%20me.%20To%20some%20extent%2C%20it%20might%20be%20such%20an%20obsession%20that%20it%20might%20actually%20stop%20me%20from%20being%20efficient%20%3A%29.%20I%20try%20many%20many%20many%20tools%20and%20only%20a%20few%20of%20them%20survive%20for%20more%20" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D146&amp;title=Todo%20managers%2C%20GTD%20and%20what%20I%20do&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=Efficiency%20and%20tools%20to%20make%20me%20more%20efficient%20are%20kind%20of%20an%20obsession%20with%20me.%20To%20some%20extent%2C%20it%20might%20be%20such%20an%20obsession%20that%20it%20might%20actually%20stop%20me%20from%20being%20efficient%20%3A%29.%20I%20try%20many%20many%20many%20tools%20and%20only%20a%20few%20of%20them%20survive%20for%20more%20" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D146" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Todo%20managers%2C%20GTD%20and%20what%20I%20do%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D146" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Ben Galbraith – The state of developer tools &#124; Web Directions</title>
		<link>http://www.subtlysimple.com/?p=130</link>
		<comments>http://www.subtlysimple.com/?p=130#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:26:07 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=130</guid>
		<description><![CDATA[Ben Galbraith – The state of developer tools &#124; Web Directions. The tools look pretty interesting and its been a while since i have seen a single list of tools that people are using. I really love using tools because they make me more efficient. Not all tools are the same and not all tools ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webdirections.org/resources/ben-galbraith-the-state-of-developer-tools/">Ben Galbraith – The state of developer tools | Web Directions</a>.</p>
<p>The tools look pretty interesting and its been a while since i have seen a single list of tools that people are using. I really love using tools because they make me more efficient. Not all tools are the same and not all tools help but i find that tools tend to make the job a LOT easier. It is kinda amazing to me that more people dont go looking for tools to make there coding life easier. Its like being a carpentor but not having a hammer or a table saw or the right tool to do a circle cut and then spending hours doing it by hand and not getting it perfect only to find that there is a tool that would have done it. The big difference is that software tools are mostly freely available and only a few of them actually cost more than $30-$70. Here are a list of tools that i tend to use in no particular order.</p>
<ul>
<li>VIM</li>
<li>Css Edit</li>
<li>Firebug</li>
</ul>
<p>I have a ton of other apps that i use as i code as well but i dont know if i would call them tools. I&#8217;ll write about those as well in the next blog entry.</p>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D130&amp;t=Ben%20Galbraith%20%E2%80%93%20The%20state%20of%20developer%20tools%20%7C%20Web%20Directions" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D130&amp;title=Ben%20Galbraith%20%E2%80%93%20The%20state%20of%20developer%20tools%20%7C%20Web%20Directions&amp;annotation=Ben%20Galbraith%20%E2%80%93%20The%20state%20of%20developer%20tools%20%7C%20Web%20Directions.%0D%0A%0D%0AThe%20tools%20look%20pretty%20interesting%20and%20its%20been%20a%20while%20since%20i%20have%20seen%20a%20single%20list%20of%20tools%20that%20people%20are%20using.%20I%20really%20love%20using%20tools%20because%20they%20make%20me%20more%20efficient.%20" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D130&amp;title=Ben%20Galbraith%20%E2%80%93%20The%20state%20of%20developer%20tools%20%7C%20Web%20Directions&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=Ben%20Galbraith%20%E2%80%93%20The%20state%20of%20developer%20tools%20%7C%20Web%20Directions.%0D%0A%0D%0AThe%20tools%20look%20pretty%20interesting%20and%20its%20been%20a%20while%20since%20i%20have%20seen%20a%20single%20list%20of%20tools%20that%20people%20are%20using.%20I%20really%20love%20using%20tools%20because%20they%20make%20me%20more%20efficient.%20" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D130" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Ben%20Galbraith%20%E2%80%93%20The%20state%20of%20developer%20tools%20%7C%20Web%20Directions%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D130" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Performance Web Sites :: Mobile Gmail and async script loading</title>
		<link>http://www.subtlysimple.com/?p=128</link>
		<comments>http://www.subtlysimple.com/?p=128#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:21:18 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=128</guid>
		<description><![CDATA[High Performance Web Sites :: Mobile Gmail and async script loading. Articles like this area awesome when people use the system they have to do some ingenious delayed loading/parsing. What a lot of people dont realize is that CSS has the same level of issues on load/parse time. I wonder if you can do the ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stevesouders.com/blog/2009/09/26/mobile-gmail-and-async-script-loading/">High Performance Web Sites :: Mobile Gmail and async script loading</a>.</p>
<p>Articles like this area awesome when people use the system they have to do some ingenious delayed loading/parsing. What a lot of people dont realize is that CSS has the same level of issues on load/parse time. I wonder if you can do the same trick with inline CSS.</p>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D128&amp;t=High%20Performance%20Web%20Sites%20%3A%3A%20Mobile%20Gmail%20and%20async%20script%20loading" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D128&amp;title=High%20Performance%20Web%20Sites%20%3A%3A%20Mobile%20Gmail%20and%20async%20script%20loading&amp;annotation=High%20Performance%20Web%20Sites%20%3A%3A%20Mobile%20Gmail%20and%20async%20script%20loading.%0D%0A%0D%0AArticles%20like%20this%20area%20awesome%20when%20people%20use%20the%20system%20they%20have%20to%20do%20some%20ingenious%20delayed%20loading%2Fparsing.%20What%20a%20lot%20of%20people%20dont%20realize%20is%20that%20CSS%20has%20the%20same%20leve" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D128&amp;title=High%20Performance%20Web%20Sites%20%3A%3A%20Mobile%20Gmail%20and%20async%20script%20loading&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=High%20Performance%20Web%20Sites%20%3A%3A%20Mobile%20Gmail%20and%20async%20script%20loading.%0D%0A%0D%0AArticles%20like%20this%20area%20awesome%20when%20people%20use%20the%20system%20they%20have%20to%20do%20some%20ingenious%20delayed%20loading%2Fparsing.%20What%20a%20lot%20of%20people%20dont%20realize%20is%20that%20CSS%20has%20the%20same%20leve" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D128" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=High%20Performance%20Web%20Sites%20%3A%3A%20Mobile%20Gmail%20and%20async%20script%20loading%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D128" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=128</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dynamic content in a webos command menu</title>
		<link>http://www.subtlysimple.com/?p=119</link>
		<comments>http://www.subtlysimple.com/?p=119#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:04:51 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command menu]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mojo]]></category>
		<category><![CDATA[spinner]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=119</guid>
		<description><![CDATA[As i have been doing more webos app development, i thought i would just keep little snippets of things i learned as i was developing. One thing that i really wanted to do was to have a spinner in as a button in the command menu (aka the button bar at the bottom). First you ]]></description>
			<content:encoded><![CDATA[<p>As i have been doing more webos app development, i thought i would just keep little snippets of things i learned as i was developing. One thing that i really wanted to do was to have a spinner in as a button in the command menu (aka the button bar at the bottom). First you need the code to setup the commandMenu. This is called in the setup method of your assistant. In this case, i have a menu with a new button on the left and 2 buttons on the right and a spinner in the last spot (aka the dynamic content).</p>
<pre class="code">this.cmdMenuModel = { items: [
	{
		items: [{label: $L('New'), icon: 'new', command: 'new'}]
	},
	{},
	{
		items: [
		{label: $L('undo'), icon: 'refresh', command: 'undo'},
		{label: $L('search'), icon: 'search', command: 'search'},
		{example: 'A', template: 'common/spinner'}]
	}]
};
this.controller.setupWidget(Mojo.Menu.commandMenu, undefined, this.cmdMenuModel);

this.controller.setupWidget('spinner', {
		spinnerSize: Mojo.Widget.spinnerSmall,
	},
	sceneAssistant.spinnerModel = {
		spinning: true
	});
this.spinnerWidget = this.controller.get('spinner');</pre>
<p>The template for something to show up in the button bar looks like this. This makes it still look like a button but you can show your content. The main thing to notice is that the item from the command model above is passed to the template for variable expansion.</p>
<pre class="code">
<div class="palm-menu-button">
        #{example}
<div class="palm-menu-icon sync"></div>
</div>
</pre>
<p>Now you should have something that looks like:</p>
<p><a href="http://www.subtlysimple.com/wp-content/uploads/2009/08/spinnerincmdmenu.png"><img src="http://www.subtlysimple.com/wp-content/uploads/2009/08/spinnerincmdmenu.png" alt="Spinner Command Menu" title="Spinner Command Menu" width="320" height="55" class="aligncenter size-full wp-image-125" /></a></p>
<p>Also, you can now enable and disable the spinner with:</p>
<pre class="code">
	this.spinnerModel.spinning = false;
	this.controller.modelChanged(this.spinnerModel);
</pre>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D119&amp;t=dynamic%20content%20in%20a%20webos%20command%20menu" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D119&amp;title=dynamic%20content%20in%20a%20webos%20command%20menu&amp;annotation=As%20i%20have%20been%20doing%20more%20webos%20app%20development%2C%20i%20thought%20i%20would%20just%20keep%20little%20snippets%20of%20things%20i%20learned%20as%20i%20was%20developing.%20One%20thing%20that%20i%20really%20wanted%20to%20do%20was%20to%20have%20a%20spinner%20in%20as%20a%20button%20in%20the%20command%20menu%20%28aka%20the%20button%20bar%20at" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D119&amp;title=dynamic%20content%20in%20a%20webos%20command%20menu&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=As%20i%20have%20been%20doing%20more%20webos%20app%20development%2C%20i%20thought%20i%20would%20just%20keep%20little%20snippets%20of%20things%20i%20learned%20as%20i%20was%20developing.%20One%20thing%20that%20i%20really%20wanted%20to%20do%20was%20to%20have%20a%20spinner%20in%20as%20a%20button%20in%20the%20command%20menu%20%28aka%20the%20button%20bar%20at" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D119" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=dynamic%20content%20in%20a%20webos%20command%20menu%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D119" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>inertia</title>
		<link>http://www.subtlysimple.com/?p=117</link>
		<comments>http://www.subtlysimple.com/?p=117#comments</comments>
		<pubDate>Mon, 24 Aug 2009 06:58:08 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=117</guid>
		<description><![CDATA[I have been thinking a lot about what it takes to start a company or even start anything in the world. Starting a website, a blog, a project or even something as simple as an exercise schedule. For all of these things it takes something very simple, it just takes the first step towards doing it. ]]></description>
			<content:encoded><![CDATA[<p>I have been thinking a lot about what it takes to start a company or even start anything in the world. Starting a website, a blog, a project or even something as simple as an exercise schedule. For all of these things it takes something very simple, it just takes the first step towards doing it. The larger the task the harder it is to take that first step, but i have also realized that once you take the first step, the second, third, etc become exponentially easier. I don&#8217;t think this is something that just I have discovered. If you read any self help book or talk to any motivational speaker they tell you this and yet its hard. Its hard to internalize it, its hard to step out. Some of it is fear, some of it is just laziness. Somehow, a single step just seemed subtly simple. I hope that all of you have the ability to take your first step&#8230;.</p>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D117&amp;t=inertia" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D117&amp;title=inertia&amp;annotation=I%20have%20been%20thinking%20a%20lot%20about%20what%20it%20takes%20to%20start%20a%20company%20or%20even%20start%20anything%20in%20the%20world.%20Starting%20a%20website%2C%20a%20blog%2C%20a%20project%20or%20even%20something%20as%20simple%20as%20an%C2%A0exercise%20schedule.%20For%20all%20of%20these%20things%20it%20takes%20something%20very%20simple%2C" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D117&amp;title=inertia&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=I%20have%20been%20thinking%20a%20lot%20about%20what%20it%20takes%20to%20start%20a%20company%20or%20even%20start%20anything%20in%20the%20world.%20Starting%20a%20website%2C%20a%20blog%2C%20a%20project%20or%20even%20something%20as%20simple%20as%20an%C2%A0exercise%20schedule.%20For%20all%20of%20these%20things%20it%20takes%20something%20very%20simple%2C" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D117" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=inertia%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D117" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lens review</title>
		<link>http://www.subtlysimple.com/?p=114</link>
		<comments>http://www.subtlysimple.com/?p=114#comments</comments>
		<pubDate>Mon, 27 Jul 2009 22:31:07 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.subtlysimple.com/?p=114</guid>
		<description><![CDATA[I just spend the last week or so reading about all different type of lenses and which one does what and is how good etc. There are a lot of reviews but there are very few that really talk about whats good/bad in simple terms that an average SLR camera consumer can understand. So here ]]></description>
			<content:encoded><![CDATA[<p>I just spend the last week or so reading about all different type of lenses and which one does what and is how good etc. There are a lot of reviews but there are very few that really talk about whats good/bad in simple terms that an average SLR camera consumer can understand. So here is my take on the subject <img src='http://www.subtlysimple.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . You need to know some basics before you break it all down:</p>
<ol>
<li><a href="http://en.wikipedia.org/wiki/F-number">F Stop</a> is something that has lots of explanations but at the most minimal level. The lower the number the more light you get. The lower the number the more expensive the lens <img src='http://www.subtlysimple.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . The lower the number the more background blur (aka <a href="http://en.wikipedia.org/wiki/Bokeh">bokeh</a>) that you get.</li>
<li>Xmm to Xmm is what tells you how much you can zoom. Most kit lense are 18-55. If you are going to shoot sports or want long stuff you want 70-200. If you want super wide for landscapes you want &lt; 18. If you are like the rest of us you want somewhere between 18-75.</li>
<li>A &#8220;Prime lens&#8221; is one that does not zoom but is set at a specific mm</li>
<li>A kit lens is usually 18-55mm with a F3.5-5. When you see FX &#8211; Y that means that it is only X at the wide zoom and then goes to less light at greater zoom.</li>
</ol>
<p>The ultimate lens that a consumer would want but does not exist is:</p>
<ul>
<li>11-300mm F1.4 that is super small and light</li>
</ul>
<p>If you say okay lets look around see what we can find, you will see a number of lenses that are close but not exact.</p>
<ul>
<li>24-70mm F2.8</li>
<li>28-75 F2.8</li>
<li>18-270 F3.5-6.5 (aka superzoom)</li>
<li>18-55 F2.8</li>
</ul>
<p>You notice that you can get a super zoom lens but the F stop is so high that you might not really get great pictures in terms of light. I searched high and low for a 24-200 or a 18-200 with F2.8 and they just dont exist. So now that you have come to picking something that is based on what is available you have two choices.</p>
<p>Choice 1: Get 2 lens one for 24-70 and one for 70-200<br />
Choice 2: Get 2 lens one that is a 18-270 and then get a 18-55 2.8</p>
<p>I went with choice 1 mostly because i want to start with the 28-75 and see if that is good enough zoom for most cases for me. If it is then i am done with one lens, if not then i have to get the 70-200 F2.8 but at least i have 2.8 across the whole range and that makes for some nice pics.</p>
<p>OH!!! The last thing that is super important that no one tells you about is the flash. If you get a 430EX2 flash then the indoor portrait pictures can come out amazing. The lighting for photos is half the photos beauty. With a simple flash you can get some amazing shots of people and things and not need perfect sunlight to get the beauty you want.</p>
<p>I could write more about each lens and good/bad etc but then it wouldn&#8217;t be short a simple would it?</p>




	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D114&amp;t=lens%20review" title="Facebook"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D114&amp;title=lens%20review&amp;annotation=I%20just%20spend%20the%20last%20week%20or%20so%20reading%20about%20all%20different%20type%20of%20lenses%20and%20which%20one%20does%20what%20and%20is%20how%20good%20etc.%20There%20are%20a%20lot%20of%20reviews%20but%20there%20are%20very%20few%20that%20really%20talk%20about%20whats%20good%2Fbad%20in%20simple%20terms%20that%20an%20average%20SLR%20camer" title="Google Bookmarks"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D114&amp;title=lens%20review&amp;source=subtly+simple+subtly+simple+words+about+...&amp;summary=I%20just%20spend%20the%20last%20week%20or%20so%20reading%20about%20all%20different%20type%20of%20lenses%20and%20which%20one%20does%20what%20and%20is%20how%20good%20etc.%20There%20are%20a%20lot%20of%20reviews%20but%20there%20are%20very%20few%20that%20really%20talk%20about%20whats%20good%2Fbad%20in%20simple%20terms%20that%20an%20average%20SLR%20camer" title="LinkedIn"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D114" title="Technorati"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=lens%20review%20-%20http%3A%2F%2Fwww.subtlysimple.com%2F%3Fp%3D114" title="Twitter"><img src="http://www.subtlysimple.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.subtlysimple.com/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->