<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: A touch of coolness</title>
	<atom:link href="http://nutrun.com/weblog/a-touch-of-coolness/feed/" rel="self" type="application/rss+xml" />
	<link>http://nutrun.com/weblog/a-touch-of-coolness/</link>
	<description>nutrun</description>
	<pubDate>Thu, 04 Dec 2008 02:49:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Chris</title>
		<link>http://nutrun.com/weblog/a-touch-of-coolness/#comment-193</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 24 Sep 2006 08:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=52#comment-193</guid>
		<description>Alternatively, you could just use the subversion bindings for ruby to get this information via the API - rather than using an exec &#38;#38; parse output hack.</description>
		<content:encoded><![CDATA[<p>Alternatively, you could just use the subversion bindings for ruby to get this information via the API - rather than using an exec &#38;#38; parse output hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: topfunky</title>
		<link>http://nutrun.com/weblog/a-touch-of-coolness/#comment-192</link>
		<dc:creator>topfunky</dc:creator>
		<pubDate>Sat, 23 Sep 2006 00:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=52#comment-192</guid>
		<description>Now only if svn log was also formatted as YAML...</description>
		<content:encoded><![CDATA[<p>Now only if svn log was also formatted as YAML&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trans</title>
		<link>http://nutrun.com/weblog/a-touch-of-coolness/#comment-194</link>
		<dc:creator>trans</dc:creator>
		<pubDate>Fri, 22 Sep 2006 07:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=52#comment-194</guid>
		<description>How fortuitous ;-)

I agree and I've been generally doing this myself for some time. Actaully I think it's one of those things that just clicks after a while of using YAML and writing CLI tools. Recently however I started taking it a step further, expirementing with accepting YAML as command line argument:

  foo --x [a,b] --y {a: 1, b: 2}

Would become:

  x:
    - a
    - b
  y:
    a: 1
    b :2

T.</description>
		<content:encoded><![CDATA[<p>How fortuitous <img src='http://nutrun.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
I agree and I&#8217;ve been generally doing this myself for some time. Actaully I think it&#8217;s one of those things that just clicks after a while of using YAML and writing CLI tools. Recently however I started taking it a step further, expirementing with accepting YAML as command line argument:</p>
<p>  foo &#8211;x [a,b] &#8211;y {a: 1, b: 2}</p>
<p>Would become:</p>
<p>  x:<br />
    - a<br />
    - b<br />
  y:<br />
    a: 1<br />
    b :2</p>
<p>T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Redpath</title>
		<link>http://nutrun.com/weblog/a-touch-of-coolness/#comment-191</link>
		<dc:creator>Luke Redpath</dc:creator>
		<pubDate>Thu, 21 Sep 2006 23:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=52#comment-191</guid>
		<description>Its very cool, I discovered this a while back. Here's a little snippet I used in a project to display the current svn revision on the page footer in development mode:

http://www.bigbold.com/snippets/posts/show/2374</description>
		<content:encoded><![CDATA[<p>Its very cool, I discovered this a while back. Here&#8217;s a little snippet I used in a project to display the current svn revision on the page footer in development mode:</p>
<p><a href="http://www.bigbold.com/snippets/posts/show/2374" rel="nofollow">http://www.bigbold.com/snippets/posts/show/2374</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Fairbairn</title>
		<link>http://nutrun.com/weblog/a-touch-of-coolness/#comment-190</link>
		<dc:creator>James Fairbairn</dc:creator>
		<pubDate>Thu, 21 Sep 2006 20:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=52#comment-190</guid>
		<description>Of course SVN's output, like that of CVS before it, was meant from the beginning to be very structured, and therefore machine readable. I doubt it was intended to be YAML any more than HTTP headers were. But it's a neat hack anyway.</description>
		<content:encoded><![CDATA[<p>Of course SVN&#8217;s output, like that of CVS before it, was meant from the beginning to be very structured, and therefore machine readable. I doubt it was intended to be YAML any more than HTTP headers were. But it&#8217;s a neat hack anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
