<?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>UDFI, LLC &#187; hardware</title>
	<atom:link href="http://www.udfi.biz/category/technology/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.udfi.biz</link>
	<description>High Tech on the East Coast</description>
	<lastBuildDate>Tue, 23 Aug 2011 18:11:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>You is the closer!</title>
		<link>http://www.udfi.biz/2009/08/you-is-the-closer/</link>
		<comments>http://www.udfi.biz/2009/08/you-is-the-closer/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:29:37 +0000</pubDate>
		<dc:creator>David Wang</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[linux admin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.udfi.biz/?p=165</guid>
		<description><![CDATA[So I worked on a quick one pager site (http://www.isthecloser.com) with a co-worker (Jason) from Tribal that merged two wav files to create a funny short wav clip.  Check it out. To build the site, I used two technologies: 1) &#8230; <a href="http://www.udfi.biz/2009/08/you-is-the-closer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I worked on a quick one pager site (<a href="http://www.isthecloser.com">http://www.isthecloser.com</a>) with a co-worker (<a href="http://www.jasonpickar.com">Jason</a>) from Tribal that merged two wav files to create a funny short wav clip.  <a href="http://www.isthecloser.com">Check it out.</a></p>
<p>To build the site, I used two technologies:</p>
<p>1) <a href="http://www.speech.cs.cmu.edu/flite/">Flite</a> &#8211; an open source text-to-speech system developed by CMU.  It was a low quality wav, but did the job well.  I also used <a href="http://espeak.sourceforge.net/">Espeak</a>, but the code looked like it required the server to a sound card installed, which mine does not.  So I switched over to flite instead.</p>
<p>2)  <a href="http://sox.sourceforge.net/">SOX</a> &#8211; an open source sound exchange application.  I originally used the default one that came with CentOS 5, but it lacked the feature of sequencing the sounds together instead of merging them on top of each other.  So I uninstalled the default rpm and downloaded the code base and recompiled the latest version.</p>
<p>The code wasn&#8217;t too complicated, it was just figuring out how to get all the stuff to work together.  First get flite to spit out a wav:</p>
<p>/usr/local/bin/flite -t &#8220;&#8216; . $name . &#8216;&#8221; -o /tmp/closertemp/&#8217; . $rand . &#8216;.wav&#8217;</p>
<p>the -t option is to use the text that&#8217;s passed in instead of a file</p>
<p>then I push it to sox:</p>
<p>/usr/local/bin/sox &#8211;combine concatenate /tmp/closertemp/&#8217; . $rand . &#8216;.wav /tmp/TheCloser_1.wav /tmp/&#8217; . $rand . &#8216;.wav&#8217;</p>
<p>the rand # is to make sure i always produce a unique file name for every request.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.udfi.biz/2009/08/you-is-the-closer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drobo v. lacie v. raid</title>
		<link>http://www.udfi.biz/2009/07/drobo-v-lacie-v-raid/</link>
		<comments>http://www.udfi.biz/2009/07/drobo-v-lacie-v-raid/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 12:34:43 +0000</pubDate>
		<dc:creator>David Wang</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.udfi.biz/?p=108</guid>
		<description><![CDATA[There have been a couple of requests to talk about what the difference is between the drobo, a lacie, and a raid machine.  First, let me talk about the things they generally have in common. The drobo, lacie and raid, &#8230; <a href="http://www.udfi.biz/2009/07/drobo-v-lacie-v-raid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There have been a couple of requests to talk about what the difference is between the drobo, a lacie, and a raid machine.  First, let me talk about the things they generally have in common.</p>
<p>The drobo, lacie and raid, are all generally external drives that you can connect via a firewire, usb, and sometimes even a network connection.  They usually act as additional drives that you can store massive amounts of media on for backup, storage, or portable storage.</p>
<p>The lacie drives are generally good for media files that you dont really care about losing.  The reason I say this is because if the drive in the lacie dies, you&#8217;re pretty much SOL (shit outta luck!).  There&#8217;s no redundancy, meaning, the content is all stored on one drive and not backed up on another drive.  If it dies, you&#8217;re poopooed (that&#8217;s the technical term <img src='http://www.udfi.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p>With a RAID drive and lacie drive, there&#8217;s a difference.  The content is usually spread across multiple drives so that you if one drive fails, the other drives have some data in reference to that drive so you can restore the content when you buy a new drive for it.  This is called data striping.   The drobo uses proprietary software to handle this and RAID systems use the RAID data striping algorithms to handle this (RAID 5, 6, 10).</p>
<p>So why do I prefer Drobo over RAID?  Well the biggest reason I love my drobo is because I can use different size drives in my drobo.  This is the biggest benefit to using a Drobo over RAID.  Most RAID system require you to have 5 drives (or 6) of the same size.  So once you run outta space, you have to figure out what to do with the data on your drives while you&#8217;re upgrading drives.  This is typically a massive pain in the ass.  With the drobo, all you need to do is strip out a drive, then replace it with a new one of a bigger size.  That&#8217;s it.  I even started with drives of varying sizes.  It&#8217;s not the most optimal use of the drive space, but the point was that I could use all my drives without having to buy drives of all the same size.</p>
<p>In the end I would recommend this product over a RAID system or a Lacie drive.  It&#8217;s just that much simpler to use.  It is a bit pricey at about $360, but I haven&#8217;t had any issue with my data, and I feel pretty comfortable using it alone as my backup.  Feel free to email if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.udfi.biz/2009/07/drobo-v-lacie-v-raid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Drobo Review (and not really intended, Time Machine)</title>
		<link>http://www.udfi.biz/2008/01/my-drobo-review-and-not-really-intended-time-machine/</link>
		<comments>http://www.udfi.biz/2008/01/my-drobo-review-and-not-really-intended-time-machine/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 04:46:23 +0000</pubDate>
		<dc:creator>David Wang</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[drobo]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.snpptz.com/?p=6</guid>
		<description><![CDATA[So a little background: drobo is essentially a mini machine that manages raid on drives that you insert into the box. its neat (or at least i hope so) because its a tiny compact machine that can handle any size &#8230; <a href="http://www.udfi.biz/2008/01/my-drobo-review-and-not-really-intended-time-machine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So a little background:  drobo is essentially a mini machine that manages raid on drives that you insert into the box.  its neat (or at least i hope so) because its a tiny compact machine that can handle any size drive that you can put in.  this is really cool because most of the raid configrations i&#8217;ve setup in the past required drives of all the same size.<code><span style="color: #000000;"> </span></code></p>
<p>ok, so why drobo?   originally I was a pc user and was happy with my lacie drive formatted in NTFS.  I swapped over to a mac, and sadly my external drive wasn&#8217;t writable anymore.  I installed ntfs-3g which is a mac &#8220;driver&#8221; that allows it to read ntfs drives.   That worked for a while until my drive got accidentally unplugged (by my foot, d&#8217;Oh).  On top of that the ntfs-3g was extremely slow.  My only other option was to get a new lacie drive or download 250 gigs of music, movies, and backedup up docs onto another machine and format the drive for FAT32.</p>
<p>So, I was stumped, I poked around on the net and ran into a post that talked about a nightmare of a time recovering data from a lacie harddrive once it crashed.  uhhh, that made me a bit nervous, so I decided to go with the drobo option ultimately.  My laptop has about 5 years worth of pictures, all of my code, my business documents and data files, and a whole mess of other stuff.  I really can&#8217;t risk all of that on the lacie drive  (oh and the drobo looked prettier too).</p>
<p>Ok, to the fun stuff&#8230;..</p>
<p>First Impressions</p>
<p>So i go the drobo box &#8230; cute packaging&#8230; the &#8220;welcome to the word of &#8230; drobo&#8221; was a great touch.  reminds me of opening up my macbook pro box for the first time.  (coicidence that the drobo guys are mac guys&#8230; hmmmm).</p>
<p>My first impression is that it&#8217;s much bigger than i thought, at least in depth.   I thought that it would be about half the size depth wise.  I dont know why&#8230; just from the pictures on the site, thats what I would have figured.</p>
<p>Setup</p>
<p>I love it when companies provide huge big dumb Step 1 Step 2 and Step 3 things.  It allows me not to think about anything and follow directions.</p>
<p>Insert drives.. sure thing.  I happen to have 4 400GB drives from a server that crashed a year ago (that i never bothered fixing).  So here we go.   Opened the drobo casing&#8230;oooh magnetic&#8230; nice&#8230; not a swivel based door WHICH ALWAYS BREAKS..  another great touch.</p>
<p>oooh another great feature, you just slide the drives in&#8230; no stupid bays to deal with.. awesome.. all four drives slid in without a problem.  ooh i think my lacie is getting jealous.</p>
<p>Step 2 plug in stuff&#8230; weird the power cable has a white plastic covering&#8230; never seen anything like that&#8230; i dont think the mac even had that&#8230; kinda neutral about it&#8230; if they could save money to me as a consumer by taking that off, I would&#8217;ve been happy about it&#8230;</p>
<p>plugged in&#8230; ITS ALIVE!!!!</p>
<p>uh oh&#8230; i hear clicking&#8230; thats usually not a good sign&#8230; it looks like two of the drives might have gotten damaged when i was moving them.. crap. nice that i got an error on my screen!  cool.</p>
<p><img src="http://www.snpptz.com/images/drobo1.png" alt="" /></p>
<p>ok.. lets see how easy this really is.. ok i swapped out the drives, but nothing has happened&#8230; so i guess i&#8217;ll unplug this guy again.  a quick not about the drive.. its pretty quiet.. which is awesome&#8230; so now i have three drives in and not all 4&#8230; (still all 400 gb drives). hmmm it says my total capacity is 2 tb, that&#8217;s definitely not right&#8230; i wonder if it matters..</p>
<p>wow&#8230; time machine picked up that i have a new drive (im not currently using time machine)&#8230; awesome!  another example of just working!</p>
<p><img src="http://www.snpptz.com/images/drobo2.png" alt="" /></p>
<p>Looks like time machine is starting to backup all my data&#8230; cool beans!  ehhh time machine looks like it messed up a little.  i didn&#8217;t want to use the entire drive as my backup drive, so i went into disk utility to partition the space into two spaces, 1 TB each (i still dont think i have 2 tb, but drobo does, so lets see what happens).</p>
<p>Ok, it looks like that kinda messed up time machine&#8230; So im going into system preferences and changing the time machine drive.  hmm It looks like I can&#8217;t force a backup.. thats annyoing.  found a post on mactips that says right click on the icon allows me to do it. ok!  back in business!</p>
<p>Time to transfer my crap over!</p>
<p>Overall i&#8217;m pretty happy with the way that the drobo is working so far.  I&#8217;ll give another update in the next month or so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.udfi.biz/2008/01/my-drobo-review-and-not-really-intended-time-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

