<?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; state machine</title>
	<atom:link href="http://www.yodaiken.com/tag/state-machine/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>State machine functions and recursive composition</title>
		<link>http://www.yodaiken.com/2009/06/state-machine-functions-and-recursive-composition/</link>
		<comments>http://www.yodaiken.com/2009/06/state-machine-functions-and-recursive-composition/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:26:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[operating systems]]></category>
		<category><![CDATA[specification]]></category>
		<category><![CDATA[primitive recursion]]></category>
		<category><![CDATA[state machine]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=315</guid>
		<description><![CDATA[My graduate school research was motivated by a difficulty we have doing real creative engineering in operating systems that may seem ridiculous to people who don&#8217;t work in the field. The problem is that we can&#8217;t describe the problem. What &#8230; <a href="http://www.yodaiken.com/2009/06/state-machine-functions-and-recursive-composition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My graduate school research was motivated by a difficulty we have doing real creative engineering in operating systems that may seem ridiculous to people who don&#8217;t work in the field. The problem is that we can&#8217;t describe the problem. What an operating system does is complicated beyond the expressive capability of the mathematics we have at hand so we end up with vague gesturing, making applications work, and commitments to support existing APIs which are themselves mostly defined by what existing implementations do.Â  One result is that there are <a title="Wikipedia on fork bomb" href="http://en.wikipedia.org/wiki/Fork_bomb" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Fork_bomb?referer=');">embarrassing errors </a>in nearly every commercial OS. Another result is that OS development has stagnated. Compare to databases where at least the relational algebra idea has allowed researchers to think about what the damn thing is supposed to do at some reasonable level of abstraction.Â  Formal methods research has produced nearly nothing of use to engineers &#8211; the only useful parts have been the automated validation programs and those have advanced mostly because of the increasing power of the machines used to run the validation algorithms. All this by way of introducing another attempt to clarify the primitive recursive basis of compositional state machine theory.</p>
<p><a title="recursion and state paper" href="http://www.yodaiken.com/papers/recursionandstate.pdf" target="_blank">Download here</a>. (updated to improve fonts!)</p>
<p>Applications paper on the unfortunately acronymed Proportional Integral Derivative controllers on the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2009/06/state-machine-functions-and-recursive-composition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

