<?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 searching for signal</title>
	<atom:link href="http://blog.n01se.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.n01se.net</link>
	<description>theoretically unambiguous</description>
	<lastBuildDate>Thu, 05 Jan 2012 18:17:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on daemonizing bash by Tom</title>
		<link>http://blog.n01se.net/?p=145&#038;cpage=1#comment-3707</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=145#comment-3707</guid>
		<description>You don&#039;t need to be on FreeBSD to do this. A daemon utility is available under ubuntu (and probably several other linuxes)</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to be on FreeBSD to do this. A daemon utility is available under ubuntu (and probably several other linuxes)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance of Javascript (Binary) Byte Arrays in Modern Browsers by The Definitive Guide To HTML5: 14 Predictions For 2012 &#124; TechCrunch</title>
		<link>http://blog.n01se.net/?p=248&#038;cpage=1#comment-3600</link>
		<dc:creator>The Definitive Guide To HTML5: 14 Predictions For 2012 &#124; TechCrunch</dc:creator>
		<pubDate>Thu, 22 Dec 2011 06:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=248#comment-3600</guid>
		<description>[...] – it’s already among the world&#8217;s fastest scripting languages – but there is room for improvement. Google Chrome has started pushing the envelope on better memory management and garbage collection [...]</description>
		<content:encoded><![CDATA[<p>[...] – it’s already among the world&#8217;s fastest scripting languages – but there is room for improvement. Google Chrome has started pushing the envelope on better memory management and garbage collection [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance of Javascript (Binary) Byte Arrays in Modern Browsers by Daniel</title>
		<link>http://blog.n01se.net/?p=248&#038;cpage=1#comment-3545</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 15 Nov 2011 11:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=248#comment-3545</guid>
		<description>All these problems with typed arrays might come from that, each time you read typed value to variant type value it has to be converted, and when you use regular arrays you operate just on references to variant type.

I guess advantege of use typed arrays is basically that they use much less memory and graphic engines (2d/3d) performs much better on such a raw binary data.</description>
		<content:encoded><![CDATA[<p>All these problems with typed arrays might come from that, each time you read typed value to variant type value it has to be converted, and when you use regular arrays you operate just on references to variant type.</p>
<p>I guess advantege of use typed arrays is basically that they use much less memory and graphic engines (2d/3d) performs much better on such a raw binary data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance of Javascript (Binary) Byte Arrays in Modern Browsers by kanaka</title>
		<link>http://blog.n01se.net/?p=248&#038;cpage=1#comment-3543</link>
		<dc:creator>kanaka</dc:creator>
		<pubDate>Mon, 14 Nov 2011 15:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=248#comment-3543</guid>
		<description>OrNot, I do plan on doing a followup post at some point to see how things have changed. However, at the moment I just started a new job and time is limited so no promises on when that will happen. I have linked to the source in the post if you can&#039;t wait and want to run the tests yourself.</description>
		<content:encoded><![CDATA[<p>OrNot, I do plan on doing a followup post at some point to see how things have changed. However, at the moment I just started a new job and time is limited so no promises on when that will happen. I have linked to the source in the post if you can&#8217;t wait and want to run the tests yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance of Javascript (Binary) Byte Arrays in Modern Browsers by OrNot</title>
		<link>http://blog.n01se.net/?p=248&#038;cpage=1#comment-3520</link>
		<dc:creator>OrNot</dc:creator>
		<pubDate>Thu, 10 Nov 2011 01:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=248#comment-3520</guid>
		<description>Anybody is still tracking this topic?   As far as I know, the firefox&#039;s array performance is not improved at all from 5.0 to 8.0 (even the 9.0). https://bugzilla.mozilla.org/show_bug.cgi?id=650939  is opened there. It is obvious that chrome does the best.</description>
		<content:encoded><![CDATA[<p>Anybody is still tracking this topic?   As far as I know, the firefox&#8217;s array performance is not improved at all from 5.0 to 8.0 (even the 9.0). <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=650939" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=650939</a>  is opened there. It is obvious that chrome does the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A hack to rescue Super+P from gnome-settings-daemon by Josh P</title>
		<link>http://blog.n01se.net/?p=314&#038;cpage=1#comment-3452</link>
		<dc:creator>Josh P</dc:creator>
		<pubDate>Tue, 11 Oct 2011 14:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=314#comment-3452</guid>
		<description>This worked, thank you for saving my sanity!

I made a small modification.  Instead of having to press &quot;Super+P&quot; once to kill xbindkeys, I added a gnome startup application (System -&gt; Preferences -&gt; Startup Applications) that&#039;s just a simple script that kills xbindkeys, and in my case, calls &quot;openbox --reconfigure&quot; which binds it to start pidgin.</description>
		<content:encoded><![CDATA[<p>This worked, thank you for saving my sanity!</p>
<p>I made a small modification.  Instead of having to press &#8220;Super+P&#8221; once to kill xbindkeys, I added a gnome startup application (System -&gt; Preferences -&gt; Startup Applications) that&#8217;s just a simple script that kills xbindkeys, and in my case, calls &#8220;openbox &#8211;reconfigure&#8221; which binds it to start pidgin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Important Parts of HTML5 by kanaka</title>
		<link>http://blog.n01se.net/?p=375&#038;cpage=1#comment-3143</link>
		<dc:creator>kanaka</dc:creator>
		<pubDate>Wed, 17 Aug 2011 15:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=375#comment-3143</guid>
		<description>Shaula (and anyone else),

I give permission to translate this post with the following quick
conditions:

- Maintain the integrity of the original. You may omit the footnotes,
  links and resources sections if you choose, but but rest of the
  sections should be kept and in the same order. You may add short
  parenthetical comments to clarify meaning as long as it is clear the 
  clarifications are not part of the original. Please do not put
  your own thoughts and commentary inline in the translation (your own 
  thoughts can be before, after, or on a separate page).

- At the top of the translation, indicate clearly that it is
  a translation a translation and have a link back to the original
  page (http://blog.n01se.net/?p=375). 

- Please maintain the links to noVNC and websockify. If your 
  translation is online, then please maintain them as inline links. 
  For print translations you may provide the links as parenthetical 
  comments or as footnotes.

Finally, this is not required but I would appreciate a comment post 
here when the translation is published and some indication of where 
the translation is published.
  
Joel Martin (kanaka)</description>
		<content:encoded><![CDATA[<p>Shaula (and anyone else),</p>
<p>I give permission to translate this post with the following quick<br />
conditions:</p>
<p>- Maintain the integrity of the original. You may omit the footnotes,<br />
  links and resources sections if you choose, but but rest of the<br />
  sections should be kept and in the same order. You may add short<br />
  parenthetical comments to clarify meaning as long as it is clear the<br />
  clarifications are not part of the original. Please do not put<br />
  your own thoughts and commentary inline in the translation (your own<br />
  thoughts can be before, after, or on a separate page).</p>
<p>- At the top of the translation, indicate clearly that it is<br />
  a translation a translation and have a link back to the original<br />
  page (<a href="http://blog.n01se.net/?p=375" rel="nofollow">http://blog.n01se.net/?p=375</a>). </p>
<p>- Please maintain the links to noVNC and websockify. If your<br />
  translation is online, then please maintain them as inline links.<br />
  For print translations you may provide the links as parenthetical<br />
  comments or as footnotes.</p>
<p>Finally, this is not required but I would appreciate a comment post<br />
here when the translation is published and some indication of where<br />
the translation is published.</p>
<p>Joel Martin (kanaka)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Important Parts of HTML5 by shaula haitner</title>
		<link>http://blog.n01se.net/?p=375&#038;cpage=1#comment-3138</link>
		<dc:creator>shaula haitner</dc:creator>
		<pubDate>Wed, 17 Aug 2011 10:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=375#comment-3138</guid>
		<description>I would like to have your permission to  translate the article to hebrew to be published in ISOC-IL professional magazine

thanks

shaula</description>
		<content:encoded><![CDATA[<p>I would like to have your permission to  translate the article to hebrew to be published in ISOC-IL professional magazine</p>
<p>thanks</p>
<p>shaula</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Important Parts of HTML5 by Weekly Links&#8211; 2010_29 (50 for Web Devs &#38; Other Geeks) :MisfitGeek (Joe Stagner)</title>
		<link>http://blog.n01se.net/?p=375&#038;cpage=1#comment-3130</link>
		<dc:creator>Weekly Links&#8211; 2010_29 (50 for Web Devs &#38; Other Geeks) :MisfitGeek (Joe Stagner)</dc:creator>
		<pubDate>Tue, 16 Aug 2011 20:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=375#comment-3130</guid>
		<description>[...] The Most Important Parts of HTML5 [...]</description>
		<content:encoded><![CDATA[<p>[...] The Most Important Parts of HTML5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Important Parts of HTML5 by Link-urile săptămânii 8-14 August &#124; Staicu Ionuţ-Bogdan</title>
		<link>http://blog.n01se.net/?p=375&#038;cpage=1#comment-3113</link>
		<dc:creator>Link-urile săptămânii 8-14 August &#124; Staicu Ionuţ-Bogdan</dc:creator>
		<pubDate>Mon, 15 Aug 2011 13:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.n01se.net/?p=375#comment-3113</guid>
		<description>[...] The Most Important Parts of HTML5 [...]</description>
		<content:encoded><![CDATA[<p>[...] The Most Important Parts of HTML5 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.347 seconds -->

