<?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>James Robey &#187; GTD</title>
	<atom:link href="http://www.jamesrobey.com/category/gtd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesrobey.com</link>
	<description>ruby/rails/ppc/seo/4hww/geoarbitrage/vagabond/catamaran/3flags/hydroponics/economics/philosophy/outerspace/etc</description>
	<lastBuildDate>Thu, 12 Aug 2010 23:37:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RescueTime &#8211; finally a time tracking app that does not suck</title>
		<link>http://www.jamesrobey.com/rescuetime-finally-a-time-tracking-app-that-does-not-suck/</link>
		<comments>http://www.jamesrobey.com/rescuetime-finally-a-time-tracking-app-that-does-not-suck/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 20:24:34 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://www.jamesrobey.com/?p=44</guid>
		<description><![CDATA[I have long wanted to be able to track my usage pattern of applications on the computer.  I wanted something that didn&#8217;t require dealing with a timer.  The problem with a timer is that it requires remembering to start and stop it, also, it is not naturally fine-grained and doesn&#8217;t give you feedback [...]]]></description>
			<content:encoded><![CDATA[<p>I have long wanted to be able to track my usage pattern of applications on the computer.  I wanted something that didn&#8217;t require dealing with a timer.  The problem with a timer is that it requires remembering to start and stop it, also, it is not naturally fine-grained and doesn&#8217;t give you feedback on your non-work activities on the computer.  Also, it prevents a more natural multi-tasking usage of the computer (yes, I know, multi-tasking is bad when you&#8217;re trying to get stuff done).</p>
<p><a href="www.rescuetime.com">RescueTime</a> may just finally be the solution I&#8217;ve been looking for.  Interestingly, it is a Ruby on Rails web-app combined with small downloadable apps that are available for Mac, Windows, and Linux.  The downloadable app runs in the background and tracks your time usage of your applications, and even differentiates between the windows/tabs of the application, useful for tracking which sites you are looking at the most, or which terminal window you are in.  The time usage information is stored in YAML files (more proof that RescueTime is RoR-based) in ~/Library/RescueTime/Logs/Pending which makes it easy to script something extra.</p>
<p>In fact, someone made a Mac <a href="http://carlo.zottmann.org/2008/02/13/rescuetime-hack-log-your-meetings-and-phone-calls-osx-only/">RescueTime Log Script</a> that lets you log your meetings or phone calls to RescueTime by generating a YAML file and putting it in the Pending directory. </p>
<p>BTW, if anyone is having trouble with Terminal.app in OSX not reporting window title (in the YAML files it shows up as window_title: &#8216;empty&#8217;).  You need to enable access for assistive devices in Universal Access in System Preferences.</p>
<p>EDIT: Above fixes the window_title: issue, BUT web app dashboard doesn&#8217;t actually differentiate between the window_titles with Terminal yet :(</p>
<p>EDIT:  I have stopped using this program because I am not entirely comfortable with all the websites I visit being uploaded to their server.  An offline version of this program would be nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesrobey.com/rescuetime-finally-a-time-tracking-app-that-does-not-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CulturedCode&#8217;s Things application for GTD</title>
		<link>http://www.jamesrobey.com/culturedcodes-things-application-for-gtd/</link>
		<comments>http://www.jamesrobey.com/culturedcodes-things-application-for-gtd/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 05:10:35 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://www.jamesrobey.com/culturedcodes-things-application-for-gtd/</guid>
		<description><![CDATA[CulturedCode has put out a preview version of their new Things application, which is designed for people that are following GTD (Getting Things Done).  GTD is a workflow system that focuses on emptying our head of ideas, goals, headaches, and putting them all into a trusted system.  Things appears to be the best [...]]]></description>
			<content:encoded><![CDATA[<p>CulturedCode has put out a preview version of their new <a href="http://culturedcode.com/things/">Things</a> application, which is designed for people that are following GTD (<a href="http://en.wikipedia.org/wiki/Getting_Things_Done">Getting Things Done</a>).  GTD is a workflow system that focuses on emptying our head of ideas, goals, headaches, and putting them all into a trusted system.  Things appears to be the best GTD application for Mac OS X currently.  </p>
<p>Other alternatives are <a href="http://bargiel.home.pl/iGTD/iGTD2/index.html">iGTD2</a>, <a href="http://www.omnigroup.com/applications/omnifocus/">OmniFocus</a>, and <a href="http://www.midnightbeep.com/">Midnight Inbox</a>.  However, Things seems to have achieved a simplicity and user-friendliness that invites one to actually start doing GTD.  It is definitely not as powerful as OmniFocus or Inbox, but it is less rigid and easier to adapt to your work flow.</p>
<p>Here is my tags list so far.  I am also experimenting with collecting non-todos, such as ideas, into Things and just sticking them in the Someday section.  That is what the very last tag section is for.</p>
<p><img id="image24" src="http://www.jamesrobey.com/wp-content/uploads/2008/02/Things-tags.png" alt="Things application tags" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesrobey.com/culturedcodes-things-application-for-gtd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.175 seconds -->
