<?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: Optimized code could help reduce global warming</title>
	<atom:link href="http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/feed" rel="self" type="application/rss+xml" />
	<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming</link>
	<description>polyGeek (noun) person with many geek related talents.</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:07:13 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: polygeek</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-59078</link>
		<dc:creator>polygeek</dc:creator>
		<pubDate>Fri, 25 Apr 2008 18:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-59078</guid>
		<description>@Danny Miller, thanks for pointing that out. I added a note to that effect.</description>
		<content:encoded><![CDATA[<p>@Danny Miller, thanks for pointing that out. I added a note to that effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Miller</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-59075</link>
		<dc:creator>Danny Miller</dc:creator>
		<pubDate>Thu, 24 Apr 2008 16:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-59075</guid>
		<description>bitwise is not the same as dividing or multiplying by two ... on Numbers. That will convert the number to int and divide by two. For example, doing those operations on the value 5 will not yield 2.5.

You should probably say &quot;dividing or multiplying integers by multiples of 2 are faster with bitwise&quot;</description>
		<content:encoded><![CDATA[<p>bitwise is not the same as dividing or multiplying by two &#8230; on Numbers. That will convert the number to int and divide by two. For example, doing those operations on the value 5 will not yield 2.5.</p>
<p>You should probably say &#8220;dividing or multiplying integers by multiples of 2 are faster with bitwise&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moralizing Global Warming &#124; Infinite Injury</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-58007</link>
		<dc:creator>Moralizing Global Warming &#124; Infinite Injury</dc:creator>
		<pubDate>Tue, 15 Jan 2008 16:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-58007</guid>
		<description>[...] toward the environment continues to create problems. For instance consider this selection of posts for blog action day. Following the usual formula for personal moral advice these posts tell people [...]</description>
		<content:encoded><![CDATA[<p>[...] toward the environment continues to create problems. For instance consider this selection of posts for blog action day. Following the usual formula for personal moral advice these posts tell people [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polyGeek</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-49003</link>
		<dc:creator>polyGeek</dc:creator>
		<pubDate>Thu, 15 Nov 2007 16:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-49003</guid>
		<description>@mb, Oh yeah! Well my compiler can beat up your compiler. :-)

Seriously, I dunno. Maybe it&#039;s a factor of Actionscript being much newer than C++ that the compiler isn&#039;t as streamlined. But that&#039;s cool that C++ works that way. Hopefully that will trickle into Actionscript soon.</description>
		<content:encoded><![CDATA[<p>@mb, Oh yeah! Well my compiler can beat up your compiler. :-)</p>
<p>Seriously, I dunno. Maybe it&#8217;s a factor of Actionscript being much newer than C++ that the compiler isn&#8217;t as streamlined. But that&#8217;s cool that C++ works that way. Hopefully that will trickle into Actionscript soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mb</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-48910</link>
		<dc:creator>mb</dc:creator>
		<pubDate>Wed, 14 Nov 2007 21:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-48910</guid>
		<description>A good C++ compiler will optimize every one of these examples for you.  (Well, probably not the Math.Floor one).  It&#039;s too bad AS 3 doesn&#039;t do this yet. :(</description>
		<content:encoded><![CDATA[<p>A good C++ compiler will optimize every one of these examples for you.  (Well, probably not the Math.Floor one).  It&#8217;s too bad AS 3 doesn&#8217;t do this yet. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 21 Greenest of the Green Tips from Blog Action Day &#124; dailyApps</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-45541</link>
		<dc:creator>21 Greenest of the Green Tips from Blog Action Day &#124; dailyApps</dc:creator>
		<pubDate>Mon, 22 Oct 2007 21:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-45541</guid>
		<description>[...] Optimized code could help reduce global warming [...]</description>
		<content:encoded><![CDATA[<p>[...] Optimized code could help reduce global warming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne's World</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-45322</link>
		<dc:creator>Wayne's World</dc:creator>
		<pubDate>Sat, 20 Oct 2007 23:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-45322</guid>
		<description>Y ou have a great sense of humor.</description>
		<content:encoded><![CDATA[<p>Y ou have a great sense of humor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMviews Meditation and Empowerment&#187;Blog Archive &#187; After Blog Action Day 2007</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-45012</link>
		<dc:creator>JMviews Meditation and Empowerment&#187;Blog Archive &#187; After Blog Action Day 2007</dc:creator>
		<pubDate>Thu, 18 Oct 2007 02:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-45012</guid>
		<description>[...] interesting way to include the topic of the environment is at polyGeek.com, Optimized code could help reduce global warming. Clever, these [...]</description>
		<content:encoded><![CDATA[<p>[...] interesting way to include the topic of the environment is at polyGeek.com, Optimized code could help reduce global warming. Clever, these [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polyGeek</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-45010</link>
		<dc:creator>polyGeek</dc:creator>
		<pubDate>Thu, 18 Oct 2007 00:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-45010</guid>
		<description>&lt;p&gt;&lt;p&gt;@no regrets, err???? My Bulgarian is a little rusty but I think you said nice things. In your post that links here to polyGeek.com there&#039;s a link to the movie Lethal Weapon at IMDB. Maybe you were commenting on how I have Mel Gibson-like good looks. If so then thank you very much. :-)&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&lt;p&gt;@no regrets, err???? My Bulgarian is a little rusty but I think you said nice things. In your post that links here to polyGeek.com there&#8217;s a link to the movie Lethal Weapon at IMDB. Maybe you were commenting on how I have Mel Gibson-like good looks. If so then thank you very much. :-)&lt;/p&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polyGeek</title>
		<link>http://polygeek.com/419_code-optimization_optimized-code-could-help-reduce-global-warming/comment-page-1#comment-45009</link>
		<dc:creator>polyGeek</dc:creator>
		<pubDate>Thu, 18 Oct 2007 00:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://polygeek.com/419_weatherglobal-warming_optimized-code-could-help-reduce-global-warming#comment-45009</guid>
		<description>@RightHook, you caught me. My plan all along was to subtly increase the amount of energy burned and therefore accelerate the rate of global warming. This is all part of my global domination plans which revolve around buying up cheap inland property and selling later after the coasts have flooded.

I guess I&#039;ll have to come up with yet another plan to conquer the world. Thanks for that!

My latest scheme is to try and find a way to convert sarcasm into CO2.</description>
		<content:encoded><![CDATA[<p>@RightHook, you caught me. My plan all along was to subtly increase the amount of energy burned and therefore accelerate the rate of global warming. This is all part of my global domination plans which revolve around buying up cheap inland property and selling later after the coasts have flooded.</p>
<p>I guess I&#8217;ll have to come up with yet another plan to conquer the world. Thanks for that!</p>
<p>My latest scheme is to try and find a way to convert sarcasm into CO2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
