<?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>Rival Rockets &#187; Computers</title>
	<atom:link href="http://rivalrockets.com/blog/category/pc/feed/" rel="self" type="application/rss+xml" />
	<link>http://rivalrockets.com/blog</link>
	<description>The ramblings of self-declared winners</description>
	<lastBuildDate>Sun, 11 Jul 2010 00:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Intelligent &#8220;Investment&#8221; Solutions.</title>
		<link>http://rivalrockets.com/blog/2010/05/intelligent-investment-solutions/</link>
		<comments>http://rivalrockets.com/blog/2010/05/intelligent-investment-solutions/#comments</comments>
		<pubDate>Thu, 06 May 2010 15:10:03 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=575</guid>
		<description><![CDATA[As my spring semester of college draws to a close, I&#8217;ve overcome many projects in the areas of data abstraction, graphic design, and web development. The last great hurdle was associated with the third of that lot. I was required to write a four-page personal website that revolved around a subject of my choice. While [...]]]></description>
			<content:encoded><![CDATA[<p>As my spring semester of college draws to a close, I&#8217;ve overcome many projects in the areas of data abstraction, graphic design, and web development.  The last great hurdle was associated with the third of that lot. I was required to write a four-page personal website that revolved around a subject of my choice.  While many students chose more domestic settings such as hobbies and family, I found it to be a writing opportunity.  If you follow my works on <a href="kydoon.deviantart.com"> DeviantArt</a>, you&#8217;ll probably know of my work-in-progress called <em>Resonance</em>, which features a character called <a href="http://kydoon.deviantart.com/art/Ranvier-134523890">Fauntleroy Ranvier</a>. The website I wrote became that of his banking company, Ranvier Ltd.</p>
<p>Now, in my web design class, we&#8217;ve been working with two development environments for HTML and CSS. there was Adobe&#8217;s <a href="http://www.adobe.com/products/dreamweaver/">Dreamweaver</a>, and the considerably less fantastical <a href="http://www.crimsoneditor.com/">Crimson Editor</a>, whose only real upside was that it was free.  As the deadline came closer, I decided I would throw the site together over a couple days on Dreamweaver by staying at the lab late, but thanks to some kleptomaniacs in the building, the room that I was told would be open until as late as 10 at night, was locked by 4 o&#8217;clock and not accessible to the public. Thus, over the course of a weekend, I hammered through the antiquated Crimson at home, productivity and morale boosted by Kit&#8217;s graciousness to lend me a 17&#8243; Samsung he had laying around for dual-screening.</p>
<p>Development went rather well, my only real obstacles consisting of aesthetics such as rounding the corners of divs.  One trouble, however, ended up being a stalking predator in the grass, waiting for the opportune moment to strike; I was having issues with my divs moving to where I wanted, and accidentally planted the seeds of woe by designating their position as &#8220;fixed&#8221; in the CSS.</p>
<p>The following day, I wrote the final few pages, and posted the link to my site on our class discussion boards. When I went to view the site and make sure the link worked, to my horror, I discovered that the &#8220;fixed&#8221; positions that had been defined to me as keeping a div in one spot, &#8220;even when scrolling,&#8221; had in fact removed the idea of scroll bars completely! Sections of the pages were cut off by the window borders with no way of viewing them. After researching the positioning system deeper, I was enlightened to the concept of absolute positioning with relative positioning for divs within divs.</p>
<p>One would think that this task would be simple to carry out, and for a seasoned web-designer, I&#8217;m sure this scenario is a non-issue, but this was hardly my case.  Diving back into my code and changing the positioning caused my page to detonate beyond all readability. The following battle that lasted for 3 hours straight showed me just how much my page was a cobbled together catastrophe of ropes, crudely nailed wooden planks, and duct tape. divs, and classes were created and destroyed like the primordial matter in the early stages of planck time following the big bang.  Phantom divisions shunted my text about on the page while I struggled to re-size images and rebuild navigation bars.  At last, I emerged somewhat victorious, my mind flayed by the channel cast of HTML and CSS syntax. At a time during the war, I thought Dreamweaver, which I at last had access to, could prove a secret weapon, but by that time my code was so gnarled that Adobe&#8217;s interpretation of my code was unintelligible.</p>
<p>It was submitted at the eleventh hour, and is <em>almost</em> everything I wanted. Feedback is appreciated:</p>
<p><a href="http://sean.nwicc.us/AssingmentPage/PersonalSite/ranvierWeb.html">Welcome to Your Future.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2010/05/intelligent-investment-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neatx: Remote Desktop for Linux</title>
		<link>http://rivalrockets.com/blog/2010/04/neatx-remote-desktop-for-linux/</link>
		<comments>http://rivalrockets.com/blog/2010/04/neatx-remote-desktop-for-linux/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 04:40:31 +0000</pubDate>
		<dc:creator>Kit</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=561</guid>
		<description><![CDATA[I had never even heard of NX technology until I began researching better ways to set up a VNC capable server on an Ubuntu machine that I had planned on running “headless”.  To make matters more confusing, this promising technology is scarcely documented, so I’m putting my findings here. NX Technology, to briefly summarize, is [...]]]></description>
			<content:encoded><![CDATA[<p>I had never even heard of NX technology until I began researching better ways to set up a VNC capable server on an Ubuntu machine that I had planned on running “headless”.  To make matters more confusing, this promising technology is scarcely documented, so I’m putting my findings here.</p>
<p>NX Technology, to briefly summarize, is similar in concept to RDP or Terminal Services on Windows, it basically provides a network ready way to log in and connect to a graphical desktop environment on a computer that you are not physically in front of.  The X Window System, the de-facto graphical backbone for Linux, has been able to send GUI over the network for years, but in practice it has proven inefficient and only feasible on the fastest of networks.  NX on the other hand, uses a combination of compression and caching on top of traditional X11 making for a much more bearable remote desktop experience.  As always, Wikipedia has a <a href="http://en.wikipedia.org/wiki/NX_technology" target="_blank">better explanation</a> than I’m able to provide here.</p>
<p>A company called <a href="http://www.nomachine.com/" target="_blank">NoMachine</a> provides commercial client and server NX software, selling Linux and Solaris server software while providing a free NX client for all the major OSes (including Windows).  Until recently, the only notable freely available NX server for Linux was FreeNX which took NoMachine’s open source core libraries and wrapped it up in a bunch of convoluted script files.  A small team has been incorporating the FreeNX code into an Ubuntu PPA, but have been having trouble maintaining compatibility and releasing bugfixes to the FreeNX code.  One quick glance at the <a href="http://freenx.berlios.de/" target="_blank">author’s site</a> reveals that it has been a couple years since any official <a href="http://en.wikipedia.org/wiki/Software_rot" target="_blank">updates have occurred</a>.   Now here’s where it gets interesting: last year Google GPL’ed its own internal version of the Free NX server called <a href="http://code.google.com/p/neatx/" target="_blank">Neatx</a>, which gives the open source community a fresh platform to work with.</p>
<h2>Installing Neatx on Ubuntu 10.04</h2>
<p>I found the process of installing the NX server to be fairly straightforward, using the new PPA add script introduced in 9.10, I added the FreeNX Team PPA repository:</p>
<p><code>$ sudo add-apt-repository ppa:freenx-team</code></p>
<p>This slick command takes care of finding the FreeNX Team’s Launchpad PPA software repository and adds all the necessary keys etc. to be able to get the software contained within.  After the script has finished its magic you’ll need to update the repository cache:</p>
<p><code>$ sudo apt-get update</code></p>
<p>Then, install the necessary pieces:</p>
<p><code>$ sudo apt-get install neatx-server</code></p>
<p>This will gather all of the necessary NX server components and dependencies including things like the OpenSSH server.  And that’s it!  I had to reboot to get the SSH server up and running, but other than that, no additional configuration was required!</p>
<p style="padding-left: 30px;"><span style="color: #ff0000;">Update:</span> a comment left by a reader indicated that rebooting the server is not necessary even after a fresh OpenSSH server install, and I am to expect that everything is ready to go as the install finishes (thanks to Woden for the feedback).</p>
<h2>Connecting to the NX server from another computer</h2>
<p>On a your client machine, point the <a href="http://www.nomachine.com/download-client-windows.php">freely available client</a> from NoMachine to the new Neatx server’s address, accept the key and presto!  You now have a slick remote desktop solution for Linux, congratulations!</p>
<p><a href="http://rivalrockets.com/blog/wp-content/uploads/2010/04/neatxonnomachine.png"><img style="display: inline;" title="Windows with remote Linux.  Believe it!" src="http://rivalrockets.com/blog/wp-content/uploads/2010/04/neatxonnomachine_thumb.png" alt="Windows with remote Linux.  Believe it!" width="640" height="521" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2010/04/neatx-remote-desktop-for-linux/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>AT&amp;T, wth?</title>
		<link>http://rivalrockets.com/blog/2009/07/att-wth/</link>
		<comments>http://rivalrockets.com/blog/2009/07/att-wth/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 20:53:33 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=478</guid>
		<description><![CDATA[Found this ad on dictionary.com.  I didn&#8217;t know they&#8217;d stoop to the level of ripping off Twitter&#8217;s icon. XD]]></description>
			<content:encoded><![CDATA[<p>Found this ad on dictionary.com.  I didn&#8217;t know they&#8217;d stoop to the level of ripping off Twitter&#8217;s icon. XD<img class="alignnone size-full wp-image-477" title="AT&amp;T ripoff" src="http://rivalrockets.com/blog/wp-content/uploads/2009/07/ATT-ripoff.JPG" alt="AT&amp;T ripoff" width="781" height="437" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2009/07/att-wth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proof of Concept: The Economic Server Build</title>
		<link>http://rivalrockets.com/blog/2009/03/proof-of-concept-the-economic-home-server-build/</link>
		<comments>http://rivalrockets.com/blog/2009/03/proof-of-concept-the-economic-home-server-build/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 05:10:24 +0000</pubDate>
		<dc:creator>Kit</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[PC Builds]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=430</guid>
		<description><![CDATA[Last weekend I had just received all the parts to complete what I felt was a pretty exiting build.  With the primary goal of low power consumption and secondary goal of fits-in-my-house, I chose MSI&#8217;s new &#8220;Nettop&#8221; barebone: MSI Wind Nettop 100 Intel Atom 330 (Dual-core with Hyperthreading!) Small Form Factor (11.8&#8243; x 9.5&#8243; x [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I had just received all the parts to complete what I felt was a pretty exiting build.  With the primary goal of low power consumption and secondary goal of fits-in-my-house, I chose MSI&#8217;s new <a href="http://www.amazon.com/gp/product/B001R1X0I0?ie=UTF8&amp;tag=rivalroccom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001R1X0I0" target="_blank">&#8220;Nettop&#8221; barebone</a>:</p>
<h3>MSI Wind Nettop 100</h3>
<ul>
<li>Intel Atom 330 (Dual-core with Hyperthreading!)</li>
<li>Small Form Factor (11.8&#8243; x 9.5&#8243; x 2.6&#8243;)</li>
<li>Low Power Consumption (31 Watts idle, according to my Kill-A-Watt)</li>
</ul>
<p>Okay, so now for some pictures:</p>
<div id="attachment_431" class="wp-caption alignnone" style="width: 810px"><img class="size-full wp-image-431" title="msi-netserver" src="http://rivalrockets.com/blog/wp-content/uploads/2009/03/msi-netserver.jpg" alt="msi-netserver" width="800" height="594" /><p class="wp-caption-text">Here we see that the machine is quite an exercise in minimalism.</p></div>
<div id="attachment_432" class="wp-caption alignnone" style="width: 810px"><img class="size-full wp-image-432" title="drive_bay" src="http://rivalrockets.com/blog/wp-content/uploads/2009/03/drive_bay.jpg" alt="drive_bay" width="800" height="542" /><p class="wp-caption-text">Rather than waste what few bay expansion options I had, I opted to install this SATA hot-swap bay in place of a seldom-used CD drive for future storage/backup needs!</p></div>
<div id="attachment_433" class="wp-caption alignnone" style="width: 810px"><img class="size-full wp-image-433" title="msi-netserver-front" src="http://rivalrockets.com/blog/wp-content/uploads/2009/03/msi-netserver-front.jpg" alt="msi-netserver-front" width="800" height="314" /><p class="wp-caption-text">Here is a shot of the front of the &quot;mini-server&quot; after the SATA bay was installed.  Note the presence of the multi-card reader...</p></div>
<h3>MSI &#8220;Net<em>server</em>&#8221; Final Specs</h3>
<ul>
<li>CPU:  Intel Atom 330 Dual-core @ 1.6GHz with HTT
<ul>
<li>This processor appears as four logical cores to the OS which could come in handy for dealing with many threads at once (simultaneous background tasks and multiple server requests)</li>
</ul>
</li>
<li>Memory:  2GB SODIMM
<ul>
<li>For the stripped down Linux Distro I&#8217;m using, this is overkill.  But at $19 there was no reason not to go for max capacity!</li>
</ul>
</li>
<li>Storage:  74GB Raptor 10,000 RPM
<ul>
<li>A trusty old standby from a previous PC build, rated at twice the lifetime of standard hard drives and for continuous operation, this is server-grade stuff.</li>
</ul>
</li>
<li>Network: Gigabit Ethernet</li>
</ul>
<h2>Conclusion</h2>
<p>So far, I&#8217;ve been quite pleased with how the build went—there were a couple of snags when I set out to install the OS from a USB stick, my advice: just plunk down the cash for an external CD drive and save yourself the grief.</p>
<h3>Low Power Consumption, Kills 66% Fewer Baby Seals!</h3>
<p>Operating between 30-40 watts, the Nettop platform sucks far less electricity from the wall than my daily PC (which <em>idles</em> at around 150 watts!), the Intel Atom has some serious &#8220;green&#8221; cred. (sorry Brian, I couldn&#8217;t avoid using the preppy word &lt;g&gt;).  Not to mention, stands to take a chunk out of monthly power bill.</p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2009/03/proof-of-concept-the-economic-home-server-build/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Digimon: How I think it can be explained through Quantum Mechanics.</title>
		<link>http://rivalrockets.com/blog/2009/01/digimon-how-i-think-it-can-be-explained-through-quantum-mechanics/</link>
		<comments>http://rivalrockets.com/blog/2009/01/digimon-how-i-think-it-can-be-explained-through-quantum-mechanics/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 08:20:15 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Intellectual Insight]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/2009/01/digimon-how-i-think-it-can-be-explained-through-quantum-mechanics/</guid>
		<description><![CDATA[Digimon. It was a Saturday morning cartoon a few years back that was my motivator for getting up at 5 in the morning. I don&#8217;t know about Brian, but Kit knows of this show and was also a fan. It was based on the EXTREMELY Japanese premise of a parallel universe home to many colorful [...]]]></description>
			<content:encoded><![CDATA[<p>Digimon.  It was a Saturday morning cartoon a few years back that was my motivator for getting up at 5 in the morning.  I don&#8217;t know about Brian, but Kit knows of this show and was also a fan.  It was based on the <em>EXTREMELY</em> Japanese premise of a parallel universe home to many colorful and exotic plants and animals, the animals of course, being called Digimon.  This &#8220;Digital World,&#8221; often shortened to the much lamer sounding &#8220;Digiworld,&#8221; was the spawn of the culmination of Earth&#8217;s communications and computing networks.</p>
<p>In the show, a group of kids were chosen by fate to journey to the digital world and, with the help of digimon partners, rid the Digital World of its darkness and evil as the &#8220;Digidestined.&#8221;  Along their journeys, the Digidestined had encounters where it was necessary for their digimon partners to digivolve, or move up a level in power.  To do this, the digidestined had to find crests pertaining to one of their most notable traits, for instance, the computer wiz-kid, Izzy (who I suspect was a Linux user, by the way,) had the crest of knowledge.  Tai, the de-facto leader of the group, had the crest of courage.  Other crests included love, friendship, reliability and hope.</p>
<p>This is where I run into an error with the digital world:  If this dimension is based solidly off of Earth&#8217;s computer networks, and is in fact, a digital world, then it would be built <em>completely </em>out of binary code.</p>
<p>Binary code is a style of encoding information using ones and zeros.  A code consisting of only two digits being rearranged in varying numbers can quickly become complicated.  For instance, if you type the word &#8220;cat,&#8221;  the code representing each of those letters is <tt>01100011</tt>, <tt>01100001</tt>, and <tt>01110100</tt>.</p>
<p>Now, I&#8217;m not saying that the combined computational power of ALL the world&#8217;s computers isn&#8217;t pretty hefty, but I just can&#8217;t see it being enough to generate an <em>entire </em>alternate world as the result of anomaly and chance, and then having that world subject to providence run by such emotionally abstract ideas as courage, friendship, and love.  The binary code for love would be <em>so </em>complex that no form of technology known today would be able to decode it, even if given billions of years to do it in. In my opinion, a world based on binary, would be constricted to a far simpler, and much more rigid metaphysical state.</p>
<p>This is where I believe Quantum Mechanical reasoning comes in.  The very idea of a digital world existing lends support to the &#8220;Many Worlds&#8221; Interpretation of quantum mechanics.  In order to better understand, here&#8217;s a brief bit of information about a rival interpretation to &#8220;Many Worlds.&#8221; The &#8220;Copenhagen Interpretation&#8221; of quantum mechanics states that all particles can be described by a wavefunction, which is a mathematical representation of the probability of a particle to be found in a location or state of motion.  Wavefunction is very delicate, as just the act of measuring a particle causes the mathematical probabilities of that particle to collapse into a &#8220;real&#8221; state.  This is called wavefunction collapse.</p>
<p>Many-Worlds denies the objective reasoning of wavefunction, and believes that every possible outcome of every event exists in its own history or universe.  Put simply, every event that can occur in our universe (but doesn&#8217;t) occurs in an alternate dimension alongside an infinite number of other universes.  This realm is aptly dubbed the &#8220;Multiverse.&#8221;</p>
<p>Getting back to Digimon, using the &#8220;Many Worlds&#8221; Interpretation as explanation, <strong>I don&#8217;t believe that the digital world is derived from our world&#8217;s computing power, because we do not have the technology available.  The digital world is instead fueled by the immense power of another dimension&#8217;s (or group of dimensions&#8217;) quantum computers</strong>.</p>
<p>Quantum Computers do not use binary code.  The ones and zeros of binary code represent the two standard states of electrons, negative and positive.  Alternations of electrical current in the patterns described by binary code is what runs our computers today.  Quantum computers, however, use the thirty-two quantum states of electrons.  Although it&#8217;d still be a monumental task, I believe that quantum code could have the potential for facilitating providence based on emotions in another dimension.</p>
<p>The reason people think that the digital world is the result of our computing power is because the digital universe only <em>intersects </em>our world at specific points: our communications network. That provides us with a way in.  The multiverse provides all else.  I may come back and revise this essay later, but right now I must go to bed.</p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2009/01/digimon-how-i-think-it-can-be-explained-through-quantum-mechanics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Derek&#8217;s 2008 Build</title>
		<link>http://rivalrockets.com/blog/2008/10/dereks-2008-build/</link>
		<comments>http://rivalrockets.com/blog/2008/10/dereks-2008-build/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 02:57:19 +0000</pubDate>
		<dc:creator>Kit</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[PC Builds]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=335</guid>
		<description><![CDATA[Modest Build: Processor: Intel E8400 @ 3.01 GHz Video: ASUS 9800GT Ultimate (OC to 725 MHz core) RAM: Corsair XMS 2×1GB (CAS latency 4) Storage: Seagate 250GB SATA Here are the 3DMark06 Scores: SMS2.0 &#8211; 6301 CPU &#8211; 2838 SMS3.0 &#8211; 6239 Return to Proxycon &#8211; 52.41 fps Firefly Forest &#8211; 52.6 fps CPU1 - [...]]]></description>
			<content:encoded><![CDATA[<p>Modest Build:</p>
<p>Processor: Intel E8400 @ 3.01 GHz<br />
Video: ASUS 9800GT Ultimate (OC to 725 MHz core)<br />
RAM: Corsair XMS 2×1GB (CAS latency 4)<br />
Storage: Seagate 250GB SATA<br />
<center><br />
<img class="alignnone" src="http://farm4.static.flickr.com/3222/2983684994_d42133cf4b.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3135/2983685978_0e4a790f40.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3191/2982834551_57c3d03d76.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3230/2983692192_24defbc273.jpg" alt="" width="375" height="500" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3026/2982838067_e9a06359b3.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3248/2983695892_b59c94f85a.jpg" alt="" width="375" height="500" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3148/2983699096_0d15ed00d6.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3020/2983702942_79bf15ac56.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2362/2983704008_2775c019c6.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3139/2983705066_31bd945edc.jpg" alt="" width="375" height="500" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3070/2982849385_8fe1e32520.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3069/2982852599_e8fd1eaec0.jpg" alt="" width="375" height="500" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3203/2982853491_4c52abb767.jpg" alt="" width="375" height="500" /><br />
</center></p>
<h4>Here are the 3DMark06 Scores:</h4>
<p><strong>SMS2.0</strong> &#8211; 6301<br />
<strong>CPU</strong> &#8211; 2838<br />
<strong>SMS3.0</strong> &#8211; 6239<br />
<strong>Return to Proxycon</strong> &#8211; 52.41 fps<br />
<strong>Firefly Forest</strong> &#8211; 52.6 fps<br />
<strong>CPU1 </strong>- 0.89 fps<br />
<strong>CPU2 </strong>- 1.44 fps<br />
<strong>Canyon Flight</strong> &#8211; 60.53<br />
<strong>Deep Freeze</strong> &#8211; 64.25<br />
<strong>3DMark06 Composite Score -13269</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2008/10/dereks-2008-build/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Final Stretch&#8230;</title>
		<link>http://rivalrockets.com/blog/2008/10/the-final-stretch/</link>
		<comments>http://rivalrockets.com/blog/2008/10/the-final-stretch/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 05:29:23 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=317</guid>
		<description><![CDATA[It&#8217;s been a slow, and rather lame-ass march, but it at last seems like I&#8217;m closing the gap to that epic 5,000 gold in World of Warcraft that shall guarantee me the right to ride a flying mount capable of speeds in excess of 279% percent my normal running speed.  They are true SR-71&#8242;s of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_318" class="wp-caption alignnone" style="width: 132px"><img class="size-full wp-image-318" title="4k at last." src="http://rivalrockets.com/blog/wp-content/uploads/2008/10/4k.jpg" alt="Almost there..." width="122" height="26" /><p class="wp-caption-text">Almost there...</p></div>
<p>It&#8217;s been a slow, and rather lame-ass march, but it at last seems like I&#8217;m closing the gap to that epic 5,000 gold in World of Warcraft that shall guarantee me the right to ride a flying mount capable of speeds in excess of 279% percent my normal running speed.  They are true SR-71&#8242;s of Outland, and after being badly beat to the finish line by Brian&#8217;s wife, Kim, I&#8217;m more anxious than ever to prove that I don&#8217;t totally suck at earning fake money.</p>
<p>Ironically, however, it seems that <em>real</em> money is holding me back from my position as a flying ace.  My WoW account runs out on the 7th of October.  I&#8217;m still kicking my self for not having been able to save up the 5k over the summer, but pulling off a stunt like that would require me to live as a hermit in an Internet accessible cave high in the Andes Mountains above Chile.</p>
<p>I have a plan to reclaim my glory though.  I&#8217;m going to re-open my status as a commissioned artist with a few tweaks to make dealings more streamlined.</p>
<p>Firstly, I will no longer be doing fully-photoshopped pictures unless someone requests so and has the means to pay fifteen dollars to me.  I find myself excruciatingly slow in photoshop, especially when under pressure.</p>
<p>Secondly, The standard commission will cost eight dollars, and consist of a very <em>finished</em> looking pencil drawing of either the client as a cartoon character, or something that they request.</p>
<p>On a lesser note, thirdly, these commissions are <strong>NOT</strong> caricatures.  They are drawings of people and/or things in a cartoon style of my own, not drastic accentuation of facial features.  I&#8217;m not a guy working at a mall kiosk.</p>
<p>Of course, I&#8217;m not asking anyone who reads this if they&#8217;d like to commission me.  You all already fall into my &#8220;Do things for free&#8221; list.  However, encouragement would be psychosomatically helpful. ^^</p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2008/10/the-final-stretch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Finished &#8216;Sins&#8217; Match!</title>
		<link>http://rivalrockets.com/blog/2008/09/first-finished-sins-match/</link>
		<comments>http://rivalrockets.com/blog/2008/09/first-finished-sins-match/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 05:49:40 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=256</guid>
		<description><![CDATA[Kit and I finished our first &#8220;Comp Stomp&#8221; in Sins of a Solar Empire.  I gotta say, this game is one of THE most beautiful RTS&#8217;s I&#8217;ve ever played.  It&#8217;s the type of game that should be Played in the dark when possible, and Played with slow, elegant classical music playing in the background. The [...]]]></description>
			<content:encoded><![CDATA[<p>Kit and I finished our first &#8220;Comp Stomp&#8221; in <em>Sins of a Solar Empire</em>.  I gotta say, <strong>this game is one of THE most beautiful RTS&#8217;s I&#8217;ve ever played</strong>.  It&#8217;s the type of game that should be</p>
<ol>
<li>Played in the dark when possible, and</li>
<li>Played with slow, elegant classical music playing in the background.</li>
</ol>
<p>The design of ships and attention to detail never ceases to blow my mind.  The proposed mass Sins match is still planned, by the way.  We need only to wait for certain conditions to be met.  These conditions shall be achieved as early as Tuesday the 16<sup>th</sup>.</p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3005/2857294894_ff8b384f64.jpg" border="0" alt="Sean's Webcam" width="500" height="375" /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2008/09/first-finished-sins-match/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Katie&#8217;s 2008 Build: &#8220;Mystique&#8221;</title>
		<link>http://rivalrockets.com/blog/2008/09/katies-build/</link>
		<comments>http://rivalrockets.com/blog/2008/09/katies-build/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 00:03:32 +0000</pubDate>
		<dc:creator>Kit</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[PC Builds]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=230</guid>
		<description><![CDATA[One of the biggest reasons I&#8217;ve been neglecting my blog is the recent influx of computer building adventures I present my sister&#8217;s new gaming machine: Mystique Processor: Intel E8500 @ 3.17 GHz Video: EVGA 9800GTX+ RAM: Corsair XMS 2x1GB (CAS latency 4) Storage: WD 640GB SATA The unboxing: Update: Note that I initially used the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest reasons I&#8217;ve been neglecting my blog is the recent influx of computer building adventures</p>
<p>I present my sister&#8217;s new gaming machine: <em><strong>Mystique</strong></em></p>
<p>Processor: Intel E8500 @ 3.17 GHz<br />
Video: EVGA 9800GTX+<br />
RAM: Corsair XMS 2x1GB (CAS latency 4)<br />
Storage: WD 640GB SATA<br />
<center><br />
<span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3115/2829198265_2aa7196e2e.jpg" border="0" alt="P1010945" width="500" height="281" /></span></p>
<p>The unboxing:</p>
<p><span class="tt-flickr tt-flickr-Medium"><br />
</span></p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3175/2830036710_31ca7f4104.jpg" border="0" alt="P1010948" width="281" height="500" /></span></p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3268/2829201443_e4de68fac4.jpg" border="0" alt="P1010949" width="281" height="500" /></span></p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3226/2829203501_fd6cc09291.jpg" border="0" alt="P1010951" width="500" height="375" /></span></p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3065/2829204185_a7f0380bf7.jpg" border="0" alt="P1010952" width="500" height="375" /></span></p>
<p><span style="color: #ff0000;">Update:</span> Note that I initially used the stock heatsink, but we quickly decided to upgrade it to the tried and true <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835186134" target="_blank">Arctic Cooling Freezer 7</a> which, as always, brought peace of mind that the CPU was in good hands.</p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3178/2829205431_062c605db4.jpg" border="0" alt="P1010953" width="500" height="375" /></span></p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3075/2829206463_3b8b87edff.jpg" border="0" alt="P1010954" width="375" height="500" /></span></p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3196/2830044136_b62e4124d7.jpg" border="0" alt="P1010955" width="500" height="375" /></span></p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3260/2829210939_fb46b67b2f.jpg" border="0" alt="P1010958" width="500" height="375" /></span></p>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3208/2830049144_b123eca717.jpg" border="0" alt="P1010960" width="500" height="375" /></span></p>
<div class="wp-caption alignnone" style="width: 510px"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3154/2829213943_100cc72f24.jpg" border="0" alt="P1010961" width="500" height="375" /><p class="wp-caption-text">Ignore the dazed looking fool in this pic...</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3067/2829214795_6a2b43323a.jpg" border="0" alt="P1010962" width="500" height="375" /><p class="wp-caption-text">Bottom cage out to accommodate the gargantuan proportions of the 9800GTX+</p></div>
<div class="wp-caption alignnone" style="width: 385px"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3281/2830052404_31b867b09b.jpg" border="0" alt="P1010964" width="375" height="500" /><p class="wp-caption-text">Behind the door: two quick-access covers for the intake filters.</p></div>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3292/2829215399_fcc4ff65e9.jpg" border="0" alt="P1010963" width="375" height="500" /></span></p>
<div class="wp-caption alignnone" style="width: 510px"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3089/2829217025_ed5709d56d.jpg" border="0" alt="P1010965" width="500" height="375" /><p class="wp-caption-text">Note the required removal of the bottom hard drive cage.  This actually worked out well for two reasons.  First, the 9800GTX+ is massive, and wouldn&#39;t have fit with the cage installed; also, use of the additional front intake fan forces the &quot;sacrifice&quot; of a cage so it worked out quite well!</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3236/2829218179_8348780c6c.jpg" border="0" alt="P1010966" width="500" height="375" /><p class="wp-caption-text">9800GTX wants all your PCI-E powers!</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3266/2830056896_a5ee11f3cf.jpg" border="0" alt="P1010968" width="500" height="375" /><p class="wp-caption-text">Final setup, wiring complete.</p></div>
<p><span class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3028/2829221421_ea40a17150.jpg" border="0" alt="P1010969" width="375" height="500" /></span></p>
<p><div class="wp-caption alignnone" style="width: 385px"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3004/2830058286_66ce274d7e.jpg" border="0" alt="P1010970" width="375" height="500" /><p class="wp-caption-text">All your base belong...</p></div><br />
</center></p>
<h4>Here are the 3DMark06 Scores:</h4>
<p><strong>SMS2.0</strong> &#8211; 6513<br />
<strong>CPU</strong> &#8211; 2992<br />
<strong>SMS3.0</strong> &#8211; 6409<br />
<strong>Return to Proxycon</strong> &#8211; 54.19 fps<br />
<strong>Firefly Forest</strong> &#8211; 54.35 fps<br />
<strong>CPU1 </strong>- 0.94 fps<br />
<strong>CPU2 </strong>- 1.52 fps<br />
<strong>Canyon Flight</strong> &#8211; 62.26<br />
<strong>Deep Freeze</strong> &#8211; 65.92<br />
<strong>3DMark06 Composite Score -13759<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2008/09/katies-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It would be a Sin not to.</title>
		<link>http://rivalrockets.com/blog/2008/08/it-would-be-a-sin-not-to/</link>
		<comments>http://rivalrockets.com/blog/2008/08/it-would-be-a-sin-not-to/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 03:36:35 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://rivalrockets.com/blog/?p=222</guid>
		<description><![CDATA[I&#8217;m writing this post to officially request a slot on the calender in the near future being cleared of all schedule.  Some weekend soon now, I would like to be a part of a Sins of a Solar Empire marathon held at the abode of Administrator Kit.  What I have planned is no mere all-nighter.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing this post to officially request a slot on the calender in the near future being cleared of all schedule.  Some weekend soon now, I would like to be a part of a Sins of a Solar Empire marathon held at the abode of Administrator Kit.  What I have planned is no mere all-nighter.  It is an all-dayer; starting around 10 or 11 in the morning and going until a game is finished.  There would be regular breaks for things like meals, bathroom usage, and eye-rest, as well as strategic planning on a marker board map of the system.  I want to <em>really</em> get into this.  How difficult would a shindig like this be to set up?</p>
]]></content:encoded>
			<wfw:commentRss>http://rivalrockets.com/blog/2008/08/it-would-be-a-sin-not-to/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
