<?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>micsaund.com &#187; Technology</title>
	<atom:link href="http://www.micsaund.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micsaund.com</link>
	<description>Mike's World of fun stuff (pinball, games, electronics, amusement parks, computers, more)</description>
	<lastBuildDate>Sun, 07 Aug 2011 23:06:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to fix a dying QNAP iTunes server</title>
		<link>http://www.micsaund.com/2010/05/29/how-to-fix-a-dying-qnap-itunes-server/</link>
		<comments>http://www.micsaund.com/2010/05/29/how-to-fix-a-dying-qnap-itunes-server/#comments</comments>
		<pubDate>Sat, 29 May 2010 23:02:23 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/?p=1078</guid>
		<description><![CDATA[If you've got a QNAP NAS and some file in your music library is causing the QNAP's iTunes server to die, here's how you can track-down the problem and fix it. A while back, I finally decided to drop the money on a Qnap TS-219P pre-built NAS (network attached storage). It's small, silent, draws almost [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.micsaund.com/wp-content/uploads/2010/05/Qnap-ts-219p.jpg" alt="A QNAP TS-219P NAS" title="Qnap-ts-219p" width="207" height="239" class="alignnone size-full wp-image-1093" /><br />
If you've got a QNAP NAS and some file in your music library is causing the QNAP's iTunes server to die, here's how you can track-down the problem and fix it.</p>
<p>A while back, I finally decided to drop the money on a <a href="http://www.amazon.com/dp/B002FYUMJS?tag=autocgi-20">Qnap TS-219P</a> pre-built NAS (network attached storage).  It's small, silent, draws almost no power, has a nice web based UI, and features many services such as Windows (SMB) sharing, Apple (AFP) sharing, web server, iTunes server, DLNA via Twonky, and much more.  Sure, I could have built my own PC to do all this, but that takes time up-front, and time to maintain it, so I spent a little more to get an "already done for me" solution.</p>
<p>After months and months of owning the Qnap and having it silently and reliably serving up network storage for manual file copies, OS X's Time Machine, etc. I thought things were perfect.  But, one day, I ran an automated tool on my iTunes library which corrects bad ID3 data, adds album art, etc.</p>
<p>So, once I had reworked my entire music library with this tool, I copied all of the files to the Qnap so that its built-in iTunes server could offer them up to any machine in my house.</p>
<p>That's when I had a problem.  When I copied the music library to the Qnap, an iTunes running on another machine would lose the connection to the shared library.  It seems that at least one of the thousands of files in the library was causing the iTunes service on the Qnap to choke and die.  I could delete the library and restart the service via the GUI, and it would stay running.  But, as soon as I put my library back on the Qnap, the service would again die.</p>
<p>I inquired on the Qnap forums and the official Qnap representative offered to have someone look at my NAS to find-out why the iTunes server was dying.  I asked if they had any logs or some other way that I could do it myself, since, well, I prefer doing that myself and then I would not have to either be around when their support person was available, or give them unsupervised admin access.  The answer was "no" - I would need to have them look at the problem.  Now, don't get me wrong, I DO appreciate Qnap's willingness to investigate the problem, but I would just prefer to know how to do it myself, in case it ever happens again in the future.</p>
<p>Anyway, I figured-out how to troubleshoot the crashing Qnap iTunes server myself, and figured I'd share it in case anyone else out there prefers to self-resolve problems like this.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p><strong>NOTE:</strong> This is not a hand-holding HOWTO, so if you're unfamiliar with commandline stuff, please let the Qnap support people do this for you.  I offer no guarantees whatsoever.</p>
<p>First, you need to open an SSH session to your QNAP NAS as the admin user.</p>
<p>Once you have done that, the name of the iTunes server is ' <code>mt-daapd</code> '.</p>
<p>In my case, doing a ' <code>ps | grep mt-daapd</code> ' returned no running processes, so I knew that the service was truly not running.  You should run this command also to check that the service is truly dead.</p>
<p>If you run ' <code>mt-daapd --help</code> ' you'll see the usage statement, like this:<br />
<img src="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-command.jpg" alt="Qnap iTunes server help" title="qnap-command" width="412" height="331" class="alignnone size-full wp-image-1083" /></p>
<p>So, the next step is to run the mt-daapd in the foreground so we can watch it spew log information to the screen.  Use ' <code>mt-daapd -d 9 -c /etc/mt-daapd.conf -f</code>  '  This will cause lots of log spew to scroll-by.  If the problem you're having is the same as mine, the output will stop with a segfault like this:</p>
<p><a href="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-segfault.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-segfault.jpg" alt="Qnap iTunes server crashed" title="qnap-segfault" width="741" height="256" class="alignnone size-full wp-image-1084" /></a></p>
<p>In this particular case, I think the "o" with the dots above it are the problem.  Nothing I did would allow me to cut/paste that character on the Qnap, so I'm guessing that when that character gets encountered, that's what is causing the segfault.  I chose to simply delete the directory/files by that band as they're not one of my favorites anyway:</p>
<p><a href="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-delete.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-delete.jpg" alt="Deleting the problem file from the QNAP" title="qnap-delete" width="848" height="194" class="alignnone size-full wp-image-1085" /></a></p>
<p>Running ' mt-daapd -d 9 -c /etc/mt-daapd.conf -f  ' again, I saw that the entire library was parsed and the service was ready to accept connections:</p>
<p><a href="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-fixed.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-fixed.jpg" alt="The Qnap iTunes service parsed the entire library without errors" title="qnap-fixed" width="609" height="159" class="alignnone size-full wp-image-1090" /></a></p>
<p>Control-C that to stop the foreground debug copy, and then use the Qnap web-UI to restart the service by unchecking it, hitting OK, and then re-check and OK it.  Now, when you do the the ' <code>ps | grep mt-daapd</code> ' you should see something like this:</p>
<p><a href="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-running.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/05/qnap-running.jpg" alt="The Qnap iTunes service running properly" title="qnap-running" width="329" height="106" class="alignnone size-full wp-image-1087" /></a></p>
<p>And, your shared iTunes library should be showing-up normally.</p>
<p>I love my <a href="http://www.amazon.com/dp/B002FYUMJS?tag=autocgi-20">Qnap TS-219P</a>, but I wish they'd offer more information on self-resolving stuff like this so I don't have to figure it all out.  But, hopefully, that's the last problem I run into and if so, I'm still quite happy with the purchase.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2010/05/29/how-to-fix-a-dying-qnap-itunes-server/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Movin&#8217; on up to the QNAP TS-219P NAS</title>
		<link>http://www.micsaund.com/2010/01/01/movin-on-up-to-the-qnap-ts-219p-nas/</link>
		<comments>http://www.micsaund.com/2010/01/01/movin-on-up-to-the-qnap-ts-219p-nas/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:04:08 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/?p=876</guid>
		<description><![CDATA[I finally decided to bite the bullet and bought a real NAS for use at home. I decided on the QNAP TS-219P for a number of reasons I'll discuss in the post. Also, I have plenty of screenshots showing the QNAP UI and a couple simple benchmarks comparing the performance to a USB disk attached [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QNAP-TS-219P.jpg" width="250" height="250" alt="QNAP-TS-219P.jpg" /></p>
<p>I finally decided to bite the bullet and bought a real NAS for use at home. I decided on the QNAP TS-219P for a number of reasons I'll discuss in the post. Also, I have plenty of screenshots showing the QNAP UI and a couple simple benchmarks comparing the performance to a USB disk attached to an <a href="http://www.amazon.com/dp/B002TLTG9E?tag=autocgi-20">Airport Extreme</a>.</p>
<p>When it comes to a home server, I've usually gone the "cheap" route. That means building my own server from old PC parts, setting up my own OS, and maintaining it myself. I've had good luck with this and certainly learned a ton about FreeBSD, Linux, and other stuff doing this.</p>
<p>But, the problem is that those old PCs take up space, make noise, and eat electricity.</p>
<p>One day, I decided that I was tired of paying the electric bills and having that big mid-tower server sitting around in my way. After all, for a home "server" I just need network storage to dump files on for the most part. Sure, it's nice to have an SSH server or the occasional thing like that, but not critical compared to the storage component.</p>
<p>That's why I've been using a <a href="http://eshop.macsales.com/shop/firewire/usb/raid_1/Gmax">Guardian MAXimus hardware RAID 1 USB disk</a> attached to my Apple Airport Extreme (AEX) router. The Guardian Max gave me the mirrored RAID I wanted for my network storage since the AEX doesn't do anything with RAID at all.</p>
<p>Since I had the router turned-on all the time, attaching a disk to it for network use seemed like a good solution. I could ditch that huge PC and just have the AEX "airdisk".</p>
<p>This worked fine for about a year, and then I got fed-up with the slow Time Machine backups and the fact that the AEX router spins the disks down after some ridiculously short period of time like five minutes. Every time I tried to access the disk, I had to wait for them to spin up and become available. Then, once they were up, the performance was, uhh, shall we say "lackluster" at about 3-5 MB/sec.</p>
<p>One day, I stumbled across the QNAP line of dedicated NAS (Network Attached Storage) appliances. These were exactly what I wanted. Small, very low power, handled RAID, and could even do stuff like run SSH servers, websites, and other stuff. And, the key thing: they were reasonably priced (note I said "reasonably" not "cheap").</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p>So, after much research and basically finding only good reviews of the QNAP series, I opted for the $400 <a href="http://www.qnap.com/pro_detail_feature.asp?p_id=122">TS-219P</a>. This toaster-sized box features two hot-swappable bays and an ARM processor. The OS is Linux under the hood, but the appealing thing after adminning my own boxes was NOT having to admin this one! It is basically a plug-and-chug storage appliance.</p>
<p>Today, after upgrading to the QNAP, my Time Machine syncs are super snappy, I can set the disk spin-down time, and my direct SMB transfers are in the neighborhood of 25-32 MB/sec. Much better! The QNAP works with my Mac, Windows and Linux machines for storage, plus it provides an SSH tunnel server for private surfing on the road. I can also use it to share files with family members using a web interface rather than FTP or something like that. I generally don't even log into the admin interface for weeks at a time -- because the QNAP just sits there, day in and day out, doing its thing exactly as I want it to. It gives me no hassles - I get enough of those from my day job!</p>
<p>Anyway, I wanted to provide some screenshots showing the UI as well as a couple simple benchmarks using Xbench.</p>
<p>First, here is the old benchmark using the Airport Extreme router with the disk attached. Note that the hardware RAID1 enclosure was not the limiting factor in any way:</p>
<p>
<img src="http://www.micsaund.com/wp-content/uploads/2010/01/AEX-disk-bench.jpg" width="480" height="472" alt="AEX-disk-bench.jpg" /></p>
<p>Now, here is the new and improved benchmark using the QNAP on the same network/etc.:</p>
<p>
<img src="http://www.micsaund.com/wp-content/uploads/2010/01/QNAP-disk-bench.jpg" width="480" height="472" alt="QNAP-disk-bench.jpg" /></p>
<p>Much better, huh? <img src='http://www.micsaund.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Here's a random screenshot I took to show how the QNAP appears in Winbloze since the rest of my screenshots are taken from OS X:</p>
<p>
<img src="http://www.micsaund.com/wp-content/uploads/2010/01/QNAP-in-windows.jpg" width="480" height="300" alt="QNAP-in-windows.jpg" /></p>
<p>QNAP includes a program called the QFinder which locates the NAS when first run and allows you to configure it even if you don't know the IP address/etc.</p>
<p><a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder11.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder1-tm.jpg" width="107" height="99" alt="QFinder1.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder22.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder2-tm2.jpg" width="107" height="78" alt="QFinder2.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder3.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder3-tm.jpg" width="107" height="78" alt="QFinder3.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder4.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder4-tm.jpg" width="107" height="78" alt="QFinder4.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder5.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder5-tm.jpg" width="107" height="78" alt="QFinder5.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder6.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder6-tm.jpg" width="107" height="78" alt="QFinder6.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder7.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder7-tm.jpg" width="107" height="78" alt="QFinder7.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder8.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder8-tm.jpg" width="107" height="78" alt="QFinder8.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder9.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder9-tm.jpg" width="107" height="78" alt="QFinder9.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder10.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder10-tm.jpg" width="107" height="78" alt="QFinder10.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder111.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder11-tm.jpg" width="107" height="78" alt="QFinder11.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder12.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder12-tm.jpg" width="107" height="78" alt="QFinder12.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder13.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder13-tm.jpg" width="107" height="78" alt="QFinder13.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder14.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder14-tm.jpg" width="107" height="78" alt="QFinder14.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder15.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder15-tm.jpg" width="107" height="78" alt="QFinder15.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder16.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/QFinder16-tm.jpg" width="107" height="99" alt="QFinder16.jpg" /></a></p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p>Next up, we see the pics of the actual QNAP administration UI. I went through every menu so that you can see what the various options are. I forgot the System Administration menu, so that's last. I was too excited setting-up my new toy and taking all the screenshots was getting tiresome. Note the nerd goodliness of iSCSI, remote syslog, etc.</p>
<p>
<a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb1.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb1-tm.jpg" width="107" height="78" alt="qnapweb1.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb2.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb2-tm.jpg" width="107" height="78" alt="qnapweb2.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb3.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb3-tm.jpg" width="107" height="78" alt="qnapweb3.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb4.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb4-tm.jpg" width="107" height="78" alt="qnapweb4.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb5.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb5-tm.jpg" width="107" height="78" alt="qnapweb5.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb6.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb6-tm.jpg" width="107" height="78" alt="qnapweb6.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb7.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb7-tm.jpg" width="107" height="78" alt="qnapweb7.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb8.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb8-tm.jpg" width="107" height="78" alt="qnapweb8.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb9.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb9-tm.jpg" width="107" height="78" alt="qnapweb9.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb10.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb10-tm.jpg" width="107" height="78" alt="qnapweb10.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb11.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb11-tm.jpg" width="107" height="78" alt="qnapweb11.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb12.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb12-tm.jpg" width="107" height="78" alt="qnapweb12.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb13.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb13-tm.jpg" width="107" height="78" alt="qnapweb13.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb14.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb14-tm.jpg" width="107" height="78" alt="qnapweb14.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb15.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb15-tm.jpg" width="107" height="78" alt="qnapweb15.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb16.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb16-tm.jpg" width="107" height="78" alt="qnapweb16.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb17.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb17-tm.jpg" width="107" height="78" alt="qnapweb17.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb18.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb18-tm.jpg" width="107" height="78" alt="qnapweb18.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb19.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb19-tm.jpg" width="107" height="78" alt="qnapweb19.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb20.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb20-tm.jpg" width="107" height="78" alt="qnapweb20.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb21.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb21-tm.jpg" width="107" height="78" alt="qnapweb21.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb22.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb22-tm.jpg" width="107" height="78" alt="qnapweb22.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb23.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb23-tm.jpg" width="107" height="78" alt="qnapweb23.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb24.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb24-tm.jpg" width="107" height="78" alt="qnapweb24.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb25.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb25-tm.jpg" width="107" height="78" alt="qnapweb25.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb26.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb26-tm.jpg" width="107" height="78" alt="qnapweb26.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb27.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb27-tm.jpg" width="107" height="78" alt="qnapweb27.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb28.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb28-tm.jpg" width="107" height="78" alt="qnapweb28.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb29.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb29-tm.jpg" width="107" height="78" alt="qnapweb29.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb30.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb30-tm.jpg" width="107" height="78" alt="qnapweb30.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb31.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb31-tm.jpg" width="107" height="78" alt="qnapweb31.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb32.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb32-tm.jpg" width="107" height="78" alt="qnapweb32.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb33.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb33-tm.jpg" width="107" height="78" alt="qnapweb33.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb34.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb34-tm.jpg" width="107" height="78" alt="qnapweb34.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb35.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb35-tm.jpg" width="107" height="78" alt="qnapweb35.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb36.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb36-tm.jpg" width="107" height="78" alt="qnapweb36.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb37.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb37-tm.jpg" width="107" height="78" alt="qnapweb37.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb38.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb38-tm.jpg" width="107" height="78" alt="qnapweb38.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb39.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb39-tm.jpg" width="107" height="78" alt="qnapweb39.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb40.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb40-tm.jpg" width="107" height="78" alt="qnapweb40.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb41.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb41-tm.jpg" width="107" height="78" alt="qnapweb41.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb42.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb42-tm.jpg" width="107" height="78" alt="qnapweb42.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb43.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb43-tm.jpg" width="107" height="78" alt="qnapweb43.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb44.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb44-tm.jpg" width="107" height="78" alt="qnapweb44.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb45.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb45-tm.jpg" width="107" height="78" alt="qnapweb45.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb46.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb46-tm.jpg" width="107" height="78" alt="qnapweb46.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb47.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb47-tm.jpg" width="107" height="78" alt="qnapweb47.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb48.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb48-tm.jpg" width="107" height="78" alt="qnapweb48.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb49.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb49-tm.jpg" width="107" height="78" alt="qnapweb49.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb50.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb50-tm.jpg" width="107" height="78" alt="qnapweb50.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb51.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb51-tm.jpg" width="107" height="78" alt="qnapweb51.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb52.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb52-tm.jpg" width="107" height="78" alt="qnapweb52.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb53.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb53-tm.jpg" width="107" height="78" alt="qnapweb53.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb54.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb54-tm.jpg" width="107" height="78" alt="qnapweb54.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb55.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb55-tm.jpg" width="107" height="78" alt="qnapweb55.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb56.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb56-tm.jpg" width="107" height="78" alt="qnapweb56.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb57.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb57-tm.jpg" width="107" height="78" alt="qnapweb57.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb58.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb58-tm.jpg" width="107" height="78" alt="qnapweb58.jpg" /></a> <a href="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb59.jpg"><img src="http://www.micsaund.com/wp-content/uploads/2010/01/qnapweb59-tm.jpg" width="107" height="78" alt="qnapweb59.jpg" /></a></p>
<p>Well, I hope that all this work answers a question someone has or helps them decide whether a QNAP NAS is the right choice or not. If you buy one (or not), I'd appreciate your using the link to Amazon below as a means to say "thanks for all the screenshots"! <img src='http://www.micsaund.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: right;"><img src="http://ecx.images-amazon.com/images/I/51LSUIYdi6L._SL160_.jpg" /><a href="http://www.amazon.com/Network-Attached-Storage-Superior-Performance/dp/B002CI884S%3FSubscriptionId%3D0PZ7TM66EXQCXFVTMTR2%26tag%3Dautocgi-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB002CI884S">"TS 219P- NAS (Network Attached Storage) Superior Performance All-in-One Server with iSCSI for SOHO and Home Users" (Qnap Systems)</a></p>
<p style="text-align:center">
<p style="text-align:center">
<div style="text-align: right;">
  <img src="http://ecx.images-amazon.com/images/I/311IYXDuMmL._SL160_.jpg" /><span style="-webkit-text-decorations-in-effect: underline;"><a href="http://www.amazon.com/Pro-Turbo-Network-Attached-Storage/dp/B001TGU1HG%3FSubscriptionId%3D0PZ7TM66EXQCXFVTMTR2%26tag%3Dautocgi-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001TGU1HG">"TS 439 Pro- Turbo NAS (Network Attached Storage) - Superior performance server with iSCSI for Business" (QNAP Systems)</a></span>
</div>
<div style="text-align: right;">
  
</div>
<div style="text-align: right;">
<p style="text-align: right;"><img src="http://ecx.images-amazon.com/images/I/31m3o5UCdyL._SL160_.jpg" width="160" height="136" /><a href="http://www.amazon.com/Network-Attached-Superior-Performance-Business/dp/B0029WGJS4%3FSubscriptionId%3D0PZ7TM66EXQCXFVTMTR2%26tag%3Dautocgi-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0029WGJS4">"TS 239 Pro -Turbo NAS (Network Attached Storage) Superior Performance All-in-One Server with iSCSI for Business" (QNAP Systems)</a></p>
</div>
<p>P.S. this is my first post written with <a href="http://illuminex.com/ecto/">Ecto</a>.  I had to do some stuff manually in WP that I couldn't figure-out in Ecto.  Let me know if you have any trouble.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2010/01/01/movin-on-up-to-the-qnap-ts-219p-nas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amazing robot with perfect balance</title>
		<link>http://www.micsaund.com/2007/06/04/amazing-robot-with-perfect-balance/</link>
		<comments>http://www.micsaund.com/2007/06/04/amazing-robot-with-perfect-balance/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 01:14:03 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/2007/06/04/amazing-robot-with-perfect-balance/</guid>
		<description><![CDATA[Able to balance perfectly on only two wheels, you have to see the videos to appreciate just how cool this is! I had been seeing a few posts for this "Murata Boy" bicycle riding robot on some of the tech sites I frequent. I looked at the photos and thought that it might be neat, [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.micsaund.com/wp-content/uploads/2007/06/murata_boy_bicycle_riding_robot_3.thumbnail.jpg' alt='The Murata Boy bicycle riding balancing robot' /><br />
Able to balance perfectly on only two wheels, you have to see the videos to appreciate just how cool this is!</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p>I had been seeing a few posts for this "Murata Boy" bicycle riding robot on some of the tech sites I frequent.  I looked at the photos and thought that it might be neat, but ultimately, I was envisioning the old Evil Kineval gyroscopic motorcycle toy I had as a child and figured it was nothing worth looking into.  Then, I found some videos of it and was able to appreciate the precision and control which this robot exhibits even while not moving.</p>
<p>As if that's not enough, it appears to operate the bicycle using a vision system where it can discern the path it wants to ride along and then steer the bike to follow it.  You can observe the balancing mechanism in the chest especially well in two of the videos.</p>
<p>Anyway, watch the videos below and appreciate the <a href="http://www.murataboy.com/en/">Murata Boy bicycle riding robot</a> for yourself.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/VDm22U_teoQ"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/VDm22U_teoQ" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/iHyLJQQTLg8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/iHyLJQQTLg8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/9rKzscST52w"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/9rKzscST52w" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/uRvwRgs_ZXE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/uRvwRgs_ZXE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2007/06/04/amazing-robot-with-perfect-balance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using everyday ideas to print a waterfall</title>
		<link>http://www.micsaund.com/2007/01/21/using-everyday-ideas-to-print-a-waterfall/</link>
		<comments>http://www.micsaund.com/2007/01/21/using-everyday-ideas-to-print-a-waterfall/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 17:27:37 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/2007/01/21/using-everyday-ideas-to-print-a-waterfall/</guid>
		<description><![CDATA[Working in much the same was as an inkjet printer, the Jeep promotional waterfall system "prints" images with water drops to create an eye-catching effect. This particular setup (shown in the video below) uses a horizontal line of 3,000 valves with a 1,000 gallon reservoir to create the waterfall effect. Much like a printer, each [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image460" src="http://www.micsaund.com/wp-content/uploads/2007/01/waterfall.thumbnail.jpeg" alt="Photo of a waterfall" /><br />
Working in much the same was as an inkjet printer, the Jeep promotional waterfall system "prints" images with water drops to create an eye-catching effect.</p>
<p>This particular setup (shown in the video below) uses a horizontal line of 3,000 valves with a 1,000 gallon reservoir to create the waterfall effect.  Much like a printer, each valve is actuated at exactly the right time to release a drop which combined together, can display text, graphics or interesting "moving" patterns.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p>There are pumps and control systems in the columns on either side of the waterfall.  The water is collected at the base, filtered, and returned to the valve-head at the top.  Approximately 20 gallons of new water must be added per day to account for losses due to splashing and evaporation.</p>
<p>The technology is pretty standard stuff but the application is very creative.  How cool would it be to have a job where you got to play around and invent stuff like that?</p>
<p>Here's the video.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Z2LUz2WVcek"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Z2LUz2WVcek" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2007/01/21/using-everyday-ideas-to-print-a-waterfall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build your own home CNC machine to help with projects</title>
		<link>http://www.micsaund.com/2006/12/11/build-your-own-home-cnc-machine-to-help-with-projects/</link>
		<comments>http://www.micsaund.com/2006/12/11/build-your-own-home-cnc-machine-to-help-with-projects/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 04:49:30 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/2006/12/11/build-your-own-home-cnc-machine-to-help-with-projects/</guid>
		<description><![CDATA[Now you can use rapid-prototyping techniques on your personal projects cheaply. Anyone who builds their own hobby projects is probably familiar with the concept of CNC (computer numerically controlled) rapid-prototyping machines. These machines can build parts, layer by layer, out of a material (usually plastic, but sometimes powdered metal which is later sintered), eventually creating [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image444" src="http://www.micsaund.com/wp-content/uploads/2006/12/diy-rapid-prototyping.thumbnail.jpg" alt="The Fab@Home rapid prototyping machine" /><br />
Now you can use rapid-prototyping techniques on your personal projects cheaply.</p>
<p>Anyone who builds their own hobby projects is probably familiar with the concept of CNC (computer numerically controlled) rapid-prototyping machines.  These machines can build parts, layer by layer, out of a material (usually plastic, but sometimes powdered metal which is later sintered), eventually creating a fully-formed part.  Because of the way the parts are built, you can create parts which are physically impossible to manufacture in any other way.  These prototyping machines are typically extremely expensive and therefore limited to university labs or commercial ventures who charge outrageous per-hour fees to build parts on their machines.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p>A new open-source project called Fab@Home aims to change all of that.  Fab@Home provides you with the plans, parts (if needed) and knowledge to build your own desktop "fabber".  This fabber can be used to build chocolate bars (presumably for fun gifts), silicone parts, project cases, brackets, and pretty much any smallish part you can think of.  It's neat technology that really opens the door to your creativity and with the inexpensive setup that Fab@Home is explaining, it's in the reach of the kitchen-table inventor or any other hobbyist.</p>
<p>Check-out the <a href="http://www.fabathome.org/wiki/index.php?title=Main_Page">Fab@Home wiki</a> for more information.  If you're not familiar with the concept of "printing" objects like that, it might take a bit of effort to understand, but once you do, it's <a href="http://www.georgehart.com/cccg/rpgm.html">amazing</a> what can be done!</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2006/12/11/build-your-own-home-cnc-machine-to-help-with-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal robotic arm trainer kit</title>
		<link>http://www.micsaund.com/2006/11/28/personal-robotic-arm-trainer-kit/</link>
		<comments>http://www.micsaund.com/2006/11/28/personal-robotic-arm-trainer-kit/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 04:59:57 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/2006/11/28/personal-robotic-arm-trainer-kit/</guid>
		<description><![CDATA[Is anyone else having flashbacks of the Armatron from Radio Shack in the 80s? The 1980s had a different Radio Shack than we have today. Back then, RS was known as a place where nerds could get parts to build projects, intellectual toys, and other nerdly stuff. It was a far cry from the lame [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image437" src="http://www.micsaund.com/wp-content/uploads/2006/11/lynx-robot-arm-kitl.thumbnail.jpg" alt="Lynx 5 robotic arm kit" /><br />
Is anyone else having flashbacks of the Armatron from Radio Shack in the 80s?</p>
<p>The 1980s had a different Radio Shack than we have today.  Back then, RS was known as a place where nerds could get parts to build projects, intellectual toys, and other nerdly stuff.  It was a far cry from the lame cell-phone store they have become today.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p>Anyway, one of the things that Radio Shack had, which I spent many an hour lusting after in the printed catalog when I was a kid, was the <a href="http://en.wikipedia.org/wiki/Armatron">Armatron robot</a>.  It was a plastic battery-powered robotic arm which was fully articulated similarly to a robotic arm you'd find building cars on a modern assembly line.  The Armatron had what seemed to be hundreds of tiny gears inside it (as you quickly found out if you took it apart never to get it back together again) and ate C sized batteries like no tomorrow.  However, it was VERY cool.</p>
<p>Today, if your kids are interested in robotics, finding something like the Armatron is going to be tough.  However, there are many kits available which allow you to control the robot via a computer and the Lynx 5 programmable robot from Hobbytron is one of them.</p>
<p>The Lynx 5 features the usual mobility one expects from a robotic arm including elbow, shoulder and gripper movements.  The movements are repeatable, which is of extreme importance if you're trying to do anything more than play around, thanks to the computer control system.  The control system is programmed using DOS (yeah, kinda ancient) and Quick Basic.  This seems somewhat lame at first, but if you think about it, the use of Quick Basic allows young kids to successfully program the arm to do fun and interesting things, thus teaching them about electro-mechanics in addition to programming.</p>
<p>The <a href="http://www.kqzyfj.com/dt121kjspjr6999BDC96879FGECF?url=http%3A%2F%2Fwww.HobbyTron.com%2Flynx-arm.html&#038;cjsku=LX-L5AC-KT" target="_top" onmouseover="window.status='http://www.HobbyTron.com';return true;" onmouseout="window.status=' ';return true;">Lynx 5 is priced at $269</a><img src="http://www.ftjcfx.com/dj77drvjpn8BBBDFEB8A9BHIGEH" width="1" height="1" border="0"/>, which seems high, but if you can encourage a kid to learn about robotics, computer, electronics, and programming with one purchase, that seems pretty reasonable to me.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p><a href="http://www.dpbolvw.net/qt119cy63y5LOOOQSROLNMOUVTRU?url=http%3A%2F%2Fwww.HobbyTron.com%2Flynx-arm.html&#038;cjsku=LX-L5AC-KT" target="_top" onmouseover="window.status='http://www.HobbyTron.com';return true;" onmouseout="window.status=' ';return true;"><img src="http://images.hobbytron.com/L501sm.jpg" border="0" alt="Lynx 5 Programmable Robotic Arm Kit Combo for Personal Computer"/></a><br />
<img src="http://www.afcyhf.com/sl72qmqeki36668A963546CDB9C" width="1" height="1" border="0"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2006/11/28/personal-robotic-arm-trainer-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome animation of the inner life of a cell</title>
		<link>http://www.micsaund.com/2006/11/04/awesome-animation-of-the-inner-life-of-a-cell/</link>
		<comments>http://www.micsaund.com/2006/11/04/awesome-animation-of-the-inner-life-of-a-cell/#comments</comments>
		<pubDate>Sat, 04 Nov 2006 23:25:06 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/2006/11/04/awesome-animation-of-the-inner-life-of-a-cell/</guid>
		<description><![CDATA[No, this is not one of those boring videos you saw in high-school biology class. A friend sent me this and it's been in my inbox for a few days now as I didn't take the time to watch it until today. A team of Harvard faculty worked with a professional Lightwave animator to create [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image420" src="http://www.micsaund.com/wp-content/uploads/2006/11/cell.thumbnail.jpg" alt="A diagram of a living cell" /><br />
No, this is not one of those boring videos you saw in high-school biology class.</p>
<p>A friend sent me this and it's been in my inbox for a few days now as I didn't take the time to watch it until today.</p>
<p>A team of Harvard faculty worked with a professional Lightwave animator to create this video depicting the inner workings of a living cell.  Believe it or not, the animation is mostly accurate based upon current scientific data according to the article.<br />
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center><br />
In the interest of creating a more interesting video, it sounds as though two creative liberties were taken:</p>
<ul>
<li>Things were made more orderly and organized, such as the disassembly sequence.  Normally, these events would be mostly random.</li>
<li>The space between the structures in the cell were expanded and excess "junk" (water, amino acids, etc.) were removed to clarify the view.  Without this change, things would be too jam-packed to see anything going-on.</li>
</ul>
<p>The video is about 3 minutes long and can be <a href="http://www.studiodaily.com/main/technique/tprojects/6850.html">found at this site</a> by the "Watch the video" text.<br />
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2006/11/04/awesome-animation-of-the-inner-life-of-a-cell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video shows how CDs are manufactured</title>
		<link>http://www.micsaund.com/2006/10/17/video-shows-how-cds-are-manufactured/</link>
		<comments>http://www.micsaund.com/2006/10/17/video-shows-how-cds-are-manufactured/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 01:18:15 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/2006/10/17/video-shows-how-cds-are-manufactured/</guid>
		<description><![CDATA[Have you ever wondered what's involved in making that shiny disc that holds your favorite music? I have to admit... after watching this, the process to make CDs is much more involved than I expected. I see some strong similarities to the manufacturing processes used to make semiconductors (computer chips) such as the spin-on resist/developer. [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image402" src="http://www.micsaund.com/wp-content/uploads/2006/10/cd.thumbnail.jpg" alt="A CD" /><br />
Have you ever wondered what's involved in making that shiny disc that holds your favorite music?</p>
<p>I have to admit... after watching this, the process to make CDs is much more involved than I expected.  I see some strong similarities to the manufacturing processes used to make semiconductors (computer chips) such as the spin-on resist/developer.</p>
<p>The one thing that I did not expect was that the data is actually contained on the plastic layer and not the metal layer.  Like most people, I expected that CDs were "stamped" which meant that the metal was stamped with the data pattern and then bonded with the protective disc.  However, the plastic disc contains the data and the metal is just for reflectivity and some protection.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p>No matter what, this is a super cool video showing how something we all take for granted is manufactured.  It still does not explain the ludicrous prices that the recording industry demands by any means, but at least you know what your $18 is going towards.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/rc8iltCqrms"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/rc8iltCqrms" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2006/10/17/video-shows-how-cds-are-manufactured/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing MIT computerized whiteboard simulation system</title>
		<link>http://www.micsaund.com/2006/10/16/amazing-mit-computerized-whiteboard-simulation-system/</link>
		<comments>http://www.micsaund.com/2006/10/16/amazing-mit-computerized-whiteboard-simulation-system/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 17:25:48 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/2006/10/16/amazing-mit-computerized-whiteboard-simulation-system/</guid>
		<description><![CDATA[This video demonstrates a new system that combines computers, a projector, and special "pens" to create an intellectual sandbox. Being a drone in a corporate environment, when I first saw this video, I imagined how cool it would be to have an electronic whiteboard like that. From a nerd perspective, it's just a pretty cool [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image400" src="http://www.micsaund.com/wp-content/uploads/2006/10/boxplane.thumbnail.jpg" alt="Box on an inclined plane" /><br />
This video demonstrates a new system that combines computers, a projector, and special "pens" to create an intellectual sandbox.</p>
<p>Being a drone in a corporate environment, when I first saw this video, I imagined how cool it would be to have an electronic whiteboard like that.  From a nerd perspective, it's just a pretty cool use of a projects and fancy input system to duplicate the functionality of the time-tested pen and drawing surface that costs 1/1000th as much.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p>However, several seconds into the video, you see that the MIT system is much more than just a fancy whiteboard.  The computer software that reads the pen positions is capable of interpreting the lines you draw and turning them into logical objects such as <a href="http://www.uline.com">boxes</a>, <a href="http://www.wheelfire.com">wheels</a>, and axles.  Once the system has a collection of these objects, it can manipulate them and use them in simulations.</p>
<p>Overall, I think this is a great demonstration of what you can do by combining normal, existing technologies with a bit of creativity.  It'll be interesting to see what becomes of something like this when it's used for more than simple carts rolling down hills.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/NZNTgglPbUA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/NZNTgglPbUA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2006/10/16/amazing-mit-computerized-whiteboard-simulation-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Try to hide this beast of a camera!</title>
		<link>http://www.micsaund.com/2006/09/20/try-to-hide-this-beast-of-a-camera/</link>
		<comments>http://www.micsaund.com/2006/09/20/try-to-hide-this-beast-of-a-camera/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 02:34:17 +0000</pubDate>
		<dc:creator>micsaund</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.micsaund.com/2006/09/20/try-to-hide-this-beast-of-a-camera/</guid>
		<description><![CDATA[Replace your wimpy 5-8 megapixel camera with this 160 megapixel behemoth! The stats on the new specialty digital camera are pretty impressive. 160 megapixels, insane shutter speeds, and everything else you could want (maybe even a Mac Mini for the studio version). However, what got me was the photo of the guy holding it! Seeing [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image356" src="http://www.micsaund.com/wp-content/uploads/2006/09/huge-camera.thumbnail.jpg" alt="The enormous 160 megapixel camera" /><br />
Replace your wimpy 5-8 megapixel camera with this 160 megapixel behemoth!</p>
<p>The stats on the new specialty digital camera are pretty impressive.  160 megapixels, insane shutter speeds, and everything else you could want (maybe even a Mac Mini for the studio version).</p>
<p>However, what got me was the photo of the guy holding it!  Seeing the camera by itself just does not convey the enormous size!  It looks well designed and easy to hold, but it's freakin' huge! <img src='http://www.micsaund.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6256263675992339";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-10-22: micsaund:468x60_ads_mid
google_ad_channel = "3281077873";
google_color_border = "EEEEEE";
google_color_bg = "EEEEEE";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
<p><img id="image357" src="http://www.micsaund.com/wp-content/uploads/2006/09/holding-camera.jpg" alt="A guy holding the 160 megapixel camera" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micsaund.com/2006/09/20/try-to-hide-this-beast-of-a-camera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

