<?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: Hack of the day: Byte flipping</title>
	<atom:link href="http://intermediaware.com/blog/hack-of-the-day-byte-flipping/feed" rel="self" type="application/rss+xml" />
	<link>http://intermediaware.com/blog/hack-of-the-day-byte-flipping</link>
	<description>indie video game developer blgo</description>
	<lastBuildDate>Thu, 02 May 2013 04:48:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: joe</title>
		<link>http://intermediaware.com/blog/hack-of-the-day-byte-flipping#comment-96</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 19 Jan 2011 23:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://intermediaware.com/blog/?p=30#comment-96</guid>
		<description>@gdev: thank you! (i tried to fix your post, so the code looks right. code doesn&#039;t work very well in the comments - i think i&#039;ll have to look out for a code-comments-plugin for wordpress.)</description>
		<content:encoded><![CDATA[<p>@gdev: thank you! (i tried to fix your post, so the code looks right. code doesn&#8217;t work very well in the comments &#8211; i think i&#8217;ll have to look out for a code-comments-plugin for wordpress.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gdev</title>
		<link>http://intermediaware.com/blog/hack-of-the-day-byte-flipping#comment-95</link>
		<dc:creator>gdev</dc:creator>
		<pubDate>Wed, 19 Jan 2011 21:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://intermediaware.com/blog/?p=30#comment-95</guid>
		<description>This should be faster :)return ((value&amp;0x000000ff)&lt;&lt;24) &#124; ((value&amp;0x0000ff00)&lt;&lt;8) &#124; ((value&amp;0x00ff0000)&gt;&gt;8) &#124; ((value&amp;0xff000000)&gt;&gt;24);</description>
		<content:encoded><![CDATA[<p>This should be faster <img src='http://intermediaware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> return ((value&#038;0x000000ff)&lt;&lt;24) | ((value&#038;0x0000ff00)&lt;&lt;8) | ((value&#038;0x00ff0000)&gt;&gt;8) | ((value&#038;0xff000000)&gt;&gt;24);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://intermediaware.com/blog/hack-of-the-day-byte-flipping#comment-94</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sat, 15 Jan 2011 09:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://intermediaware.com/blog/?p=30#comment-94</guid>
		<description>If you have any questions don&#039;t hesitate to ask and I&#039;ll try to answer them and/or update my posts. I&#039;ll try to explain them better in the future!</description>
		<content:encoded><![CDATA[<p>If you have any questions don&#8217;t hesitate to ask and I&#8217;ll try to answer them and/or update my posts. I&#8217;ll try to explain them better in the future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulmichael</title>
		<link>http://intermediaware.com/blog/hack-of-the-day-byte-flipping#comment-93</link>
		<dc:creator>Paulmichael</dc:creator>
		<pubDate>Sat, 15 Jan 2011 08:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://intermediaware.com/blog/?p=30#comment-93</guid>
		<description>Enjoying these &quot;Hack of the Day&quot; articles, even though I don&#039;t yet understand a lot of them - Computer Science student here! :)</description>
		<content:encoded><![CDATA[<p>Enjoying these &#8220;Hack of the Day&#8221; articles, even though I don&#8217;t yet understand a lot of them &#8211; Computer Science student here! <img src='http://intermediaware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
