<?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/"
		>
<channel>
	<title>Comments on: Not on the Shelves (Version 3)</title>
	<atom:link href="http://third-bit.com/blog/archives/738.html/feed" rel="self" type="application/rss+xml" />
	<link>http://third-bit.com/blog/archives/738.html</link>
	<description>Data is ones and zeroes &#124; Software is ones and zeroes and hard work.</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:07:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: The Third Bit &#187; Blog Archive &#187; More Sympathetic Magic</title>
		<link>http://third-bit.com/blog/archives/738.html#comment-754</link>
		<dc:creator>The Third Bit &#187; Blog Archive &#187; More Sympathetic Magic</dc:creator>
		<pubDate>Tue, 26 Dec 2006 19:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/738.html#comment-754</guid>
		<description>[...] Michael Arrington, at TechCrunch, has updated his year-old list of companies he&#8217;d like to profile that didn&#8217;t exist at the time. His mojo must be stronger than mine: my &#8220;Not on the Shelves&#8221; articles have only ever led to a couple of books, but many of the companies he described so wistfully 12 months ago are now realities. [...]</description>
		<content:encoded><![CDATA[<p>[...] Michael Arrington, at TechCrunch, has updated his year-old list of companies he&#8217;d like to profile that didn&#8217;t exist at the time. His mojo must be stronger than mine: my &#8220;Not on the Shelves&#8221; articles have only ever led to a couple of books, but many of the companies he described so wistfully 12 months ago are now realities. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tsmith</title>
		<link>http://third-bit.com/blog/archives/738.html#comment-753</link>
		<dc:creator>tsmith</dc:creator>
		<pubDate>Sun, 03 Dec 2006 17:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/738.html#comment-753</guid>
		<description>I could probably put a dent into &quot;Programming Small Devices&quot;... and don&#039;t forget, a few hundred million small devices actually have garbage collectors - they just don&#039;t work that well :)

You&#039;ve written a couple books, Greg - what is the book-writing process like? How does one get started, and how does one get finished?</description>
		<content:encoded><![CDATA[<p>I could probably put a dent into &#8220;Programming Small Devices&#8221;&#8230; and don&#8217;t forget, a few hundred million small devices actually have garbage collectors &#8211; they just don&#8217;t work that well <img src='http://third-bit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You&#8217;ve written a couple books, Greg &#8211; what is the book-writing process like? How does one get started, and how does one get finished?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thuan</title>
		<link>http://third-bit.com/blog/archives/738.html#comment-752</link>
		<dc:creator>Thuan</dc:creator>
		<pubDate>Sun, 03 Dec 2006 07:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/738.html#comment-752</guid>
		<description>I thought these books already existed and I was interested in taking a look at &#039;Programming Small Devices&#039; until I saw your last paragraph.  After I&#039;ve had some experience programming a game for the Nintendo Gameboy Advance, say, I&#039;ll consider your offer :)</description>
		<content:encoded><![CDATA[<p>I thought these books already existed and I was interested in taking a look at &#8216;Programming Small Devices&#8217; until I saw your last paragraph.  After I&#8217;ve had some experience programming a game for the Nintendo Gameboy Advance, say, I&#8217;ll consider your offer <img src='http://third-bit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://third-bit.com/blog/archives/738.html#comment-751</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 01 Dec 2006 07:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/738.html#comment-751</guid>
		<description>Earlier this year, Mike Godfrey and I wrote a paper titled “Architecture and evolution of the modern web browser” that had almost the exact goal that you describe for the first book (although for only one domain):

grosskurth.ca/papers.html#browser-archevol

That is, “lay out the key characteristics of the problem domain” (Section 2), “sketch a ‘reference architecture’ for a solution” (Section 4), and “dissect the chosen applications in detail, describing where, how, and why they differ from, or elaborate on, the reference architecture” (Sections 5 and 6). We looked at Mozilla, Konqueror, Epiphany, Safari, Lynx, Mosaic, and Firefox (Opera would have been nice, too, but it&#039;s not open source). There&#039;s also an earlier, shorter version of the paper:

grosskurth.ca/papers.html#browser-refarch

The project was inspired by Ahmed Hassan and Ric Holt&#039;s excellent “A reference architecture for web servers” (2000), which examined Apache, AOLserver, and Jigsaw:

plg.uwaterloo.ca/~aeehassa/home/pubs/wcre2000.pdf

Also see “Reference architecture for multi-protocol instant messaging clients” (2004) by Antonio D&#039;souza, Kristina Hildebrand, and Gilad Israeli:

www.cs.uwaterloo.ca/~kdhildeb/cs746/project.pdf

Finally, keep an eye on Grady Booch&#039;s forthcoming “Handbook of Software Architecture”:

www.booch.com/architecture/index.jsp</description>
		<content:encoded><![CDATA[<p>Earlier this year, Mike Godfrey and I wrote a paper titled “Architecture and evolution of the modern web browser” that had almost the exact goal that you describe for the first book (although for only one domain):</p>
<p>grosskurth.ca/papers.html#browser-archevol</p>
<p>That is, “lay out the key characteristics of the problem domain” (Section 2), “sketch a ‘reference architecture’ for a solution” (Section 4), and “dissect the chosen applications in detail, describing where, how, and why they differ from, or elaborate on, the reference architecture” (Sections 5 and 6). We looked at Mozilla, Konqueror, Epiphany, Safari, Lynx, Mosaic, and Firefox (Opera would have been nice, too, but it&#8217;s not open source). There&#8217;s also an earlier, shorter version of the paper:</p>
<p>grosskurth.ca/papers.html#browser-refarch</p>
<p>The project was inspired by Ahmed Hassan and Ric Holt&#8217;s excellent “A reference architecture for web servers” (2000), which examined Apache, AOLserver, and Jigsaw:</p>
<p>plg.uwaterloo.ca/~aeehassa/home/pubs/wcre2000.pdf</p>
<p>Also see “Reference architecture for multi-protocol instant messaging clients” (2004) by Antonio D&#8217;souza, Kristina Hildebrand, and Gilad Israeli:</p>
<p><a href="http://www.cs.uwaterloo.ca/~kdhildeb/cs746/project.pdf" rel="nofollow">http://www.cs.uwaterloo.ca/~kdhildeb/cs746/project.pdf</a></p>
<p>Finally, keep an eye on Grady Booch&#8217;s forthcoming “Handbook of Software Architecture”:</p>
<p><a href="http://www.booch.com/architecture/index.jsp" rel="nofollow">http://www.booch.com/architecture/index.jsp</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

