<?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/"
	>

<channel>
	<title>keeping simple &#187; elegance</title>
	<atom:link href="http://www.yodaiken.com/tag/elegance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yodaiken.com</link>
	<description>Systems software technology and business</description>
	<lastBuildDate>Sun, 01 Jan 2012 18:30:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>OS design</title>
		<link>http://www.yodaiken.com/2009/07/os-design/</link>
		<comments>http://www.yodaiken.com/2009/07/os-design/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 03:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microkernel]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[elegance]]></category>
		<category><![CDATA[os design]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=446</guid>
		<description><![CDATA[Working on a &#8220;process algebra&#8221; post, I had to look up previous posts on microkernels where I wrote this: Information hiding is only good design when the hidden information is not needed by the software it is hidden from! If &#8230; <a href="http://www.yodaiken.com/2009/07/os-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Working on a &#8220;process algebra&#8221; post, I had to look up previous posts on<a href="http://www.yodaiken.com/2006/05/microkernels-and-why-academic-os-research-is-boring/" target="_blank"> microkernels</a> where I wrote this:</p>
<blockquote><p>Information hiding is only good design when the hidden information is not needed by the software it is hidden from! If you hide information that you need to share youâ€™re just wasting time. A great example of real modularity is the splitting off of the command interpreter (first in CTSS (corrected)) from the kernel. This split is possible because the designers recognized that there is very little information exchange between kernel and interpreter. An example of a fake module is the attempt of most microkernels to split virtual memory paging and storage caching. The most elegant and efficient message passing interface that can be imagined cannot fix the problem that too much information must be shared to make the resulting monstrosity run properly.</p></blockquote>
<p><img class="alignleft size-medium wp-image-447" title="swisspic20051210_6305626_0" src="http://www.yodaiken.com/wp-content/uploads/2009/07/swisspic20051210_6305626_0-300x225.jpg" alt="swisspic20051210_6305626_0" width="300" height="225" />Which applies to process algebras in that the basic &#8220;primitive&#8221; of process algebra is the communicating process &#8211; dumb idea. The one thing I&#8217;d take back from the para above is the overuse of exclamation points. I was more enthusiastic in those days. A related point was made here:</p>
<blockquote><p>The <span style="text-decoration: underline;"> Le Corbusier fallacy</span> is the mistaken belief that the purpose of engineering works is to impress passersby with a show or spectacle or to exhibit the aesthetic sensibility of the â€œartistâ€. In architecture, this fallacy produces high rise slums that look striking from the highway but that are uninhabitable. In programming, the fallacy produces microkernel operating systems, â€œformal methodsâ€, functional programming languages, and other â€œsimpleâ€, â€œcleanâ€, â€œelegantâ€ designs that do nothing interesting. De Botton compares the Salginatobel Bridge in Switzerland to Brunelâ€™s Clifton Suspension Bridge in England and finds the first to be â€œelegantâ€ and the second to be clunky and â€œponderousâ€. Of course the Brunel bridge is bulkier than the swiss toy: it is far larger, carries much more and much heavier traffic, has been adaptable, and was built 100 years earlier with much less capable materials. But one might as well argue that clipper ships are ponderous compared to jet-skis, or that 727â€™s are not as lightweight as paper airplanes or that UNIX systems are more â€œbloatedâ€ than some academic proof of concept. The Salginotobel bridge is <a href="http://www.schierstourismus.ch/salgina/esalgina.htm" onclick="pageTracker._trackPageview('/outgoing/www.schierstourismus.ch/salgina/esalgina.htm?referer=');">cute</a> and features a bravura use of what was new technology in the 1930s when it was designed, but  the  <a href="http://www.clifton-suspension-bridge.org.uk/" onclick="pageTracker._trackPageview('/outgoing/www.clifton-suspension-bridge.org.uk/?referer=');">Clifton bridge</a> has been an engineering and aesthetic triumph since it was completed in the 1860s and it is a far more powerful work.</p>
<p>[<a title="fallacy" href="http://www.yodaiken.com/2006/12/elegance-shmelagance-the-le-corbusier-fallacy-again/" target="_blank">cite</a>]<img class="alignright" src="http://www.galinsky.com/buildings/marseille/apartment%20window.jpg" alt="" width="210" height="280" /></p></blockquote>
<p>This post has a perhaps unmerited slap at Corbusier who did design some nice <a href="http://www.galinsky.com/buildings/marseille/index.htm" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.galinsky.com/buildings/marseille/index.htm?referer=');">buildings</a>.</p>
<p>What does it have to do with process algebra?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2009/07/os-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

