<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>nerdcore</title>
	
	<link>http://www.nerd-core.org</link>
	<description>One nerd's life on the wild, wild web.  Featuring nerdy musings, web development, programming and lots of metal.</description>
	<pubDate>Sat, 15 Nov 2008 04:36:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/nerdcore" type="application/rss+xml" /><item>
		<title>The More You Know</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/453664478/</link>
		<comments>http://www.nerd-core.org/2008/11/15/the-more-you-know/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 04:36:13 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=444</guid>
		<description><![CDATA[I believe that there&#8217;s a relationship between the extent of knowledge one has on a subject, and their willingness to experiment with advanced topics on that subject.  
For example, if you know a lot about cars, you might have the confidence to take apart an engine and rebuild it.  Or if you know [...]]]></description>
			<content:encoded><![CDATA[<p>I believe that there&#8217;s a relationship between the extent of knowledge one has on a subject, and their willingness to experiment with advanced topics on that subject. <a title="A Lie" rel="lightbox" href="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/11/smb_cake.jpg"><img src="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/11/smb_cake-150x150.jpg" alt="Mario Cake" title="Mario Cake" class="right" /></a> </p>
<p>For example, if you know a lot about cars, you might have the confidence to take apart an engine and rebuild it.  Or if you know a lot about cakes, you can go nuts with that <a href="http://en.wikipedia.org/wiki/Fondant">fondant</a> stuff and make some pretty interesting designs.</p>
<p>However, I also believe that there exists some amount of risk that increases as you start to dabble in those areas.  The problem arises when your confidence in your knowledge overshadows your actual skill.  You may <em>think</em> you know what you&#8217;re doing, but you really could be setting yourself up for a grandiose fail.  Let me relay a personal story to solidify all this.</p>
<p>I was transferring songs to and from my phone and needed to free up some space.  When I mount my phone to my Mac and move folders to the trash, it doesn&#8217;t really delete the folders, it just moves them to a hidden &quot;trash&quot; folder on the phone.  This really doesn&#8217;t do me any good, so I popped open Terminal and navigated to the phone&#8217;s trash directory.  </p>
<p>If you&#8217;ve ever done any Linux command-line deleting, you know that you either have to confirm each file you delete or just tell it to go ahead and delete everything you want.  I didn&#8217;t want to have to continuously press &quot;y&quot; so I figured the old recursive force delete would do the trick. <code>rm -rf ./*</code> was what I meant, <code>rm -rf /*</code> was what I typed.</p>
<p><a title="Terminal Fail" rel="lightbox" href="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/11/termfail.gif"><img src="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/11/termfail-300x131.gif" alt="Terminal Fail" title="Terminal Fail" style="margin: 0px auto; display: block;" /></a></p>
<p>That one character (.) in Linux translates &quot;delete everything in <em>this</em> directory&quot; to &quot;delete <em>everything</em> in the <strong>root directory of the machine</strong>&quot;.  Needless to say I was surprised to see Terminal trying to delete files in my Applications folder.  Thankfully I stopped it before too much damage was done, but it blazed through my Adobe apps fast and furiously.</p>
<p>I guess the moral of the story is: even if you know a lot about something, don&#8217;t assume you are immune to fail. Or measure twice cut once.  Or believe in yourself but have a humble and <strong>reasonable</strong> confidence in your abilities.  Or you have a Mac, get an external drive and use Time Machine, you idiot.</p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/453664478" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/11/15/the-more-you-know/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/11/15/the-more-you-know/</feedburner:origLink></item>
		<item>
		<title>Disabling Right-Click Disabled Sites</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/448637173/</link>
		<comments>http://www.nerd-core.org/2008/11/10/disabling-right-click-disabled-sites/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:46:33 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[nerd]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=434</guid>
		<description><![CDATA[Ever come across a site, right-click your mouse and be alerted by JavaScript that &#34;Right-clicking is disabled&#34;, &#34;Images cannot be saved&#34;, etc?  If you&#8217;re anything like me, this only fuels my motivation to &#34;steal&#34; your stuff.
There&#8217;s so many ways to get around this &#34;protection&#34; it&#8217;s really not worth your time trying to put it [...]]]></description>
			<content:encoded><![CDATA[<p>Ever come across a site, right-click your mouse and be alerted by JavaScript that &quot;Right-clicking is disabled&quot;, &quot;Images cannot be saved&quot;, etc?  If you&#8217;re anything like me, this only fuels my motivation to &quot;steal&quot; your stuff.</p>
<p>There&#8217;s so many ways to get around this &quot;protection&quot; it&#8217;s really not worth your time trying to put it in place.  Here&#8217;s a few ways around it:</p>
<ol>
<li><b>Disable JavaScript</b><br />
Open up your browser&#8217;s preferences and have a look around.  For example, in Firefox under the Content area, just un-check the &quot;Enable JavaScript&quot; option.  Reload the page, right-click away.  Just remember to turn it back on once you&#8217;re done.</li>
<li><b>Page Media</b><br />
In Firefox, if you click &quot;Page Info&quot; from the &quot;Tools&quot; menu, and click the &quot;Media&quot; button, it brings up a list of all the media items loaded on the page.  It shows you the type, the full URI and even gives you a preview.  Best of all, there&#8217;s a &quot;Save As&#8230;&quot; button right there.  The Activity window in Safari will give you about the same results.</li>
<li><b>View Source</b><br />
Feeling especially hardcore?  View the source code of the page.  If you&#8217;re determined enough and the code isn&#8217;t <em>too</em> messy, you can probably get what you&#8217;re looking for.  Your browsers find tool will come in handy looking for those file extensions.</li>
<li><b>Get Creative</b><br />
<em>Still</em> can&#8217;t get what you want?  Time to get creative.  Take a screenshot of what you want and crop it, or bust out your favorite screen capturing software and start recording.
</ol>
<p><b>Remember:</b> <em>everything</em> on the internet is free.  You just might have to put in some time to get it.</p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/448637173" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/11/10/disabling-right-click-disabled-sites/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/11/10/disabling-right-click-disabled-sites/</feedburner:origLink></item>
		<item>
		<title>Literal Music Videos</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/428727177/</link>
		<comments>http://www.nerd-core.org/2008/10/22/literal-music-videos/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 16:45:16 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=429</guid>
		<description><![CDATA[Here are some 80s music videos, updated with lyrics that reflect what&#8217;s actually going on in the video.  It&#8217;s a lot funnier than I can explain.


]]></description>
			<content:encoded><![CDATA[<p>Here are some 80s music videos, updated with lyrics that reflect what&#8217;s actually going on in the video.  It&#8217;s a lot funnier than I can explain.</p>
<p><object width="425" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="http://www2.funnyordie.com/public/flash/fodplayer.swf" /><param name="flashvars" value="key=6342db2270" /><param name="allowfullscreen" value="true" /><embed width="425" height="344" flashvars="key=6342db2270" allowfullscreen="true" quality="high" src="http://www2.funnyordie.com/public/flash/fodplayer.swf" type="application/x-shockwave-flash"></embed></object></p>
<p><object width="425" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="http://www2.funnyordie.com/public/flash/fodplayer.swf" /><param name="flashvars" value="key=e062d7b4d5" /><param name="allowfullscreen" value="true" /><embed width="425" height="344" flashvars="key=e062d7b4d5" allowfullscreen="true" quality="high" src="http://www2.funnyordie.com/public/flash/fodplayer.swf" type="application/x-shockwave-flash"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/428727177" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/10/22/literal-music-videos/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/10/22/literal-music-videos/</feedburner:origLink></item>
		<item>
		<title>Some Things are NEVER a Good Idea</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/421777645/</link>
		<comments>http://www.nerd-core.org/2008/10/15/some-things-are-never-a-good-idea/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 17:16:46 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=418</guid>
		<description><![CDATA[I&#8217;m fairly open to new experiences, but after seeing enough videos on TV and on the web, it&#8217;s pretty apparent that certain activities are usually going to end in failure.  Here&#8217;s a few examples:

Parasailing. Even If you manage to take off without grinding your face into the ground, keep in mind you still have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m fairly open to new experiences, but after seeing enough videos on TV and on the web, it&#8217;s pretty apparent that certain activities are usually going to end in failure.  Here&#8217;s a few examples:</p>
<ol>
<li><b>Parasailing.</b> Even If you manage to take off without grinding your face into the ground, keep in mind you still have to land at some point.<br />
<object width="400 height="323"><param name="movie" value="http://www.youtube.com/v/QO8PW0iO8BA&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/QO8PW0iO8BA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="323"></embed></object></li>
<li><b>Pi&ntilde;atas.</b> Here&#8217;s an idea! Let&#8217;s blindfold a kid, give him a stick, spin him around and tell him to have at it.  Guaranteed someone is getting hit in the face and/or groin area.<br />
<object width="400" height="323"><param name="movie" value="http://www.youtube.com/v/kfKaCaqHWv8&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/kfKaCaqHWv8&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="323"></embed></object></li>
<li><b>Trampolines.</b> Usually the ownage results from people trying to go a little too far above their skill level, i.e. &quot;Well I can jump pretty high, so I can probably do a backflip!&quot;<br />
<object width="400" height="323"><param name="movie" value="http://www.youtube.com/v/ydD705VNzPQ&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/ydD705VNzPQ&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="323"></embed></object></li>
<li><b>Model glider planes.</b> These things are expertly engineered to take off from your hand, fly in a perfect backwards loop, and hit you in the back of the head.  <em>Every time!</em><br />
<object width="400" height="323"><param name="movie" value="http://www.youtube.com/v/gWsnuhBkx9k&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/gWsnuhBkx9k&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="323"></embed></object></li>
</ol>
<p>I&#8217;m sure there&#8217;s many more, these are just a few off the top of my head.  Any others come to mind?</p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/421777645" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/10/15/some-things-are-never-a-good-idea/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/10/15/some-things-are-never-a-good-idea/</feedburner:origLink></item>
		<item>
		<title>Metal Fan</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/407417791/</link>
		<comments>http://www.nerd-core.org/2008/09/30/metal-fan/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 16:38:34 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[metal]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=407</guid>
		<description><![CDATA[
Heh.
BONUS: You can get this on a t-shirt!  I pretty much have to.
]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="Huge Metal Fan" href="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/09/metalfan.gif"><img src="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/09/metalfan-294x300.gif" alt="" title="Huge Metal Fan" /></a><br />
Heh.<br />
<b>BONUS:</b> You can <a href="http://www.threadless.com/product/1199/Metal_Fan">get this on a t-shirt</a>!  I pretty much have to.</p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/407417791" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/09/30/metal-fan/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/09/30/metal-fan/</feedburner:origLink></item>
		<item>
		<title>Metal Band of the Week: Noumena</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/401425216/</link>
		<comments>http://www.nerd-core.org/2008/09/24/metal-band-of-the-week-noumena/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 04:01:47 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[Metal Band of the Week]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=397</guid>
		<description><![CDATA[Our band this week brings us back to the European melodeath I love so much.  Noumena is a five member band hailing from Finland.  They&#8217;re sound is pretty much straight forward (very) melodic death metal, with just a dash of that folksy/pagan influence to keep things interesting.  
They don&#8217;t come at you [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" title="Noumena" href="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/09/noumena.jpg"><img src="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/09/noumena-150x150.jpg" alt="Noumena" title="Noumena" class="right" /></a>Our band this week brings us back to the European melodeath I love so much.  Noumena is a five member band hailing from Finland.  They&#8217;re sound is pretty much straight forward (very) melodic death metal, with just a dash of that folksy/pagan influence to keep things interesting.  </p>
<p>They don&#8217;t come at you with crushing blast-beats but instead provide a slower and more gloomy ambiance. The growling vocals are well done, but again they aren&#8217;t really screaming at you as much as they are sort of just angrily brooding away.  There are also some clean vocal breakdowns with female guest singers to bring some additional dimensions to the music.</p>
<p>I can recommend both of their most recent releases.  From what I can tell, they&#8217;re about due for another album, so be on the lookout for some new material as well.</p>
<p>More on Noumena:<br />
<a href="http://www.myspace.com/noumena">MySpace</a> | <a href="http://www.last.fm/music/Noumena">Last.fm</a> | <a href="http://www.noumena.info">Official Site</a></p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/401425216" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/09/24/metal-band-of-the-week-noumena/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/09/24/metal-band-of-the-week-noumena/</feedburner:origLink></item>
		<item>
		<title>Hug a Developer Today</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/396386987/</link>
		<comments>http://www.nerd-core.org/2008/09/18/hug-a-developer-today/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 17:07:31 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[nerd]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=394</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><embed src="http://blip.tv/play/gYwjwZJqjdEh" type="application/x-shockwave-flash" width="435" height="275" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/396386987" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/09/18/hug-a-developer-today/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/09/18/hug-a-developer-today/</feedburner:origLink></item>
		<item>
		<title>To Tweet or Not To Tweet?</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/393373241/</link>
		<comments>http://www.nerd-core.org/2008/09/15/to-tweet-or-not-to-tweet/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 17:02:26 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[general]]></category>

		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=386</guid>
		<description><![CDATA[I&#8217;ve been thinking about jumping into Twitter for some time.  It seemed like a cool service and all, but I always had two reservations about it:

Will I update it enough to where it&#8217;s actually meaningful to anyone following me?
Will anyone even care enough to follow me?

Whether true or not, I&#8217;ve always had it in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about jumping into <a href="http://twitter.com">Twitter</a> for some time.  It seemed like a cool service and all, but I always had two reservations about it:</p>
<ol>
<li>Will I update it enough to where it&#8217;s actually meaningful to anyone following me?</li>
<li>Will anyone even care enough to follow me?</li>
</ol>
<p>Whether true or not, I&#8217;ve always had it in my mind that the majority of people you talk to really don&#8217;t care what you have to say.  Unless you&#8217;re dying they&#8217;re just &quot;<a href="http://www.imdb.com/title/tt0137523/quotes#qt0223569">waiting for their turn to speak</a>.&quot;  Maybe that&#8217;s why I&#8217;m so often told that I&#8217;m &quot;quiet.&quot;</p>
<p>Thanks for letting me know, BTW.</p>
<p>Anyway, my curiosity has been piqued enough that I think I might give it a try.  The guys at <a href="http://www.videosift.com">Videosift</a> also just put out an interesting <a href="http://dwigger.com">social voting site</a> that fits right in with Twitter.</p>
<p>So the challenge will be: update my status often, but with something more compelling than the banal minutiae of my everyday existence.  Hey, this thing might actually force me to make my life more interesting!</p>
<p><a href="http://twitter.com/jhixson">Follow me here.</a></p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/393373241" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/09/15/to-tweet-or-not-to-tweet/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/09/15/to-tweet-or-not-to-tweet/</feedburner:origLink></item>
		<item>
		<title>Gates + Seinfeld = Comedy Gold</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/390811512/</link>
		<comments>http://www.nerd-core.org/2008/09/12/gates-seinfeld-comedy-gold/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 16:42:25 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=381</guid>
		<description><![CDATA[This is the second video in a series of new Windows ads in which Jerry Seinfeld and Bill Gates move in with random families.  Hilarity ensues!

I&#8217;ve since become a Mac fanboy, but these videos are a nice, fresh campaign for Microsoft.  They&#8217;re weird, funny and actually very light on advertising.  I wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second video in a series of <a href="http://www.youtube.com/user/WindowsVideos">new Windows ads</a> in which Jerry Seinfeld and Bill Gates move in with random families.  Hilarity ensues!<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/gBWPf1BWtkw&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/gBWPf1BWtkw&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
I&#8217;ve since become a Mac fanboy, but these videos are a nice, fresh campaign for Microsoft.  They&#8217;re weird, funny and actually very light on advertising.  I wasn&#8217;t even sure they were ads at first.  Kudos, MS.</p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/390811512" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/09/12/gates-seinfeld-comedy-gold/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/09/12/gates-seinfeld-comedy-gold/</feedburner:origLink></item>
		<item>
		<title>Praise Science!</title>
		<link>http://feeds.feedburner.com/~r/nerdcore/~3/388877835/</link>
		<comments>http://www.nerd-core.org/2008/09/10/praise-science/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 18:02:42 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[nerd]]></category>

		<guid isPermaLink="false">http://www.nerd-core.org/?p=372</guid>
		<description><![CDATA[Scientifically, we&#8217;re on the verge of some very exciting breakthroughs.  At CERN, the Large Hadron Collider was powered up today and tested at a fraction of its capacity.  Once they fire this thing up at full power, who knows what they will discover?  Even the scientists themselves admit they aren&#8217;t totally sure [...]]]></description>
			<content:encoded><![CDATA[<p>Scientifically, we&#8217;re on the verge of some very exciting breakthroughs.  At CERN, the Large Hadron Collider was <a href="http://news.bbc.co.uk/2/hi/science/nature/7604293.stm">powered up today</a> and tested at a <a href="http://twitter.com/cern/statuses/916122478">fraction of its capacity</a>.  Once they fire this thing up at full power, who knows what they will discover?  Even the scientists themselves admit they aren&#8217;t totally sure what will come out.  The <a href="http://en.wikipedia.org/wiki/Higgs_boson">Higg&#8217;s boson</a>? Other <a href="http://en.wikipedia.org/wiki/Supersymmetry">supersymmetrical</a> particles?  <a href="http://en.wikipedia.org/wiki/Micro_black_hole">Tiny black holes</a>!? If we don&#8217;t end up obliterating ourselves in the name of science (and they assure us <a href="http://public.web.cern.ch/Public/en/LHC/Safety-en.html">it&#8217;s totally safe</a>), we&#8217;ll get even closer to understanding how our universe began.</p>
<p><a href="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/09/collider.jpg" rel="lightbox" title="OMG LHC"><img src="http://www.nerd-core.org/wordpress/wp-content/uploads/2008/09/collider_t-150x150.jpg" alt="OMG LHC" title="OMG LHC" class="left" /></a>Switching over from Geneva to Massachusettes, a team of biologists at Harvard are inching their way towards <a href="http://blog.wired.com/wiredscience/2008/09/biologists-on-t.html">creating new life forms in the laboratory</a>.  They are attempting to recreate the conditions whereby <a href="http://en.wikipedia.org/wiki/Abiogenesis">cellular life could arise</a> and the process of evolution could begin.</p>
<p>So barring any catastrophic destruction caused by the LHC and the creation of some synthetic super-bacteria, we could soon be unlocking the very secrets of our existence.  It&#8217;s exciting to live in a time where we could literally see the beginning of all things, and (much more unlikely) the end of all things by our own hands.</p>
<p><b>BONUS:</b> You can now check to see if the LHC has destroyed the world yet using <a href="http://hasthelargehadroncolliderdestroyedtheworldyet.com">this nifty site</a>.</p>
<img src="http://feeds.feedburner.com/~r/nerdcore/~4/388877835" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nerd-core.org/2008/09/10/praise-science/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.nerd-core.org/2008/09/10/praise-science/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 6.404 seconds --><!-- Cached page served by WP-Super-Cache -->
