<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Evolution Away from Modularity</title>
	<atom:link href="http://www.tdaxp.com/archive/2006/06/16/the-evolution-away-from-modularity.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tdaxp.com/archive/2006/06/16/the-evolution-away-from-modularity.html</link>
	<description>High-minded, fanatically malthusian perspectives</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:26:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: GL</title>
		<link>http://www.tdaxp.com/archive/2006/06/16/the-evolution-away-from-modularity.html/comment-page-1#comment-268241</link>
		<dc:creator>GL</dc:creator>
		<pubDate>Tue, 21 Apr 2009 19:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tdaxp.com/archive/2006/06/16/the-evolution-away-from-modularity.html#comment-268241</guid>
		<description>No offense but Bullers &quot;not enough genes&quot; argument relies on a &quot;one gene = one trait&quot; view that is just plain wrong. See Barrett &amp; Kurzban (2006), page 640.

Also it&#039;s Wason selection task, not Watson ;) (named after Peter Wason).

Other than that, great post.</description>
		<content:encoded><![CDATA[<p>No offense but Bullers &#8220;not enough genes&#8221; argument relies on a &#8220;one gene = one trait&#8221; view that is just plain wrong. See Barrett &amp; Kurzban (2006), page 640.</p>
<p>Also it&#8217;s Wason selection task, not Watson <img src='http://www.tdaxp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (named after Peter Wason).</p>
<p>Other than that, great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark safranski</title>
		<link>http://www.tdaxp.com/archive/2006/06/16/the-evolution-away-from-modularity.html/comment-page-1#comment-8310</link>
		<dc:creator>mark safranski</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tdaxp.com/archive/2006/06/16/the-evolution-away-from-modularity.html#comment-8310</guid>
		<description>&lt;p&gt;Great expansion and counterpoint. Not sure if modularity is always antagonistic to holistic conceptions because modules can and should act in synergy, at least at certain times but at other times, it probably is.&lt;br /&gt; &lt;br /&gt; Have to link to this....&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Great expansion and counterpoint. Not sure if modularity is always antagonistic to holistic conceptions because modules can and should act in synergy, at least at certain times but at other times, it probably is.</p>
<p> Have to link to this&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan tdaxp</title>
		<link>http://www.tdaxp.com/archive/2006/06/16/the-evolution-away-from-modularity.html/comment-page-1#comment-8311</link>
		<dc:creator>Dan tdaxp</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tdaxp.com/archive/2006/06/16/the-evolution-away-from-modularity.html#comment-8311</guid>
		<description>&lt;p&gt;Mark,&lt;br /&gt; &lt;br /&gt; Good point about the synergy.  I was delighted by how this chapter tied into recent blog conversations [1], but what is actually meant by modularity is not clear to me.&lt;br /&gt; &lt;br /&gt; In the above notes I mentioned how  Buller and Hardcastle&#039;s data-and-process division wasn&#039;t clean, because in programming an array is data that looks like a process.  You can do the same thing with the authors&#039; insistence that modules have access to direct information.  For example, what to make of&lt;br /&gt; &lt;br /&gt; a PERL script that (depending on command line arguments)&lt;br /&gt; involves a MACRO language that (depending on flags)&lt;br /&gt; compiles C++ code that (depending on debugging code)&lt;br /&gt; builds an ASP presentation layer that (depending on browser settings)&lt;br /&gt; invokes an SQL command that (depending on the database&#039;s configuration file)&lt;br /&gt; is converted into DATABASE ACCESS LOGIC (depending on current performance load)&lt;br /&gt; that is outputed as HTML that (depending on a user&#039;s current time)&lt;br /&gt; involves an SOAP request that (depending on Internet traffic)&lt;br /&gt; is returned in XML (which in turn depends on another computer&#039;s settings -- a whole new black box there) that&lt;br /&gt; is processed by JAVASCRIPT and shows a user either his waiting emails or the nightly TV schedule&lt;br /&gt; &lt;br /&gt; Here you have a cascade of modules, some clearly &quot;deeper in&quot; that other, all of which takes some input and much of which relies on real-time or near-real-time settings.  Would this be not massively modular in Buller&#039;s and Hardscaste&#039;s eyes because some require information from an internal clock, some from settings that were recently set, others from settings that were set further back, some from social interactions?  &lt;br /&gt; &lt;br /&gt; If anything, this chapter (and your comment) helps clarify that definitions are important.  Oddly the authors have attacked others for definitions so vague as to be meaningless.  But in a chapter on &quot;modularity,&quot; they seem to do the same thing.&lt;br /&gt; &lt;br /&gt; [1] &lt;a href=&quot;http://www.tdaxp.com/archive/2006/06/14/dashboard-confessional.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.tdaxp.com/archive/2006/06/14/dashboard-confessional.html&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p> Good point about the synergy.  I was delighted by how this chapter tied into recent blog conversations [1], but what is actually meant by modularity is not clear to me.</p>
<p> In the above notes I mentioned how  Buller and Hardcastle&#8217;s data-and-process division wasn&#8217;t clean, because in programming an array is data that looks like a process.  You can do the same thing with the authors&#8217; insistence that modules have access to direct information.  For example, what to make of</p>
<p> a PERL script that (depending on command line arguments)<br /> involves a MACRO language that (depending on flags)<br /> compiles C++ code that (depending on debugging code)<br /> builds an ASP presentation layer that (depending on browser settings)<br /> invokes an SQL command that (depending on the database&#8217;s configuration file)<br /> is converted into DATABASE ACCESS LOGIC (depending on current performance load)<br /> that is outputed as HTML that (depending on a user&#8217;s current time)<br /> involves an SOAP request that (depending on Internet traffic)<br /> is returned in XML (which in turn depends on another computer&#8217;s settings &#8212; a whole new black box there) that<br /> is processed by JAVASCRIPT and shows a user either his waiting emails or the nightly TV schedule</p>
<p> Here you have a cascade of modules, some clearly &#8220;deeper in&#8221; that other, all of which takes some input and much of which relies on real-time or near-real-time settings.  Would this be not massively modular in Buller&#8217;s and Hardscaste&#8217;s eyes because some require information from an internal clock, some from settings that were recently set, others from settings that were set further back, some from social interactions?  </p>
<p> If anything, this chapter (and your comment) helps clarify that definitions are important.  Oddly the authors have attacked others for definitions so vague as to be meaningless.  But in a chapter on &#8220;modularity,&#8221; they seem to do the same thing.</p>
<p> [1] <a href="http://www.tdaxp.com/archive/2006/06/14/dashboard-confessional.html" target="_blank" rel="nofollow">http://www.tdaxp.com/archive/2006/06/14/dashboard-confessional.html</a></p>
]]></content:encoded>
	</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! -->