<?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>Fiat Developmentum &#187; Tools</title>
	<atom:link href="http://fiatdev.com/category/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://fiatdev.com</link>
	<description>Let There Be Software!</description>
	<lastBuildDate>Sun, 27 Sep 2009 01:05:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Extracting data from iPhone backups</title>
		<link>http://fiatdev.com/2009/09/26/extracting-data-from-iphone-backups</link>
		<comments>http://fiatdev.com/2009/09/26/extracting-data-from-iphone-backups#comments</comments>
		<pubDate>Sun, 27 Sep 2009 01:03:25 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[.mac]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=258</guid>
		<description><![CDATA[I recently reset my iPhone in an attempt to clear up some weird issues I was having. It wasn&#8217;t until afterwards that I realized that I had forgotten to pull my photos off of the phone first. After doing some searching I discovered that the iPhone backup files are located at:

/Users/&#60;user&#62;/Library/Application Support/MobileSync/Backup


I then found the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently reset my iPhone in an attempt to clear up some weird issues I was having. It wasn&#8217;t until afterwards that I realized that I had forgotten to pull my photos off of the phone first. After doing some searching I discovered that the iPhone backup files are located at:</p>

<pre><code>/Users/&lt;user&gt;/Library/Application Support/MobileSync/Backup
</code></pre>

<p>I then found the <a href="http://iphonewebdev.googlegroups.com/web/bkupextract.pl">bkupextract.pl script</a> that attempts to extract all of the sqlite3 databases from the backup files. I modified the script to also extract the plist, JPEG and PNG files and posted it to <a href="http://gist.github.com/194530">a gist</a>. My Perl-Fu is weak, so no complaining about the quality of the code, but it found my photos.</p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2009/09/26/extracting-data-from-iphone-backups/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on NetBeans 6.7</title>
		<link>http://fiatdev.com/2009/07/02/thoughts-on-netbeans-6-7</link>
		<comments>http://fiatdev.com/2009/07/02/thoughts-on-netbeans-6-7#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:56:17 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=240</guid>
		<description><![CDATA[I used NetBeans back when it was called Forte for Java and have kept an eye on it ever since. Every few releases I would download it and try it out again. Since Eclipse came onto the scene, NetBeans was just &#8220;that other Java IDE.&#8221; I no longer work with Java, nor do I use [...]]]></description>
			<content:encoded><![CDATA[<p>I used NetBeans back when it was called Forte for Java and have kept an eye on it ever since. Every few releases I would download it and try it out again. Since Eclipse came onto the scene, NetBeans was just &#8220;that other Java IDE.&#8221; I no longer work with Java, nor do I use an IDE, but I still download NetBeans every once in a while to see how far it has come. When Rails began to gain traction, the NetBeans team began to work in Ruby support. The Ruby support in NetBeans has always demoed well, but always seemed a bit too clunky for me. And it looked like crap on OS X.</p>

<p><a href="http://www.netbeans.org/servlets/NewsItemView?newsItemID=1399">NetBeans 6.7</a> was released on Monday and I dutifully downloaded it and played with it for a couple of days. The first thing that stuck me is that it looks good on OS X.</p>

<div style="text-align:center;">
    <a href="http://fiatdev.com/wp-content/uploads/nb67.png">
        <img src="http://fiatdev.com/wp-content/uploads/nb67-2.png"
            alt="nb67-2.png" border="0" width="506" height="425" />
    </a>
</div>

<p>This is the best looking Swing application I have ever seen, and yet there are little inconsistencies that can become annoying. For example, you can drag a Cocoa window by clicking anywhere on the integrated toolbar, but in NetBeans you have to click on the title bar. This is a big issue since the toolbar in NetBeans looks like an integrated Cocoa toolbar, but it isn&#8217;t. Also, clicking on a file in the explorer on the left shows the file&#8217;s members in the Navigator, but does not open the file. You have to double click to actually open a file.</p>

<p>All of this would be forgivable if NetBeans offered better functionality than my current toolset. The whole idea behind IDEs is that it is more convenient to have all of the functionality you need bundled into one application than to use several separate apps. However, getting to some of the functionality in NetBeans requires digging around in the UI, and some stuff is just broken compared to the non-IDE equivalent. For example, when running Ruby tests or the Rails server via script/server from within NetBeans, the ASCII color codes are not properly interpreted making the output unreadable.</p>

<p>So far, I have found NetBeans less convenient than the combination of <a href="http://macromates.com/">TextMate</a>, <a href="http://gitx.frim.nl/">GitX</a>, Terminal and <a href="http://www.sequelpro.com/">Sequel Pro</a>. Part of this is due to the fact that I have a lot of time invested in my current development stack. The latest version of NetBeans shows enough promise, and I am enough of a tools geek, that I am going to tough it out a few more days. That having been said, I am having a hard time seeing the value in an IDE when the components of a non-integrated development tool stack are of such high quality.</p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2009/07/02/thoughts-on-netbeans-6-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Erlang setup</title>
		<link>http://fiatdev.com/2009/07/01/my-erlang-setup</link>
		<comments>http://fiatdev.com/2009/07/01/my-erlang-setup#comments</comments>
		<pubDate>Wed, 01 Jul 2009 23:45:33 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=235</guid>
		<description><![CDATA[When setting up Erlang under OS X I have run into two issues. First, how do I keep multiple versions installed at once? I sometimes have a need to evaluate a new version of the Erlang VM while keeping the old version around &#8220;just in case.&#8221; In a  few instances I had two applications [...]]]></description>
			<content:encoded><![CDATA[<p>When setting up Erlang under OS X I have run into two issues. First, how do I keep multiple versions installed at once? I sometimes have a need to evaluate a new version of the Erlang VM while keeping the old version around &#8220;just in case.&#8221; In a  few instances I had two applications which needed different versions of the VM. Second, where do I install all of the 3rd party Erlang libraries? Unlike with Ruby or Python there is no blessed &#8220;site&#8221; directory for 3rd party Erlang libraries.</p>

<p>After a little experimentation I was able to set things up in a way that solves both of these issues. Some of the details are a bit specific to Mac OS X, but this method could easily be adapted to any UNIX-like environment. The method involves symlinks so Windows users are probably out of luck.</p>

<p>I decided to install all Erlang related stuff under <code>~/Library/Erlang</code> to generally conform to OS X conventions. While I chose to install under my home directory, you could also put it in <code>/Library</code> with minimal changes to the process. In the <code>Erlang</code> directory I have two subdirectories: <code>Releases</code> and <code>Site</code>. The general idea is that each Erlang release will live in a subdirectory of <code>Releases</code> named after the Erlang release (i.e., &#8220;R13B01&#8221;) while 3rd party code goes in <code>Site</code>. Finally, I create a symlink named <code>Current</code> in the Erlang directory and link it to the release that I am currently using.</p>

<p>The final setup looks like this:</p>

<pre><code>Erlang
  |-- Current -&gt; Releases/R13B01
  |-- Releases
  |     |-- R12B5
  |     `-- R13B01
  |-- Site
  |     |-- erlydtl-0.5.2.2
  |     |-- mochiweb-0.97.1
  |     |-- nitrogen-0.2.0
  |     `-- webmachine-1.3
  `-- setup.sh
</code></pre>

<p>The <code>setup.sh</code> file is sourced in my <code>.bash_profile</code> and it sets up the shell environment:</p>

<pre><code>export ERL_ROOT=$HOME/Library/Erlang/Current
export ERL_LIBS=$HOME/Library/Erlang/Site
export MANPATH=$ERL_ROOT/man:$MANPATH
export PATH=$ERL_ROOT/bin:$PATH
</code></pre>

<p>With this setup, all of the libraries in <code>Site</code> are in the Erlang code path and the current Erlang VM is in the shell&#8217;s path. I can switch Erlang VMs by changing the symlink to point to a different distribution, but everything else remains the same.</p>

<p>Building Erlang from source is simple. After extracting the source distribution:</p>

<pre><code>$ ./configure --prefix=$HOME/Library/Erlang/Releases/R13B01
$ make
$ make install
</code></pre>

<p>You will want to replace the &#8216;R13B01&#8217; with the name of the distribution you are building.</p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2009/07/01/my-erlang-setup/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keeping track of little things</title>
		<link>http://fiatdev.com/2009/01/26/keeping-track-of-little-things</link>
		<comments>http://fiatdev.com/2009/01/26/keeping-track-of-little-things#comments</comments>
		<pubDate>Mon, 26 Jan 2009 17:43:45 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=130</guid>
		<description><![CDATA[I have been using GTD for a while now (1 year? 2? Has it really been that long?). By now I have mostly passed the &#8220;tinkering&#8221; phase and my system has become integrated with my daily routine. Having said that, I am still finding small ways to improve and optimize the whole process.

This morning I [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using <a href="http://en.wikipedia.org/wiki/Getting_Things_Done">GTD</a> for a while now (1 year? 2? Has it really been that long?). By now I have mostly passed the &#8220;tinkering&#8221; phase and my system has become integrated with my daily routine. Having said that, I am still finding small ways to improve and optimize the whole process.</p>

<p>This morning I was looking over my Today list in <a href="http://culturedcode.com/things/">Things</a> and I realized that there were two tasks on my mind but not in the system. Safari bookmarks aren&#8217;t synching to my laptop properly and I have a memory upgrade for my daughter&#8217;s iMac that needs to be installed. I initially resisted adding those tasks to Things with the justification that they are little things and I would take care of them this evening. Of course, I have had the memory upgrade for over a week now and it has yet to be installed.</p>

<p>These &#8220;little things&#8221; were becoming a source of stress because every time I would walk past the iMac or log onto the laptop I would think: &#8220;Oh, yeah. I need to do something about this&#8230;but not right now.&#8221; And yet, I resisted adding them to my list in Things. Once I became aware of this I thought of several tasks that I had been holding in my head. Getting those tasks into things relieved some of the stress and gave me more confidence that they would eventually be done.</p>

<p>Now all I have to do is become more disciplined about doing the things on my list as opposed to just moving things around.</p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2009/01/26/keeping-track-of-little-things/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLook Preview for Markdown</title>
		<link>http://fiatdev.com/2008/07/29/quicklook-preview-for-markdown</link>
		<comments>http://fiatdev.com/2008/07/29/quicklook-preview-for-markdown#comments</comments>
		<pubDate>Tue, 29 Jul 2008 23:08:01 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[.mac]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[quicklook]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=107</guid>
		<description><![CDATA[I was curious about QuickLook generators and decided to write a quick generator for previewing Markdown files. QuickLook generators are pretty simple and it didn&#8217;t take me long to throw something together. This plugin creates an HTML preview from the Markdown source and renders that in the QuickLook window.

If you are interested you can download [...]]]></description>
			<content:encoded><![CDATA[<p>I was curious about QuickLook generators and decided to write a quick generator for previewing <a href="http://daringfireball.net/projects/markdown/">Markdown</a> files. QuickLook generators are pretty simple and it didn&#8217;t take me long to throw something together. This plugin creates an HTML preview from the Markdown source and renders that in the QuickLook window.</p>

<p>If you are interested you can download a binary or check out the source on Github.</p>

<p>Download: <a href="http://fiatdev.com/downloads/QLMarkdown-1.1.zip">QLMarkdown-1.1.zip</a> <br/>
Source: <a href="http://github.com/toland/qlmarkdown">http://github.com/toland/qlmarkdown</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2008/07/29/quicklook-preview-for-markdown/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Programming Language Nuclear Winter</title>
		<link>http://fiatdev.com/2008/07/22/programming-language-nuclear-winter</link>
		<comments>http://fiatdev.com/2008/07/22/programming-language-nuclear-winter#comments</comments>
		<pubDate>Tue, 22 Jul 2008 21:54:39 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[languages]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=103</guid>
		<description><![CDATA[
  One of the points that I’ve been trying to make since I’ve gotten back in to
  the languages space is that a lot of what is happening in languages now is
  unpausing the nuclear winter that Java imposed on the programming language
  space. If you haven’t been following this space [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
  <p>One of the points that I’ve been trying to make since I’ve gotten back in to
  the languages space is that a lot of what is happening in languages now is
  unpausing the nuclear winter that Java imposed on the programming language
  space. If you haven’t been following this space for a while, you’d believe that
  all this dynamic language stuff was invented in the last 5 or 10 years or so.</p>
</blockquote>

<p>&#8212; <a href="http://www.sauria.com/blog/2008/07/20/ides-and-dynamic-languages/">Ted Leung</a></p>

<p>(Via <a href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;printTitle=Java_Induced_Winter&amp;entry=3394198614">James Robertson</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2008/07/22/programming-language-nuclear-winter/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Campfire theme for Colloquy</title>
		<link>http://fiatdev.com/2008/04/10/campfire-theme-for-colloquy</link>
		<comments>http://fiatdev.com/2008/04/10/campfire-theme-for-colloquy#comments</comments>
		<pubDate>Fri, 11 Apr 2008 00:24:58 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[campfire]]></category>
		<category><![CDATA[colloquy]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=95</guid>
		<description><![CDATA[I occasionally use IRC, and Colloquy is my preferred client. The default theme is OK, but not great. Recently, I stumbled upon a Colloquy theme that is based on 37signals&#8217; Campfire chat application. It makes the Colloquy chat windows much easier to read, in my opinion.


]]></description>
			<content:encoded><![CDATA[<p>I occasionally use IRC, and <a href="http://colloquy.info/">Colloquy</a> is my preferred client. The default theme is OK, but not great. Recently, I stumbled upon a <a href="http://dev.blaimhq.com/projects/campfire-colloquy-theme/wiki/Campfire%20colloquy%20theme">Colloquy theme</a> that is based on 37signals&#8217; <a href="http://www.campfirenow.com/">Campfire</a> chat application. It makes the Colloquy chat windows much easier to read, in my opinion.</p>

<p style="text-align:center"><img src="http://fiatdev.com/wp-content/uploads/colloquy.jpg" width="410" height="290" alt=""/></p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2008/04/10/campfire-theme-for-colloquy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Github goes live</title>
		<link>http://fiatdev.com/2008/04/10/github-goes-live</link>
		<comments>http://fiatdev.com/2008/04/10/github-goes-live#comments</comments>
		<pubDate>Fri, 11 Apr 2008 00:13:57 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=94</guid>
		<description><![CDATA[Following up on my , GitHub is now officially live (hat tip: Ruby Inside). So, what are you waiting for, got host some code!

Be sure to checkout GitHub&#8217;s Guides, including the list of cool and unusual Git techniques. Finally, the aforementioned Ruby Inside post also pointed out this Ruby and Git roundup at InfoQ.
]]></description>
			<content:encoded><![CDATA[<p>Following up on my <a href="#">earlier post</a>, <a href="http://github.com/">GitHub</a> is now <a href="http://github.com/blog/40-we-launched">officially live</a> (hat tip: <a href="http://www.rubyinside.com/github-officially-launches-git-hosting-a-go-go-853.html">Ruby Inside</a>). So, what are you waiting for, got host some code!</p>

<p>Be sure to checkout GitHub&#8217;s <a href="http://github.com/guides">Guides</a>, including the list of <a href="http://github.com/guides/cool-and-unusual-git-techniques">cool and unusual Git techniques</a>. Finally, the aforementioned Ruby Inside post also pointed out this <a href="http://www.infoq.com/news/2008/04/ruby-git-roundup-rails-rubyforge">Ruby and Git roundup</a> at <a href="http://www.infoq.com/">InfoQ</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2008/04/10/github-goes-live/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s all about Git</title>
		<link>http://fiatdev.com/2008/04/09/its-all-about-git</link>
		<comments>http://fiatdev.com/2008/04/09/its-all-about-git#comments</comments>
		<pubDate>Thu, 10 Apr 2008 03:25:47 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://fiatdev.com/?p=93</guid>
		<description><![CDATA[Git seems to have gained a lot of traction lately. Just last week the Ruby on Rails core team announced that they are moving the official Rails source repository to Git. The core team took a lot of flak for the move, but I think it is a good one.

Rails will be hosted on the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://git.or.cz/">Git</a> seems to have gained a lot of traction lately. Just last week the Ruby on Rails core team <a href="http://weblog.rubyonrails.com/2008/4/2/rails-is-moving-from-svn-to-git">announced</a> that they are moving the official Rails source repository to Git. The core team took a lot of flak for the move, but I think it is a good one.</p>

<p>Rails will be hosted on the upcoming <a href="http://github.com/">Github</a> site, which looks promising. Of course, <a href="http://gitorious.org/">Gitorious</a> is a similar service that has been around for a little while and <a href="http://repo.or.cz/">repo.or.cz</a> has been around for longer still. The cool thing about these sites is that they can provide advanced version control hosting due to Git&#8217;s simplicity. Github, in particular, has some <a href="http://railsontherun.com/2008/3/3/how-to-use-github-and-submit-a-patch">impressive features</a>.</p>

<p>Many people who are used to centralized version control systems don&#8217;t immediately see the value in a distributed system like Git. I think that moving from Subversion to Git is like moving from Java to Ruby. If you write Ruby code like you write Java code then you are likely to be disappointed. In order to get the most from Ruby you have to change the way you think about software development and latch on to concepts like duck typing and metaprogramming. The same is true of Git. If you use Git like you used Subversion, it is going to be a disappointment. Once you are comfortable with the distributed SCM model, and begin to take advantage of features like cheap local branches, then you will be much happier with Git.</p>

<p><a href="http://blog.neontology.com">Tim Burks</a> <a href="http://blog.neontology.com/posts/2008/03/10/going-to-github">says</a> that with distributed version control systems like Git &#8220;&#8216;the world is flat&#8217; for programmers&#8221;:</p>

<blockquote>
  <p>All participants have the freedom to make whatever innovations they
  want and the opportunity to promote their changes to the public.
  Because all repositories are equally functional, the project leader
  has the ability to act as Brooks’ chief architect, pulling and filtering
  changes back into his or her personally-branded version.</p>
</blockquote>

<p>This is how Linux kernel development happens and it is surprisingly liberating. Development tools tend to be quirky and we accept the little oddities as the cost of doing business. We become insensitive to the quirkiness and accept it after a fashion. These little nuisances wear grooves in our daily development routine and it can be hard to escape those grooves.</p>

<p><a href="http://tomayko.com/">Ryan Tomayko</a> <a href="http://tomayko.com/writings/the-thing-about-git">describes</a> a thorny version control problem and how Git solves it handily. The point isn&#8217;t that Git has Feature X which other systems lack, it is that Git does not impose unnecessary cruft on your workflow:</p>

<blockquote>
  <p>The thing about Git is that it&#8217;s oddly liberal with how and when you use it.
  Version control systems have traditionally required a lot of up-front planning
  followed by constant interaction to get changes to the right place at the 
  right time and in the right order. And woe unto thee if a rule is broken
  somewhere along the way, or you change your mind about something, or you just
  want to fix this one thing real quick before having to commit all the other
  crap in your working copy.</p>
</blockquote>

<p>It is different, but sometimes different is good. It is also frustrating and the interface can be a bit odd at times. But the interface is getting better and the frustration subsides as you begin to &#8220;get it.&#8221; All in all, now seems to be a good time to get comfortable with Git.</p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2008/04/09/its-all-about-git/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Darcheology Screenshot</title>
		<link>http://fiatdev.com/2008/02/13/darcheology-screenshot</link>
		<comments>http://fiatdev.com/2008/02/13/darcheology-screenshot#comments</comments>
		<pubDate>Thu, 14 Feb 2008 04:50:13 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[darcs]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://fiatdev.com/2008/02/13/darcheology-screenshot</guid>
		<description><![CDATA[You ask and I deliver. Mark asked for a screenshot in a comment to my . So, here it is:



(Click the image to see a larger version)
]]></description>
			<content:encoded><![CDATA[<p>You ask and I deliver. Mark asked for a screenshot in a comment to my <a href="#">original post on Darcheology</a>. So, here it is:</p>

<p><a href="http://fiatdev.com/wp-content/uploads/darchy.png"><img src="http://fiatdev.com/wp-content/uploads/darchy_small.png" width="500" height="334" alt="darchy.png"/></a></p>

<p>(Click the image to see a larger version)</p>
]]></content:encoded>
			<wfw:commentRss>http://fiatdev.com/2008/02/13/darcheology-screenshot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
