<?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 Supreme Rule</title>
	<atom:link href="http://www.supremerule.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.supremerule.net</link>
	<description>A blog about things.</description>
	<lastBuildDate>Thu, 21 Jan 2010 04:02:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Things that are heavier than lead by Brendan Long</title>
		<link>http://www.supremerule.net/?p=32&#038;cpage=1#comment-17</link>
		<dc:creator>Brendan Long</dc:creator>
		<pubDate>Thu, 21 Jan 2010 04:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.supremerule.net/?p=32#comment-17</guid>
		<description>A single atom of lead weighs more than a single atom of platinum, but if you were to fill two equal sized spaces with lead and platinum (at the same temperature and pressure), there would be more atoms of platinum, since they pack more densely for some reason. I&#039;m not really good enough at chemistry to say why that is though.</description>
		<content:encoded><![CDATA[<p>A single atom of lead weighs more than a single atom of platinum, but if you were to fill two equal sized spaces with lead and platinum (at the same temperature and pressure), there would be more atoms of platinum, since they pack more densely for some reason. I&#8217;m not really good enough at chemistry to say why that is though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Things that are heavier than lead by Victor</title>
		<link>http://www.supremerule.net/?p=32&#038;cpage=1#comment-7</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 04 Jan 2010 23:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.supremerule.net/?p=32#comment-7</guid>
		<description>How come Platinum is denser than lead when its atomic mass is less than that of lead?</description>
		<content:encoded><![CDATA[<p>How come Platinum is denser than lead when its atomic mass is less than that of lead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lazy Cooking by Brendan Long</title>
		<link>http://www.supremerule.net/?p=19&#038;cpage=1#comment-5</link>
		<dc:creator>Brendan Long</dc:creator>
		<pubDate>Mon, 19 Oct 2009 01:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.supremerule.net/?p=19#comment-5</guid>
		<description>I thought the hummus looked best online, because it looks exactly like the stuff you can buy at stores. The okra is amazing though. The hard part is getting it salty enough :)</description>
		<content:encoded><![CDATA[<p>I thought the hummus looked best online, because it looks exactly like the stuff you can buy at stores. The okra is amazing though. The hard part is getting it salty enough <img src='http://www.supremerule.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lazy Cooking by Aunt Linda</title>
		<link>http://www.supremerule.net/?p=19&#038;cpage=1#comment-4</link>
		<dc:creator>Aunt Linda</dc:creator>
		<pubDate>Mon, 19 Oct 2009 01:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.supremerule.net/?p=19#comment-4</guid>
		<description>Looks good...even the okra...okra always looks better than it tastes. Might have to try the hummus recipe.</description>
		<content:encoded><![CDATA[<p>Looks good&#8230;even the okra&#8230;okra always looks better than it tastes. Might have to try the hummus recipe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GTK+ by Brendan Long</title>
		<link>http://www.supremerule.net/?p=3&#038;cpage=1#comment-3</link>
		<dc:creator>Brendan Long</dc:creator>
		<pubDate>Mon, 19 Oct 2009 00:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://supremerule.net/?p=3#comment-3</guid>
		<description>Yeah seriously. To do the same thing in php would be:
&lt;code&gt;&lt;?php
if(isset($_GET[&#039;number&#039;])){
  $result = $_GET[&#039;number&#039;] * $_GET[&#039;number&#039;];
  echo &quot;{$_GET[&#039;number&#039;]} squared is $result&quot;;
}
?&gt;
&lt;form method=&quot;get&quot;&gt;
Enter a number and it will be squared:&lt;br /&gt;
&lt;input type=&quot;text&quot; name=&quot;number&quot; /&gt;
&lt;input type=&quot;submit&quot; value=&quot;Go&quot; /&gt;
&lt;/form&gt;&lt;/code&gt;
But then.. it would be slower.</description>
		<content:encoded><![CDATA[<p>Yeah seriously. To do the same thing in php would be:<br />
<code>< ?php<br />
if(isset($_GET['number'])){<br />
  $result = $_GET['number'] * $_GET['number'];<br />
  echo "{$_GET['number']} squared is $result";<br />
}<br />
?><br />
&lt;form method="get"&gt;<br />
Enter a number and it will be squared:<br />
&lt;input type="text" name="number" /&gt;<br />
&lt;input type="submit" value="Go" /&gt;<br />
&lt;/form></code><br />
But then.. it would be slower.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GTK+ by Royall Spence</title>
		<link>http://www.supremerule.net/?p=3&#038;cpage=1#comment-2</link>
		<dc:creator>Royall Spence</dc:creator>
		<pubDate>Wed, 14 Oct 2009 21:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://supremerule.net/?p=3#comment-2</guid>
		<description>Things like this are why I&#039;m hoping web applications are truly the future of GUI&#039;s :-)</description>
		<content:encoded><![CDATA[<p>Things like this are why I&#8217;m hoping web applications are truly the future of GUI&#8217;s <img src='http://www.supremerule.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
