<?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>HR Geeks &#187; computers</title>
	<atom:link href="http://www.hrgeeks.com/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hrgeeks.com</link>
	<description>Hampton Roads Geek community</description>
	<lastBuildDate>Tue, 04 Oct 2011 18:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Stupid iPhone Tricks</title>
		<link>http://www.hrgeeks.com/2010/03/06/stupid-iphone-tricks/</link>
		<comments>http://www.hrgeeks.com/2010/03/06/stupid-iphone-tricks/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:01:57 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=316</guid>
		<description><![CDATA[I learned something interesting today &#8211; you can get access to a bunch of logs from your iPhone, without jailbreaking it!  There are number of SQLite databases stored in ~/Library/Application Support/MobileSync/Backup/ on your OS X machine that the iPhone syncs with. The filenames are SHA1 sums of their location on the iPhone [src]. Through trial [...]]]></description>
			<content:encoded><![CDATA[<p>I learned something interesting today &#8211; you can get access to a bunch of logs from your iPhone, without jailbreaking it!  There are number of SQLite databases stored in<br />
<code>~/Library/Application Support/MobileSync/Backup/</code><br />
on your OS X machine that the iPhone syncs with.<br />
The filenames are SHA1 sums of their location on the iPhone [<a href="http://jwz.livejournal.com/1180242.html?thread=21803346#t21803346">src</a>].  Through trial and error, I&#8217;ve figured out the following files that should be common to every iPhone:</p>
<p><code>992df473bbb9e132f4b3b6e4d33f72171e97bc7a.mddata	 Voicemail list<br />
ff1324e6b949111b2fb449ecddb50c89c3699a78.mddata	 Call log<br />
3d0d7e5fb2ce288813306e4d4636395e047a3d28.mddata	 SMS Log<br />
740b7eaf93d6ea5d305e88bb349c8e9643f48c3b.mddata	 Notes database<br />
31bb7ba8914766d4ba40d6dfb6113c8b614be442.mddata  Contact List</code></p>
<p>The schema for most of these can be found here: <a href="http://damon.durandfamily.org/archives/000487.html ">http://damon.durandfamily.org/archives/000487.html </a>(although he references their on-phone location, and talks about jailbroken phones, these SQLite DB files are accessible on your desktop machine, and are updated in place every time you sync your phone.</p>
<p>In addition to these, a few interesting DBs I found that are specific to apps installed on my phone are:<br />
<code>6639cb6a02f32e0203851f25465ffb89ca8ae3fa.mddata  Facebook friends list<br />
970922f2258c5a5a6d449f85b186315a1b9614e9.mddata  Flightstats<br />
5ad81c93601ac423bc635c7936963ae13177147b.mddata	 Daily Burn food log<br />
</code></p>
<p>Each of these database can be accessed via the <code>sqlite3</code> command line tool for interactive use.  For bulk processing and playing with stuff in a spreadsheet or other DB, you can dump whole tables to CSV easily with <code>sqlite3</code><br />
<code>sqlite3 -csv -separator , 3d0d7e5fb2ce288813306e4d4636395e047a3d28.mddata "select * from message" > smshistory.csv</code><br />
you can dump your SMS history to a CSV file.</p>
<p>I&#8217;m writing a few scripts to generate &#8216;top talkers&#8217; and some other statistics, and will post those later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2010/03/06/stupid-iphone-tricks/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Local Robot takes it&#8217;s FIRST Steps</title>
		<link>http://www.hrgeeks.com/2010/02/14/local-robot-takes-its-first-steps/</link>
		<comments>http://www.hrgeeks.com/2010/02/14/local-robot-takes-its-first-steps/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 19:43:18 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[cool ideas]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=298</guid>
		<description><![CDATA[Norfolk Technical Center is competing in this year&#8217;s US FIRST Robotics Challenge. A few HRGeeks members have been mentoring the students &#8211; assisting with software design / development, networking, and robot construction and electrical connections. After 5 long weeks, the robot is moving under it&#8217;s own power, being remotely driven via joystick. NTC FIRST Team&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ww2.nps.k12.va.us/education/dept/dept.php?sectionid=52">Norfolk Technical Center</a> is competing in this year&#8217;s <a href="http://usfirst.org/roboticsprograms/frc/default.aspx?id=966">US FIRST Robotics Challenge</a>.  A few HRGeeks members have been mentoring the students &#8211; assisting with software design / development, networking, and robot construction and electrical connections.<br />
After 5 long weeks, the robot is moving under it&#8217;s own power, being remotely driven via joystick.  </p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9435980&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=9435980&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/9435980">NTC FIRST Team&#8217;s Robot takes it&#8217;s &#8216;first&#8217; steps!</a> from <a href="http://vimeo.com/user1312394">HR Geeks</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Click through for a higher resolution view of the video.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2010/02/14/local-robot-takes-its-first-steps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>757Studio Presents an upcoming event, Nov 5th 2009</title>
		<link>http://www.hrgeeks.com/2009/09/30/757studio-presents-an-upcoming-event-nov-5th-2009/</link>
		<comments>http://www.hrgeeks.com/2009/09/30/757studio-presents-an-upcoming-event-nov-5th-2009/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 17:14:15 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=278</guid>
		<description><![CDATA[The local Hampton Roads Ruby/Cocoa Users Groups / Ken Collins is throwing an event friends, and it looks like it&#8217;s going to be good! &#8220;On November 5th, 2009 Hampton Roads&#8217; premier learning and network event for software developers, interactive agencies, and technology entrepreneurs will be held at Grow Interactive, Norfolk.&#8221; Speakers: Pragmatic Thinking and Learning: [...]]]></description>
			<content:encoded><![CDATA[<p>The local Hampton Roads Ruby/Cocoa Users Groups / Ken Collins is throwing an event friends, and it looks like it&#8217;s going to be good!</p>
<p>&#8220;On November 5th, 2009 Hampton Roads&#8217; premier learning and network event for software developers, interactive agencies, and technology entrepreneurs will be held at Grow Interactive, Norfolk.&#8221;</p>
<p>Speakers:</p>
<p>Pragmatic Thinking and Learning: Refactor Your Wetware<br />
by Andy Hunt<br />
Author &#038; Co-Founder Pragmatic Bookshelf</p>
<p>The Joy of Ruby<br />
Clinton R. Nixon<br />
Development Director at Viget Labs</p>
<p>iPhone Development: Touching Cocoa<br />
Jamie Pinkham<br />
Software Engineer at Mobelux</p>
<p>Sounds like a great event. It&#8217;s free, seating limited to 50. RSVP today!!</p>
<p>More information at <A href="www.757studio.org" target="new2">www.757studio.org</A></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2009/09/30/757studio-presents-an-upcoming-event-nov-5th-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Matt&#8217;s Been Getting Around!</title>
		<link>http://www.hrgeeks.com/2009/04/20/matts-been-getting-around/</link>
		<comments>http://www.hrgeeks.com/2009/04/20/matts-been-getting-around/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 03:15:08 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=218</guid>
		<description><![CDATA[In addition to his previously mentioned 2600 Magazine publication, Matt has been published in the (arguably more prestigious) Dr. Dobb&#8217;s Journal. You can find his article, detailing a multi-threaded PRNG implementation, here. Congrats!]]></description>
			<content:encoded><![CDATA[<p>In addition to his previously mentioned 2600 Magazine publication, Matt has been published in the (arguably more prestigious) Dr. Dobb&#8217;s Journal.  You can find his article, detailing a multi-threaded PRNG implementation, <a href="http://www.ddj.com/hpc-high-performance-computing/216900024">here</a>.</p>
<p>Congrats!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2009/04/20/matts-been-getting-around/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using a DoD CAC with Ubuntu and Firefox</title>
		<link>http://www.hrgeeks.com/2008/11/21/using-a-dod-cac-with-ubuntu-and-firefox/</link>
		<comments>http://www.hrgeeks.com/2008/11/21/using-a-dod-cac-with-ubuntu-and-firefox/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 18:55:55 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=120</guid>
		<description><![CDATA[Setting up a new workstation with Ubuntu and Firefox to use a DoD CAC is suprisingly easy. These instructions work for Ubuntu 8.10 on my hardware.  My card reader is built into a USB Dell Keyboard.  It takes only a couple of steps to enable it for use in Firefox. Install libccid (which requires pcscd [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up a new workstation with Ubuntu and Firefox to use a DoD CAC is suprisingly easy.</p>
<p>These instructions work for Ubuntu 8.10 on my hardware.  My card reader is built into a USB Dell Keyboard.  It takes only a couple of steps to enable it for use in Firefox.</p>
<ol>
<li>Install libccid (which requires pcscd as a dependency)</li>
<li>Install coolkey</li>
<li>Tell Firefox to use coolkey&#8217;s pkcs11 library</li>
<li>Profit!</li>
</ol>
<p>To cover these steps in more detail:<br />
<span id="more-120"></span></p>
<ol>
<li>Install <em>libccid</em> and <em>pcscd</em>.  (<em>`</em><strong>apt-get install libccid</strong>`) <em>libccid</em> and <em>pcscd</em> are the hardware drivers for USB cardreaders and smartcard support libraries for Ubuntu.  With these alone installed, the &#8216;light&#8217; on the smart card reader should illuminate, showing that it recognizes that a card is inserted.</li>
<li>Install RedHat&#8217;s PKCS11 SmartCard library <em>coolkey</em> (<em>`</em><strong>apt-get install coolkey</strong><em>`</em>).  This provides a PKCS11 compliant interface between smartcards and applications that support PKCS11 certificates, such as Firefox/Thunderbird.</li>
<li>Tell Firefox to utilize the coolkey PKCS11 library:
<ol>
<li> In Firefox, go to Edit -&gt; Preferences -&gt; Advanced -&gt; Security Devices and click &#8216;Load&#8217;.</li>
<li>In the Module Name field, type &#8220;<strong>DoD CAC</strong>&#8220;</li>
<li>In the Module Filename field type or select <strong>&#8220;/usr/lib/pkcs11/libcoolkeypk11.so&#8221;<br />
</strong> or <strong>&#8220;/usr/lib64/pkcs11/libcoolkeypk11.so&#8221;</strong> if you&#8217;re on 64bit systems<a href="http://www.hrgeeks.com/wp-content/uploads/2008/11/screenshot-load-pkcs11-device-1.png"><img class="aligncenter size-medium wp-image-121" title="screenshot-load-pkcs11-device-1" src="http://www.hrgeeks.com/wp-content/uploads/2008/11/screenshot-load-pkcs11-device-1-300x107.png" alt="" width="300" height="107" /></a></li>
<li>Select &#8216;OK&#8217;, and confirm that you would like to install the module.<br />
<a href="http://www.hrgeeks.com/wp-content/uploads/2008/11/pkcs11-confirm.png"><img class="aligncenter size-medium wp-image-123" title="pkcs11-confirm" src="http://www.hrgeeks.com/wp-content/uploads/2008/11/pkcs11-confirm-300x93.png" alt="" width="300" height="93" /></a></li>
<li> Click &#8216;OK&#8217; to acknowledge that the module has been loaded.  If you receive an error that the module could not be loaded, exit and restart Firefox, and make sure your card reader light was on.<br />
<a href="http://www.hrgeeks.com/wp-content/uploads/2008/11/screenshot-alert.png"><img class="aligncenter size-medium wp-image-124" title="screenshot-alert" src="http://www.hrgeeks.com/wp-content/uploads/2008/11/screenshot-alert-300x94.png" alt="" width="300" height="94" /></a></li>
<li>This returns you to the Security Devices dialog.  Click &#8216;LOGIN&#8217; in the upper right corner, and enter your CAC PIN.  And that&#8217;s it!<br />
<a href="http://www.hrgeeks.com/wp-content/uploads/2008/11/screenshot-device-manager.png"><img class="aligncenter size-medium wp-image-125" title="screenshot-device-manager" src="http://www.hrgeeks.com/wp-content/uploads/2008/11/screenshot-device-manager-300x186.png" alt="" width="300" height="186" /><br />
</a><a href="http://www.hrgeeks.com/wp-content/uploads/2008/11/screenshot-password-required.png"><img class="aligncenter size-medium wp-image-126" title="screenshot-password-required" src="http://www.hrgeeks.com/wp-content/uploads/2008/11/screenshot-password-required-300x82.png" alt="" width="300" height="82" /></a></li>
</ol>
</li>
<li>Now that you&#8217;ve got the CAC enabled and recognized in Firefox, you can login to sites requiring it.  A dialog box prompts you to select the proper certificate and enter your PIN each time.  That&#8217;s all there is to it!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/11/21/using-a-dod-cac-with-ubuntu-and-firefox/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Privacy Fail</title>
		<link>http://www.hrgeeks.com/2008/11/20/privacy-fail/</link>
		<comments>http://www.hrgeeks.com/2008/11/20/privacy-fail/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 02:47:28 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=106</guid>
		<description><![CDATA[  After the recent Apple update, which included &#8216;security fixes&#8217; for Safari, Little Snitch popped up a warning message when I attempted to visit my banks website.  A process called ocspd wanted to visit &#8220;EVSecure-ocsp.verisign.com&#8221;.  Needless to say, I was instantly curious as to what in the world ocspd was, and why it was trying to [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><a href="http://flickr.com/photos/cs___/140864246/"><img class="alignright" title="image (c) by spanaut" src="http://farm1.static.flickr.com/56/140864246_86dbdfc657_m.jpg" align="right" alt="image (c) by spanaut" width="192" height="108" /></a></p>
<p>After the recent Apple update, which included &#8216;security fixes&#8217; for Safari, <a href="http://www.obdev.at/products/littlesnitch/index.html">Little Snitch</a> popped up a warning message when I attempted to visit my banks website.  A process called <em>ocspd </em>wanted to visit &#8220;EVSecure-ocsp.verisign.com&#8221;.  Needless to say, I was instantly curious as to what in the world <em>ocspd</em> was, and why it was trying to talk to Verisign when I was visiting my banks webpage.</p>
<p>It turns out, <em>ocspd</em> is part of Apples new &#8216;safe surfing&#8217; update to Safari.  <a href="http://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol">Online Certificate Status Protocol</a> (OCSP) is the functional replacement for the old school PKI <a href="http://en.wikipedia.org/wiki/Certificate_revocation_list">Certificate Revocation List</a> (CRL).  It allows the Certificate Authority (CA) (in this case, Verisign) who signed the websites certificate, to authenticate the presented certificate in real time.  This is a much more &#8216;elegant&#8217; solution than the old, crummy CRL, which had to be manually updated (or pushed down with OS patches, etc) and did not allow certificates to be rejected in anywhere near realtime if they were deemed fradulent.</p>
<p>Despite being a more elegant solution, it also creates a number of new problems.  </p>
<p>First, it places a big new load CAs, who went from being trusted certificate issuers to being real time certificate verifiers.</p>
<p>Secondly (and more importantly), it seriously breaches the privacy of every user using the service.</p>
<p><span id="more-106"></span></p>
<p>By requesting verification of every SSL certificate, the signing CAs now receive notification (and potentially tracking identification) every[1] time someone browses to a site utilizing an SSL certificate signed by that CA.  If that&#8217;s not bad enough, at least for Verisign, the server name is POSTed via plaintext HTTP!  Your formerly encrypted, secure connection to the remote server is now compromised by a plaintext referral to a 3rd party, who also gets to track your visits.</p>
<p>The entire contents of the SSL session isn&#8217;t posted, only the name of the site you attempting to access, but even that would have normally been encrypted, and most definitely not available to 3rd parties.  </p>
<p>So, Safari, by default, will now violate it&#8217;s users privacy in an attempt to prevent stupid users from mistaking an SSL certificate for being invalid.</p>
<p>Luckily, Firefox 3 (all versions of FF support OCSP, v3 turns it on by default), Opera and IE7 (only on Vista) do the exact same thing!  With IE and Firefox, however, the <em>ocsp</em> provider is apparently in-process to the browser, so it didn&#8217;t flag on firewalls and app monitors like Little Snitch.</p>
<p>On FF3 and Safari, it is simple enough to disable &#8211; in &#8216;Security Settings&#8217;, simply uncheck the &#8216;Safe Surfing&#8217; or &#8216;Fraudulent Site&#8217; protection buttons.  I don&#8217;t have Vista or Opera, so I don&#8217;t know if it can be disabled there or not.</p>
<p>The protocol doesn&#8217;t appear to allow cookies or specific tracking tokens to be exchanges, but IP addresses and the like most definitely are exposed.  I have to wonder what the privacy policy of the CAs is on information like this &#8211; there is definitely monetary value in knowing which IPs are hitting which encrypted sites.  I can&#8217;t find (after a bit of googling) any real reference to privacy policies or other tracking information policy on the part of any CA.  </p>
<p> </p>
<p>[1] Technically, <em>ocspd</em> supports session &#8216;<a href="http://en.wikipedia.org/wiki/OCSP_Stapling">stapling</a>&#8216;, allowing the server serving the credentials that are being verified to cache a short-duration &#8216;stamp&#8217; from the <em>ocsp</em> responder at the CA, and providing them as a cached object during TLS session negotiation.  This definitely does not negate the need to take a better look at the privacy implications of <em>ocsp </em>in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/11/20/privacy-fail/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Storage Cost comparisons</title>
		<link>http://www.hrgeeks.com/2008/10/22/storage-cost-comparisons/</link>
		<comments>http://www.hrgeeks.com/2008/10/22/storage-cost-comparisons/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 01:28:33 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=96</guid>
		<description><![CDATA[I&#8217;ve been looking around at what some new storage would cost me &#8211; looking for a few TB of space to cover all of my digital media, as well as to allow for easy growth in the future.  As part of this, I spent some time figuring out what is currently most cost effective, from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking around at what some new storage would cost me &#8211; looking for a few TB of space to cover all of my digital media, as well as to allow for easy growth in the future.  As part of this, I spent some time figuring out what is currently most cost effective, from a dollars-per-gigabyte perspective.  This isn&#8217;t always obvious, as there are a range of drive sizes, and variations within each size between different manufacturers.  </p>
<p>This stuff changes pretty substantially year to year, so it&#8217;s worthwhile to go back and see exactly where the sweet spot is.  Today, from a cost-per-gig standpoint, the Seagate 1.5TB and the Samsung 1TB discs barely nudge ahead, coming in at a mere $0.12/GB.</p>
<p> Here&#8217;s a quick break down of that statistical information, as of October 21, 2008:<a href="http://www.hrgeeks.com/wp-content/uploads/2008/10/picture-3.png"><img class="aligncenter size-full wp-image-99" title="StorageComparison-Updated" src="http://www.hrgeeks.com/wp-content/uploads/2008/10/picture-3.png" alt="" width="460" height="413" /></a></p>
<p>(edit: fixed messed up pricing for Samsung disks).</p>
<p><span id="more-96"></span></p>
<p>All disks in the comparison shared the following characteristics:</p>
<ul>
<li>3.5&#8243; Internal SATA 3.0Gb/s Connector</li>
<li>7200 RPM spindle speed</li>
<li>8MB Cache @ 250GB, 16MB Cache @ 500GB, and 32MB Cache @ 750/1000/1500GB tiers</li>
<li>&#8216;OEM&#8217; pricing on <a title="Newegg" href="http://www.newegg.com" target="_blank">Newegg</a>, disregarding any special offers or rebates (instant or otherwise) </li>
</ul>
<p>On a per-tier basis, the following disks were used:</p>
<p><em>250GB Tier</em></p>
<ul>
<li>Hitachi P7K500 HDP725025GLA380 (0A35399) &#8211; $54.99</li>
<li>Western Digital Caviar SE WD2500AAJS &#8211; $49.99</li>
<li>Seagate Barracuda 7200.10 ST3250310AS &#8211; $49.99</li>
<li>Samsung does not make a 250GB 3.5&#8243; disk</li>
</ul>
<p><em>500GB Tier</em></p>
<ul>
<li>Hitachi P7K500 HDP725050GLA360 (0A35415) &#8211; $69.99</li>
<li>Western Digital Caviar SE16 WD5000AAKS &#8211; $69.99</li>
<li>Seagate 7200.10 ST3500630A &#8211; $79.99</li>
<li>Samsung Spinpoint F1 HD502lJ &#8211; $69.99</li>
</ul>
<p><em>750GB Tier</em></p>
<ul>
<li>Hitachi K1000 HDS721075KLA330 (0A35154) &#8211; $99.99</li>
<li>Western Digital Caviar Black WD7501AALS &#8211; $129.99</li>
<li>Seagate Barracuda 7200.11 ST3750330AS &#8211; $109.99</li>
<li>Samsung Spinpoint F1 HD753LJ &#8211; $99.99</li>
</ul>
<p><em>1000GB (1TB) Tier</em></p>
<ul>
<li>Hitachi K1000 HDS721010KLA330 (0A35155) &#8211; $129.99</li>
<li>Western Digital Caviar Black WD1001FALS &#8211; $149.99</li>
<li>Seagate Barracuda 7200.11 ST31000340AS &#8211; $139.99</li>
<li>Samsung Spinpoint F1 HD103UJ &#8211; $119.99</li>
</ul>
<p><em>1500GB (1.5TB) Tier</em></p>
<ul>
<li>Seagate Barracuda 7200.11 ST31500341AS &#8211; $179.99</li>
<li>Western Digital, Hitachi, and Samsung do not yet produce 1500GB drives</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/10/22/storage-cost-comparisons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

