<?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 Beej&#039;s Bit Bucket</title>
	<atom:link href="http://beej.us/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://beej.us/blog</link>
	<description>Tech and Programming Fun</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:44:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on m4 Macros and CSS by beej</title>
		<link>http://beej.us/blog/2010/12/m4-macros-and-css/comment-page-1/#comment-8668</link>
		<dc:creator>beej</dc:creator>
		<pubDate>Thu, 26 Jan 2012 05:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://beej.us/blog/?p=1046#comment-8668</guid>
		<description>Eventually, however, I wrote a simple tool to handle everything I needed, and was cleaner and more flexible than m4 for this usage. :-)

https://github.com/beej71/goatee</description>
		<content:encoded><![CDATA[<p>Eventually, however, I wrote a simple tool to handle everything I needed, and was cleaner and more flexible than m4 for this usage. :-)</p>
<p><a href="https://github.com/beej71/goatee" rel="nofollow">https://github.com/beej71/goatee</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by beej</title>
		<link>http://beej.us/blog/about/comment-page-1/#comment-8521</link>
		<dc:creator>beej</dc:creator>
		<pubDate>Tue, 10 Jan 2012 03:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.beej.us/blog/?page_id=2#comment-8521</guid>
		<description>&lt;a href=&quot;#comment-8520&quot; rel=&quot;nofollow&quot;&gt;@Beej Nodora &lt;/a&gt; Hilarious! It&#039;s the Beej Army!</description>
		<content:encoded><![CDATA[<p><a href="#comment-8520" rel="nofollow">@Beej Nodora </a> Hilarious! It&#8217;s the Beej Army!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Beej Nodora</title>
		<link>http://beej.us/blog/about/comment-page-1/#comment-8520</link>
		<dc:creator>Beej Nodora</dc:creator>
		<pubDate>Tue, 10 Jan 2012 01:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.beej.us/blog/?page_id=2#comment-8520</guid>
		<description>Hey Beej!

My name is also Beej. I&#039;m in Software Engineering and I get a lot of classmates asking if I wrote your network programming guide ^_^ Quite the coincidence.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hey Beej!</p>
<p>My name is also Beej. I&#8217;m in Software Engineering and I get a lot of classmates asking if I wrote your network programming guide ^_^ Quite the coincidence.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arch vs. Slackware, a friendly comparison by Bill Allen</title>
		<link>http://beej.us/blog/2009/12/arch-vs-slackware/comment-page-1/#comment-8384</link>
		<dc:creator>Bill Allen</dc:creator>
		<pubDate>Mon, 19 Dec 2011 01:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.beej.us/blog/?p=36#comment-8384</guid>
		<description>Having been a long time Slackware user, since 1996, and more recently an Arch user, I would say this comparison is very fair to both distributions and &quot;spot on&quot;.   Good job!</description>
		<content:encoded><![CDATA[<p>Having been a long time Slackware user, since 1996, and more recently an Arch user, I would say this comparison is very fair to both distributions and &#8220;spot on&#8221;.   Good job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 Canvas and globalCompositeOperation by beej</title>
		<link>http://beej.us/blog/2010/11/html5-canvas-and-globalcompositeoperation/comment-page-1/#comment-8270</link>
		<dc:creator>beej</dc:creator>
		<pubDate>Fri, 02 Dec 2011 19:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://beej.us/blog/?p=1031#comment-8270</guid>
		<description>&lt;a href=&quot;#comment-8187&quot; rel=&quot;nofollow&quot;&gt;@Peter Jones &lt;/a&gt; Just &quot;View Source&quot; on the page.  Everything&#039;s uncompressed in the index.html for ease of demonstration.  Feel free to steal as you see fit.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8187" rel="nofollow">@Peter Jones </a> Just &#8220;View Source&#8221; on the page.  Everything&#8217;s uncompressed in the index.html for ease of demonstration.  Feel free to steal as you see fit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5&#8242;s canvas Part II: Pixel Manipulation by beej</title>
		<link>http://beej.us/blog/2010/02/html5s-canvas-part-ii-pixel-manipulation/comment-page-1/#comment-8269</link>
		<dc:creator>beej</dc:creator>
		<pubDate>Fri, 02 Dec 2011 19:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://beej.us/blog/?p=581#comment-8269</guid>
		<description>&lt;a href=&quot;#comment-8213&quot; rel=&quot;nofollow&quot;&gt;@brock &lt;/a&gt; I&#039;m unaware of a way to get this low level data from the PNG, short of writing a PNG decoder in JS, and even then, my JS-fu isn&#039;t strong enough to know a way to get the binary data in JS.

By the time the data gets exposed, it&#039;s already abstracted. :-/</description>
		<content:encoded><![CDATA[<p><a href="#comment-8213" rel="nofollow">@brock </a> I&#8217;m unaware of a way to get this low level data from the PNG, short of writing a PNG decoder in JS, and even then, my JS-fu isn&#8217;t strong enough to know a way to get the binary data in JS.</p>
<p>By the time the data gets exposed, it&#8217;s already abstracted. :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minimax by Omar</title>
		<link>http://beej.us/blog/2010/02/minimax/comment-page-1/#comment-8251</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Mon, 21 Nov 2011 20:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://beej.us/blog/?p=685#comment-8251</guid>
		<description>Cool. Very informative :)</description>
		<content:encoded><![CDATA[<p>Cool. Very informative :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5&#8242;s canvas Part II: Pixel Manipulation by brock</title>
		<link>http://beej.us/blog/2010/02/html5s-canvas-part-ii-pixel-manipulation/comment-page-1/#comment-8214</link>
		<dc:creator>brock</dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://beej.us/blog/?p=581#comment-8214</guid>
		<description>&lt;a href=&quot;#comment-8213&quot; rel=&quot;nofollow&quot;&gt;@brock &lt;/a&gt; 
I meant &quot;I can do it server side,...&quot;</description>
		<content:encoded><![CDATA[<p><a href="#comment-8213" rel="nofollow">@brock </a><br />
I meant &#8220;I can do it server side,&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5&#8242;s canvas Part II: Pixel Manipulation by brock</title>
		<link>http://beej.us/blog/2010/02/html5s-canvas-part-ii-pixel-manipulation/comment-page-1/#comment-8213</link>
		<dc:creator>brock</dc:creator>
		<pubDate>Thu, 10 Nov 2011 17:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://beej.us/blog/?p=581#comment-8213</guid>
		<description>Is it possible to get the raw pixel value of an 8-bit indexed png, not the associated RGBA? I have images where the values (0-255) in the raw pixels have an actual data meaning. Depending on the time of year, the actual index palette changes, (so the displayed colors change) but not the 0-255 values in each pixel. I can do this client side, but with overhead which I don&#039;t want. 

What I want to do is a browser side calculation. So when a user mouses over an image, the x,y provides the pixel needed, and the 0-255 is extracted. This is then converted to a data value (using a know formula,) which can be displayed for the user (and of course, a coresponding lat long which can be determined since I know the outer lat/long bounds of the image)</description>
		<content:encoded><![CDATA[<p>Is it possible to get the raw pixel value of an 8-bit indexed png, not the associated RGBA? I have images where the values (0-255) in the raw pixels have an actual data meaning. Depending on the time of year, the actual index palette changes, (so the displayed colors change) but not the 0-255 values in each pixel. I can do this client side, but with overhead which I don&#8217;t want. </p>
<p>What I want to do is a browser side calculation. So when a user mouses over an image, the x,y provides the pixel needed, and the 0-255 is extracted. This is then converted to a data value (using a know formula,) which can be displayed for the user (and of course, a coresponding lat long which can be determined since I know the outer lat/long bounds of the image)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 Canvas and globalCompositeOperation by Peter Jones</title>
		<link>http://beej.us/blog/2010/11/html5-canvas-and-globalcompositeoperation/comment-page-1/#comment-8187</link>
		<dc:creator>Peter Jones</dc:creator>
		<pubDate>Fri, 28 Oct 2011 14:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://beej.us/blog/?p=1031#comment-8187</guid>
		<description>Hi
I&#039;ve been looking for an html5 solution to replace Flash for our promotional scratchcards (no gambling!). Looks like you&#039;ve cracked the main part of the problem. Are you still doing any work on it? If not would you be willing to share your source files?
Best wishes
Pete</description>
		<content:encoded><![CDATA[<p>Hi<br />
I&#8217;ve been looking for an html5 solution to replace Flash for our promotional scratchcards (no gambling!). Looks like you&#8217;ve cracked the main part of the problem. Are you still doing any work on it? If not would you be willing to share your source files?<br />
Best wishes<br />
Pete</p>
]]></content:encoded>
	</item>
</channel>
</rss>

