<?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>Technical Details</title>
	<atom:link href="http://techdetails.agwego.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techdetails.agwego.com</link>
	<description>Software this and that</description>
	<lastBuildDate>Wed, 14 Sep 2011 04:42:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMWare Server 2 on Fedora Core 14</title>
		<link>http://techdetails.agwego.com/2011/09/14/217/</link>
		<comments>http://techdetails.agwego.com/2011/09/14/217/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 04:42:58 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=217</guid>
		<description><![CDATA[I gave up on Fedora Core 15 (for now)
Prerequisites:

Fedora Core 14 (no updates)
VMware-server-2.0.2-203138
Radu Cotescu&#8217;s patch script
Ramon de Carvalho Valle&#8217;s patch #2

Install Fedora, I use the Software Developer version with the Fedora Packager.
Unpack raducotescu-vmware-server-linux-2.6.3x-kernel-release-1.6-0-gbb26dce.zip, copy VMware-server-2.0.2-203138-update-2.patch into raducotescu-vmware-server-linux-2.6.3x-kernel-e26b34e, you can either overwrite the original vmware-server-2.0.2-203138-update.patch file or update vmware-server-2.0.x-kernel-2.6.3x-install.sh to use the patch-2 file.
Disable selinux
Update /etc/services [...]]]></description>
			<content:encoded><![CDATA[<p>I gave up on Fedora Core 15 (for now)</p>
<p>Prerequisites:</p>
<ul>
<li><a href="http://fedoraproject.org/en/get-fedora">Fedora Core 14</a> (no updates)</li>
<li><a href="https://www.vmware.com/tryvmware/p/activate.php?p=server20&amp;lp=1">VMware-server-2.0.2-203138</a></li>
<li>Radu Cotescu&#8217;s <a href="http://radu.cotescu.com/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/">patch script</a></li>
<li>Ramon de Carvalho Valle&#8217;s <a href="http://www.bbok.org/8th/Blog/8280">patch #2</a></li>
</ul>
<p>Install Fedora, I use the Software Developer version with the Fedora Packager.</p>
<p>Unpack raducotescu-vmware-server-linux-2.6.3x-kernel-release-1.6-0-gbb26dce.zip, copy VMware-server-2.0.2-203138-update-2.patch into raducotescu-vmware-server-linux-2.6.3x-kernel-e26b34e, you can either overwrite the original vmware-server-2.0.2-203138-update.patch file or update vmware-server-2.0.x-kernel-2.6.3x-install.sh to use the patch-2 file.</p>
<p>Disable selinux</p>
<p>Update /etc/services so that 902 reads as follows:</p>
<pre>vmware-authd    902/tcp</pre>
<p>Create a link to the kernel headers:</p>
<pre>ln -s "/usr/src/kernels/$(uname -r)" /usr/src/linux</pre>
<p>Add UTS_RELEASE to /usr/src/linux/include/linux/version.h (see <a href="https://blog.tuinslak.org/vmware-server-and-kernel-2-6-33">https://blog.tuinslak.org/vmware-server-and-kernel-2-6-33</a>):</p>
<pre>echo "#define UTS_RELEASE \"$(uname -r)\"" &gt;&gt; /usr/src/linux/include/linux/version.h</pre>
<p>Finally run Radu&#8217;s script giving it the directory of your vmwarer server 2.0.2 archive.</p>
<pre>./vmware-server-2.0.x-kernel-2.6.3x-install.sh /PATH/TO/VMware-server-2.0.2-203138.x86_64.tar.gz</pre>
<p>If all goes well you will have completed your install without error.</p>
<p>A couple of final cleanup issues you will need to rename libxml2.so.2 for vmware to something else (see <a href="http://communities.vmware.com/message/1670144#1670144">http://communities.vmware.com/message/1670144#1670144</a>)</p>
<pre>mv /usr/lib/vmware/lib/libxml2.so.2/libxml2.so.2 /usr/lib/vmware/lib/libxml2.so.2/SKIP.libxml2.so.2</pre>
<p>And finally update /etc/init.d/vmware script so it starts after networking has properly started, the default configuration doesn&#8217;t do this on my machine.</p>
<p>Update the chkconfig line to read:</p>
<pre># chkconfig: 35 35 20</pre>
<p>Make sure the init scripts are properly linked:</p>
<pre>chkconfig --del vmware</pre>
<pre>chkconfig --add vmware</pre>
<pre>chkconfig --level 35 vmware on # for good measure</pre>
<p>Reboot your machine.</p>
<p>Depending on your configuration you may also have to update your iptables rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2011/09/14/217/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Outlook is a massive POS</title>
		<link>http://techdetails.agwego.com/2011/06/07/215/</link>
		<comments>http://techdetails.agwego.com/2011/06/07/215/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 22:29:15 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=215</guid>
		<description><![CDATA[This is why the machines will never win the coming Judgement Day, Microsoft Outlook and circular logic 101:
The e-mail address for the sender (ABC@theYYYgroup.com) is internal to your organization and cannot be added to the Safe Senders list. E-mail from senders in your organization will never be treated as junk e-mail.

So the email from the [...]]]></description>
			<content:encoded><![CDATA[<p>This is why the machines will never win the coming Judgement Day, Microsoft Outlook and circular logic 101:</p>
<p style="padding-left: 30px;"><em>The e-mail address for the sender (ABC@theYYYgroup.com) is internal to your organization and cannot be added to the Safe Senders list. E-mail from senders in your organization will never be treated as junk e-mail.</em></p>
<ol>
<li>So the email from the internal sender was flagged as junk</li>
<li>And the sender cannot be added to the white list because the sender is internal</li>
<li>If the sender is internal and always trusted how did the email get flagged as junk.</li>
<li>Reductio ad absurdum</li>
</ol>
<p>Doesn&#8217;t Microsoft test their software?</p>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2011/06/07/215/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fuzz Tester First Release &#8211; Code Less, Test More</title>
		<link>http://techdetails.agwego.com/2010/09/18/212/</link>
		<comments>http://techdetails.agwego.com/2010/09/18/212/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 20:29:10 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[techdetails]]></category>
		<category><![CDATA[FuzzTester]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=212</guid>
		<description><![CDATA[I&#8217;m happy to release the first version of Fuzz Tester a JUnit 4 compatible test runner. Fuzz Tester is a data-driven test runner.
You can download the first release 0.7.0 at Google Code: http://code.google.com/p/fuzztester this should be considered a beta release as I currently have some people reviewing the release, and I will hopefully get some [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to release the first version of Fuzz Tester a JUnit 4 compatible test runner. Fuzz Tester is a data-driven test runner.</p>
<p>You can download the first release 0.7.0 at Google Code: <a href="http://code.google.com/p/fuzztester/">http://code.google.com/p/fuzztester</a> this should be considered a beta release as I currently have some people reviewing the release, and I will hopefully get some good feedback to improve the project and documentation.</p>
<p>FuzzTester is a JUnit 4 test runner that allows you to manage your test data in files instead of in your test code, this simplifies your test code, and decreases the feedback loop between writing tests and running tests.</p>
<p>Code less, Test more.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2010/09/18/212/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad first thoughts</title>
		<link>http://techdetails.agwego.com/2010/09/18/205/</link>
		<comments>http://techdetails.agwego.com/2010/09/18/205/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 20:11:46 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[techdetails]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=205</guid>
		<description><![CDATA[Having used my iPad now for a few months here are some of my observations, in no particular order&#8230;

Instant on, this is a killer feature if only the wifi synced as quickly as the iPad started
no cables or power during regular use
can perform a wide variety of simple tasks from the comfort of wherever, need [...]]]></description>
			<content:encoded><![CDATA[<p>Having used my iPad now for a few months here are some of my observations, in no particular order&#8230;</p>
<ul>
<li>Instant on, this is a killer feature if only the wifi synced as quickly as the iPad started</li>
<li>no cables or power during regular use</li>
<li>can perform a wide variety of simple tasks from the comfort of wherever, need I say more</li>
<li>A great device for the gym, easy to read e-books while working out on the stair master, treadmill, etc.</li>
<li>with the correct HDMI cable you can use it as a media player</li>
<li>My wife finds it easy to use and uses it regularly</li>
<li>Great for technical documentation, in particular PDF&#8217;s, also  dictionary searches in the application</li>
<li>A portable interactive manual great for working on mechanical things without having to have a full blown computer near by</li>
</ul>
<p>The negatives, and there area few&#8230;</p>
<ul>
<li>It could be lighter, but I expect that to be a future enhancement</li>
<li>The wifi sync&#8217;ing can be slow at times</li>
<li>typing in long passwords on all portable devices is highly annoying, this is true of every portable device</li>
<li>A little too easy to cheat on the crossword</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2010/09/18/205/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good News: iTunes 10 doesn&#8217;t break rTunes</title>
		<link>http://techdetails.agwego.com/2010/09/06/209/</link>
		<comments>http://techdetails.agwego.com/2010/09/06/209/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 13:13:17 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[techdetails]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=209</guid>
		<description><![CDATA[As has been the case with previous major updates to iTunes which changed the com interface on windows and forced me to re-package rTunes with the lastest com interface, iTunes 10 didn&#8217;t change the com interface so all systems are go.
]]></description>
			<content:encoded><![CDATA[<p>As has been the case with previous major updates to iTunes which changed the com interface on windows and forced me to re-package rTunes with the lastest com interface, iTunes 10 didn&#8217;t change the com interface so all systems are go.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2010/09/06/209/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving the Android R.java problem</title>
		<link>http://techdetails.agwego.com/2010/08/31/201/</link>
		<comments>http://techdetails.agwego.com/2010/08/31/201/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 18:00:30 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[AndroidManifest.xml]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[R.java]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=201</guid>
		<description><![CDATA[R.java is one of the most annoying things I&#8217;ve come across recently. If you want to create and deploy multiple android apps from the same source, it must be done with each app having a unique package name, and there in lies the rub. A unique package name means a unique R.java with the same [...]]]></description>
			<content:encoded><![CDATA[<p>R.java is one of the most annoying things I&#8217;ve come across recently. If you want to create and deploy multiple android apps from the same source, it must be done with each app having a unique package name, and there in lies the rub. A unique package name means a unique R.java with the same package name for each instance, but your source want&#8217;s to use a single R.java, and you certainly don&#8217;t want to be changing all your source to update the package name every time you release a different version of your app, for example a free trial vs. the paid version.</p>
<p>So the solution is to create two R.java files, one with your internal package name and the other with the package name of the release which comes from AndroidManifest.xml, at this point I would point out that you should probably generate your AndroidManifest.xml.</p>
<p>To generate the required R.java files, you must customize the Google Ant build scripts,  copy android_rules.xml from the SDK into your project. The second exec stanza generates the internal R.java which you specify with the property &#8220;package.internal&#8221;</p>
<pre>&lt;!-- Generates the R.java file for this project's resources. --&gt;
 &lt;target name="-resource-src" depends="-dirs"&gt;
 &lt;echo&gt;Generating R.java / Manifest.java from the resources for ${package.destination}&lt;/echo&gt;
 &lt;exec executable="${aapt}" failonerror="true"&gt;
 &lt;arg value="package" /&gt;
 &lt;arg line="${v.option}" /&gt;
 &lt;arg value="-m" /&gt;
 &lt;arg value="-J" /&gt;
 &lt;arg path="${gen.absolute.dir}" /&gt;
 &lt;arg value="-M" /&gt;
 &lt;arg path="AndroidManifest.xml" /&gt;
 &lt;arg value="-S" /&gt;
 &lt;arg path="${resource.absolute.dir}" /&gt;
 &lt;arg value="-I" /&gt;
 &lt;arg path="${android.jar}" /&gt;
 &lt;arg value="--custom-package" /&gt;
 &lt;arg value="${package.destination}" /&gt;
 &lt;/exec&gt;

 &lt;echo&gt;Generating R.java / Manifest.java from the resources for ${package.internal}&lt;/echo&gt;
 &lt;exec executable="${aapt}" failonerror="true"&gt;
 &lt;arg value="package" /&gt;
 &lt;arg line="${v.option}" /&gt;
 &lt;arg value="-m" /&gt;
 &lt;arg value="-J" /&gt;
 &lt;arg path="${gen.absolute.dir}" /&gt;
 &lt;arg value="-M" /&gt;
 &lt;arg path="AndroidManifest.xml" /&gt;
 &lt;arg value="-S" /&gt;
 &lt;arg path="${resource.absolute.dir}" /&gt;
 &lt;arg value="-I" /&gt;
 &lt;arg path="${android.jar}" /&gt;
 &lt;arg value="--custom-package" /&gt;
 &lt;arg value="${package.internal}" /&gt;
 &lt;/exec&gt;        
 &lt;/target&gt;</pre>
<p>In your build file, tweak the android setup as follows</p>
<pre>&lt;setup import="false" /&gt;
&lt;import file="${basedir}/build/android_rules.xml"/&gt;</pre>
<p>import false says don&#8217;t use the standard android_rules and the following import references your custom rules.</p>
<p>A good reference, but didn&#8217;t go far enough: <a href="http://java.dzone.com/articles/building-two-versions-same?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+javalobby/frontpage+%28Javalobby+/+Java+Zone%29">http://java.dzone.com/articles/building-two-versions-same?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+javalobby/frontpage+(Javalobby+/+Java+Zone)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2010/08/31/201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X on Virtual Box (Beta)</title>
		<link>http://techdetails.agwego.com/2010/05/03/199/</link>
		<comments>http://techdetails.agwego.com/2010/05/03/199/#comments</comments>
		<pubDate>Tue, 04 May 2010 03:24:17 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[techdetails]]></category>
		<category><![CDATA[vmware virtual-box mac osx]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=199</guid>
		<description><![CDATA[This looks very promising: http://hackaday.com/2010/05/03/virtualbox-beta-runs-mac-os-x/
Hopefully VMWare won&#8217;t be far behind, since this would simplify testing software on various versions of Mac OS X.
]]></description>
			<content:encoded><![CDATA[<p>This looks very promising: <a title="Mac OS X on Virtual Box" href="http://hackaday.com/2010/05/03/virtualbox-beta-runs-mac-os-x/" target="_blank">http://hackaday.com/2010/05/03/virtualbox-beta-runs-mac-os-x/</a></p>
<p>Hopefully VMWare won&#8217;t be far behind, since this would simplify testing software on various versions of Mac OS X.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2010/05/03/199/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Code Coverage</title>
		<link>http://techdetails.agwego.com/2010/04/20/197/</link>
		<comments>http://techdetails.agwego.com/2010/04/20/197/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 13:49:56 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=197</guid>
		<description><![CDATA[I haven&#8217;t done an exhaustive analysis by any stretch of the imagination, but after trying out EMMA &#8211; http://emma.sourceforge.net/ and Cobertura &#8211; http://cobertura.sourceforge.net/index.html 
The clear winner is Cobertura for the following reasons:

Ant targets are easier to use and don&#8217;t generate errors in Intellij (a minor thing but highly annoying)
It is much easier to exclude test [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t done an exhaustive analysis by any stretch of the imagination, but after trying out EMMA &#8211; <a href="http://emma.sourceforge.net/">http://emma.sourceforge.net/</a> and Cobertura &#8211; <a href="http://cobertura.sourceforge.net/index.html">http://cobertura.sourceforge.net/index.html </a></p>
<p>The clear winner is Cobertura for the following reasons:</p>
<ul>
<li>Ant targets are easier to use and don&#8217;t generate errors in Intellij (a minor thing but highly annoying)</li>
<li>It is much easier to exclude test classes</li>
<li>The output generated is vastly superior if not more voluminous</li>
<li>Better but still sparse documentation</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2010/04/20/197/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun&#8217;s Java VisualVM</title>
		<link>http://techdetails.agwego.com/2009/11/06/189/</link>
		<comments>http://techdetails.agwego.com/2009/11/06/189/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:01:41 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[techdetails]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=189</guid>
		<description><![CDATA[VisualVM is an interesting tool, and the fact you don&#8217;t have to instrument your applications to use it is rather nice. Real-time monitoring of you application is very nice and the ability to take snapshots or heap dumps is also very useful, but their heap analysis tool needs some work.
Compared to some other heap analysis [...]]]></description>
			<content:encoded><![CDATA[<p>VisualVM is an interesting tool, and the fact you don&#8217;t have to instrument your applications to use it is rather nice. Real-time monitoring of you application is very nice and the ability to take snapshots or heap dumps is also very useful, but their heap analysis tool needs some work.</p>
<p>Compared to some other heap analysis tools I&#8217;ve used VisualVM needs a lot of work. Having said that being able to take heap dumps as you manipulate a system in real-time is very useful, and then using another analysis tool seems like the best option (note I haven&#8217;t tried using another analyzer with visualVM&#8217;s heap dump.)</p>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2009/11/06/189/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diving into Solid State Disk</title>
		<link>http://techdetails.agwego.com/2009/10/21/175/</link>
		<comments>http://techdetails.agwego.com/2009/10/21/175/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 01:10:03 +0000</pubDate>
		<dc:creator>techdetails</dc:creator>
				<category><![CDATA[techdetails]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ssd]]></category>

		<guid isPermaLink="false">http://techdetails.agwego.com/?p=175</guid>
		<description><![CDATA[Now that second generation disks are coming out and the prices are getting reasonable (or with that of the 10,000 RPM disks) I thought it was time to give them a try.
I&#8217;m impressed:

very fast &#8211; reads are frightening
small &#8211; but it&#8217;s hard to find 2.5&#8243; to 3.5&#8243; mounting brackets
cool &#8211; no heat this is great [...]]]></description>
			<content:encoded><![CDATA[<p>Now that second generation disks are coming out and the prices are getting reasonable (or with that of the 10,000 RPM disks) I thought it was time to give them a try.</p>
<p>I&#8217;m impressed:</p>
<ul>
<li>very fast &#8211; reads are frightening</li>
<li>small &#8211; but it&#8217;s hard to find 2.5&#8243; to 3.5&#8243; mounting brackets</li>
<li>cool &#8211; no heat this is great for cramped cases</li>
<li>clean &#8211; no exposed circuits, unlike a regular hard disk</li>
<li>quiet &#8211; obviously but very welcome</li>
<li>would fit the Mac Mini very nicely</li>
</ul>
<p>The unit I have is an OCZ Vertex 120GB, which is sufficient space for my purposes. I dropped it into my Franken Mac and ran XBench so I could get some performance numbers with a common base, please note that these numbers were taken after a fresh install so the disk has not yet been heavily fragmented. I would also note that this isn&#8217;t the Mac version of this drive, and as such I found the drive was very unstable with mysterious hangs and failures, but it did run long enough to get some good numbers. I now have the drive installed in a Gateway GT5676 as the primary boot disk for Fedora Core 11 and it has been rock solid and running vmware like a champ, but time will tell.</p>
<p>I found this article very helpful:<a title="SSD comparison" href="http://www.pcper.com/article.php?aid=736" target="_blank"> http://www.pcper.com/article.php?aid=736</a></p>
<p>Now the numbers:<br />
<strong>OCZ Vertex</strong></p>
<pre>Results	180.94
	System Info
		Xbench Version		1.3
		System Version		10.5.6 (9G2030)
		Physical RAM		4096 MB
		Model		Macmini3,1
		Drive Type		OCZ-VERTEX

	Disk Test	182.95
		Sequential	136.65
			Uncached Write	188.04	115.46 MB/sec [4K blocks]
			Uncached Write	176.88	100.08 MB/sec [256K blocks]
			Uncached Read	79.05	23.14 MB/sec [4K blocks]
			Uncached Read	176.96	88.94 MB/sec [256K blocks]
		Random	276.72
			Uncached Write	112.99	11.96 MB/sec [4K blocks]
			Uncached Write	307.32	98.38 MB/sec [256K blocks]
			Uncached Read	1544.06	10.94 MB/sec [4K blocks]
			Uncached Read	587.24	108.97 MB/sec [256K blocks]</pre>
<p><strong> Western Digital Velociraptor 10,000 RPM</strong></p>
<pre>Results	161.56
	System Info
		Xbench Version		1.3
		System Version		10.5.6 (9G2030)
		Physical RAM		4096 MB
		Model		Macmini3,1
		Drive Type		WDC WD3000BLFS-01YBU0
	Disk Test	93.41
		Sequential	143.22
			Uncached Write	190.65	117.06 MB/sec [4K blocks]
			Uncached Write	163.74	92.64 MB/sec [256K blocks]
			Uncached Read	81.75	23.92 MB/sec [4K blocks]
			Uncached Read	230.15	115.67 MB/sec [256K blocks]
		Random	69.31
			Uncached Write	25.02	2.65 MB/sec [4K blocks]
			Uncached Write	193.45	61.93 MB/sec [256K blocks]
			Uncached Read	125.65	0.89 MB/sec [4K blocks]
			Uncached Read	216.22	40.12 MB/sec [256K blocks]</pre>
<p><strong> Standard Mac 5400 RPM </strong></p>
<pre>Results	130.85
	System Info
		Xbench Version		1.3
		System Version		10.5.6 (9G2030)
		Physical RAM		4096 MB
		Model		Macmini3,1
		Drive Type		FUJITSU MHZ2120BH G1
	Disk Test	46.65
		Sequential	64.41
			Uncached Write	91.99	56.48 MB/sec [4K blocks]
			Uncached Write	90.47	51.19 MB/sec [256K blocks]
			Uncached Read	32.45	9.50 MB/sec [4K blocks]
			Uncached Read	106.86	53.71 MB/sec [256K blocks]
		Random	36.57
			Uncached Write	13.38	1.42 MB/sec [4K blocks]
			Uncached Write	92.49	29.61 MB/sec [256K blocks]
			Uncached Read	67.95	0.48 MB/sec [4K blocks]
			Uncached Read	109.77	20.37 MB/sec [256K blocks]</pre>
]]></content:encoded>
			<wfw:commentRss>http://techdetails.agwego.com/2009/10/21/175/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

