<?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" version="2.0">

<channel>
	<title>Official Sanft.com Blog</title>
	
	<link>http://www.sanft.com</link>
	<description>Where my opinion counts more!  ;)</description>
	<pubDate>Tue, 16 Dec 2008 21:33:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Sanft" type="application/rss+xml" /><item>
		<title>Obsenity in Major League Baseball</title>
		<link>http://www.sanft.com/2008/12/16/obsenity-in-major-league-baseball/</link>
		<comments>http://www.sanft.com/2008/12/16/obsenity-in-major-league-baseball/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 21:33:32 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[Sports]]></category>

		<category><![CDATA[politics]]></category>

		<category><![CDATA[baseball]]></category>

		<category><![CDATA[greed]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=302</guid>
		<description><![CDATA[I have been watching the baseball wire over the last few weeks, I am continue to grow more and more disgusted as I see the news:
Atlanta Braves Sign: Rafael Furcal 3 Years - $30 million
Philadelphia Phillies Sign: Raul Ibanez 3 Years - $31.5 million
New York Yankees Sign: CC Sabathia&#8217;s 7 years - $161 million
Mark Teixeira [...]]]></description>
			<content:encoded><![CDATA[<p>I have been watching the baseball wire over the last few weeks, I am continue to grow more and more disgusted as I see the news:</p>
<p>Atlanta Braves Sign: Rafael Furcal 3 Years - $30 million<br />
Philadelphia Phillies Sign: Raul Ibanez 3 Years - $31.5 million<br />
New York Yankees Sign: CC Sabathia&#8217;s 7 years - $161 million<br />
Mark Teixeira looking for $200 million contract.</p>
<p><span id="more-302"></span></p>
<p>With every news channel explaining to us how terrible the economy is, that people are going hungry, giving less money to charity and losing their homes, the sports wire continues to proudly report on the avarice of Major League Baseball.  I grew up as a devoted baseball fan, sneaking a pocket sized radio to bed with me so I could listen to the Minnesota Twins play on WCCO radio, but now that blossom is well off the tree.  The last round of strikes MLB went through in the 90&#8217;s did me in.  I no longer am a fan.</p>
<p>Now, it occurs to me that the greed and gluttony displayed by players and owners has reached epic proportions.  Why are these people not taking pay cuts and dramatically lowering ticket prices?  Why do we continue to endorse this?</p>
<p>I think those of you who are still baseball fans should voice your opinion by not renewing season tickets and not watching baseball on TV.  Me?  I will stick to hockey.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/12/16/obsenity-in-major-league-baseball/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading to Ruby 1.8.6 on Red Hat</title>
		<link>http://www.sanft.com/2008/12/01/upgrading-to-ruby-186-on-red-hat/</link>
		<comments>http://www.sanft.com/2008/12/01/upgrading-to-ruby-186-on-red-hat/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 00:14:40 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=292</guid>
		<description><![CDATA[Excuse me while I get my inner geek on.
I had Red Hat system that needed to be upgrade from running Ruby 1.8.5 to Ruby 1.8.6.  Unfortunately, Red Hat really lags in releasing RPM&#8217;s for many packages, and Ruby is one of the packages.
Now I have drunk the Red Hat RPM Kool-aid.  IMHO using RPM&#8217;s on [...]]]></description>
			<content:encoded><![CDATA[<p>Excuse me while I get my inner geek on.</p>
<p>I had Red Hat system that needed to be upgrade from running Ruby 1.8.5 to Ruby 1.8.6.  Unfortunately, Red Hat really lags in releasing RPM&#8217;s for many packages, and Ruby is one of the packages.</p>
<p>Now I have drunk the Red Hat RPM Kool-aid.  IMHO using RPM&#8217;s on your system is the only sane way to manage a Red Hat based system.  Compiling from source is ugly and hard to manage in the long run.</p>
<p>I called tech support (google.com) and found an RPM based solution to upgrade, but I ran into a few problems that I could find no solution for through &#8220;tech support&#8221;  I am going to walk you through installing ruby 1.8.6 on a Red Hat system using RPM&#8217;s and solving a little issue after you have installed it.<br />
<span id="more-292"></span><br />
First, I decided the best approach for the upgrade was to find a source RPM for ruby 1.8.6.  In my investigations, I also found a couple of large bugs in ruby 1.8.6 below patch level 230, therefore I looked for a Red Hat source RPM for ruby 1.8.6 above patch 230.  Unfortunately, none exist, however Fedora Core 9 is close enough for this process.  Here are the steps I followed to upgrade to 1.8.6 patch level 287:</p>
<p><strong>First, there were some prerequisites:</strong><br />
<code><br />
yum install tk-devel tcl-devel emacs ncurses-devel<br />
</code></p>
<p><strong>Now get the srpm:</strong><br />
<code><br />
cd /tmp<br />
wget ftp://ftp.pbone.net/mirror/download.fedora.redhat.com/pub/fedora/linux/releases/9/Everything/source/SRPMS/ruby-1.8.6.287-2.fc9.src.rpm<br />
</code><br />
<strong>Now that we have it, let&#8217;s install it:</strong><br />
<code><br />
rpm -ivh ruby-1.8.6.287-2.fc9.src.rpm<br />
</code><br />
<strong>Okay, source RPMS is installed, now let&#8217;s build the actual binary RPM&#8217;s:</strong><br />
<code><br />
cd /usr/src/redhat/SPECS/<br />
rpmbuild -bb ruby.spec<br />
</code><br />
<strong>Now the RPM&#8217;s are built, we can install all of the RPM&#8217;s:</strong><br />
<code><br />
cd /usr/src/redhat/RPMS/i386<br />
rpm -Uvh ruby-1.8.6.287-2.i386.rpm \<br />
ruby-debuginfo-1.8.6.287-2.i386.rpm \<br />
ruby-devel-1.8.6.287-2.i386.rpm \<br />
ruby-docs-1.8.6.287-2.i386.rpm<br />
ruby-irb-1.8.6.287-2.i386.rpm \<br />
ruby-libs-1.8.6.287-2.i386.rpm \<br />
ruby-mode-1.8.6.287-2.i386.rpm \<br />
ruby-rdoc-1.8.6.287-2.i386.rpm \<br />
ruby-ri-1.8.6.287-2.i386.rpm \<br />
ruby-tcltk-1.8.6.287-2.i386.rpm<br />
</code><br />
<strong>This should give you ruby 1.8.6 patch level 287:</strong><br />
<code><br />
ruby -v<br />
</code><br />
&#8220;ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-linux]&#8221;</p>
<p><strong>Oh joyful day!  I figured it out!  However, later, I tried to access the console using:</strong><br />
<code><br />
script/console production<br />
</code><br />
<strong>I received:</strong><br />
<code><br />
/usr/lib/ruby/1.8/irb/completion.rb:10:in `require': No such file to load -- readline (LoadError) from    /usr/lib/ruby/1.8/irb/completion.rb:10 from /usr/lib/ruby/1.8/irb/init.rb:218:in `require' from /usr/lib/ruby/1.8/irb/init.rb:218:in `load_modules' from /usr/lib/ruby/1.8/irb/init.rb:216:in `each' from /usr/lib/ruby/1.8/irb/init.rb:216:in `load_modules' from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup' from /usr/lib/ruby/1.8/irb.rb:54:in `start' from /usr/bin/irb:13<br />
</code><br />
<strong>I poked around quite a bit and found this solution:</strong><br />
<code><br />
find / -name readline -print<br />
cd /usr/src/redhat/BUILD/ruby-1.8.6.287/ruby-1.8.6-p287/ext/readline<br />
ruby extconf.rb<br />
make<br />
make install </code> [do this as root/admin]</p>
<p><strong>That should have worked, but it did not. I then turned to tech support (google.com) and found no good answer.  This should work since I did have both readline and readline-devel installed:<br />
</strong> <code><br />
rpm -qa | grep readline<br />
</code><br />
readline-devel-5.1-1.1<br />
readline-5.1-1.1</p>
<p><strong>I did notice that when I ran &#8220;make&#8221; and &#8220;make install&#8221;, it did not do anything.  I then decided to search for readline.h:</strong><br />
<code><br />
find / -name readline.h<br />
</code><br />
<strong>No result?(!)</strong></p>
<p><strong>So, I simply did:</strong><br />
<code><br />
yum remove readline-devel<br />
yum install readline-devel<br />
find / -name readline.h<br />
</code><br />
<strong>This the results were different:</strong><br />
&#8220;/usr/include/readline/readline.h&#8221;<br />
<strong>w00t!</strong></p>
<p><strong>I ran this again:</strong><br />
<code><br />
cd /usr/src/redhat/BUILD/ruby-1.8.6.287/ruby-1.8.6-p287/ext/readline<br />
ruby extconf.rb<br />
make<br />
make install </code></p>
<p><strong>Now everything works!!</strong></p>
<p>I hope you found this useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/12/01/upgrading-to-ruby-186-on-red-hat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bad luck or Bad Parts?  Cyberpower Revisited. (12/01/08 Updates!)</title>
		<link>http://www.sanft.com/2008/11/06/bad-luck-or-bad-parts-cyberpower-revisited/</link>
		<comments>http://www.sanft.com/2008/11/06/bad-luck-or-bad-parts-cyberpower-revisited/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 18:57:04 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[cyberpower]]></category>

		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[reviews]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[cyberpowerpc]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=276</guid>
		<description><![CDATA[Since my last post about Cyberpower, I have continued to experience issues with my system.  First, something was seriously wrong with my video system.  After a lot of diagnoses and downloading EVGA Precision, I determined that one of my two 9800GX2 cards was running hot (WAY HOT).  At idle, this card was running @ 70(c) [...]]]></description>
			<content:encoded><![CDATA[<p>Since my <strong><a href="http://www.sanft.com/2008/10/26/my-cyberpowerpc-experience-the-review-part-2/" target="_blank">last post about Cyberpower</a></strong>, I have continued to experience issues with my system.  First, something was seriously wrong with my video system.  After a lot of diagnoses and downloading EVGA Precision, I determined that one of my two 9800GX2 cards was running hot (WAY HOT).  At idle, this card was running @ 70(c) and at load it hit 112(c)!  I pulled one card and then the other to determine which one was bad.  Now comes the moment of truth, a call to CyberpowerPC tech support (dum dum duuuuuum!).</p>
<p>At first, I sent Cyberpower an email explaining the issue and asking for help.  I received no response.  Once I became convinced the issue was a bad card, called and left a message, again, no call back, however the next day I received and email (addressed to Dear Mr./Mrs.).  I played phone/email tag with them for almost a week(In fairness, I was out of town for two days).  Finally Zakary called me and it was a simple process.  They needed a credit card number for a cross-ship (They send me a new part and I return the old one in the box I received the new one in).  They ship the part ground, which would really suck if it was a part I needed to get my PC running!</p>
<p><span id="more-276"></span></p>
<p>After pulling the &#8220;bad&#8221; video card, I was still having issues with lockups.  After doing a lot or research, I felt I had a bad memory module.  I downloaded memtest86+ and tested both modules and found that I did indeed have a bad 2GB module.  I followed the same process with Cyberpower to cross-ship a new memory module, however, I find it strange that I have had two parts fail in the first month of ownership.  Fortunately, it only took me 1 business day to get a hold of Cyberpower to ship me my new memory stick.</p>
<p>On 11/4 I received me replacement video card, though the packaging was dubious, the card was in good shape and appeared to be new.  The card performed as well as the my &#8220;good&#8221; card had.  I have experienced temperature levels of a high of 70(c), which is within normal operating temperatures for this card.</p>
<p>As of this morning, my rig has been running for 48 hours without a lockup.  I have a laid heavy load on it with Folding@Home and Prime95 tests.</p>
<p>I give CyberpowerPC a 5 for technical support.  I am also not sure if the cost savings was worth the money for the rig.  I spent a lot of time diagnosing issues with the system.  While the Dell rig was a lot more expensive, their technical support is better and their rigs generally work out of the box.</p>
<p>I will update you on the memory chip this weekend.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 11-10-08:</strong></span></p>
<p>I received my replacement memory stick on Saturday.  I immediately replaced my &#8220;good&#8221; chip with the new one and ran memtest86+.  memtest86+ reported over 600 errors.  I call CyberpowerPC on Sunday and worked out a complete memory swap.  On the plus side, CyberpowerPC does call back and most RMA issues are resolved right away.  I discovered OCZ is not on the certified vendor list for the ASUS Striker II Extreme.  I decided to pay a $78 upgrade fee to buy top of the line Corsiar PC1333 DDR3 memory.  That is supposed to ship today, I will update you on the progress as well.  &lt;sigh&gt;</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 11/20/08</strong></span></p>
<p>I recevied my replacement memory on Wednesday the 19th, I installed it and ran a full compliment of memtest86+ test, the tests passed with flying colors.  I have since then been running for 48 hours with no issues.  I will update you early next week, however it looks like the OCZ memory was the culprit.  I hold the OCZ memory choice against Cyberpowerpc, however, you would anticipate a name brand vendor like OCZ to sell memory that actually works.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 12/01/07:</strong></span></p>
<p>I cannot tell you how happy I am with the change in memory.  The new Corsair memory is rock&#8217;in the house!  No issues, lockups, blue screens, NOTHING since I swapped out the crappy OCZ memory.  This system now flys!  If only I would have spent the $78 in the first place for the Corsair, but it was slower and more expensive.  I have used OCZ memory in the past with good result, but I have never used OCZ&#8217;s high-end parts.</p>
<p>This is the end of my buying experience story.  Ultimately, CyberpowerPC failed in properly vetting their suppliers.  I think I would buy from CyberpowerPC again, only this time, I would by the name Corsair memory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/11/06/bad-luck-or-bad-parts-cyberpower-revisited/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My CyberpowerPC Experience Part 3</title>
		<link>http://www.sanft.com/2008/10/26/my-cyberpowerpc-experience-the-review-part-2/</link>
		<comments>http://www.sanft.com/2008/10/26/my-cyberpowerpc-experience-the-review-part-2/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:06:38 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[cyberpower]]></category>

		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[reviews]]></category>

		<category><![CDATA[cyberpowerpc]]></category>

		<category><![CDATA[tech]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=244</guid>
		<description><![CDATA[After the grand unpacking of the system (see the review part 2 HERE),  I was very excited to power on the rig and see how the box performed!  I attached a keyboard and monitor, watched the POST screen flash (with me rubbing my hands in rapt anticipation), waiting for this beast to jump into Windows [...]]]></description>
			<content:encoded><![CDATA[<p>After the grand unpacking of the system (<strong><a href="http://www.sanft.com/2008/10/18/my-cyberpowerpc-experience-the-review-part-1/">see the review part 2 HERE</a></strong>),  I was very excited to power on the rig and see how the box performed!  I attached a keyboard and monitor, watched the POST screen flash (with me rubbing my hands in rapt anticipation), waiting for this beast to jump into Windows Vista!  Then, suddenly a flash and a screen appeared&#8230;.&#8221;No Operating System Found&#8221;!  I was thinking, &#8220;You have got to be kidding me&#8221;.</p>
<p>It is an ASUS motherboard and I had lots of little issues with my old ASUS.  I rebooted and jumped into the BIOS configuration, hmmmm RAID is turned off on the SATA controller.  Since I ordered the box with RAID-0, either CyberpowerPC never configured anything, or the BIOS got messed up.</p>
<p><span id="more-244"></span></p>
<p>I turned the RAID controller on and enabled RAID for the two SATA drives that were factory installed.  As I held my breath, I rebooted the system and waited.  Joy of joy, the system LEAPED into the Windows Vista 64 boot screen!  Amazing!</p>
<p>However, the issues continued to occur like a rainstorm.  Just a list of things that happened:</p>
<ul>
<li>The system failed to boot (Never finished the POST) 60% of the time</li>
<li>The system hung frequently during patch installation</li>
<li>The system Blue Screen of Death&#8217;d (BSOD) several times for no apparent reason</li>
<li>The system locked up installing updates to NVidia graphics and chipset software</li>
<li>Generally things sucked!</li>
</ul>
<p>I turned to the best tech support group I know of:  Google!  I followed the trail of lock-ups, first and foremost, the 60% boot failure:  Google revealed that my OCZ 1600MHZ Gold memory had some serious stability issues with the ASUS Striker II Extreme. I updated the BIOS to reflect OCZ&#8217;s recommend memory timings (8-8-8-24), that seemed to work and allowed me to boot most of the time, but I still was having some crazy issues booting up.(even going into the BIOS)</p>
<p>My next step was to check the BIOS level on the mobo, it was at version 0804, which was  several major revisions back.  I downloaded BIOS version 1104 from ASUS and attempted to install, however, the front USB ports do not appear to be functional  I played with the US issue or awhile, finally determining that only two of the four front USB ports were working.</p>
<p>After more work than it should have take, BIOS 1104 was installed. After a lot more testing, version 1104 appears to have really stabilized the system, eliminating a large percentage of the lockups.</p>
<p>Together the memory timing fix and the updated BIOS resolved about 95% of my issues.  However, I still experienced occasional lockups (Playing Team Fortress 2), but it was hard to diagnose when and why.  Finally, I decided the system was stable enough to try downloading Crysis from Steam see how that looked.  Crysis locked up EVERY TIME I tried to run it (It made it past all of the cut scenes, then locked hard before the &#8220;airplane&#8221; scene).  This was a good thing, as  I went back to technical support (Google) for this issue and I found several recommendations for different versions of NVidia&#8217;s Geforce drivers.  I downloaded an older version of the Geforce drivers and installed it (version 178.13).  This appears to have solved the problem.  As of this witting, I have had not lockups in 24 hours and the system has been VERY stable in Crysis and TF2 (and anything else).</p>
<p>Here is a picture of the rig up and running:</p>
<div id="attachment_251" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/upandrunning.jpg"><img class="size-medium wp-image-251" title="Up and running" src="http://www.sanft.com/wp-content/uploads/2008/10/upandrunning-300x200.jpg" alt="Finally up and running" width="300" height="200" /></a><p class="wp-caption-text">Finally up and running</p></div>
<p>Here is my (nearly) final review.</p>
<p>Most of the issues I had were not actually related to CyberpowerPC, and I did customize my rig from their recommended build.  With that said, there clearly was no configuration or burn-in testing done of the rig or it would have failed. The price was great, the build was very good.  I never dreamed of calling technical support, but in fairness, if this would have been a Dell, I would not have called either.</p>
<p>On a scale of 1-10 with 10 being best:</p>
<ul>
<li>Price:              10  (This things was a lot cheaper than I could have built it)</li>
<li>Build:                8  (It was nice, but it was not Dell build)</li>
<li>Stability:           1 (Clearly it did not work well out of the box)</li>
<li>Performance:     8 (After all of the fixes were done)</li>
<li>Sales Support:   9 (Actually, my two calls were answer quickly and to my satisfaction)</li>
<li>Tech Support:  NA (Most tech support sucks though)</li>
<li><strong>Over All Ted Scale:</strong> Errmmm, I am going to say <span style="text-decoration: underline;"><em><strong>7.5</strong></em></span></li>
</ul>
<p>It would have been in the high 8&#8217;s, but man the system did not even boot on my first power on!</p>
<p>Notes:  If you are good with computers and understand how they work, this might be a good way to go for you.  If you want to buy a computer the &#8220;just runs&#8221;, this is so not the purchase for you.  I looked at this product as a cheap way to build a high-end rig, without the bloody knuckles!  I did a lot of work, sure, but I saved $1,700 over a similarly equipped Dell, I can afford 15-20 hours of my time to save that kind of money.</p>
<p>Other miscellaneous observations:</p>
<ol>
<li>Windows Vista 64 is pretty darn good if you have a rig big enough to run it.</li>
<li>Quad SLI kicks butt!</li>
<li>The Cosmos S case is absolutely beautiful!</li>
<li>I continue to dislike ASUS motherboards.</li>
</ol>
<p><strong><a href="http://www.sanft.com/2008/11/06/bad-luck-or-bad-parts-cyberpower-revisited/" target="_self">Read additional info on my experience HERE</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/10/26/my-cyberpowerpc-experience-the-review-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My CyberpowerPC Experience Part 2</title>
		<link>http://www.sanft.com/2008/10/18/my-cyberpowerpc-experience-the-review-part-1/</link>
		<comments>http://www.sanft.com/2008/10/18/my-cyberpowerpc-experience-the-review-part-1/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 20:45:44 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[cyberpower]]></category>

		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[reviews]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[cyberpowerpc]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[tech]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=200</guid>
		<description><![CDATA[Oh, joy is upon us, dear readers!  I FINALLY received my PC from CyberpowerPC.  Read Part 1 HERE
I received the PC on the revised date that Cyberpower had promised (10/15/08).  I arrived home to find a single HUGE white box, which looked quite beat-up.  In case anyone was unsure of the contents of the [...]]]></description>
			<content:encoded><![CDATA[<p>Oh, joy is upon us, dear readers!  I FINALLY received my PC from CyberpowerPC.  <strong><a href="http://www.sanft.com/2008/09/19/my-cyberpowerpc-buying-experience-part-1/" target="_self">Read Part 1 HERE</a></strong></p>
<p>I received the PC on the revised date that Cyberpower had promised (10/15/08).  I arrived home to find a single HUGE white box, which looked quite beat-up.  In case anyone was unsure of the contents of the box, the big &#8220;PERSONAL COMPUTER&#8221; stamped on the side was sure to clear up any confusion!</p>
<div id="attachment_201" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/bigwhitebox.jpg"><img class="size-medium wp-image-201" title="Big White Box" src="http://www.sanft.com/wp-content/uploads/2008/10/bigwhitebox-300x200.jpg" alt="Beat Up Big White Box" width="300" height="200" /></a><p class="wp-caption-text">Beat-up big white box</p></div>
<p><span id="more-200"></span></p>
<p>Not to be deterred, I opened the box.  I was shocked to see a 900 Watt Power Supply Box inside, since I ordered a 1000 watt power supply.  Happily, I found that they had simply re-used an old 900 Watt power supply box to pack all of the component manuals and CD&#8217;s.  Here are the contents, after removing the foam packing material from the top of the box:</p>
<div id="attachment_216" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/inthebox.jpg"><img class="size-medium wp-image-216" title="In The Box" src="http://www.sanft.com/wp-content/uploads/2008/10/inthebox-300x200.jpg" alt="What came in the box" width="300" height="200" /></a><p class="wp-caption-text">What came in the box</p></div>
<p>Continuing to unpack the box, I found my rig underneath, in the original case box:</p>
<div id="attachment_219" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/casebox.jpg"><img class="size-medium wp-image-219" title="Case Box" src="http://www.sanft.com/wp-content/uploads/2008/10/casebox-300x200.jpg" alt="CPU Packed in Original Cosmos S Case Box" width="300" height="200" /></a><p class="wp-caption-text">CPU packed in original Cosmos S case box</p></div>
<p>Along with the case, all of the other promised items came in the power supply case box (including the &#8220;freebies&#8221;):</p>
<div id="attachment_221" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/alltheextras.jpg"><img class="size-medium wp-image-221" title="All The Extras" src="http://www.sanft.com/wp-content/uploads/2008/10/alltheextras-300x200.jpg" alt="Extras In the Box, Including Power Supply Wiring" width="300" height="200" /></a><p class="wp-caption-text">Extras in the box, including power supply wiring</p></div>
<p>Then came the moment of truth: the unpacking.  I thought the high-quality bag the case was stuffed in was quite well thought-out.  It really protected the case from scratches, etc. As you can see in the picture, the cat decided to come over and &#8220;help&#8221;:</p>
<div id="attachment_223" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/computerinabag.jpg"><img class="size-medium wp-image-223" title="Computer in a bag" src="http://www.sanft.com/wp-content/uploads/2008/10/computerinabag-300x200.jpg" alt="Computer In A Bag" width="300" height="200" /></a><p class="wp-caption-text">Computer In A Bag</p></div>
<p>Now, with the &#8220;help&#8221; of the cat, we are half in the bag. (Sorry, I could not resist!):</p>
<div id="attachment_225" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/halfinthebag.jpg"><img class="size-medium wp-image-225" title="Half In The Bag" src="http://www.sanft.com/wp-content/uploads/2008/10/halfinthebag-300x200.jpg" alt="Half In the Bag" width="300" height="200" /></a><p class="wp-caption-text">Half in the bag</p></div>
<p>After carefully unpacking the case, everything looked to be in fine order. The case was well-protected and I LOVE the handles on the Cosmos S. They make it very easy to move the case around:</p>
<div id="attachment_226" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/unwrapped.jpg"><img class="size-medium wp-image-226" title="Unwrapped" src="http://www.sanft.com/wp-content/uploads/2008/10/unwrapped-300x200.jpg" alt="The Case Completely Unwrapped" width="300" height="200" /></a><p class="wp-caption-text">The case, completely unwrapped</p></div>
<div id="attachment_227" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/sideways.jpg"><img class="size-medium wp-image-227" title="Sideways" src="http://www.sanft.com/wp-content/uploads/2008/10/sideways-300x200.jpg" alt="A side view of the case" width="300" height="200" /></a><p class="wp-caption-text">A side view of the case</p></div>
<p>Now, the next moment of truth: Let&#8217;s look at the innards and see about the &#8220;professional&#8221; wiring and the quality of the parts build.  First, I spent time puzzling what the heck was this for:</p>
<div id="attachment_230" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/wtfisthisfor.jpg"><img class="size-medium wp-image-230" title="WTF" src="http://www.sanft.com/wp-content/uploads/2008/10/wtfisthisfor-300x200.jpg" alt="Whiskey Tango Foxtrot?" width="300" height="200" /></a><p class="wp-caption-text">Whiskey Tango Foxtrot?</p></div>
<p>It turns out the &#8220;LCD Poster&#8221; is attached to the Asus Striker II Extreme. It displays POST messages and then a custom banner or the time of day (while the computer is running). (Quite lame actually: time displays only a 24 hour clock, and the &#8220;custom banner&#8221; is 8 characters, w/ no spaces or special characters allowed!)</p>
<p>Finally, the big case opening!</p>
<div id="attachment_231" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.sanft.com/wp-content/uploads/2008/10/cablemgmt.jpg"><img class="size-medium wp-image-231" title="Cable Management " src="http://www.sanft.com/wp-content/uploads/2008/10/cablemgmt-300x200.jpg" alt="Cable Management and the Innards" width="300" height="200" /></a><p class="wp-caption-text">Cable management and the innards</p></div>
<p>Actually, I was quite impressed: The professional wiring was, well, professional.  All of the parts were shiny and seemed to be brand-spanking new.  The overall effect was quite pleasing.  I&#8217;d had a great deal of concern related to purchasing this system from CyberpowerPC.  This view helped dispel some of those concerns.</p>
<p>Thus ends part 1 of my review. Check back later in the week for the second (and probably final part). I will tell you, things may have looked good, but looks can be (and generally are) DECEIVING!</p>
<p><strong><a href="http://www.sanft.com/2008/10/26/my-cyberpowerpc-experience-the-review-part-2/">Continue on to part 3 HERE</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/10/18/my-cyberpowerpc-experience-the-review-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The superball effect - mark my words!</title>
		<link>http://www.sanft.com/2008/10/13/the-superball-effect-mark-my-words/</link>
		<comments>http://www.sanft.com/2008/10/13/the-superball-effect-mark-my-words/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:56:46 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[bailout]]></category>

		<category><![CDATA[economy]]></category>

		<category><![CDATA[fas 157]]></category>

		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=194</guid>
		<description><![CDATA[I have been thinking a lot about the economy and what has been happening on the financial markets.  For my few devoted readers, you may recall my post two weeks ago related to FAS 157 and why we are in a financial death spiral (READ IT HERE).
With that said, I want to go on the [...]]]></description>
			<content:encoded><![CDATA[<p>I have been thinking a lot about the economy and what has been happening on the financial markets.  For my few devoted readers, you may recall my post two weeks ago related to FAS 157 and why we are in a financial death spiral (<a href="http://www.sanft.com/2008/09/24/i-might-stand-corrected/" target="_blank">READ IT HERE</a>).</p>
<p>With that said, I want to go on the record early on my &#8220;superball effect&#8221; theory. The SE theory really is the inverse of the FAS 157 death spiral.  Since my hypothesis on the economy is FAS 157 and &#8220;Mark to Market&#8221; is the principal cause of the current banking crisis, it stands to reason that once the financial market start to improve, the same dynamics that caused the downturn will fuel an upturn.</p>
<p>Downturn:  Economy Slows -&gt; Bank Assets Devalued -&gt; Banks Write Down -&gt; Financial Markets Slow -&gt;  Bank Assets Devalued -&gt; Banks Write Down -&gt; ad naseum</p>
<p>Upturn: Bailout -&gt; Markets Recover Somewhat -&gt; Bank Assets Raise in Value -&gt; Banks Suddenly have more available funds to invest -&gt; Market Improves -&gt; Bank Assets Raise in Value -&gt; Banks Suddenly have MORE available funds to invest.</p>
<p>Unless the incoming President really screws up the economy, I predict a complete recovery to pre-crash 2008 levels by October of 2010.  Regardless of who wins, this will happen.  When the encumbant President is taking credit for the dramatic turn around on the economy, remember, you heard the real reason here first!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/10/13/the-superball-effect-mark-my-words/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I might stand corrected</title>
		<link>http://www.sanft.com/2008/09/24/i-might-stand-corrected/</link>
		<comments>http://www.sanft.com/2008/09/24/i-might-stand-corrected/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 22:55:35 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[politics]]></category>

		<category><![CDATA[bailout]]></category>

		<category><![CDATA[economy]]></category>

		<category><![CDATA[fas]]></category>

		<category><![CDATA[fas 157]]></category>

		<category><![CDATA[fasb]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=170</guid>
		<description><![CDATA[Last night, I had dinner with several venture capitalist guys who are all a heck of a lot smarter on the financial markets situation and the proposed bailouts than I am.  Here was the crux of the conversation:
1) The largest issue with the banking crisis is FAS 157 (FASB is the Financial Accounting Standards Board [...]]]></description>
			<content:encoded><![CDATA[<p>Last night, I had dinner with several venture capitalist guys who are all a heck of a lot smarter on the financial markets situation and the proposed bailouts than I am.  Here was the crux of the conversation:</p>
<p>1) The largest issue with the banking crisis is FAS 157 (FASB is the Financial Accounting Standards Board and FAS is Financial Accounting Standard).  FASB is the organization that recommends and implements financial accounting  standards for all businesses is the US and is generally driving many international accounting principles.  They start with a recommendation and the allow for discussion on the recommendation, then in most cases the recommendation becomes a regulation.  Once the recommendation becomes a regulation, the regulation becomes part of GAAP (Generally Accepted Accounting Principles) and most companies implement immediately.    More on FAS157 below.</p>
<p><span id="more-170"></span></p>
<p>2) The bailout is needed.  The reason the bailout is needed at this point is FAS 157 creates a &#8220;death spiral&#8221; for the broader financial markets.  Again, look below for explanation.  Everyone at the table agreed that the bailouts were a bad thing, and certainly a bad direction for the country, however, it was just about the only thing we can do to prevent a wider collapse of the financial industry.</p>
<p><span style="text-decoration: underline;"><strong>FAS 157 and the economy</strong></span></p>
<p>In its simplest form, FAS 157 talks about valuation.  In the past, companies (Savings and Loans, Japanese Banks, Enron, etc.) artificially inflated  or stated valuation of assets.  This placed the shareholders in a situation where they were unable to understand the true financial situation of the company.  FAS 157 basically says a companies valuation on assets must reflect what those assets could sell for on the open market TODAY.  Not yesterday, not last year, nor next year.  This sounds like a great idea right?</p>
<p>Well, yes and no.  The issue we are having today is: Let&#8217;s say I am a bank and I have 1000 mortgages in my portfolio.  All 1000 loans are current and in good standing.  Each loan is $100 in value and I am receiving a 6% year over year return.   I would be receiving $6,000 of revenue and my portfolio would have a valuation of just about $100,000.  This is a great situation for a bank!  However, apply FAS 157 to the valuation of the loan portfolio in today&#8217;s economy.  No one is buying mortgage paper (by this I mean no banks will buy the mortgage, this issue has no effect on the homeowner), which means even though I have a well performing portfolio of loans, the market value is as little as 5% of the true value of my portfolio, which means I now have to adjust my valuation from $100,000 to $5,000!  Nothing has happened, I am not losing money, my bank is in great shape, however I just took a write off of 95% of my portfolios net worth!  Multiple my number by millions and that is in large part the issue we are seeing with the banks and investment companies.</p>
<p>We have been lead to believe these banks are losing billions of dollars, and in most cases they are not losing money, they are losing valuation due to FAS 157.  Add an additional ingredient: most banks have a  requirement to maintain a certain amount of capital (money) in reserve. These banks now have to raise up to 95% of their old valuation to make FAS 157 work with the existing capital.  It is a crazy situation and the worse the market gets, the more value all of the portfolios lose, causing more write downs.  FAS 157 is the principle cause of the spiral we are in.</p>
<p>I am not smart enough to understand the global implications of rolling FAS 157 back, and many banks adopted FAS 157 1/1/07, which is 11 months earlier than they had to.  They did this for two reasons: 1) It is easier to account for a whole year using the same account practice for the entire year. 2) In many cases the bank received greater valuation for current assets.</p>
<p>The bailouts will grant capital to banks and other institutions caught in the FAS 157 death spiral, and prevent the economy from sinking deeper and deeper into the abyss.  Again, understand, the core issue here is an accounting issue, not a true fundamental economic issue.</p>
<p>I remain opposed to the government socializing our insurance and banking industries, but I think I better understand WHY we are here and HOW we can get out of the death spiral we are in.</p>
<p>Again, everything above might be wrong.  I will endeavor to investigate this futher and post my finding here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/09/24/i-might-stand-corrected/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where did the republican party go?!?</title>
		<link>http://www.sanft.com/2008/09/23/where-did-the-republican-party-go/</link>
		<comments>http://www.sanft.com/2008/09/23/where-did-the-republican-party-go/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 17:51:45 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[politics]]></category>

		<category><![CDATA[bailout]]></category>

		<category><![CDATA[bush]]></category>

		<category><![CDATA[economy]]></category>

		<category><![CDATA[mccain]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=142</guid>
		<description><![CDATA[Whenever I describe my political views, I generally state: "I am socially liberal, financially conservative".  This means I generally vote for conservative Democrats and Liberal Republicans.  I am not into extremes. One of the main reasons I tend to lean Republican is: fiscally the Republican Platform makes more sense to me.  As a businessman and an individual, I have studied the pros and cons of a free market society and I believe in most cases, the free market is the best way to insure growth and prosperity for ALL citizens.

Today I am scratching my head wondering how the fiscally and socially conservative Republican Party has seemingly overnight turned into a socialistic society.  Those on the Democratic side of the street claim the bailouts being proposed and executed (a good word for it) is simply cronyism, which is completely absurd.  I believe the real issue is the current Republican Government (good old GWB) is attempting to stabilize the economy in a fairly transparent effort to bolster support for John McCain.  First and foremost, I do not believe McCain needs that sort of help, secondly, IT IS STUPID, DESTRUCTIVE, AND EXACTLY WHAT WE DO NOT NEED!]]></description>
			<content:encoded><![CDATA[<p>Whenever I describe my political views, I generally state: &#8220;I am socially liberal, financially conservative&#8221;.  This means I generally vote for conservative Democrats and Liberal Republicans.  I am not into extremes. One of the main reasons I tend to lean Republican is: fiscally the Republican Platform makes more sense to me.  As a businessman and an individual, I have studied the pros and cons of a free market society and I believe in most cases, the free market is the best way to insure growth and prosperity for ALL citizens.</p>
<p>Today I am scratching my head wondering how the fiscally and socially conservative Republican Party has seemingly overnight turned into a socialistic society.  Those on the Democratic side of the street claim the bailouts being proposed and executed (a good word for it) is simply cronyism, which is completely absurd.  I believe the real issue is the current Republican Government (good old GWB) is attempting to stabilize the economy in a fairly transparent effort to bolster support for John McCain.  First and foremost, I do not believe McCain needs that sort of help, secondly, IT IS STUPID, DESTRUCTIVE, AND EXACTLY WHAT WE DO NOT NEED!</p>
<p><span id="more-142"></span></p>
<p>The idiots running these large companies need to be punished!  Not for making a bunch of money, but for running a business recklessly.  Market corrections are a part of the free market model, if Uncle Georgy wants to save all of the big companies, it only encourages this type of misbehavior!  What about all of the banks and financial institutions that did not recklessly invest or loan money to people they had not business loaning money to?  Is that fair?</p>
<p>There is only one logical outcome from this course is governmental ownership of most banking, financial, and insurance companies, socialism. We are on the path towards socialism and arguable we are on the path to communism!  It did not work for the Soviet Union, why would it work for us?</p>
<p>This &#8220;crisis&#8221; has been brewing for many years.  <a href="http://www.daveramsey.com" target="_blank">Dave Ramsey</a> (radio host and financial guru) has been talking about this for AT LEAST 6 years!  Why are we acting surprised by this?  We are we allowing our lawmakers to pass nearly a <strong><span style="text-decoration: underline;">TRILLION DOLLARS</span></strong> in bailouts?!?!</p>
<p>The solution?  Clearly we have had the last 20+ years to get into this mess, it will take some time to get out of it.  Here are my thoughts:</p>
<ol>
<li><strong><span style="text-decoration: underline;">TODAY</span></strong>: write your <a href="http://www.house.gov/htbin/zipfind" target="_blank">US Congressman</a> and <a href="http://www.senate.gov/general/contact_information/senators_cfm.cfm" target="_blank">Senator</a> and tell them to STOP socializing our economy.  Let them know that you will vote against them in any and all elections they run in if they vote yes on the bailouts.</li>
<li>The US Government should immediately privatize Freddie Mac and Fannie Mae.  Load the new private companies with debt via an interest free loan.</li>
<li>Do not bailout any other companies.  Help companies in trouble sell themselves to stronger companies.  By helping, I mean establish a process to guarantee much quicker FTC and SEC approvals for sales of large companies.</li>
<li>Ride out the down market!  Yesterday I listened to a podcast, where the financial guy compared a huge downturn in the financial market to a forest fire.  While it may not be pleasant, the long term product is a stronger more sustainable forest!  Economic downturns should be allowed to happen!</li>
</ol>
<p>If you are reading this thinking &#8220;Boy, this guy is sure dumb, why not let the government bail us out?  It will make things less painful for the citizens.&#8221;  My answer is: a) WE ARE THE GOVERNMENT, WE WILL BE PAYING FOR THIS BAILOUT FOR YEARS!!!  b) Once we pay for this &#8220;bailout&#8221;, our free market, capitalism based economy will be put in serious jeopardy. This means we will have less innovation and entrepreneurship.  Our economy is fundamentally strong, because it is based on capitalism.  Once we lose the capitalism driver, we will sink into the morass of other great countries AFTER their golden age.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/09/23/where-did-the-republican-party-go/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Time-Blog Writer Karen Tumulty should be sacked</title>
		<link>http://www.sanft.com/2008/09/19/time-blog-writer-karen-tumulty-should-be-sacked/</link>
		<comments>http://www.sanft.com/2008/09/19/time-blog-writer-karen-tumulty-should-be-sacked/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 20:49:24 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[politics]]></category>

		<category><![CDATA[karen tumulty]]></category>

		<category><![CDATA[mccain]]></category>

		<category><![CDATA[obama]]></category>

		<category><![CDATA[press]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=96</guid>
		<description><![CDATA[I am trying to keep up with all of the idiotic partisian crap flying around the 2008 Presidential Campaign, and I certainly expect most of the mainstream press to slant their stories to favor the Democrats (in fairness, I expect Fox to slant things a little to the Republican side of the house).  Today I [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to keep up with all of the idiotic partisian crap flying around the 2008 Presidential Campaign, and I certainly expect most of the mainstream press to slant their stories to favor the Democrats (in fairness, I expect Fox to slant things a little to the Republican side of the house).  Today I came across a Time-Blog.com posting from Karen Tumulty.</p>
<p>John McCain&#8217;s campaign has begun lambasting Barrack Obama over his choice of advisers, in the ad Tumulty references, they are going after Frank Raines (Former Fannie Mae chief).  In Tumulty&#8217;s &#8220;report&#8221;, Tumulty alleges that the McCain ad is displaying &#8221; Sinister images of two black men, followed by one of a vulnerable-looking elderly white woman.&#8221;</p>
<p>Tumulty uses the image of a <span style="text-decoration: underline;"><strong>smiling</strong></span> Barrack Obama and a somewhat sinister picture of Raines as evidence that the McCains ad  &#8220;Plays the race card&#8221;.  What a bunch of political bullsh*t.  Go figure that Time-Blog.com is &#8220;In partnership with CNN&#8221;.  I am more balanced in my own made up blog than this idiot is.</p>
<p><span id="more-96"></span></p>
<p>Tumulty says &#8220;Let me stipulate: Obama&#8217;s Fannie Mae connections are completely fair game. But this ad doesn&#8217;t even mention a far more significant tie&#8211;that of Jim Johnson, the former Fannie Mae chairman who had to resign as head of Obama&#8217;s vice presidential search team after it was revealed he got a sweetheart deal on a mortgage from Countrywide Financial. Instead, it relies on a fleeting and tenuous reference in a Washington Post Style section story to suggest that Obama&#8217;s principal economic adviser is former Fannie Mae Chairman Frank Raines. Why? One reason might be that Johnson is white; Raines is black.&#8221;</p>
<p>Umm, McCain has ads going after Johnson (which she notes in the bottom of her post as an &#8220;update&#8221;).  So apparently if Obama is advised by a black idiot and McCain points it out, he is playing the race card, however if Obama is advised by a white idiot and McCain points it out, that is okay with Tumulty.  Next, I am sure Time-Blog/CNN will try to spin this as &#8220;McCain was forced to come out with a Jim Johnson ad due to pressure related to race&#8221;, or some such crap as that.</p>
<p>Tumulty&#8217;s report is completely bias and ridiculas in nature.  Since I have ripped on her, in fairness, read her original post <a href="http://www.time-blog.com/swampland/2008/09/mccain_plays_the_race_card.html" target="_blank">HERE.</a> At least I try to be balanced.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/09/19/time-blog-writer-karen-tumulty-should-be-sacked/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My CyberpowerPC Experience Part 1</title>
		<link>http://www.sanft.com/2008/09/19/my-cyberpowerpc-buying-experience-part-1/</link>
		<comments>http://www.sanft.com/2008/09/19/my-cyberpowerpc-buying-experience-part-1/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 16:18:53 +0000</pubDate>
		<dc:creator>Ted Sanft</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[cyberpower]]></category>

		<category><![CDATA[cyberpowerpc]]></category>

		<category><![CDATA[originalposts]]></category>

		<category><![CDATA[reviews]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.sanft.com/?p=89</guid>
		<description><![CDATA[I have read MANY advertisements for Cyberpowerpc.com, though I have never paid much attention to them.  I generally buy high-end Dell PC&#8217;s, or I build my own.  I read MaximumPC magazine religously and I was surprised to see the high marks they gave the CyberPower Gamer Ultimate SLI QUAD.  I currently have an aging home [...]]]></description>
			<content:encoded><![CDATA[<p>I have read MANY advertisements for Cyberpowerpc.com, though I have never paid much attention to them.  I generally buy high-end Dell PC&#8217;s, or I build my own.  I read MaximumPC magazine religously and I was surprised to see the high marks they gave the CyberPower Gamer Ultimate SLI QUAD.  I currently have an aging home built dual core E6700 oc&#8217;d to 3.06Ghz with an NVidia 8800Ultra.  One of the biggest issues I run into is drive performance, since I am running dual 400GB drives in a RAID-1 configuration.  My ASUS mobo basically sucks and the RAID performance really sucks.  I am going to turn this box into my new sever at home.</p>
<p>Back to my CyberpowerPC.com story.  I spent the last few weeks pricing out rigs and looking at many PC manufactures, I also looked at parts to build my own.  I came to the conclusion that I could buy a system from CyberpowerPC.com cheaper than I could build one, plus I get VIsta (I already have XP for a new PC if I need it) and some nice freebies.<span id="more-89"></span></p>
<p>Of course wanting to be sure, I jumped over to resellerratings.com and found very mixed results.  They have been improving over the last 6 months (7.8 ranking) and most of the issues seemed to revolve around tech support.  Since I am pretty handy with computers, and they do have a 30 day money back guarantee (I just have to pay return shipping).  I thought it would be an interesting experience to configure and buy a system and chronicle the purchase on my blog.</p>
<p>With the MaximumPC review in mind, I opted for the CyberPower Gamer Ultimate SLI Quad, however I stepped the configuration down a bit:</p>
<ul>
<li>CoolerMaster Cosmos S Gaming Full Tower 420W Case w/ Transparent Side Panel</li>
<li> (Quad-Core)Intel(R) Core(TM) 2 Quad Q9650</li>
<li>LG 20X DVD+/-R/+/-RW + CD-R/RW DRIVE DUAL LAYER (BLACK COLOR)</li>
<li>Round Cable Upgrade for Optical Drive</li>
<li>INTERNAL 12in1 Flash Media Reader/Writer (BLACK COLOR)</li>
<li>Asetek Liquid CPU Cooling System (Extreme Cooling Performance + Extreme Silent at 20dBA)</li>
<li>Extreme Performance (RAID-0) with 2 Identical Hard Drives (300GB (150GBx2) 10,000RPM)</li>
<li>MOTHERBOARD: (3-Way SLI Support) Asus Striker II Extreme nForce 790i SLI Mainboard)</li>
<li> 4GB (2GBx2) DDR3/1600MHz Memory Module OCZ-Gold</li>
<li>Microsoft(R) Windows Vista(TM) Home Premium w/ Service Pack 1 (64-bit Edition)</li>
<li>Professional Wiring for All WIRINGs Inside The System Chasis with High Performance Thermal Compound on CPU</li>
<li>1,000 Watts  Thermaltake ToughPower - Quad SLI Ready</li>
<li>HIGH DEFINITION ON-BOARD 7.1 AUDIO</li>
<li>600Watts PMPO Subwoofer Stereo Speakers</li>
<li>NZXT Sentry LX Aluminum High Performance Fan Control, Clock, &amp; Temperature Display</li>
<li>2 x NVIDIA GeForce 9800 GX2 1GB 16X PCI Express (EVGA Powered by NVIDIA)</li>
</ul>
<p>And the Freebies:</p>
<ul>
<li>FREE! (Age of Conan) Game</li>
<li>FREE! (Microsoft(R) Flight Simulator X Deluxe) Game</li>
<li>FREE! 4GB USB Pen Drive</li>
<li>FREE! CyberPower Multi-Purpose Carrying Briefcase</li>
<li>FREE! Cyberpower Unleash The Power T-Shirt</li>
</ul>
<p>All in all, a pretty nice rig.  I used coupon code SMARTCOMPU for a 5% discount, opted for two day FedEx, and with my Tennessee address, no tax.  This rig came in @ just about $3,064.</p>
<p>The system configuration tool was pretty decent (probably overly complicated for a newbie).  The order process was straightforward and I received my order confirmation in less than 60 seconds.  So far the experience has been good.</p>
<p>More later.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 9/20/08</strong></span></p>
<p>CyberpowerPC.com acknowledged my order this morning and gave me an estimated ship date of 10/3/08, which should have my new computer in my hands on 10/7/08.  The date is a bit longer than I had hoped for, but if they hit the promised date, I am okay with it.  I will update shipping status on this post until my new PC  is delivered.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 9/23/08</strong></span></p>
<p>Just to give me some heart failure, CyberpowerPC.com changed my order status from in-process to &#8220;Order Received&#8221; again. Since there is no description on the order page of what each status means, I called CyberpowerPC, hit &#8220;1&#8243; for sales and was immediately connected to sales. Apparently they are working on my order and the &#8220;in my hands date&#8221; is still tracking for 10/7. He did not have an explanation for why the status changed. It is somewhat confusing, but not a huge issue. On a side note, the charge for the system did hit my Credit Card this morning.</p>
<p><span style="text-decoration: underline;"><strong>Update: 09/23/08 12:05pm</strong></span></p>
<p><strong> </strong></p>
<p>My status has changed back to the in-process screen.  I do not know if my call caused that to happen.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 10/9/08</strong></span></p>
<p>My new PC was supposed to ship 10/3/08.  As of today (10/9/08) the status still says expected ship date 10/3/08.  No additional information.  It is crazy that their order status screen (designed to keep people like me from calling them) is not smart enough to update.</p>
<p>This afternoon I called CP and rang directly to Steve.  Steve was puzzled by WHY my order had not moved and put me on hold.  Steve came back and let me know that my processor (Q9650) had been back ordered and they just received shipment today.  He stated that they were working on my PC and it would ship Friday or Monday at the latest.  He immediately apologized and offered me a 5% discount on my purchase (wow!).</p>
<p>Minutes after the call to Steve, Steve called me back and let me know that since I already had used the 5% off coupon code, they were unable to offer me an additional 5% discount, however he would credit me $30 once I received my system.  No big deal to me, since I was calling for a status and I was not looking for a discount.</p>
<p>However, I am interested in how they can charge me in full for a system they have not started to build.  I will ponder that one for a bit (while I am waiting for my system to ship).  So far, their order status frontend is less than elegant.  The jury remains out on CP, however Steve was very polite and responsive.</p>
<p><strong><a href="http://www.sanft.com/2008/10/18/my-cyberpowerpc-experience-the-review-part-1/" target="_self">Now read part 2 ,the unpacking HERE</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanft.com/2008/09/19/my-cyberpowerpc-buying-experience-part-1/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
