<?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; Add new tag</title>
	<atom:link href="http://www.yodaiken.com/tag/add-new-tag/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>Wind River purchased by Intel</title>
		<link>http://www.yodaiken.com/2009/06/wind-river-purchased-by-intel/</link>
		<comments>http://www.yodaiken.com/2009/06/wind-river-purchased-by-intel/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 01:19:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[embedded systems]]></category>
		<category><![CDATA[handset]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[software business]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[real-time]]></category>
		<category><![CDATA[wind river]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=306</guid>
		<description><![CDATA[If anything, Wind River&#8217;s inability to breakout, despite a once Microsoft-like position of dominance, is a by-product of their failure to meaningfully go &#8220;up the stack&#8221; and away from their historical focus on the silicon layer as a primary differentiation &#8230; <a href="http://www.yodaiken.com/2009/06/wind-river-purchased-by-intel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://thenetworkgarden.com/weblog/2009/06/closing-the-book-on-embedded-intel-buys-wind-river.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/thenetworkgarden.com/weblog/2009/06/closing-the-book-on-embedded-intel-buys-wind-river.html?referer=');">If anything,</a> Wind River&#8217;s inability to breakout, despite a once Microsoft-like position of dominance, is a by-product of their failure to meaningfully go &#8220;up the stack&#8221; and away from their historical focus on the silicon layer as a primary differentiation point.</p>
<p>In other words, if Wind River had enabled the next generation of Cisco and Apple killers by providing more differentiated OEM-in-a-Box offerings, ala what Google is now trying to do with Android, they would not be staring at a $900M market cap and relatively flat revenues, margins and stock price.</p></blockquote>
<p>Well, that&#8217;s an argument. Embedded is a tough beat, but Wind did not exactly set the world on fire developing new concepts and software. Intel&#8217;s history in software is not glorious either &#8211; so it&#8217;s going to be an interesting challenge for the new entity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2009/06/wind-river-purchased-by-intel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Meaning of concurrent programs and IP</title>
		<link>http://www.yodaiken.com/2008/07/meaning-of-concurrent-programs-and-ip/</link>
		<comments>http://www.yodaiken.com/2008/07/meaning-of-concurrent-programs-and-ip/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 20:48:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[software business]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[axiomatic]]></category>
		<category><![CDATA[formal methods]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[patents]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=156</guid>
		<description><![CDATA[Most of the new draft of the Concurrent Programs paper has to do with trying to specify problems and solutions in synchronization via an atomicÂ  &#8220;compare and swap&#8221; operation. Even these operations are surprisingly complicated once put under the microscope &#8230; <a href="http://www.yodaiken.com/2008/07/meaning-of-concurrent-programs-and-ip/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Most of the<a title="draft 2" href="http://www.yodaiken.com/papers/code2.pdf" target="_blank"> new draft of the Concurrent Programs paper </a>has to do with trying to specify problems and solutions in synchronization via an atomicÂ  &#8220;compare and swap&#8221; operation. Even these operations are surprisingly complicated once put under the microscope &#8211; or not so surprisingly complicated if you think about the details of using or implementing them. But at the end of the paper, I start to describe the fundamental difference in approach between this work and &#8220;formal methods&#8221;Â  in terms of how we can view a program. Dijkstra seems to me to have made an error by insisting that we should think of a program as a mathematical object and a programmer as a mathematician of sorts. A program is more of a manufactured object.</p>
<p>Even though it has no weight and is invisible, a program is device of sorts.Â  If we think of a program as a mathematical object, the methods of formal logic &#8211; of meta-mathematics &#8211; are the natural methods to use. If we think of a program as a device, like a piano or a bathtub or an automobile, then what mathematicians call &#8220;foundational questions&#8221; are far away.  People are very resistant to the idea of a program as a &#8220;thing&#8221; for the obvious reasons, but mathematical objects don&#8217;t have the weird properties and defects of manufactured objects (or physical objects for that matter). A ball bearing is not a sphere and an implementation of a stack is not an ordered sequence. Recursion in programs is different from recursion in mathematical functions: f(0):=1, f(x+1):= (x+1)*f(x) isÂ  a complete definition of a mathematical object but only an approximation of some of the properties of the program written the same way. Any programmer will know that f(10000) almost certainly fails &#8211; and that&#8217;s an important part of the specification of the program.</p>
<p>The confusion between programs and mathematical objects is a pervasive obstacle in fields as apparently unrelated as program verification, software pricing, and patent law. In program verification we bog down in foundational methods of formal logic because that is the obvious tool to study mathematical objects, but it&#8217;s certainly not the obvious tool for <span style="text-decoration: underline;">doing mathematics</span> or describing manufactured objects. Â  In software pricing, the resistance of manufacturers to let mere software figure in to costs in terms of how complex it is and how much it adds to value rather than by weight repeatedly leads to product development schedules that invest too little time and/or money in the most important components. In patent law, confusion between unpatentable mathematical methods and technology for programs is used to deny software innovators the same rights that are uncontroversially granted to innovators who design cardboard boxes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2008/07/meaning-of-concurrent-programs-and-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

