<?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/"
	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>Conflated Automatons</title>
	<atom:link href="http://conflatedautomatons.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://conflatedautomatons.wordpress.com</link>
	<description>Adam rambles</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:35:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='conflatedautomatons.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Conflated Automatons</title>
		<link>http://conflatedautomatons.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://conflatedautomatons.wordpress.com/osd.xml" title="Conflated Automatons" />
	<atom:link rel='hub' href='http://conflatedautomatons.wordpress.com/?pushpress=hub'/>
		<item>
		<title>XIV.3 When the way prevails in a system</title>
		<link>http://conflatedautomatons.wordpress.com/2012/01/24/xiv-3-when-the-way-prevails-in-a-system/</link>
		<comments>http://conflatedautomatons.wordpress.com/2012/01/24/xiv-3-when-the-way-prevails-in-a-system/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 03:24:15 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[bureaucracy of automatons]]></category>
		<category><![CDATA[civil service]]></category>
		<category><![CDATA[Confucian Software]]></category>
		<category><![CDATA[John Sassaman]]></category>
		<category><![CDATA[Jon Postel]]></category>
		<category><![CDATA[langsec]]></category>
		<category><![CDATA[Meredith L. Patterson]]></category>
		<category><![CDATA[Postel's Principle]]></category>
		<category><![CDATA[孔子软件]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=361</guid>
		<description><![CDATA[子曰，邦有道，危言，危行。邦无道，危行，孙言。 &#8216; &#8212; 论语，十四:三 The Master said, &#8216;When the Way prevails in the state, speak and act with perilous high-mindedness; when the Way does not prevail, act with perilous high-mindedness but speak with self-effacing diffidence.&#8217; &#8212; Analects XIV.3 (Lau) Confucius expresses not only a prudent guideline for ethical public service, but a principle for designing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=361&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>子曰，邦有道，危言，危行。邦无道，危行，孙言。 &#8216; &#8212; <a href="http://wengu.tartarie.com/wg/wengu.php?l=Lunyu&amp;no=350">论语，十四:三</a></p>
<p>The Master said, &#8216;When the Way prevails in the state, speak and act with perilous high-mindedness; when the Way does not prevail, act with perilous high-mindedness but speak with self-effacing diffidence.&#8217; &#8212; <a href="http://wengu.tartarie.com/wg/wengu.php?l=Lunyu&amp;no=350">Analects XIV.3</a> (Lau)</p></blockquote>
<p>Confucius expresses not only a prudent guideline for ethical public service, but a principle for designing robust systems across diverse interfaces. Consider The Way prevailing in a trustable system: one you control, or one well established, open and of high quality. In these circumstances it is possible and desirable to do strict validation on subtly incorrect inputs, and to raise exceptions internally without fear of further system failure.</p>
<p>A bureaucracy is an information processing system of communicating agents. At the external endpoints of this system it can, through interfaces, have physical and social effects.  Likewise, software is a bureaucracy of automatons. This is especially evident when the software system is decomposed into independently processing agents, as in concurrent or distributed systems. External effects depend on the system: a state may build a road, or put a man in jail; software may fly a plane, or a missile.</p>
<p>Such decoupled or distributed systems then have non-trivial needs for design of the communication protocol itself. This manifests, in traditional bureaucracy, as paper forms. Paper (or equivalent) is now seen as a technological pre-requisite for centralized state formation across larger geographic and demographic scales because it is an enabler for efficient central bureaucracy (eg <a href="http://www.nus.edu.sg/nuspress/subjects/history/978-9971-69-448-7.html">Whitmore chapter on Dai Viet</a>). In the time of Confucius the state ran on more unwieldy scrolls, but the problems of information flow in the state system are shared.</p>
<p>Facing similar problems of information design, Confucius gives similar advice to Jon Postel:</p>
<blockquote><p>TCP implementations should follow a general principle of robustness: be conservative in what you do, be liberal in what you accept from others. <a href="http://tools.ietf.org/html/rfc761">RFC 761</a></p></blockquote>
<p>Postel is perhaps more forgiving than Confucius, here. If a program must deal with badly formed inputs, The Way does not prevail in the system. If it tries too hard to be liberal in it&#8217;s interpretation of inputs, rather than logging an error, rejecting or ignoring the input, it is more prone to subversion. One could say the system does not act with perilous high-mindedness in maintaining its internal state.</p>
<p>The <a href="http://www.cs.dartmouth.edu/~sergey/langsec/">langsec group</a> have a <a href="http://www.cs.dartmouth.edu/~sergey/langsec/postel-principle-patch.txt">variation</a> on the principle which bears even greater similarity: &#8220;Be definite about what you accept&#8221;. Log an error if you can, they might have added; else speak with self-effacing diffidence.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/361/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=361&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2012/01/24/xiv-3-when-the-way-prevails-in-a-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Write About Islam</title>
		<link>http://conflatedautomatons.wordpress.com/2012/01/14/how-to-write-about-islam/</link>
		<comments>http://conflatedautomatons.wordpress.com/2012/01/14/how-to-write-about-islam/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 19:07:37 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Bernard Lewis]]></category>
		<category><![CDATA[Binyavanga Wainaina]]></category>
		<category><![CDATA[Islam]]></category>
		<category><![CDATA[Orientalism]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=359</guid>
		<description><![CDATA[Substitute, combine and conflate Islam, Arabs and the Middle East. Only twenty percent of Muslims are Arabs. The Middle East has plenty of other ethnic groups. The biggest Muslim majority country is Indonesia, which is further from Mecca than London is. Use whichever group is convenient for your point, or fits better for the copy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=359&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Substitute, combine and conflate Islam, Arabs and the Middle East. Only twenty percent of Muslims are Arabs. The Middle East has plenty of other ethnic groups. The biggest Muslim majority country is Indonesia, which is further from Mecca than London is. Use whichever group is convenient for your point, or fits better for the copy desk.</p>
<p>Rely on antiquity to explain causes. Origin stories are great for comic books and history. Rely on them. The Hidden Imam hides TV remote controls all the time: be sure to put him at the centre of all geopolitical debates as well.  Arguments and schisms are ideal forms free from a context of time and space, so leap happily across multiple centuries for connections or conclusions. Any contrary examples or entire flourishing empires that happen to chronologically fall in between two steps in your argument can be safely ignored. Wars and treaties of the 19th and 20th centuries are also too recent to offer the broad vista your readers need.</p>
<p>Poetry is sewn like a silken thread throughout Islamic culture; the Qur&#8217;an is sometimes described as a poem dictated by Allah, the unique, the mighty. The poetic Muslim soul should not be sullied by description with brutish numbers. Economic or demographic details are tedious grey filler in your portrait of the spiritual world of Islam.</p>
<p>Use generalized definite articles a few times to give the article a sense of scholarly generality. If at all possible, discuss The Muslim as a noun, but if not, at least deploy general terms as adjectives, like The Muslim Mind, Islamic Civilization, or that notoriously opinionated piece  of civil engineering, The Arab Street.</p>
<p>Praise your subject and their generous traditions of hospitality to guests, at least when you&#8217;re not talking about how nasty and self-explosive they are.</p>
<p>Call for an Islamic Reformation. Don&#8217;t let the lack an Islamic Pope deter you. European religious and political history translates simply into the Near, Middle and Far East.</p>
<p>Turbans and burqas. Oh yeah.</p>
<p>If you must use references, restrict them to a single source, preferably Bernard Lewis. Lewis is a Princeton scholar with vast experience and erudition, particularly on the Ottoman Empire. His political punditry and close association with the American government don&#8217;t need further attention. There&#8217;s certainly no need to mention any abstruse academic debates he&#8217;s been involved in.</p>
<p>Draw to an expansive and general conclusion about Islam as a whole, eschewing pedantically specific elements. Look into your heart. In the end, like Islam, writers need to find solutions within themselves.</p>
<p>((This guide is indebted to <a href="http://www.granta.com/Archive/92/How-to-Write-about-Africa/Page-1">How To Write About Africa</a> and a huge corpus of inspirational articles in the Anglophone press.))</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/359/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=359&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2012/01/14/how-to-write-about-islam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>
	</item>
		<item>
		<title>A White Horse Is Not A Horse</title>
		<link>http://conflatedautomatons.wordpress.com/2011/12/27/a-white-horse-is-not-a-horse/</link>
		<comments>http://conflatedautomatons.wordpress.com/2011/12/27/a-white-horse-is-not-a-horse/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 08:02:46 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Chinese Sophists]]></category>
		<category><![CDATA[Gongsun Long]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[公孙龙]]></category>
		<category><![CDATA[名家]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=355</guid>
		<description><![CDATA[　　 曰：马者，所以命形也；白者，所以命色也。命色者非名形也。故曰：“白马非马”。 &#8211; 公孙龙子 ‘Horse’ is that by which we name the shape. ‘White’ is that by which we name the color. Naming the color is not naming the shape. So white horse is not horse.   &#8211; Gongsun Longzi<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=355&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>
　　 曰：马者，所以命形也；白者，所以命色也。命色者非名形也。故曰：“白马非马”。<br />
&#8211; <a href="http://www.netor.com/know/netorknow.asp?tclassid=60"><I>公孙龙子</I></a>
</p></blockquote>
<blockquote><p>‘Horse’ is that by which we name the shape. ‘White’ is that by which we name the color. Naming the color is not naming the shape. So white horse is not horse.<br />
  &#8211; <a href="http://plato.stanford.edu/entries/school-names/#6.1"><I>Gongsun Longzi</I></a></p>
<p><pre class="brush: css;">
public class Horse extends Shape{
 ...
}

public class WhiteHorse extends Horse implements Colourable
{
  public Colour getColour(){ return Colours.WHITE; }

  public boolean equals( Object other ){
    if ( !other instanceof WhiteHorse){
      return false; 
    }
    ...
  }
}

public class AnotherWhiteHorse{

  public Shape getShape(){ return ShapeConstants.HORSE; }

  public Colour getColour(){ return Colours.WHITE; }

}


public class Argument{
  public static void main(String[] args){
    Horse horse = new Horse();
    WhiteHorse whiteHorse = new whiteHorse();
    AnotherWhiteHorse anotherWhiteHorse = new AnotherWhiteHorse();
    log.info( whiteHorse == Horse.class );
    log.info( WhiteHorse.class == Horse.class );
    log.info( WhiteHorse.class.equals( Horse.class ) );
    log.info( whiteHorse == horse );
    log.info( whiteHorse.equals ( horse ) );
    log.info( anotherWhiteHorse == horse );
    log.info( anotherWhiteHorse.equals ( horse ) );
    log.info( anotherWhiteHorse instanceof Horse.class );
    log.info( &quot;Therefore white horse is not horse&quot; );
  }
}
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/355/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=355&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2011/12/27/a-white-horse-is-not-a-horse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>
	</item>
		<item>
		<title>On The Software Side</title>
		<link>http://conflatedautomatons.wordpress.com/2011/12/10/on-the-software-side/</link>
		<comments>http://conflatedautomatons.wordpress.com/2011/12/10/on-the-software-side/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 15:15:30 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Geoff Wade]]></category>
		<category><![CDATA[Software oriented politics development]]></category>
		<category><![CDATA[Southeast Asia]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=350</guid>
		<description><![CDATA[It is suggested that this burgeoning of commerce was the result of the networks of Chinese and other Muslim refugees who had fled China for South East Asia in the late 14th century linking with the Ming-sponsored maritime voyages of the early 15th century. The increased use of picis and more other common media of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=350&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>It is suggested that this burgeoning of commerce was the result of the networks of Chinese and other Muslim refugees who had fled China for South East Asia in the late 14th century linking with the Ming-sponsored maritime voyages of the early 15th century. The increased use of <I>picis</I> and more other common media of exchange was a direct result of this.</p>
<p>On the software side of political organization, the administrative and bureaucratic systems which the Ming introduced to Jiaozhi and Tai &#8220;native offices&#8221; were adopted and utilized by Dai Viet from the late 1420s onwards, and by Tai polities in the latter part or the century. This new &#8220;legibility&#8221; allowed states to prosper, consolidate and expand.</p>
<p>&#8211; Wade, <i>Southeast Asia in the 15th century</I>, in volume of same title, Wade, Sun ed.
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/350/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=350&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2011/12/10/on-the-software-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>
	</item>
		<item>
		<title>Encapsulation Variations</title>
		<link>http://conflatedautomatons.wordpress.com/2011/10/31/encapsulation-variations/</link>
		<comments>http://conflatedautomatons.wordpress.com/2011/10/31/encapsulation-variations/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 15:09:52 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Akha]]></category>
		<category><![CDATA[bitrot]]></category>
		<category><![CDATA[Google books]]></category>
		<category><![CDATA[Leo Alting von Gesau]]></category>
		<category><![CDATA[Zomian Software]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=344</guid>
		<description><![CDATA[The Chinese annals relate that when the armies of Kublai Khan invaded, several tribal tu&#8217;ssu, in particular the Hani or He-man, offered prolonged resistance. In this context the walled city of Mojiang or Ta-lang (Akha: Tm-lang) is mentioned (Mojiang Editorial Committee, 1983). Full occupation of Yunnan and submission of the Wu-man, He-man. and Yung Barbarians [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=344&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>The Chinese annals relate that when the armies of Kublai Khan invaded, several tribal <i>tu&#8217;ssu</i>, in particular the Hani or He-man, offered prolonged resistance. In this context the walled city of Mojiang or Ta-lang (Akha: Tm-lang) is mentioned (Mojiang Editorial Committee, 1983). Full occupation of Yunnan and submission of the Wu-man, He-man. and Yung Barbarians was achieved slowly in bloody wars between the sixteenth and nineteenth centuries. This culminated in the Yunnan war between 1855-1873 in which the tribal peoples of the south-western border areas joined a rebellion of the Islamic Haw Chinese (ed: <a href="http://en.wikipedia.org/wiki/Hui_people">Hui 回族</a>) against Manchu rule. The rebellion was also triggered by the danger of infiltration by Western colonial powers through China&#8217;s ‘back-door’, Yunnan, and its fabulous resources. This is confirmed by French and British sources. The British had occupied Burma. The French had brought the ‘miracles’ of French ‘civilization&#8217; to Cochin China in the form of a rigid system of taxation and forced labour. In Yunnan they found an impoverished and desperate population, oppressed by Hani or Tai <a href="en.wikipedia.org/wiki/Jimi_system"><i>tu&#8217;ssu</i></a> and Chinese administrators (Scott and Hardiman, 1900; Bonifacy, I904; Henry. I903; Madrolle. 1925; Vial. 1917).</p>
<p>Over many centuries, therefore, the more inaccessible parts of mountainous southern Yunnan, and neighbouring Vietnam, Laos, and Burma became the <i>‘zonas de refugio’</i> for tribal groups marginalized by the smaller vassal states which occupied the lowland aras. In this process of marginalization, tribal groups such as the Hani and Akha also selected and constructed their habitats — in terms of altitude and surrounding forestation &#8211; in such a way that they would not be easily accessible to soldiers, bandits, and tax-collectors. Such processes have been termed ‘encapsulation’ (Douglas, 1965). They led in this case to differentiation in dialect and forms of dress. In parallel, however, they developed a distinctive unifying social and political structure. which I have called an ‘ethnic alliance system’.<br />
 &#8212; Leo Alting von Gesau, <a href="http://books.google.com.sg/books?id=bCZhaGcRw3QC&amp;lpg=PA122&amp;ots=CpH0dN-aUS&amp;dq=akha%20internal%20history%20leo%20alting%20von%20geusau&amp;pg=PA122#v=onepage&amp;q=akha%20internal%20history%20leo%20alting%20von%20geusau&amp;f=false"><i>Akha Internal History: Marginalization and the Ethnic Alliance System</i></a> in Turton (ed.) <i>Civility and savagery: social identity in Tai States</i>
</p></blockquote>
<p>Contrast a personally more <a href="http://en.wikipedia.org/wiki/Encapsulation_%28object-oriented_programming%29">familiar</a> usage: data and methods need to be forcibly constrained over time to stay within the control of the engineer of the system.</p>
<p>This is not an attempt at etymology. I would guess the source of the computer science definition is more likely via <a href="http://en.wikipedia.org/wiki/Molecular_encapsulation">chemistry</a>.</p>
<p>I found the quote in <a href="http://yalepress.yale.edu/book.asp?isbn=9780300152289">another book</a>, and due to the weirdly patchy nature of google books was able to find the source of the quote but not of the original term encapsulation as used by Douglas in 1965. Only the first page of the bibliography of <i>Civility and savagery: social identity in the Tai states</i> is available online. I wonder if this is due to a little sloppiness in scanning. I can imagine the impatient intern thinking &#8220;who reads bibliographies anyway, all the content is already over&#8221;. Or perhaps it&#8217;s the fault of some weird copyright terms condition analogous to the text-as-unicode text being present for search but not accessible to copy and paste, so getting back to text requires using <a href="http://www.freeocr.com/">FreeOCR</a>. I&#8217;m not even sure who Douglas is &#8211; some second guessing suggests perhaps <a href="http://en.wikipedia.org/wiki/Mary_Douglas">Mary Douglas</a>, who did write about construction of excluded groups, but didn&#8217;t publish a book that year and whose <i>Purity and Danger</i> from a year later doesn&#8217;t contain the word encapsulation. It&#8217;s very weird having the science fictional awesomeness of Google books at your fingertips, but having to search a library like a really long Word document, when the hyperlink equivalent (ie, a reference) could be right there.</p>
<p>At any rate, without a physical copy of the book in a library I can access, Douglas&#8217; definitive coining has gone 404 and the brave digital world of Google books has worse linkrot than a standard academic bibliography. I guess their hrefs are a little too thoroughly encapsulated.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=344&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2011/10/31/encapsulation-variations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>
	</item>
		<item>
		<title>Deliberate Anarchy As Climate Governance</title>
		<link>http://conflatedautomatons.wordpress.com/2011/09/21/deliberate-anarchy-as-climate-governance/</link>
		<comments>http://conflatedautomatons.wordpress.com/2011/09/21/deliberate-anarchy-as-climate-governance/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 15:35:20 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[anarchy]]></category>
		<category><![CDATA[climate]]></category>
		<category><![CDATA[Compulsive Quantification Disorder]]></category>
		<category><![CDATA[Daniel Hannan]]></category>
		<category><![CDATA[Democracy In America]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[Jim Manzi]]></category>
		<category><![CDATA[pants]]></category>
		<category><![CDATA[political climatogy]]></category>
		<category><![CDATA[world government]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=341</guid>
		<description><![CDATA[It is informative to think about the science of changing climate as two fields. The first is long-term meteorology, making predictions about how the atmosphere and climatic conditions change over long periods of time. This is about a century and a half old and built on physics, chemistry, and observations from a variety of real [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=341&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is informative to think about the science of changing climate as two fields. The first is long-term meteorology, making predictions about how the atmosphere and climatic conditions change over long periods of time. This is about a century and a half old and built on physics, chemistry, and observations from a variety of real time and historical sources such as satellites and ice cores. The current dominant paradigm of long-term meteorology includes anthropogenic climate change driven by atmospheric carbon and other gases. It&#8217;s a very successful theory whose dominance has been cemented by a track record of new data emerging and anamolies resolving in ways which confirm it. The discovery that satellite measured temperatures were not accounting for relativistic effects caused by the speed of the satellites, and this was causing almost exactly the anomalous difference between ground and satellite temperatures, was one of the more dramatic of these. This was nearly ten years ago. The existence of a handful of outlying dissenting experts outside the paradigm is just confirmation that it&#8217;s a real scientific community; the same phenomenon accompanied Newtonian mechanics and the molecular theory in chemistry too. This is reality, as best we can tell.</p>
<p>The second field is political climatology, dealing with the ways a mass of people and their social institutions deal with the climate of the planet they live on. This is a new field at which we are still pretty awful (including attempts by climate scientists). I use the term political climatology deliberately, by analogy with the political economy, ie, economics, and the constraints that politics as a human behaviour places on it. We are pretty bad at the political economy, though we&#8217;ve had a few wins over the last century. At political climatology we are just pants.</p>
<p>I don&#8217;t just mean we are awful in that we have lousy outcomes, I mean the whole structure of the discussion and the seriousness of institutional design is lacking. The entire debate is in the wrong place. There are interesting arguments within climate science, and there are major and controversial policy decisions to be made. We have a science built on all the sophistication of the Englightenment and the Industrial Revolution, and a monster set of interlinked problems caused by the wondrous success of the same. Meanwhile our toolset for discussing and organizing around it as a society is like five drunk old men with head injury debating the existence of an iPhone.</p>
<p>There is one intellectually tenable policy position which can be shared between someone serious about seeing the world as it is and the fairy land tales of climate fabulists or deniers. That is the policy of deliberate neglect. Accepting the fact of human driven climate change, we choose not to make governments act to remediate it.</p>
<p>Though the changing climate is indeed something to dread and gird ourselves against, the argument goes, any political solution would cause damage too great to our institutions. </p>
<p>Usually this is framed as economic cost, and people like <a href="http://www.tnr.com/blog/critics/75757/why-the-decision-tackle-climate-change-isn’t-simple-al-gore-says">Jim Manzi argue</a>, contra Stern et al, that the GDP costs of mitigation are simply smaller than the benefits.</p>
<p>There are technical problems with Manzi&#8217;s argument: <a href="http://thingsbreak.wordpress.com/2010/07/08/debunking-jim-manzi-in-5-easy-steps/">scenario choice is highly selective</a>, and GDP is a <a href="http://www.economist.com/blogs/democracyinamerica/2009/10/pricing_environmental_catastro">lousy basis for century scale prediction</a>. That latter post also suggests in an ecological catastrophe, money may not be everything. (When <I>The Economist</I> suggests you are suffering compulsive quantification disorder and need to sit back and smell the drowning flowers, something is up.) Nevertheless Manzi&#8217;s willingness to grapple publicly with scientific reality in arguing policy, something that say, George Monbiot, does routinely from a different political tradition, gets towards the type of debate required.</p>
<p>Climate change is a global problem, and worse than that, a global collective action problem. It&#8217;s also larger than a few percent of GDP. In the history of the world, there has been environmental catastrophe, but there has never been democratic world government. Dan Hannan, among others, <a href="http://blogs.telegraph.co.uk/news/danielhannan/100050950/so-should-conservatives-believe-in-man-made-climate-change/">argues</a> that this is a straightforward function of the distance of the government from individual concerns. It helps to know that Hannan is a ferociously euroskeptic MEP, and has more recently found it convenient to disparage the science without fully disavowing it. Even <I>souveriniste</I> libertarian conviction politicians have bases to mollify, I guess.</p>
<p>The sorry record of corruption and bad policy in global institutions does rather support Hannan&#8217;s position, though. Indeed, even the experience of the smaller, transnational, EU supports it &#8211; technocratic, with little democratic check, and corrupt to the degree its accounts have not been signed off by an auditor in a dozen years. For those who support a different factional football team, consider the IMF, or the WTO. And as beautiful as the vision of the United Nations is, the power there is with the Security Council, a standing committee of Great Powers and their proxies. </p>
<p>This is not a screed about UN black helicopters and mind control rays. We simply need to be clear-eyed about the state of our global political institutions before we hand them the Earth&#8217;s thermostat. This is especially since decades of dithering makes geoengineering more likely, or necessary.</p>
<p>Some (say, certain large, industrial, non-democracies) may  take the utilitarian line that political niceties are a luxury in the face of catastrophe &#8211; a case of give me liberty and give me megadeath. And certainly <a href="http://www.openthefuture.com/2010/08/a_response_to_dale.html">geophysics doesn&#8217;t care about politics</a>. However, the argument for ecofascism is not only rather odious in itself, but highly centralised government has an appalling environmental record. Capitalism and democracy have their environmental failures, but communism is the most toxic pollutant man has yet devised. Contrast the Cuyahoga River and the Aral Sea. </p>
<p>The environment, in this argument, is <a href="http://www.youtube.com/watch?v=TD5wiNhYgmo&amp;feature=youtube_gdata_player">too important</a> to be passed off to a global bureaucracy to create a Common Fisheries Policy for carbon. Human nature and its politics will not change any time soon. Better for liberty and ecosystems alike that nations remain in productive mutual anarchy.</p>
<p>That is not my position &#8211; this note is a way of thinking through the problem. There are other approaches. The world almost tried one with Kyoto-Copenhagen. Tech can change faster than human nature, and different social contexts allow it different expression. Deliberate anarchy is credible enough to be the benchmark. We can easily do worse. Can we do better?</p>
<blockquote><p>花雨从天来 /已有空乐好 - 李白：寻山僧不遇作</p>
<p>A light rain fell as if it were flowers falling from the sky, making a music of its own &#8211; Li Bai, <i>Looking For A Monk And Not Finding Him</I>, Allen trans.
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/341/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=341&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2011/09/21/deliberate-anarchy-as-climate-governance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>
	</item>
		<item>
		<title>Mass Gentrification</title>
		<link>http://conflatedautomatons.wordpress.com/2011/08/31/mass-gentrification/</link>
		<comments>http://conflatedautomatons.wordpress.com/2011/08/31/mass-gentrification/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 15:14:54 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Marx]]></category>
		<category><![CDATA[McDonald's]]></category>
		<category><![CDATA[Schumpeter]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=336</guid>
		<description><![CDATA[You can sit in a building in West Coast Park in Singapore and get a reasonably clear view of America. On one side, you can find a drive-thru fast food vendor with a full carpark, selling fries and burgers. On the other, you see a cafe nestled in the trees of one of the largest [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=336&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can sit in a building in West Coast Park in Singapore and get a reasonably clear view of America.</p>
<p>On one side, you can find a drive-thru fast food vendor with a full carpark, selling fries and burgers. On the other, you see a cafe nestled in the trees of one of the largest and nicest parks in the city.</p>
<p>Both are branches of an American multinational. The cafe food and coffee is tasty enough for a franchise; it&#8217;s easy to get worse food at more expense. The burgers are fresh.</p>
<p>Look right: Red state. Look left: Blue state. HBO / Fox. New York / Dallas. Thesis / antithesis.</p>
<p>Now, not only are these two eateries under the same roof, but they&#8217;re actually the same company &#8211; McDonald&#8217;s, and its McCafe offspring. (How it achieved a pocket monopoly with no neighbouring hawker centre is another question.)</p>
<p>When McDonald&#8217;s was founded, people mostly got paid to exercise. There were more blue collar, manual jobs. Cheap meat, from the first wave of agricultural mass production, was a welcome boon. Now we get paid to sit still at an office, and incomes have increased to a point where, in a rich or middle income country, it is easy to be poor and fat. It&#8217;s so easy it&#8217;s rather undesirable and déclassé &#8211; hence the backlash against fast food brands in recent years. Books and films like <I>Fast Food Nation</I> are as much passive economic data points as active shifters of public opinion. The threat of regulation shouldn&#8217;t be discounted, but is itself only made possible by a cultural shift.</p>
<p>So the popular palette has shifted, and a corporation that likes profit has shifted to match it. This hasn&#8217;t just happened on the cafe side, either. They have, for instance, healthier Happy Meals &#8211; same insidious toy hook, apple pieces instead of fries. Premium options are always good for businesses like McDonald&#8217;s with large rent and labour costs relative to the cost of their food. In the past this is why upsizing was useful. Now that leaves us terrified of being giant tubs of heart-seizuring lard, you have options like the Mighty Angus Burger, which is a more expensive cut of meat. &#8220;It&#8217;s a little bit fancy,&#8221; the Australian ad campaign runs.</p>
<p>Posh things have got cheaper and are more widely consumed. So cheap you can buy them at McDonald&#8217;s. This is now widespread. It&#8217;s almost the entire business model of Starbucks and Gucci. This was not so clearly the case during our journey from the Industrial Revolution. Things were often cheap and standard but not as nice as the craftware they replaced &#8211; at least what little you could afford. (Social poshness is a relative good and as scarce as ever.) </p>
<p>This is not an original observation, though the scale of it is, mayhaps, not appreciated enough. Marx, Schumpeter, or any economic historian could tell you about it. I asked <a href="http://barrdear.com/john/">an economist</a> for the short technical name for it, and he replied &#8220;capitalism&#8221;.</p>
<p>Amusing as that is, capitalism drove price drops and standardization as much as it drove the current push to quality. I prefer the term mass gentrification. The process of luxurious unattainables becoming commodities.</p>
<p>For all the recent chatter of capitalism being destroyed by its own contradictions, I&#8217;m not quite sold. It has a history of transcending them.</p>
<p>&#8220;Are you having the thesis or the antithesis?&#8221; I asked, as my wife returned to the table at one tentacle of global McCapitalism. &#8220;The synthesis,&#8221; she said. &#8220;And it&#8217;s good.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=336&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2011/08/31/mass-gentrification/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>
	</item>
		<item>
		<title>Farewell, Space Shuttle</title>
		<link>http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/</link>
		<comments>http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 16:29:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Atlantis]]></category>
		<category><![CDATA[Jerry Smath]]></category>
		<category><![CDATA[lost futures]]></category>
		<category><![CDATA[Space Shuttle]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=324</guid>
		<description><![CDATA[This book was given to my son by his grandmother a year or two ago. It was bought second-hand at a church stall. Still seem to be other second hand copies around online. Farewell.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=324&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This book was given to my son by his grandmother a year or two ago. It was bought second-hand at a church stall. Still seem to be other second hand copies around <a href="http://www.amazon.com/Shuttle-little-Little-Flyers-Pop-Out/dp/0448410958">online</a>.</p>

<a href='http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/cimg2501/' title='Space Shuttle Cover'><img data-attachment-id='315' data-orig-size='3072,2304' data-liked='0'width="150" height="112" src="http://conflatedautomatons.files.wordpress.com/2011/07/cimg2501.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Space Shuttle Cover" title="Space Shuttle Cover" /></a>
<a href='http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/cimg2502/' title='Space Shuttle 2'><img data-attachment-id='316' data-orig-size='3072,2304' data-liked='0'width="150" height="112" src="http://conflatedautomatons.files.wordpress.com/2011/07/cimg2502.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Space Shuttle 2" title="Space Shuttle 2" /></a>
<a href='http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/cimg2503/' title='Space Shuttle 3'><img data-attachment-id='317' data-orig-size='3072,2304' data-liked='0'width="150" height="112" src="http://conflatedautomatons.files.wordpress.com/2011/07/cimg2503.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Space Shuttle 3" title="Space Shuttle 3" /></a>
<a href='http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/cimg2504/' title='Space Shuttle 4'><img data-attachment-id='318' data-orig-size='3072,2304' data-liked='0'width="150" height="112" src="http://conflatedautomatons.files.wordpress.com/2011/07/cimg2504.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Space Shuttle 4" title="Space Shuttle 4" /></a>
<a href='http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/img_0365/' title='Space Shuttle 5'><img data-attachment-id='321' data-orig-size='2592,1936' data-liked='0'width="150" height="112" src="http://conflatedautomatons.files.wordpress.com/2011/07/img_0365.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Space Shuttle 5" title="Space Shuttle 5" /></a>
<a href='http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/img_0366/' title='Space Shuttle 6'><img data-attachment-id='322' data-orig-size='2592,1936' data-liked='0'width="150" height="112" src="http://conflatedautomatons.files.wordpress.com/2011/07/img_0366.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Space Shuttle 6" title="Space Shuttle 6" /></a>
<a href='http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/img_0367/' title='Space Shuttle Back Cover'><img data-attachment-id='323' data-orig-size='2592,1936' data-liked='0'width="150" height="112" src="http://conflatedautomatons.files.wordpress.com/2011/07/img_0367.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Space Shuttle Back Cover" title="Space Shuttle Back Cover" /></a>

<p>Farewell.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=324&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2011/07/09/farewell-space-shuttle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>

		<media:content url="http://conflatedautomatons.files.wordpress.com/2011/07/cimg2501.jpg?w=150" medium="image">
			<media:title type="html">Space Shuttle Cover</media:title>
		</media:content>

		<media:content url="http://conflatedautomatons.files.wordpress.com/2011/07/cimg2502.jpg?w=150" medium="image">
			<media:title type="html">Space Shuttle 2</media:title>
		</media:content>

		<media:content url="http://conflatedautomatons.files.wordpress.com/2011/07/cimg2503.jpg?w=150" medium="image">
			<media:title type="html">Space Shuttle 3</media:title>
		</media:content>

		<media:content url="http://conflatedautomatons.files.wordpress.com/2011/07/cimg2504.jpg?w=150" medium="image">
			<media:title type="html">Space Shuttle 4</media:title>
		</media:content>

		<media:content url="http://conflatedautomatons.files.wordpress.com/2011/07/img_0365.jpg?w=150" medium="image">
			<media:title type="html">Space Shuttle 5</media:title>
		</media:content>

		<media:content url="http://conflatedautomatons.files.wordpress.com/2011/07/img_0366.jpg?w=150" medium="image">
			<media:title type="html">Space Shuttle 6</media:title>
		</media:content>

		<media:content url="http://conflatedautomatons.files.wordpress.com/2011/07/img_0367.jpg?w=150" medium="image">
			<media:title type="html">Space Shuttle Back Cover</media:title>
		</media:content>
	</item>
		<item>
		<title>VIII.9 Made to follow a path</title>
		<link>http://conflatedautomatons.wordpress.com/2011/07/07/viii-9-made-to-follow-a-path/</link>
		<comments>http://conflatedautomatons.wordpress.com/2011/07/07/viii-9-made-to-follow-a-path/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 15:14:50 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Confucian Software]]></category>
		<category><![CDATA[Confucius]]></category>
		<category><![CDATA[Imperial Confucianism]]></category>
		<category><![CDATA[Legalism]]></category>
		<category><![CDATA[Lord Shang]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[商鞅]]></category>
		<category><![CDATA[孔子]]></category>
		<category><![CDATA[孔子软件]]></category>
		<category><![CDATA[法家]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=304</guid>
		<description><![CDATA[子日，民可使由之，不可使知之。&#8211; 论语 八：九 The Master said, &#8216;The common people can be made to follow a path but not to understand it.&#8217; &#8212; Analects VIII.9 (Lau) The Analects is addressed to students of government from an aristocratic class (君子, gentlemen). Confucian Software is addressed to software developers, and the fundamental analogy is that the audience is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=304&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>子日，民可使由之，不可使知之。&#8211; 论语 八：九</p>
<p>The Master said, &#8216;The common people can be made to follow a path but not to understand it.&#8217; &#8212; <a href="http://wengu.tartarie.com/wg/wengu.php?l=Lunyu&amp;no=197">Analects VIII.9 (Lau)</a></p></blockquote>
<p>The Analects is addressed to students of government from an aristocratic class (君子, gentlemen). Confucian Software is addressed to software developers, and the fundamental analogy is that the audience is the same: Confucius instructing software developers on becoming gentlemen and sages.</p>
<p>So the differences between gentlemen and the common people are important. We should distinguish the gentleman (who is educated) from the people (who are not) and the small man (小人) who has no understanding or respect. (See Analects XVI:1.)</p>
<p>At first glance this passage is Confucius at his most snobbish and feudal. The people, or the common people (民), can only be driven down a path and are devoid of thought and understanding. This is the same word now used in the People&#8217;s Republic of China (中华人民共和国), the word democracy (民主) or all of Sun Yat-sen&#8217;s (孙中山) three principles of the people (三民主义). So it can be rather off putting for we moderns.</p>
<p>Indeed, it sounds more like the brutally effective carrot and stick of Lord Shang (商鞅) and the Legalists (法家) than gentle old teacher Kongzi. Passages like this show how the Han dynasty could create the political philosophy of Imperial Confucianism (as John King Fairbank terms it) &#8211; the fusion of a Confucian public morality with the real-politikal techniques of Legalism to run the sausage factory of government. The Legalists found just how far you could push realpolitik without public morality when the common people revolted and overthrew the short-lived Qin dynasty (秦朝), which established the Chinese empire, but could not make it endure.</p>
<p>The relationship of the developer to her users via code is that of the scholar official to the people via the bureaucracy. It is also isomorphic to the GUI model view controller pattern.</p>
<div id="attachment_310" class="wp-caption alignnone" style="width: 310px"><a href="http://conflatedautomatons.files.wordpress.com/2011/07/mvc-sbp.jpg"><img class="size-medium wp-image-310" title="People Scholar Bureaucarcy" src="http://conflatedautomatons.files.wordpress.com/2011/07/mvc-sbp.jpg?w=300&#038;h=88" alt="" width="300" height="88" /></a><p class="wp-caption-text">People Scholar Bureaucracy - Model View Controller</p></div>
<p>Users walk a path laid out by the code, and beyond a certain point, can take no other.</p>
<p>The code too can be made to follow a path, when we constrain and verify that a path is followed. This is the purpose of testing, to ensure deterministic repeatability. Without testing, there is no engineered path. There is just walking.</p>
<p>When we anthropomorphize software by describing it as thinking, it means we do not have sufficient control on its internals and environment. (By calling the people code we are automatomorphising people as much as we are anthropomorphizing code.) Code cannot think. Once thinking creatures are built on code we should no longer deal with them as code.</p>
<p>Can users be made to think (know, understand)? Ah, you laugh! Feudalism is not so dead after all.</p>
<p>Code certainly cannot be made to think. Nothing can be made to think. And this is also the more generous interpretation of Confucius&#8217; intent. You cannot make the common people  understand a path, you can only lead them to understanding. The meaning of a software system is generated by this interaction.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=304&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2011/07/07/viii-9-made-to-follow-a-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>

		<media:content url="http://conflatedautomatons.files.wordpress.com/2011/07/mvc-sbp.jpg?w=300" medium="image">
			<media:title type="html">People Scholar Bureaucarcy</media:title>
		</media:content>
	</item>
		<item>
		<title>The Mall</title>
		<link>http://conflatedautomatons.wordpress.com/2011/06/29/the-mall/</link>
		<comments>http://conflatedautomatons.wordpress.com/2011/06/29/the-mall/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 14:21:36 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Brisbane]]></category>
		<category><![CDATA[cyborg]]></category>
		<category><![CDATA[Mall]]></category>
		<category><![CDATA[Singapore]]></category>
		<category><![CDATA[urbanism]]></category>

		<guid isPermaLink="false">http://conflatedautomatons.wordpress.com/?p=297</guid>
		<description><![CDATA[This is not one of 50 Posts About Cyborgs, but it owes much to the series. The mall is a cybernetic garden at the crossroads of suburbia. It exists as a reconstructed island of metropolitan density in an environment hostile to it. Suburban houses are on a relatively human scale, but suburbia is not. Suburbia [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=297&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><i>This is not one of <a href="http://50cyborgs.tumblr.com/">50 Posts About Cyborgs</a>, but it owes much to the series.</i></p>
<p>The mall is a cybernetic garden at the crossroads of suburbia. It exists as a reconstructed island of metropolitan density in an environment hostile to it. Suburban houses are on a relatively human scale, but suburbia is not. Suburbia in the large is the domain of the automobile.</p>
<p>The city and the mall are cybernetic in that they are self-regulating human structures which take on environmental management in a way that makes it unconscious to users. The mall air conditioning is a <a href="http://www.qwantz.com/index.php?comic=1797">clue</a>. With cybernetics we change our environment; as cyborgs we change ourselves.</p>
<p>An informative exercise for those wanting to discover this island of density is to cross a shopping mall car park by foot on a summer&#8217;s day. It is striking what a brutally awkward space it is. It is at the intersection of car and person, hostile to both.</p>
<p>The most excellent mall entrance from a carpark I have seen is at Suntec City Plaza in Singapore. As in many Brisbane shopping centres, the underground carpark leads into a large stairwell for the escalators up into the main set of shops. At Suntec City they have expanded the space and included a massive pond. Large Chinese goldfish and carp swish through the water, easing the stress of bustling and queueing that is mall and carpark existence. Small waterfalls provide white noise cover for engines revving in low gear downstairs and muzak upstairs. The water garden of lilypads and shrubs scrub the air of exhaust fumes. The glass of the automatic doors reflect the tranquility into an imaginary middle distance. Fish ponds are not unusual in Singapore, but the enervating context makes this one an underground Hanging Garden of Babylon.</p>
<p>I have more affection for the entrance than the rest of Suntec City, which is otherwise a graceless sprawl of one way escalators and cavernous halls segregated from the metro system (until very recently). It is a confusing space, twisty but without organic paths of use, where assistants have to be paid to accompany the standing maps, as a rescue service for beleaguered shoppers.</p>
<p>More common is placing a mall above an MRT station. Crossroads are common precursors to markets. The intersection of needs is already in place.</p>
<p>City is a recurring suffix for malls in Singapore &#8211; Great World City, Turf City, Vivo City &#8211; which is a curious intensifying suffix to use in a country which is already a city-state. City in Chinese is 城市, literally a wall plus a market. A mall, too, is that.</p>
<p>To conclude, or perhaps, to make manifest:</p>
<p>The city is a self-regulating human modification for surviving hostile environments.</p>
<p>The mall is a type of internal city which attempts to modify humans to survive the hostile environments of cities.</p>
<p>The inner city and the outer suburbs can both be hostile environments.</p>
<p>Where the city itself is a <a href="http://quietbabylon.com/2010/cities-for-cyborgs-10-rules/">savannah for metropolitan cyborgs</a>, the mall-spaceship can be dismantled.</p>
<blockquote><p>The natural environment of man is yet to be built.<br />
&#8211;  <a href="http://starwarsmodern.blogspot.com/2010/02/singularity-introduction.html">John Powers</a></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conflatedautomatons.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conflatedautomatons.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conflatedautomatons.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conflatedautomatons.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/conflatedautomatons.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/conflatedautomatons.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/conflatedautomatons.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/conflatedautomatons.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conflatedautomatons.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conflatedautomatons.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conflatedautomatons.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conflatedautomatons.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conflatedautomatons.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conflatedautomatons.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conflatedautomatons.wordpress.com&amp;blog=8154688&amp;post=297&amp;subd=conflatedautomatons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://conflatedautomatons.wordpress.com/2011/06/29/the-mall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b17f81a141a42ac3ba8b61d7a20e685?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">conflatedautomatons</media:title>
		</media:content>
	</item>
	</channel>
</rss>
