<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An extensible FARG implementation, Part II</title>
	<atom:link href="http://farg.wordpress.com/2008/02/28/an-extensible-farg-implementation-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://farg.wordpress.com/2008/02/28/an-extensible-farg-implementation-part-ii/</link>
	<description>Musings from the Fluid Analogies Research Group</description>
	<lastBuildDate>Thu, 16 Apr 2009 15:43:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: On massively parallel coderacks &#171; FARG Blog</title>
		<link>http://farg.wordpress.com/2008/02/28/an-extensible-farg-implementation-part-ii/#comment-31</link>
		<dc:creator>On massively parallel coderacks &#171; FARG Blog</dc:creator>
		<pubDate>Tue, 11 Mar 2008 06:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://farg.wordpress.com/2008/02/28/an-extensible-farg-implementation-part-ii/#comment-31</guid>
		<description>[...] Though I&#8217;m not coding this right now, I think my sketched solution might even help the stale codelet problem Abhijit mentioned: We need the ability to remove stale codelets. When a Codelet is added to the Coderack, it may [...]</description>
		<content:encoded><![CDATA[<p>[...] Though I&#8217;m not coding this right now, I think my sketched solution might even help the stale codelet problem Abhijit mentioned: We need the ability to remove stale codelets. When a Codelet is added to the Coderack, it may [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric N.</title>
		<link>http://farg.wordpress.com/2008/02/28/an-extensible-farg-implementation-part-ii/#comment-18</link>
		<dc:creator>Eric N.</dc:creator>
		<pubDate>Thu, 28 Feb 2008 18:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://farg.wordpress.com/2008/02/28/an-extensible-farg-implementation-part-ii/#comment-18</guid>
		<description>Thanks for these two posts.  A few responses: I like what you said about generative the images from your log files. My default plan is to write similar log files as XML, because many languages give you reading and writing from XML for free -- I can generate the log files with almost zero code. The structure of XML should make it easy to write language-independent tools for analyzing the data.

I put in placeholders in my domain-independent library for the two graphs you show above as soon as I saw them running in your program. They seem quite useful.

For writing new codelets, I&#039;m trying a combination of using a Workspace and Slipnet API that is easy to call from a new codelet, as well as a set of custom attributes (the .NET language construct) that I can attach to the Codelet subclass definition or particular methods like Run. These custom attributes, along with deriving from the base Codelet class, should make my coding analogous to what you&#039;ve done, in terms of reducing repetitive code, etc. But that&#039;s not done yet so I&#039;m not sure how it&#039;ll look in the end.

I like the script idea too, and I&#039;m thinking about how to incorporate that at a later date. Probably I&#039;ll end up using some &quot;design patterns&quot; idea, but I&#039;ll have to understand your scripts more fully first.</description>
		<content:encoded><![CDATA[<p>Thanks for these two posts.  A few responses: I like what you said about generative the images from your log files. My default plan is to write similar log files as XML, because many languages give you reading and writing from XML for free &#8212; I can generate the log files with almost zero code. The structure of XML should make it easy to write language-independent tools for analyzing the data.</p>
<p>I put in placeholders in my domain-independent library for the two graphs you show above as soon as I saw them running in your program. They seem quite useful.</p>
<p>For writing new codelets, I&#8217;m trying a combination of using a Workspace and Slipnet API that is easy to call from a new codelet, as well as a set of custom attributes (the .NET language construct) that I can attach to the Codelet subclass definition or particular methods like Run. These custom attributes, along with deriving from the base Codelet class, should make my coding analogous to what you&#8217;ve done, in terms of reducing repetitive code, etc. But that&#8217;s not done yet so I&#8217;m not sure how it&#8217;ll look in the end.</p>
<p>I like the script idea too, and I&#8217;m thinking about how to incorporate that at a later date. Probably I&#8217;ll end up using some &#8220;design patterns&#8221; idea, but I&#8217;ll have to understand your scripts more fully first.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
