<?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 for Concern</title>
	<atom:link href="http://metastatic.org/text/Concern/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://metastatic.org/text/Concern</link>
	<description>In Which We Worry and Complain Out Loud in Our Outside Voice</description>
	<pubDate>Wed, 20 Aug 2008 11:53:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Hopefully Accurate by Mark Wielaard</title>
		<link>http://metastatic.org/text/Concern/2008/08/04/i-am-too-pleased-with-how-funny-i-think-i-am/#comment-83807</link>
		<dc:creator>Mark Wielaard</dc:creator>
		<pubDate>Tue, 05 Aug 2008 19:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/?p=333#comment-83807</guid>
		<description>Come on! Give us names! Be concrete. Which GNU mailing lists? Names, we want names :)</description>
		<content:encoded><![CDATA[<p>Come on! Give us names! Be concrete. Which GNU mailing lists? Names, we want names <img src='http://metastatic.org/text/Concern/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on git package 1.5.4.3 for OS X by Jon Kulp</title>
		<link>http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-80223</link>
		<dc:creator>Jon Kulp</dc:creator>
		<pubDate>Mon, 21 Jul 2008 19:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-80223</guid>
		<description>Thanks so much for this package!  The macports repo wasn't working for this package--kept hanging on the rsync fetch--so I'm very grateful for this!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this package!  The macports repo wasn&#8217;t working for this package&#8211;kept hanging on the rsync fetch&#8211;so I&#8217;m very grateful for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on git 1.5.5.3 for Leopard by csm</title>
		<link>http://metastatic.org/text/Concern/2008/06/01/git-1553-for-leopard/#comment-78408</link>
		<dc:creator>csm</dc:creator>
		<pubDate>Thu, 10 Jul 2008 05:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/?p=312#comment-78408</guid>
		<description>Git comes with almost 150 command-line programs, most hard-linked to the main `git' program. Apple's installers store *each* hard link as the entire file, so you get a lot of duplicated files. When installed, it should only take up as much space as the single binary.

These links could be installed by, say, a post-install script, but I don't care enough, and the bandwidth isn't a problem.</description>
		<content:encoded><![CDATA[<p>Git comes with almost 150 command-line programs, most hard-linked to the main `git&#8217; program. Apple&#8217;s installers store *each* hard link as the entire file, so you get a lot of duplicated files. When installed, it should only take up as much space as the single binary.</p>
<p>These links could be installed by, say, a post-install script, but I don&#8217;t care enough, and the bandwidth isn&#8217;t a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on git 1.5.5.3 for Leopard by Kay Leben</title>
		<link>http://metastatic.org/text/Concern/2008/06/01/git-1553-for-leopard/#comment-78298</link>
		<dc:creator>Kay Leben</dc:creator>
		<pubDate>Wed, 09 Jul 2008 16:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/?p=312#comment-78298</guid>
		<description>Why file so big?</description>
		<content:encoded><![CDATA[<p>Why file so big?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remoting Lambda Expressions by csm</title>
		<link>http://metastatic.org/text/Concern/2008/03/08/remoting-lambda-expressions/#comment-74950</link>
		<dc:creator>csm</dc:creator>
		<pubDate>Sun, 22 Jun 2008 01:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/2008/03/08/remoting-lambda-expressions/#comment-74950</guid>
		<description>Well, if you were interested in implementing this fully, with support for all sorts of function arguments, you could introspect on the expression itself if you had to. That is, if it's just compiled code you're dealing with, send that; if you can reason about it with the Expression API, do that. Otherwise, SOL.</description>
		<content:encoded><![CDATA[<p>Well, if you were interested in implementing this fully, with support for all sorts of function arguments, you could introspect on the expression itself if you had to. That is, if it&#8217;s just compiled code you&#8217;re dealing with, send that; if you can reason about it with the Expression API, do that. Otherwise, SOL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remoting Lambda Expressions by Ant</title>
		<link>http://metastatic.org/text/Concern/2008/03/08/remoting-lambda-expressions/#comment-74667</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Fri, 20 Jun 2008 16:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/2008/03/08/remoting-lambda-expressions/#comment-74667</guid>
		<description>This can't be done for expressions that are built up dynamically. Trying to call GetMethodBody() on the compiled delegate throws a 'Operation is not valid due to the current state of the object.' exception.</description>
		<content:encoded><![CDATA[<p>This can&#8217;t be done for expressions that are built up dynamically. Trying to call GetMethodBody() on the compiled delegate throws a &#8216;Operation is not valid due to the current state of the object.&#8217; exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X: Convert some pictClipping files to images by Peter</title>
		<link>http://metastatic.org/text/Concern/2007/06/20/mac-os-x-convert-some-pictclipping-files-to-images/#comment-74593</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 20 Jun 2008 05:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/2007/06/20/mac-os-x-convert-some-pictclipping-files-to-images/#comment-74593</guid>
		<description>I "just" dragged the LP image from iTunes into Pages (iWork) then drag the page into iPhoto then dragged em to the Desktop (they were .pict by then), then opened em with Photoshop and saved em as Jpegs. Whew!</description>
		<content:encoded><![CDATA[<p>I &#8220;just&#8221; dragged the LP image from iTunes into Pages (iWork) then drag the page into iPhoto then dragged em to the Desktop (they were .pict by then), then opened em with Photoshop and saved em as Jpegs. Whew!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on git package 1.5.4.3 for OS X by eric pugh</title>
		<link>http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-74470</link>
		<dc:creator>eric pugh</dc:creator>
		<pubDate>Thu, 19 Jun 2008 14:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-74470</guid>
		<description>Seems like Git is advancing quickly..  I attempting to use Braid, and the latest version will only run with  Git 1.5.4.5!  Any chance of making another Tiger package?</description>
		<content:encoded><![CDATA[<p>Seems like Git is advancing quickly..  I attempting to use Braid, and the latest version will only run with  Git 1.5.4.5!  Any chance of making another Tiger package?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on git 1.5.5.3 for Leopard by louis</title>
		<link>http://metastatic.org/text/Concern/2008/06/01/git-1553-for-leopard/#comment-74017</link>
		<dc:creator>louis</dc:creator>
		<pubDate>Tue, 17 Jun 2008 03:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/?p=312#comment-74017</guid>
		<description>thanks for building this!</description>
		<content:encoded><![CDATA[<p>thanks for building this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on git package for Mac OS X by roger</title>
		<link>http://metastatic.org/text/Concern/2007/08/18/git-package-for-mac-os-x/#comment-72163</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Wed, 04 Jun 2008 23:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://metastatic.org/text/Concern/2007/08/18/git-package-for-mac-os-x/#comment-72163</guid>
		<description>looks like the macport version has version 1.5.5, as an option, too :)</description>
		<content:encoded><![CDATA[<p>looks like the macport version has version 1.5.5, as an option, too <img src='http://metastatic.org/text/Concern/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

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