<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Talkwards &#187; physics</title>
	<atom:link href="http://www.talkwards.com/tag/physics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.talkwards.com</link>
	<description>Advancing Talkwards...</description>
	<lastBuildDate>Sat, 03 Sep 2011 16:33:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Buckypaper</title>
		<link>http://www.talkwards.com/2008/10/buckypaper</link>
		<comments>http://www.talkwards.com/2008/10/buckypaper#comments</comments>
		<pubDate>Mon, 20 Oct 2008 22:00:11 +0000</pubDate>
		<dc:creator>Hoakz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[chemistry]]></category>
		<category><![CDATA[manufacture]]></category>
		<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://www.talkwards.com/?p=391</guid>
		<description><![CDATA[The Buckyball (Buckminsterfullerene) is a soccerball-looking molecule made up of 60 carbon atoms. Yahoo reports the use of this and similar materials to produce a material 20 times lighter than steel and potentially 500 times stronger. See: http://biz.yahoo.com/ap/081018/tec_buckypaper.html]]></description>
			<content:encoded><![CDATA[<p>The Buckyball (<a href="http://en.wikipedia.org/wiki/Fullerene#Buckyballs" target="_blank">Buckminsterfullerene</a>) is a <a href="http://en.wikipedia.org/wiki/Football_(ball)" target="_blank">soccerball</a>-looking molecule made up of 60 carbon atoms.  Yahoo reports the use of this and similar materials to produce a material 20 times lighter than steel and potentially 500 times stronger.</p>
<p>See: <a title="Future planes and cars may be made of `buckypaper'" href="http://biz.yahoo.com/ap/081018/tec_buckypaper.html">http://biz.yahoo.com/ap/081018/tec_buckypaper.html</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.talkwards.com%2F2008%2F10%2Fbuckypaper&amp;title=Buckypaper" id="wpa2a_2"><img src="http://www.talkwards.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.talkwards.com/2008/10/buckypaper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Has the Large Hadron Collider destroyed the world yet?</title>
		<link>http://www.talkwards.com/2008/09/has-the-large-hadron-collider-destroyed-the-world-yet</link>
		<comments>http://www.talkwards.com/2008/09/has-the-large-hadron-collider-destroyed-the-world-yet#comments</comments>
		<pubDate>Mon, 15 Sep 2008 22:00:33 +0000</pubDate>
		<dc:creator>Hoakz</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[programming humor]]></category>

		<guid isPermaLink="false">http://www.hoakz.com/blog/?p=198</guid>
		<description><![CDATA[You may have heard of the Large Hadron Collider or perhaps concerns about its safety, and if not you may still have come across this funny web page to test if it has destroyed the world yet. Check the source for the last one as well, there are a few laughs. Their test to see [...]]]></description>
			<content:encoded><![CDATA[<p>You may have heard of the <a title="Wikipedia: Large Hadron Collider" href="http://en.wikipedia.org/wiki/Large_Hadron_Collider" target="_blank">Large Hadron Collider</a> or perhaps <a title="Wikipedia: Safety of the Large Hadron Collider" href="http://en.wikipedia.org/wiki/Safety_of_the_Large_Hadron_Collider" target="_blank">concerns about its safety</a>, and if not you may still have come across this funny web page to <a title="Has the Large Hadron Collider destroyed the world yet?" href="http://hasthelargehadroncolliderdestroyedtheworldyet.com/" target="_blank">test if it has destroyed the world yet</a>.</p>
<p>Check the source for the last one as well, there are a few laughs.  Their test to see if the world has ended is:</p>
<blockquote>
<pre id="line1">if (!(typeof worldHasEnded == "undefined")) {
    document.write("YUP.");
} else {
    document.write("NOPE.");
}</pre>
</blockquote>
<p>If the undefined variable worldHasEnded is not &#8220;undefined&#8221; then there&#8217;s some really spooky stuff going on&#8230; like the end of the world&#8230; otherwise we&#8217;re all safe and sound.  In the same spirit I&#8217;m offering a test for world destruction for Java (and possibly C++ and other object oriented languages as well):</p>
<blockquote>
<pre>System.out.print("Has the Large Hadron Collider destroyed the world yet? ");
if (this == null) {
    System.out.println("Yes!");
}
else {
    System.out.println("Nope");
}</pre>
</blockquote>
<p>Is the object running this test not existing any more&#8230; then risk is neither is the rest of the world&#8230;</p>
<p>Of course, we&#8217;ll have to wait until sometime in the end of October or beginning of November before they actually start colliding protons&#8230; and then perhaps the world will end&#8230;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.talkwards.com%2F2008%2F09%2Fhas-the-large-hadron-collider-destroyed-the-world-yet&amp;title=Has%20the%20Large%20Hadron%20Collider%20destroyed%20the%20world%20yet%3F" id="wpa2a_4"><img src="http://www.talkwards.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.talkwards.com/2008/09/has-the-large-hadron-collider-destroyed-the-world-yet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

