<?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 for Insignificant Bits</title>
	<atom:link href="http://bobcopeland.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobcopeland.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 15:57:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on New syscall proposal by bob</title>
		<link>http://bobcopeland.com/blog/2010/06/new-syscall-proposal/comment-page-1/#comment-844</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1490#comment-844</guid>
		<description>Thanks -- and congrats to your future project as well! :)  I got lots of offline congrats.

 The comments section of this blog tends to attract spam so lately I have taken to requiring moderation and being lazy about it.  As a result it&#039;s generally quiet around here.</description>
		<content:encoded><![CDATA[<p>Thanks &#8212; and congrats to your future project as well! <img src='http://bobcopeland.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I got lots of offline congrats.</p>
<p> The comments section of this blog tends to attract spam so lately I have taken to requiring moderation and being lazy about it.  As a result it&#8217;s generally quiet around here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New syscall proposal by Sascha</title>
		<link>http://bobcopeland.com/blog/2010/06/new-syscall-proposal/comment-page-1/#comment-828</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Fri, 13 Aug 2010 00:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1490#comment-828</guid>
		<description>Oh, and while I&#039;m here, thanks for your work on ath5k (which actually brought me to your blog).</description>
		<content:encoded><![CDATA[<p>Oh, and while I&#8217;m here, thanks for your work on ath5k (which actually brought me to your blog).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New syscall proposal by Sascha</title>
		<link>http://bobcopeland.com/blog/2010/06/new-syscall-proposal/comment-page-1/#comment-827</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Fri, 13 Aug 2010 00:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1490#comment-827</guid>
		<description>[Why is nobody commenting? Something important has happened and nobody seems to care! :/ ]

Congratulations and thanks for this very amusing way of informing the world of your luck. All the best wishes for your child process.

(Btw, I might be using your new syscall in a future project... :) )</description>
		<content:encoded><![CDATA[<p>[Why is nobody commenting? Something important has happened and nobody seems to care! :/ ]</p>
<p>Congratulations and thanks for this very amusing way of informing the world of your luck. All the best wishes for your child process.</p>
<p>(Btw, I might be using your new syscall in a future project&#8230; <img src='http://bobcopeland.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On S-Expressions by bob</title>
		<link>http://bobcopeland.com/blog/2010/04/on-s-expressions/comment-page-1/#comment-658</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1469#comment-658</guid>
		<description>That&#039;s an interesting survey.  I think I would personally fall in the camp of size-of-community.

I do not think that f(x y) is necessarily any worse, by itself, than (f x y), although I do think that making &#039;f&#039; and &#039;x&#039; the &quot;same,&quot; from a syntax perspective, is actually one of the plusses of s-expressions.

But what I disliked about SKILL was that it was very much bolted-on.  You could pretend you were writing in a C-like language for a while, but it wouldn&#039;t be long until the underlying Lisp-ness would leak through -- (2*(3+4)) being the sort of expression that would break and surprise someone used to infix and C.

I found it a bit tedious to memorize in which ways SKILL differed from Lisp and which ways from C, so it was just easier to ignore the syntatic sugar and just write plain Lisp, except with lots of loops.</description>
		<content:encoded><![CDATA[<p>That&#8217;s an interesting survey.  I think I would personally fall in the camp of size-of-community.</p>
<p>I do not think that f(x y) is necessarily any worse, by itself, than (f x y), although I do think that making &#8216;f&#8217; and &#8216;x&#8217; the &#8220;same,&#8221; from a syntax perspective, is actually one of the plusses of s-expressions.</p>
<p>But what I disliked about SKILL was that it was very much bolted-on.  You could pretend you were writing in a C-like language for a while, but it wouldn&#8217;t be long until the underlying Lisp-ness would leak through &#8212; (2*(3+4)) being the sort of expression that would break and surprise someone used to infix and C.</p>
<p>I found it a bit tedious to memorize in which ways SKILL differed from Lisp and which ways from C, so it was just easier to ignore the syntatic sugar and just write plain Lisp, except with lots of loops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On S-Expressions by Kazimir Majorinc</title>
		<link>http://bobcopeland.com/blog/2010/04/on-s-expressions/comment-page-1/#comment-657</link>
		<dc:creator>Kazimir Majorinc</dc:creator>
		<pubDate>Sun, 11 Apr 2010 03:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1469#comment-657</guid>
		<description>Bob,

You can check my survey why Lisp is not popular. Syntax is on very top. 

http://kazimirmajorinc.blogspot.com/2009/10/why-you-do-not-use-lisp-results-of-poll.html

But what was the problem with f(a x) syntax in practice? In my opinion, it reflects the fact that f is really different than a and x.</description>
		<content:encoded><![CDATA[<p>Bob,</p>
<p>You can check my survey why Lisp is not popular. Syntax is on very top. </p>
<p><a href="http://kazimirmajorinc.blogspot.com/2009/10/why-you-do-not-use-lisp-results-of-poll.html" rel="nofollow">http://kazimirmajorinc.blogspot.com/2009/10/why-you-do-not-use-lisp-results-of-poll.html</a></p>
<p>But what was the problem with f(a x) syntax in practice? In my opinion, it reflects the fact that f is really different than a and x.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Numerology by bob</title>
		<link>http://bobcopeland.com/blog/2009/12/numerology/comment-page-1/#comment-649</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Thu, 31 Dec 2009 01:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1406#comment-649</guid>
		<description>Yep, that too.  In fact reading the ascii values in this case is somewhat contrived, though it is in fact what I did first just because I was looking for the excuse to do so.</description>
		<content:encoded><![CDATA[<p>Yep, that too.  In fact reading the ascii values in this case is somewhat contrived, though it is in fact what I did first just because I was looking for the excuse to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Numerology by len</title>
		<link>http://bobcopeland.com/blog/2009/12/numerology/comment-page-1/#comment-648</link>
		<dc:creator>len</dc:creator>
		<pubDate>Thu, 31 Dec 2009 01:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1406#comment-648</guid>
		<description>The fact that it ends in 5 should be a dead give-away. :-)</description>
		<content:encoded><![CDATA[<p>The fact that it ends in 5 should be a dead give-away. <img src='http://bobcopeland.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ath5k AP Mode by Stasheck</title>
		<link>http://bobcopeland.com/blog/2009/11/ath5k-ap-mode/comment-page-1/#comment-647</link>
		<dc:creator>Stasheck</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1399#comment-647</guid>
		<description>Thank you for such an easy explanation - worked as soon as I figured I need to edit /etc/default/hostapd also (Debian rules ;-) ). You saved me from my girfriend&#039;s anger :-)</description>
		<content:encoded><![CDATA[<p>Thank you for such an easy explanation &#8211; worked as soon as I figured I need to edit /etc/default/hostapd also (Debian rules <img src='http://bobcopeland.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ). You saved me from my girfriend&#8217;s anger <img src='http://bobcopeland.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upstream Last by bob</title>
		<link>http://bobcopeland.com/blog/2009/03/upstream-last/comment-page-1/#comment-617</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 18 May 2009 22:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1274#comment-617</guid>
		<description>Thank you for your perspective, and I do appreciate yours and Arve&#039;s efforts in continuing to work towards upstreaming the core code (yes, an often thankless and frustrating task, unfortunately).  In that respect, I&#039;ll happily admit my original post was wrong as far as Google is concerned; there is still an ongoing effort to get that code in the mainline after the initial ship date.  For many other vendors, whose drivers magically appear on a website one day, &quot;built on any kernel once&quot; seems to be the goal.

Ship dates and mainlining code are going to be in tension, for sure, as are other business concerns like competitive advantage.  Except for the latter, publishing code early is almost as good as mainlining it early -- at least then issues get on the appropriate peoples&#039; radar (e.g. next person who rewrites PM might remember that company X wants feature Y, oh and they already have a patch.. guess whose interface is the template).

&quot;Upstream first,&quot; primarily a yardstick by which distributions are measured, is perhaps an unfair one to be applied across the board, and those companies who are good at working within the community still struggle in some cases (cf intel wireless).  But it&#039;s a nice target to aim for, and Google could be a leader here.

A few months on and things are looking a bit better: HTC is shipping binary releases that more closely match the code drop, the community has by and large figured out how to build and in some cases enhance the released code, and people are still arguing about how the OOM notifier should work.  It just seems like we could have been here six months ago.</description>
		<content:encoded><![CDATA[<p>Thank you for your perspective, and I do appreciate yours and Arve&#8217;s efforts in continuing to work towards upstreaming the core code (yes, an often thankless and frustrating task, unfortunately).  In that respect, I&#8217;ll happily admit my original post was wrong as far as Google is concerned; there is still an ongoing effort to get that code in the mainline after the initial ship date.  For many other vendors, whose drivers magically appear on a website one day, &#8220;built on any kernel once&#8221; seems to be the goal.</p>
<p>Ship dates and mainlining code are going to be in tension, for sure, as are other business concerns like competitive advantage.  Except for the latter, publishing code early is almost as good as mainlining it early &#8212; at least then issues get on the appropriate peoples&#8217; radar (e.g. next person who rewrites PM might remember that company X wants feature Y, oh and they already have a patch.. guess whose interface is the template).</p>
<p>&#8220;Upstream first,&#8221; primarily a yardstick by which distributions are measured, is perhaps an unfair one to be applied across the board, and those companies who are good at working within the community still struggle in some cases (cf intel wireless).  But it&#8217;s a nice target to aim for, and Google could be a leader here.</p>
<p>A few months on and things are looking a bit better: HTC is shipping binary releases that more closely match the code drop, the community has by and large figured out how to build and in some cases enhance the released code, and people are still arguing about how the OOM notifier should work.  It just seems like we could have been here six months ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upstream Last by Brian</title>
		<link>http://bobcopeland.com/blog/2009/03/upstream-last/comment-page-1/#comment-616</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 18 May 2009 13:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1274#comment-616</guid>
		<description>We&#039;re trying.  We can&#039;t delay ship until after everything makes it upstream though.  At the end of the day we need a tested and qualified userspace and kernel build that OEMs can actually ship on top of.  I&#039;d love to see us converge more with the mainline kernel, because it&#039;s waaaay easier to not have to be rebasing and shuffling our patches forward to follow the mainline.  The process is pretty slow going at times, and I&#039;ve set it aside on multiple occasions when the effort to get things reviewed and moving forward started consuming time needed to actually ensure products could ship.

Arve&#039;s been wrangling with the linux-pm list for months now on the base power framework, etc, which other stuff depends on, for example.  So for good or ill, it&#039;s not entirely for lack of trying...

- Brian</description>
		<content:encoded><![CDATA[<p>We&#8217;re trying.  We can&#8217;t delay ship until after everything makes it upstream though.  At the end of the day we need a tested and qualified userspace and kernel build that OEMs can actually ship on top of.  I&#8217;d love to see us converge more with the mainline kernel, because it&#8217;s waaaay easier to not have to be rebasing and shuffling our patches forward to follow the mainline.  The process is pretty slow going at times, and I&#8217;ve set it aside on multiple occasions when the effort to get things reviewed and moving forward started consuming time needed to actually ensure products could ship.</p>
<p>Arve&#8217;s been wrangling with the linux-pm list for months now on the base power framework, etc, which other stuff depends on, for example.  So for good or ill, it&#8217;s not entirely for lack of trying&#8230;</p>
<p>- Brian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
