<?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>samutzCom &#187; Tech</title>
	<atom:link href="http://www.samutz.com/blargh/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.samutz.com/blargh</link>
	<description>Gamer, Web Developer, Skinny White Computer Geek. Blargh.</description>
	<lastBuildDate>Fri, 18 Jun 2010 15:17:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>GiantBomb Search Engine for XBMC Launcher</title>
		<link>http://www.samutz.com/blargh/2010/05/25/giantbomb-search-engine-for-xbmc-launcher/</link>
		<comments>http://www.samutz.com/blargh/2010/05/25/giantbomb-search-engine-for-xbmc-launcher/#comments</comments>
		<pubDate>Tue, 25 May 2010 21:15:12 +0000</pubDate>
		<dc:creator>Samutz</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=249</guid>
		<description><![CDATA[More random code stuff&#8230; I wasn&#8217;t happy with the default Yahoo search engine for getting box art for my video games, so I made two search engines that use GiantBomb&#8216;s API. GiantBomb_v1 is the first one I made. It gets the first images that are returned when you do a normal game search, but it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>More random code stuff&#8230;<br />
<br />
I wasn&#8217;t happy with the default Yahoo search engine for getting box art for my video games, so I made two search engines that use <a href="http://www.giantbomb.com/" target="_blank">GiantBomb</a>&#8216;s <a href="http://api.giantbomb.com/" target="_blank">API</a>.</p>
<p>GiantBomb_v1 is the first one I made. It gets the first images that are returned when you do a normal game search, but it&#8217;s not always accurate for games that have many releases or sequels.</p>
<p>GiantBomb_v2 digs much deeper to get as much box art as it can, but is much slower because it crawls through more data.<br />
<span id="more-249"></span><br />
For example, with v1, &#8220;Mortal Kombat&#8221; returns various Mortal Kombat images and screenshots, but not the SNES box art that I wanted.</p>
<p>On v2, &#8220;Mortal Kombat&#8221; returns every box art for almost every Mortal Kombat game, including the SNES box art. But because there&#8217;s so many games, it takes longer to get the results.</p>
<p>So I included both versions in this zip file. I recommend using v1 most of the time, but switching to v2 when v1 fails.</p>
<p>Download: <a href="http://samutz.com/xbmc/launcher_giantbomb.zip" target="_blank">http://samutz.com/xbmc/launcher_giantbomb.zip</a><br />
Both folders go in &lt;launcher path&gt;/resources/search_engines/</p>
<p>Tested on XBMC 9.11 using <a href="http://forum.xbmc.org/showpost.php?p=464735&amp;postcount=582" target="_blank">JustSomeUser&#8217;s r1 patch</a>, running on Windows 7 Home x64.</p>
<p>Also worth noting that when you use the &#8220;Get Thumb&#8221; feature, it includes the launcher name in the search query at first (&#8220;Mortal Kombat Super NES&#8221; for example), which won&#8217;t always return results. When it asks you modify your query, just erase the laucher name and try again.</p>
<p>Or you can fix this yourself by editing &lt;launcher path&gt;/resources/lib/launcher_plugin.py and replacing this</p>
<pre class="brush: plain;">search_string = &quot;%s %s&quot; % (romname, launcherName)</pre>
<p>with this</p>
<pre class="brush: plain;">search_string = &quot;%s&quot; % (romname)</pre>
<p>(in the _search_thumb function)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.samutz.com/blargh/2010/05/25/giantbomb-search-engine-for-xbmc-launcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Borderlands Custom Starter Save Creator</title>
		<link>http://www.samutz.com/blargh/2009/10/29/borderlands-custom-starter-save-creator/</link>
		<comments>http://www.samutz.com/blargh/2009/10/29/borderlands-custom-starter-save-creator/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:44:11 +0000</pubDate>
		<dc:creator>Samutz</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=219</guid>
		<description><![CDATA[Another silly random project I came up with. You can find it here: http://www.samutz.com/blargh/articles/borderlands-custom-starter-saves/]]></description>
			<content:encoded><![CDATA[<p>Another silly random project I came up with.</p>
<p>You can find it here: <a href="http://www.samutz.com/blargh/articles/borderlands-custom-starter-saves/">http://www.samutz.com/blargh/articles/borderlands-custom-starter-saves/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.samutz.com/blargh/2009/10/29/borderlands-custom-starter-save-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated FlowPlayer Playlist Article</title>
		<link>http://www.samutz.com/blargh/2009/10/22/updated-flowplayer-playlist-article/</link>
		<comments>http://www.samutz.com/blargh/2009/10/22/updated-flowplayer-playlist-article/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:59:38 +0000</pubDate>
		<dc:creator>Samutz</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=198</guid>
		<description><![CDATA[I updated the FlowPlayer article with a working demo of the playlist functions in action. Custom Playlist Controls on Flowplayer with jQuery Playlist Demo]]></description>
			<content:encoded><![CDATA[<p>I updated the FlowPlayer article with a working demo of the playlist functions in action.</p>
<p><a href="http://www.samutz.com/blargh/articles/custom-playlist-controls-on-flowplayer-with-jquery/">Custom Playlist Controls on Flowplayer with jQuery</a></p>
<p><a href="http://www.samutz.com/flowplayer/video-demo.html">Playlist Demo<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.samutz.com/blargh/2009/10/22/updated-flowplayer-playlist-article/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Article: Custom Playlist Controls on Flowplayer with jQuery</title>
		<link>http://www.samutz.com/blargh/2009/10/08/new-article/</link>
		<comments>http://www.samutz.com/blargh/2009/10/08/new-article/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:26:13 +0000</pubDate>
		<dc:creator>Samutz</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=192</guid>
		<description><![CDATA[Flowplayer is an excellent flash media player, capable of playing video and audio. It comes with it’s own playlist system, but it’s very limited. This article details how to create a custom playlist system for Flowplayer using jQuery and Flowplayer’s javascript API. This system will allow you to manipulate playlist items without interrupting current playback [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Flowplayer website" href="http://flowplayer.org/" target="_blank">Flowplayer</a> is an excellent flash media player, capable of playing video and audio. It comes with it’s own playlist system, but it’s very limited.</p>
<p>This article details how to create a custom playlist system for Flowplayer using <a href="http://jquery.com/">jQuery</a> and Flowplayer’s javascript API. This system will allow you to manipulate playlist items without interrupting current playback and adds several functions not available in the Flowplayer JS API.</p>
<p>Read more: <a href="/blargh/articles/custom-playlist-controls-on-flowplayer-with-jquery/">Custom Playlist Controls on Flowplayer with jQuery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.samutz.com/blargh/2009/10/08/new-article/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AltNation Fan Station: AltNation for Last.fm</title>
		<link>http://www.samutz.com/blargh/2009/06/23/altnation-fan-station-altnation-for-last-fm/</link>
		<comments>http://www.samutz.com/blargh/2009/06/23/altnation-fan-station-altnation-for-last-fm/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 21:54:39 +0000</pubDate>
		<dc:creator>Samutz</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=159</guid>
		<description><![CDATA[I love AltNation on Sirius. I listen to it more than any other station. But I recently learned that I could no longer listen to Sirius internet radio because they now charge you extra for it, even if you&#8217;re already a satellite subscriber. So I came up with the idea of writing a script that [...]]]></description>
			<content:encoded><![CDATA[<p>I love AltNation on Sirius. I listen to it more than any other station. But I recently learned that I could no longer listen to Sirius internet radio because they now charge you extra for it, even if you&#8217;re already a satellite subscriber. So I came up with the idea of writing a script that would automatically read songs recently played AltNation and add them to an &#8220;AltNation&#8221; user on Last.fm. Then from there I could listen to that user&#8217;s library.</p>
<p><a href="http://www.last.fm/user/AltNationFan"><img class="alignright" title="AltNationFan on Last.fm" src="http://userserve-ak.last.fm/serve/126/30248525.png" alt="" width="126" height="91" /></a>Today I&#8217;ve finally put that idea in to action and created a user called <a title="AltNationFan on Last.fm" href="http://www.last.fm/user/AltNationFan">AltNationFan</a> that gets automatically updated with whatever songs AltNation has been playing recently using the Last.fm API.</p>
<p>As far as I can tell (I&#8217;m still relatively new to Last.fm), you can only listen to the station via the Last.fm client by adding AltNationFan to your friends list. If that&#8217;s the case, I&#8217;ll keep an eye on the account and accept any new friend requests that come in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.samutz.com/blargh/2009/06/23/altnation-fan-station-altnation-for-last-fm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F-ck You, Nationwide Broadband Providers</title>
		<link>http://www.samutz.com/blargh/2008/10/23/fck-you-nationwide-broadband-providers/</link>
		<comments>http://www.samutz.com/blargh/2008/10/23/fck-you-nationwide-broadband-providers/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 16:51:36 +0000</pubDate>
		<dc:creator>Samutz</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=117</guid>
		<description><![CDATA[The nation&#8217;s broadband situation pisses me off. The big players (Comcast, ATT, Verizon, etc) claim to have nationwide service, but in the small town I live in, you can&#8217;t get any of them. They develop faster and faster services for their big city customers while my town gets shafted. From looking at the big companies, [...]]]></description>
			<content:encoded><![CDATA[<div class="content">
<p>The nation&#8217;s broadband situation pisses me off. The big players (Comcast, ATT, Verizon, etc) claim to have nationwide service, but in the small town I live in, you can&#8217;t get any of them. They <a href="http://gizmodo.com/5067311/comcast-offering-new-22mbps-and-50mbps-speed-tiers-upgrading-existing-service">develop faster and faster services</a> for their big city customers while my town gets shafted.</p>
<p>From looking at the big companies, you can get about 20 Mbps for about $60/mo, yet here the best $60/mo gets you is 3 Mbps, but even that has been as slow at 200 Kbps in the afternoons thanks to new sign-ups.</p>
<p>In a town where every middle school and high school student has a take-home laptop, we really need decent broadband service.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.samutz.com/blargh/2008/10/23/fck-you-nationwide-broadband-providers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Failing Chips in nVidia&#8217;s Mobile Cards</title>
		<link>http://www.samutz.com/blargh/2008/08/19/failing-chips-in-nvidias-mobile-cards/</link>
		<comments>http://www.samutz.com/blargh/2008/08/19/failing-chips-in-nvidias-mobile-cards/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 16:24:17 +0000</pubDate>
		<dc:creator>Samutz</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=52</guid>
		<description><![CDATA[Every Nvidia Graphics Card With G84 or G86 Chipset Is Ready to Die Dell Extends Warranties for Laptops With Failing Nvidia Chips While Nvidia Stays Mum How about Dell laptops with other nVidia series cards? My company bought 3 Inspiron 9400s, identical to one another. Each one has a GeForce Go 7900 GS. One of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gizmodo.com/5023963/inquirer-every-nvidia-graphics-card-with-g84-or-g86-chipset-is-ready-to-die">Every Nvidia Graphics Card With G84 or G86 Chipset Is Ready to Die</a><br />
<a href="http://gizmodo.com/5038776/dell-extends-warranties-for-laptops-with-failing-nvidia-chips-while-nvidia-stays-mum#comment">Dell Extends Warranties for Laptops With Failing Nvidia Chips While Nvidia Stays Mum</a></p>
<p>How about Dell laptops with <em>other </em>nVidia series cards?<br />
My company bought 3 Inspiron 9400s, identical to one another. Each one has a GeForce Go 7900 GS.</p>
<p>One of those three shipped with the video card already defective. It started off with minor polygon/3d-model distortion in 3d applications (games mostly). Then the distortion got worse as time went on. Then eventually we started seeing other aspects of the video rending start to go corrupt, such as stretched/distored 2d graphics, bits of the screen missing. So we had Dell ship us a replacement video card. It&#8217;s been fine since then.</p>
<p>Then recently another laptop (mine) started showing the same symptoms as the first one. So we called Dell again and they sent us another replacement video card. Only this time the video corruption was still there and worse. So next, I tried swapping RAM with the last &#8220;no problems&#8221; laptop. Still didn&#8217;t work. We even tried swapping the CPUs. Still didn&#8217;t work. So we called Dell back and they send us a replacement motherboard. We installed it. Still no change.<br />
So finally we swapped the video cards on my laptop and the &#8220;no problems&#8221; laptop. And it finally worked again.</p>
<p>So apparently the video card Dell sent us was defective out of the box. Which brings us to a total of 3 defective videos cards we&#8217;ve received from them (the first laptop, mine, then the replacement for mine).</p>
<p>We&#8217;ve called in again that we need another video card, and they basically told us that they don&#8217;t believe us and will be sending a technician to us to check it out him or herself, which has left me very angry with them as this means I&#8217;m without my laptop for even longer. It&#8217;s been about a month now since mine has become unusable. And to make matters worse, I live in a remote region that DHL doesn&#8217;t ship to, and Dell always insists on shipping through them even after we tell them we can&#8217;t receive DHL. And I&#8217;m sure it&#8217;ll take them another month to send a technician down from wherever just to look at it, tell us it needs a new video card, then leave us waiting for Dell to send another one, that could be defective out of the box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.samutz.com/blargh/2008/08/19/failing-chips-in-nvidias-mobile-cards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The New Computer</title>
		<link>http://www.samutz.com/blargh/2008/06/26/the-new-computer/</link>
		<comments>http://www.samutz.com/blargh/2008/06/26/the-new-computer/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 22:36:15 +0000</pubDate>
		<dc:creator>Samutz</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=46</guid>
		<description><![CDATA[After a couple of exchanges and about 2 weeks of waiting for parts, my new computer is complete. Originally, I wanted a small, simple linux box to sit next to my TV and act as a media center, but later decided that wasn&#8217;t the best choice due to my TV being a low resolution SDTV. [...]]]></description>
			<content:encoded><![CDATA[<p>After a couple of exchanges and about 2 weeks of waiting for parts, my new computer is complete.<br />
Originally, I wanted a small, simple linux box to sit next to my TV and act as a media center, but later decided that wasn&#8217;t the best choice due to my TV being a low resolution SDTV. But I still had the &#8220;I need a new home computer&#8221; mindset, so I ended up building a gaming computer.</p>
<p>Before building this computer, I only had 2 computers. One is an old 1.8 Ghz AMD Duron box running Kubuntu. Over the years it had become a server, used for file storage, testing website stuff locally, and running an irc bot and bnc. The other is my 1 and a half-year old laptop that used to be one of the best for mobile gaming and now can&#8217;t even run Bioshock on the lowest settings without having framerate problems. Plus the laptop is owned by the school district I work for, so it&#8217;s not technically mine. But I do have a lot of freedom with it, such as installing games, music, etc. I could even run linux on it if I wanted to. As long as I can do my work on it.</p>
<p>I&#8217;ve gutted old computers and put together working ones from the parts, but this was my first experience putting together a brand new one from the ground up. Everything was bought from Newegg.</p>
<p>The parts list after the jump: <span id="more-46"></span></p>
<ul>
<li> Case: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811154041" target="_blank">APEX TU-163 ATX Full Tower<br />
</a>Not much to say about it. It says &#8220;Full&#8221; tower, but everyone else says its only Mid. I honestly don&#8217;t know the difference, but everything fits in it nicely and doesn&#8217;t feel crammed in, so I like it.</li>
<li>Motherboard: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813130080" target="_blank">MSI P6N Diamond ATX, nForce 680i SLI Chipset</a><br />
I almost got a more basic motherboard until I decided to go with SLI.<br />
Only problem I have with it is that it refuses to play audio out to my basic vanilla speakers through its read audio-out port. Audio-out on the front of the case works fine though. I&#8217;m guessing this has something to do with it being HD audio, which I have zero experience with.</li>
<li>Processor: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819115032" target="_blank">Intel Core 2 Duo E4600 Allendale 2.4GHz</a><br />
I chose this early on because it was cheap and had a combo deal to get $25 off the Rosewill cooler. I know there&#8217;s Core 2 Extremes or whatever, but I haven&#8217;t seen a big enough difference on benchmarking websites to warrant the extra cash for one.</li>
<li>CPU Heatsink/Fan: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835200025" target="_blank">Rosewill RCX-Z2-EX 92mm 2 Ball PWM CPU Cooler</a><br />
The CPU did come with its own heatsink and fan, but I&#8217;ve learned that those aren&#8217;t always the best ones to use.  Also, this was a major pain in the ass to attach to the motherboard. I was afraid that I was gonna end up breaking the motherboard trying to get it on. It also doesn&#8217;t help that to push 2 of the pegs in, you have to stick your finger between heat pipes. My finger barely fit, and I don&#8217;t have fat fingers, but I could only push them down with the tips of my fingers, which was virtually imposible. I had to use the round end of a long screwdriver bit to push them down.<br />
But the cooler does atleast do it&#8217;s job&#8230; I think. The ATX case has a little tunnel/vent thing on the side panel just for the cooler&#8217;s air to vent out, and everytime I stick my hand in front of it, it&#8217;s always blowing out cool air. I&#8217;m not sure if that means it&#8217;s not doing its job, or if it&#8217;s just that the rest of the fans in the case are keep it cool enough.</li>
<li>RAM: <a title="A-DATA 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel Kit Desktop Memory Model ADQVE1A16K - Retail" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820211066" target="_blank">A-DATA 2GB (2 x 1GB) DDR2 800</a><br />
Simple, effective, and cheap (in price, not quality). I use A-DATA ram on my linux box as well and it works great. I know I could have upped it to 4GB or eve 8GB, but I&#8217;m running Win XP Pro, and according to everything I&#8217;ve read, XP will only use up to 3.5 GB or something like that. And everyone says 2GB is plenty.</li>
<li>Graphics Cards: <a title="PNY VCG88512GXPB GeForce 8800GT 512MB 256-bit GDDR3 PCI Express 2.0 x16 HDCP Ready SLI Supported Video Card - Retail" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814133205" target="_blank">PNY GeForce 8800GT 512MB GDDR3 PCI Express 2.0 x16</a> (x2)<br />
I did originally buy 2 8600GTs because they were cheap, but I immediately sent them back and ordered these instead after I saw <a href="http://www.tomshardware.com/charts/desktop-vga-charts/3dmark06-v1-0-2-hdr-sm3-0-score,538.html?p=1613%2C1591%2C1614%2C1601%2C1596%2C1598%2C1597%2C1602%2C1600%2C1590%2C1616%2C1612%2C1599%2C1579%2C1615%2C1594%2C1574%2C1595%2C1581%2C1643%2C1589%2C1577%2C1593%2C1637%2C1583%2C1592%2C1582%2C1635%2C1573%2C1586%2C1641%2C1570%2C1642%2C1636%2C1578%2C1640%2C1608%2C1634%2C1568%2C1572%2C1609%2C1588%2C1587%2C1580%2C1639%2C1610%2C1576%2C1611%2C1562%2C1633%2C1632%2C1638%2C1631%2C1604%2C1607%2C1560%2C1571%2C1628%2C1575%2C1630%2C1566%2C1569%2C1626%2C1624%2C1627%2C1620%2C1629%2C1585%2C1567%2C1558%2C1622%2C1625%2C1561%2C1623%2C1619%2C1606%2C1559%2C1603%2C1621%2C1565%2C1605%2C1557%2C1618%2C1564%2C1584%2C1617%2C1563" target="_blank">the benchmarking chart on Tom&#8217;s Hardware</a>.<br />
SLI is completely new territory for me, but so far I love it. It&#8217;s expensive, but atleast I won&#8217;t be replacing the cards for a <em>very </em>long time.<br />
I had to get the single-slotters becuse the 2nd PCI-E slot is at the very bottom of the motherboard/case, and thus a two-slotter will not fit.<br />
I&#8217;m also a bit peeved that I can&#8217;t do dual screen mode while SLI mode is enabled. So I have 4 DVI ports and can only use one. But atleast that means I only have to have one monitor taking up space on my desk instead of two.</li>
<li>Power Supply: <a title="Rosewill RX950-D-B ATX12V v2.2 &amp; EPS12V v2.91 950W Power Supply - Retail" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817182097" target="_blank">Rosewill 950W, SLI Compatible</a><br />
I&#8217;m told you need high wattage to run 2 GeFoce 8800s, so I went for one of the best I could find. Rosewill has proven to be a reliable brand. Comes with a ton of extra cables that I don&#8217;t need though. I though about going with a modular PSU (removable cables), but I read that they don&#8217;t work as well. I ended up with room in the empty 5in bays to stuff the extra cables anyway. Includes the 2 cables needed to provide the 8800s with extra power.</li>
<li>DVD Burner: <a title="Pioneer 20X DVD±R DVD Burner Black IDE Model DVR-115DBK - OEM" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16827129018" target="_blank">Pioneer 20X DVD±R DVD Burner IDE</a><br />
Basic DVD burner. I have no need of a blueray burner.</li>
<li>Harddrive: <a title="Western Digital Caviar SE16 WD5000AAKS 500GB 7200 RPM SATA 3.0Gb/s Hard Drive - OEM" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136073" target="_blank">Western Digital Caviar 500GB 7200 RPM SATA 3.0Gb/s</a><br />
For $100 more, I could have gotten a 1TB, but I don&#8217;t see the need for it yet. I still have plenty of room on the linux box to store the games and movies that are not in use. And I still have room to add more drives in the future anyway.</li>
<li>Card Reader: <a title="Rosewill RCR-102 52-in-1 USB 2.0 Card Reader - Retail" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820223073" target="_blank">Rosewill 52-in-1 USB 2.0 Card Reader<br />
</a>This was a no brainer purchase since I have a PSP (uses MS Pro Duo), a Cyclo DS Evo (uses MicroSD), a digital camera (uses standard SD), and a Wii (can use standard SD). Plus it was cheap. Also fits into 3in floppy drive bay, which is nice.<br />
Only problem with it is that even if there&#8217;s no cards in it, the drives show up in My Computer all the time. That&#8217;s a minor annoyance though.<br />
Also, when I installed Windows, it took over drives C, D, E, F, and the DVD drive took G, so Windows ended up installing on H:. I ended up reinstalling Windows anyway, so I left the card reader unplugged during that time.</li>
<li>Keyboard &amp; Mouse: <a title="Microsoft Wireless Optical Desktop 1000 BV3-00003 Black USB RF Wireless Standard Keyboard Mouse Included - Retail" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16823109144" target="_blank">Microsoft Wireless Optical USB RF Wireless Standard Keyboard &amp; Mouse</a><br />
I had no USB keyboard and only one decent USB optical mouse, and I wanted to go wireless, so I got this. The mouse works great. However, the keyboard only seems to work fine with the receiver is directly next to it. When I had it about a foot away, on top of the same desk, it wouldn&#8217;t respond to some keypresses. So being wireless is almost pointless. On the plus side, it&#8217;s nice that I can easily pick it up and set it aside to set my laptop, a plate of food, or something else on the desk. It&#8217;s also comfortable and seems to have a good battery life so far.</li>
<li>Gamepad: <a title="Microsoft Xbox 360 Wireless Gaming Receiver for Windows" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16874103054" target="_blank">Microsoft Xbox 360 Wireless Gaming Receiver for Windows</a><br />
I already have a few 360 controllers, which I like, so I figured this should work well. And it does. Only problem is that when I sync the controller with the receiver, it turns on my 360 because you have to hold down the home button after hitting the sync buttons.</li>
<li>Monitor: <a title="Acer AL2016WBbd Black 20" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16824009108" target="_blank">Acer 20&#8243; Widescreen LCD Monitor</a><br />
I didn&#8217;t want to spend more than $200 on the monitor, and this was the best I could find for about $200.</li>
<li>Video Capture Card: <a title="Hauppauge WinTV-PVR-150 1062 MCE Kit Tuner Card w/MCE Remote - Retail" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16815116631" target="_blank">Hauppauge WinTV-PVR-150 1062 MCE Kit Tuner Card w/MCE Remote</a><br />
I had been wanting to do video capture for a long time. And this was one of the first things I wanted to look for when I decided to build a new computer (even during the media center plan). So far the card does what I need it to do. My 360 connects to the TV using component connections and the same cable also has the composite cable, which goes unused. So I have that cable extended to the capture card along with the audio (split from the RCA using normal Y splitters) so that I can record the 360. I can also record from the PS2 or Wii, but I&#8217;d have to swap the component cables for the composite, or buy more converters.<br />
The software that comes with it looks like it was designed with Windows 95 in mind, but it does it&#8217;s job. The quality isn&#8217;t high def, but I don&#8217;t need HD for uploading stuff to YouTube. The files it outputs are huge. Like over 1GB for 15 mins of footage. It comes with video editing software, which is also old, so I don&#8217;t use it.<br />
Windows Movie Maker will detect the card as a valid capture device, but won&#8217;t recognize the RCA audio inputs as an audio device, so you have to redirect the audio to a standard microphone or line-in port if you want to capture directly with Movie Maker. I gave up on using Movie Maker to edit anyway because it kept having graphical problems while I was trying to edit.<br />
At the moment, I&#8217;m using Ulead VideoStudio, which is working good so far. It has a capture feature too, but it always says my capture device is &#8220;offline&#8221; or something. So I just record with the software that came with the card and then use VideoStudio to edit.<br />
I haven&#8217;t tried using the remote so I have no comment on it yet.<br />
You can see some of the stuff I&#8217;ve already recorded with this on <a href="http://www.youtube.com/Samutz" target="_blank">my YouTube profile</a>. Or check out some of my earlier blog posts.</li>
<li>Operating System: Windows XP Professional<br />
At first I was going to go with Kubuntu, for the media center plan, but then decided to go with Windows since I was going to go the gaming way. I considered Vista due to being able to use more RAM, but then remembered the bad experience I had with it at work. So I&#8217;m sticking with what I know best. Besides, I already had a license from when I had XP on my old computer (now linux box).</li>
</ul>
<p>So far I&#8217;m very happy with the result and hope I won&#8217;t be spending so much money on a computer again anytime soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.samutz.com/blargh/2008/06/26/the-new-computer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
