<?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>Aint that special &#187; Hardware</title>
	<atom:link href="http://duck-wing.com/wp/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://duck-wing.com/wp</link>
	<description>Another yummy waste of time</description>
	<lastBuildDate>Mon, 25 Feb 2008 21:36:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Free your Mac&#8217;s IP</title>
		<link>http://duck-wing.com/wp/2007/08/26/free-your-macs-ip/</link>
		<comments>http://duck-wing.com/wp/2007/08/26/free-your-macs-ip/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 20:49:59 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/2007/08/26/free-your-macs-ip/</guid>
		<description><![CDATA[The internet has become as much a part of OS X as Mail.app. But if your like me, your mac is stuck behind several layers of security. My first layer of &#8220;protection&#8221; is Comcast. Comcast really does not want you running your own server with their cable system. They effectively block IMAP ports to prevent [...]]]></description>
			<content:encoded><![CDATA[<p>The internet has become as much a part of OS X as Mail.app. But if your like me, your mac is stuck behind several layers of security. My first layer of &#8220;protection&#8221; is Comcast. Comcast really does not want you running your own server with their cable system. They effectively block IMAP ports to prevent you from running your mac as a mail server. They have even begun to packet shape BitTorrent traffic. There is little the average user can do about this. This outline is about the other layers of security that prevent you from using VNC, Devonthink Server, Omnifocus server and many other applications that now offer data up over the internet. I&#8217;ve tailored it for use with the Airport Extreme base station</p>
<p>The first step is to get a static DNS entry and point it at your router. I use DynDNS. I chose something memorable so I don&#8217;t have to look it up all the time. If you can remember the IP address of your router, then you can probably skip this step.</p>
<p>Open up the Airport Utility and select your router. Click the &#8220;Manual&#8221; button in the lower left corner. The IP address that your provider has assigned to the router should appear at the bottom of the next screen. Write that down.</p>
<p>Now go back to the DynDNS web page and enter your routers IP address as the address that you would like traffic routed to. You&#8217;re telling DynDNS to make a   readable URL address available and point all traffic to your router. Don&#8217;t worry, there are TWO firewalls between the internet and your Mac.</p>
<p><span style="color:#ff7f00;font-size:14pt;"><strong>Get a static IP address for your Mac</strong></span></p>
<p>Your Mac&#8217;s IP address can be found in the System Preferences. Open the &#8220;Network&#8221; preferences and select whatever connection you use to get on the internet. Mine is Ethernet 1. On the TCP/IP lozenge, choose &#8220;Using DHCP with manual address&#8221; as the method for &#8220;Configure IPv4&#8243;. Most likely, your router is distributing a series of IP address from 10.0.1.1 to 10.0.1.200. You need to choose an IP address outside this range. I suggest using 10.0.1.201. Type that into the box next to &#8220;IP Address&#8221;. The &#8220;Subnet Mask&#8221; and &#8220;Router&#8221; IP address should already be set. Set the DNS server to your router as shown. We only need the router to do the DNS look-up for us anyway.<br />
<img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/macippref.jpg" height="190" width="342" border="1" hspace="4" vspace="4" alt="200708261107" /><span style="font-size:0pt;"><br />
</span><br />
<span style="color:#ff7f00;font-size:14pt;"><strong>Firewalls</strong></span></p>
<p>The Airport Extreme is your first line of protection. No unsolicited traffic can make it past the router. That is, unless we tell the router to make some openings in the firewall. These are called Port forwarding or Port Mapping. To add port mapping to the Airport, click the &#8220;Advanced&#8221; button at the top of the Airport Utility window.</p>
<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/airportadvanced.jpg" height="79" width="300" border="1" hspace="4" vspace="4" alt="200708261049" /></p>
<p>Now click the &#8220;Port Mapping&#8221; lozenge</p>
<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/airportmenu2.jpg" height="72" width="332" border="1" hspace="4" vspace="4" alt="200708261052" /><span style="font-size:0pt;"><br />
</span><br />
Click the little plus sign underneath the &#8220;Allow:&#8221; box. The next pop-up window allows you to either choose a common service to add such as Apple Remote Desktop or Windows Sharing. A really useful port to open is the one used for VNC. This will allow you to control your mac remotely from anywhere on the internet.</p>
<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/portforwardmenu.jpg" height="262" width="335" border="1" hspace="4" vspace="4" alt="200708261054" /></p>
<p>To add a VNC port, do not select a service. We are going to create one instead. VNC typically uses port 5901, so type that into all the port boxes shown. Enter your Mac&#8217;s IP address as the destination of the ports forwarding. This essentially tells the router to send any traffic it receives on port 5901 directly to your Mac.</p>
<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/portforwardentry.jpg" height="264" width="339" border="1" hspace="4" vspace="4" alt="200708261059" /><span style="font-size:0pt;"></p>
<p></span>So now the router understands what to do with the traffic. You have to tell your Mac what to do with it. I said earlier that there were TWO firewalls. The first is the Airport Extreme. The second is the one built into your Mac. Back to the system preferences and open the &#8220;Sharing&#8221; preferences. Click the &#8220;Firewall&#8221; lozenge. If you have never done so, turn on your Mac&#8217;s firewall and then flog yourself for not maintaining your personal security. Never do that again!<br />
<img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/macfirewall.jpg" height="192" width="350" border="1" hspace="4" vspace="4" alt="200708261125" /><span style="font-size:0pt;"><br />
</span>Now click the &#8220;New&#8221; button to open up a new connection through the Macs firewall. From the pull down menu, select &#8220;Other&#8221; and enter 5901 as the port number to allow through.  </p>
<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/firewallother.jpg" height="251" width="352" border="1" hspace="4" vspace="4" alt="200708261132" /><span style="font-size:0pt;"><br />
</span><span style="font-size:0pt;"><br />
</span>Now the world can access port 5901 on your Mac. That&#8217;s kind of scary. You can always go into either Airport Utility or the Mac Firewall and turn off the port again without deleting all the work you did. The same technique can be used to open up BitTorrent or <a href="http://code.google.com/p/telekinesis/">Telekinesis</a> ports. There are <a href="http://www.canyouseeme.org/">several</a> online <a href="https://www.grc.com/x/ne.dll?bh0bkyd2">tools</a> that will tell you if the ports have been successfully unblocked.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Security" rel="tag">Security</a>, <a href="http://www.technorati.com/tag/Tip" rel="tag">Tip</a>, <a href="http://www.technorati.com/tag/Trick" rel="tag">Trick</a>, <a href="http://www.technorati.com/tag/Web" rel="tag">Web</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2007/08/26/free-your-macs-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We are living in the future</title>
		<link>http://duck-wing.com/wp/2007/08/26/we-are-living-in-the-future/</link>
		<comments>http://duck-wing.com/wp/2007/08/26/we-are-living-in-the-future/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 14:29:22 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/2007/08/26/we-are-living-in-the-future/</guid>
		<description><![CDATA[If I had any doubt that technology was not living up to my expectations, I&#8217;m a believer now. I just installed iPhone Remote on my Mac Pro and all I can say is WOW! My iPhone can control my Mac over the Edge network.


iPhone Remote is brought to us by the good people at Google [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:14pt;">If I had any doubt that technology was not living up to my expectations, I&#8217;m a believer now. I just installed </span><span style="font-size:14pt;"><a href="http://code.google.com/p/telekinesis/">iPhone Remote</a></span><span style="font-size:14pt;"> on my Mac Pro and all I can say is WOW! </span><span style="color:#ff7f00;font-size:14pt;"><strong>My iPhone can control my Mac over the Edge network.</strong></span><span style="font-size:14pt;"></p>
<p></span><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/iphoneremote.jpg" height="491" width="260" border="1" hspace="4" vspace="4" alt=" Svn Site Images Screenshot.Large" /><span style="font-size:14pt;"><br />
</span><span style="font-size:14pt;"><br />
</span><span style="font-size:14pt;"><a href="http://code.google.com/p/telekinesis/">iPhone Remote is brought to us by the good people at Google</a></span><span style="font-size:14pt;"> (code named Telekinesis). Maybe they got tired of waiting for the gPhone and decided to make the iPhone the device dreams are made of. The server software is a quick install. It&#8217;s a lot like a VNC server. It runs in the background and receives requests from some port that it is told to listen to. The server software then directs traffic to its own applications. Here is a quick run-down of what you can do remotely from your iPhone.</p>
<p>You can </span><span style="color:#ff7f00;font-size:14pt;">take a picture with your Mac</span><span style="font-size:14pt;">&#8217;s video camera and receive it right on your iPhone (only one frame, not a video stream). Any file on your Mac at home can be accessed from your iPhone. How about taking a </span><span style="color:#ff7f00;font-size:14pt;">screenshot of your Mac&#8217;s desktop</span><span style="font-size:14pt;">? Yup, you can do that. You want to do a </span><span style="color:#ff7f00;font-size:14pt;">Spotlight search</span><span style="font-size:14pt;"> for a file? No probelmo. I&#8217;ll illustrate a quick tour of the application below. The screen shots are taken from Safari running on my Mac Pro (since there is no way to take a decent picture of the iPhone interface). But you have to trust me, this looks great on the iPhone.</p>
<p>This first picture is of the iPhone Remote software running on my Mac. It&#8217;s very simple to use. Just open up the ports in your firewall and start the server. I like to have the &#8220;applications&#8221; open in a new window on the iPhone just for ease of use.</p>
<p></span><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/iphoneremotepref.jpg" height="179" width="357" border="1" hspace="4" vspace="4" alt="200708260012" /><span style="font-size:14pt;"></p>
<p>This is the main application view on the iPhone. Just tap one of the buttons. That background image is automatically pulled from the Mac running the iPhone Remote server. That&#8217;s my desktop.<br />
</span><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/iphoneremotemenu.jpg" height="276" width="211" border="1" hspace="4" vspace="4" alt="200708260008" /><span style="font-size:14pt;"></p>
<p></span>This is the list of applications on my Mac. Did you forget to fire-up your BitTorrent client this morning? No problem. Just turn it on from your iPhone.</p>
<p style="font-size:14pt;">
<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/iphoneremoteapps.jpg" height="569" width="279" border="1" hspace="4" vspace="4" alt="200708260017" /><span style="font-size:14pt;"></p>
<p>You can just as easily access your files. Click through directories and open up that PDF file right from your phone. I found a strange twist, that I don&#8217;t think was intended but could have very interesting consequences. When I clicked on a </span><span style="font-size:14pt;"><a href="http://www.codingmonkeys.de/subethaedit/">Subethaedit</a></span><span style="font-size:14pt;"> document that contained an HTML snippet, my Mac opened the document in Subethaedit (talk about remote control!) and my iPhone presented me with a rendered webpage, rather than the snippet of code. I don&#8217;t know which surprised me more, windows just poping open on my mac, or the iPhone rendering the HTML code. This opens up a very easy way to make your own web applications without having a web server. I&#8217;m not sure this method would support cgi though.<br />
</span><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/iphoneremotefiles.jpg" height="396" width="283" border="1" hspace="4" vspace="4" alt="200708260016" /><span style="font-size:14pt;"><br />
</span><span style="font-size:14pt;"></p>
<p>And if you don&#8217;t remember where that file is, just use the iPhone Remote&#8217;s Spotlight function. Here is a Spotlight search for the word &#8220;Perl&#8221;<br />
</span><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/iphoneremotespot.jpg" height="313" width="284" border="1" hspace="4" vspace="4" alt="200708260005" /><span style="font-size:14pt;"></p>
<p>A feature that has a lot of potential, is streaming media from your Mac at home to your iPhone. The server software can stream audio or video directly. You gotta have a remote to control that music, right? One is included.<br />
</span><a href="http://duck-wing.com/wp/wp-content/uploads/2007/08/200708260005-1.jpg" onclick="window.open('http://duck-wing.com/wp/wp-content/uploads/2007/08/200708260005-1.jpg','popup','width=313,height=345,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/200708260005-1-tm.jpg" height="100" width="90" border="1" hspace="4" vspace="4" alt="200708260005-1" /></a><span style="font-size:14pt;"></p>
<p></span><span style="font-size:14pt;">While the Edge service may never be fast enough to allow for true Remote Desktop, there is a work around. You can actually select and then trigger Applescripts from your iPhone. This has potential to allow you to </span><span style="font-size:14pt;"><a href="http://www.panic.com/transmit/">FTP upload</a></span><span style="font-size:14pt;"> to servers, start </span><span style="font-size:14pt;"><a href="http://www.econtechnologies.com/site/Pages/ChronoSync/chrono_overview.html">Backup software</a></span><span style="font-size:14pt;">, or even </span><span style="font-size:14pt;"><a href="http://lifehacker.com/software/security/remotely-delete-files-from-a-stolen-mac-156590.php">secure a stolen computer</a></span><span style="font-size:14pt;">.</p>
<p></span><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/iphoneremotescripts.jpg" height="106" width="287" border="1" hspace="4" vspace="4" alt="200708260006" /><span style="font-size:14pt;"></p>
<p>Finally, for all those Leet Mac users, there is actually a Terminal application. Finally, we can </span><span style="font-size:14pt;"><a href="http://uis.georgetown.edu/software/documentation/macosx1/macosx1.cron.html">run our cron jobs</a></span><span style="font-size:14pt;"> while we&#8217;re on the road.</p>
<p></span><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/iphoneterminal.jpg" height="178" width="319" border="1" hspace="4" vspace="4" alt="200708260007" /><span style="font-size:14pt;"></p>
<p>The service works through a </span><span style="font-size:14pt;"><a href="http://en.wikipedia.org/wiki/SHTTP">secure shttp connection</a></span><span style="font-size:14pt;">, so you don&#8217;t need to worry too much about the data being transmitted. It&#8217;s all encrypted. However, it&#8217;s a little scary to think that if some nefarious person gets your user name and password, they can have complete snooping privileges. I like a </span><span style="font-size:14pt;"><a href="http://code.google.com/p/telekinesis/wiki/MediaStreaming">suggestion I found on the Telekinesis Wiki</a></span><span style="font-size:14pt;"> which is to setup some Mail.app Applescript triggers. Send an email with the Subject &#8220;iPhone Remote On&#8221; and voila, your Mac starts up the server. Send another email to turn it off. It&#8217;s really just one more layer of security. You could even have the script look for a particular password in the body of the message before running.</p>
<p>iPhone Remote is a wonderful application. Apple may someday provide an SDK for the iPhone, but until then, a little creativity and elbow grease will carry the device a long way.<br />
</span><br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/iPhone" rel="tag">iPhone</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/Programming" rel="tag">Programming</a>, <a href="http://www.technorati.com/tag/Review" rel="tag">Review</a>, <a href="http://www.technorati.com/tag/Security" rel="tag">Security</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a>, <a href="http://www.technorati.com/tag/Tip" rel="tag">Tip</a>, <a href="http://www.technorati.com/tag/Trick" rel="tag">Trick</a>, <a href="http://www.technorati.com/tag/Web" rel="tag">Web</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2007/08/26/we-are-living-in-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple, why do you hate early adopters?</title>
		<link>http://duck-wing.com/wp/2007/08/19/apple-why-do-you-hate-early-adopters/</link>
		<comments>http://duck-wing.com/wp/2007/08/19/apple-why-do-you-hate-early-adopters/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 02:02:19 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/2007/08/19/apple-why-do-you-hate-early-adopters/</guid>
		<description><![CDATA[
If you read through the posts on this site, you will see, on the whole, I love me some Apple products. I&#8217;m thinking of declaring Apple as a dependent on my next tax return. However, I&#8217;ll be the first to warn a new switcher to stay away from first generation products. They are always buggy! [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/7-248-2041-1308-store.apple.com-catalog-us-iapplekeyboard.gif" height="150" width="162" border="1" hspace="4" vspace="4" alt=" 7 248 2041 1308 Store.Apple.Com Catalog Us Images Mb110 125" /><span style="font-size:0pt;"></p>
<p></span>If you read through the posts on this site, you will see, on the whole, I love me some Apple products. I&#8217;m thinking of declaring Apple as a dependent on my next tax return. However, I&#8217;ll be the first to warn a new switcher to stay away from first generation products. They are always buggy! Worse, rather than fix our hardware, they just release version 2 with the added feature of having fewer bugs. Now I know nothing is perfect, but it&#8217;s pretty well know that Apple&#8217;s Version 1 releases are particularly bad.<br />
I just received my new Apple keyboard to use with my MacPro. Sure, it&#8217;s sexy. It&#8217;s lightweight. The cord is slightly longer (which means I can recline and write). And&#8230; the function keys don&#8217;t work. Oh wait, that&#8217;s not a feature.</p>
<p>The first 4 function keys do nothing. In fact you can not reassign them to any function. I thought I got around the problem by just using the plethora of other F-keys provided. I just use F13-F16. But then I noticed the buttons on my <a href="http://www.logitech.com/index.cfm/mice_pointers/mice/devices/130&amp;cl=us,en">Logitech MX Revolution mouse</a> stopped working. I had a great work-flow that involved the side buttons on the mouse for Expose modes. Basically it looks like the keyboard breaks Expose and Dashboard triggers.</p>
<p>Has anyone else had this problem? The keyboard works just fine for my new iMac. I&#8217;ve installed and reinstalled the Apple Keyboard Software and Logitech Software as well as unplugging the keyboard several times.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Gear" rel="tag">Gear</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/Review" rel="tag">Review</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2007/08/19/apple-why-do-you-hate-early-adopters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go-go Gadget Fleece</title>
		<link>http://duck-wing.com/wp/2007/08/18/go-go-gadget-fleece/</link>
		<comments>http://duck-wing.com/wp/2007/08/18/go-go-gadget-fleece/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 15:04:27 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Clothing]]></category>
		<category><![CDATA[Gear]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/2007/08/18/go-go-gadget-fleece/</guid>
		<description><![CDATA[
I recently picked up the Scottevest Fleece 4.0 Jacket. I don&#8217;t know if there were even versions 1.0-3.0, but I&#8217;m pretty happy with this latest build. It was on sale for $139.99 and I had a discount code. The whole thing came to $130 with 3 day shipping.
The Review
First off, this thing is the best [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/08/scottevest4.jpg" alt=" Media Images Prod Outerwear Fleece40" vspace="4" hspace="4" border="1" width="270" height="270" /><span style="font-size:0pt;"></p>
<p></span>I recently picked up the <a href="http://www.scottevest.com/40_SeV_Fleece_Jacket.shtml">Scottevest Fleece 4.0 Jacket</a>. I don&#8217;t know if there were even versions 1.0-3.0, but I&#8217;m pretty happy with this latest build. It was on sale for $139.99 and I had a discount code. <strong><em>The whole thing came to $130 with 3 day shipping</em></strong>.</p>
<p><span style="color:#ff7f00;font-size:18pt;">The Review<br />
</span>First off, this thing is the best fleece jacket you can get for your gear. Before I get to all of the go-go gadgety goodness, I want to highlight what a great jacket it is. It&#8217;s made of pretty thick material. Almost too thick. This isn&#8217;t the kind of fleece you would were when it&#8217;s 70+ outside. This sucker is WARM. The cuffs have elastic banding, which I&#8217;m not really a fan of, but if you are then you&#8217;ll love it. The stitching is surprisingly not that sturdy, but definitely adequate. I have a Patagonia and a Northface fleece. As far as construction, the Scottevest is on par with the <a href="http://www.thenorthface.com/" target="_blank">NorthFace</a> fleece, but inferior to the <a href="http://www.patagonia.com/" target="_blank">Patagonia</a>. But hey, this jacket is not about becoming an heirloom for your kids. It&#8217;s about hauling all that electronic gear around with you.The jacket has 12 pockets of varying sizes and positions. It almost has too many pockets if that&#8217;s possible. I can see losing stuff in this baby pretty easily. The jacket comes with little cards in some of the pockets describing special features. I really appreciate that level of concern for their users (I consider this jacket to be a piece of hardware more than a simple garment). Two of the cards actually have this printed on them:<em>&#8220;Special Features: It&#8217;s a hidden pocket! Other than creating an extra pocket where there was none before, there are no special features associated with this pocket&#8221;.</em> I think that says it all about the number of pockets this thing has.Several of the pockets have magnetic closures. Apparently magnets are the new velcro. They are definitely convenient, but I&#8217;m left wondering why some pockets have velcro and some have magnets, while others have zippers. I think I would prefer magnets instead of Velcro for most of the pockets.The pockets are positioned conveniantly for all of the primary gear. Many of the gadgets are accessable from both inside and outside of the jackets (this is a very handy feature). The jacket also has something called a <a href="http://www.scottevest.com/videos/Videos/3.0%20Demo/Macintosh/BB/3.0_PAN_BB.mov" target="_blank">Personal Area Network (PAN)</a> which is essential a channel to route the various cables that usually end up dangling out of your pocket. With the Scottevest, <strong><em>your iPod headphones now run up the inside of the jacket to the colar</em></strong>.There is a microfiber cloth clipped inside one of the pockets. <strong><em>Now this proves the jacket was designed by fellow geeks</em></strong>. Several times a week, I wish I had a microfiber cloth in my pocket to wipe my iPhone screen (I even considered carrying a hanky in my back pocket like grandpa did).<br />
<span style="color:#ff7f00;font-size:18pt;">The little extras<br />
</span>There are wide elastic bands inside some of the larger pockets. I mean large enough to put around your phone or iPod to secure it. The shoulders of the jacket are extra thick to help support all the weigh of your gear. My other jacket would really start to slide off my shoulders when the pockets were laden with tech treasures.An id badge clip is included inside the jacket, <strong><em>but it is far too flimsy</em></strong> to be useful. It&#8217;s actually surprising how crumby it is, as it stands out from the great quality of the rest of the jacket. The Key clip in the outside pocket is of much better quality, albeit too small for my keyring.The drawstrings at the bottom of the jacket are thick and sturdy. While the front zipper is smooth, it&#8217;s feels a little cheap in comparison the outer fabric of the jacket.There is a large pocket on the inside of the back panel. It is suggested that this be used for a hydration pack (such as a <a href="http://www.camelbak.com/index.cfm" target="_blank">Camelbak</a>). I can see using it to hold a magazine or files during a commute. I&#8217;m sure it wont go to waste.</p>
<p><span style="color:#ff7f00;font-size:18pt;">Shortcomings<br />
</span>Finally, the two areas I would like to see improved in the jacket, is the quality of the mesh used for the pockets and the quality of the small zippers on the pockets. Considering that the pockets are really what make this jacket unique, I expected more attention to detail here. The mesh is fairly thin and I can imagine it getting ripped pretty easily. <strong><em>The zippers are small toothed and get snagged a lot</em></strong>. I with they would have gone with a more dense mesh and some large tooth nylon zippers like on a <a href="http://www.timbuk2.com/tb2/retail/catalog.htm">Timbuk2 bag</a>. I&#8217;d like to see the innovation of Scottevest merged with the quality and simplicity of Timbuk2. I&#8217;d pay double for that product.</p>
<p><span style="color:#ff7f00;font-size:18pt;">Conclusion<br />
</span>The <a href="http://www.scottevest.com/40_SeV_Fleece_Jacket.shtml">Scottevest Fleece 4.0 Jacket</a> is<strong><em> worth more than the $150 price tag</em></strong>. You get some really innovative layouts for your gear and a high quality fleece to boot. This would be a great jacket for the most of the year but <strong><em>I&#8217;m a little worried about the durability of the pockets</em></strong>. I&#8217;ll have an update at the end of winter on its durability.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Clothing" rel="tag">Clothing</a>, <a href="http://www.technorati.com/tag/Gear" rel="tag">Gear</a>, <a href="http://www.technorati.com/tag/iPhone" rel="tag">iPhone</a>, <a href="http://www.technorati.com/tag/iPod" rel="tag">iPod</a>, <a href="http://www.technorati.com/tag/Organization" rel="tag">Organization</a>, <a href="http://www.technorati.com/tag/Review" rel="tag">Review</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2007/08/18/go-go-gadget-fleece/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.scottevest.com/videos/Videos/3.0%20Demo/Macintosh/BB/3.0_PAN_BB.mov" length="2842658" type="video/quicktime" />
		</item>
		<item>
		<title>Don&#8217;t do it!</title>
		<link>http://duck-wing.com/wp/2006/11/19/dont-do-it/</link>
		<comments>http://duck-wing.com/wp/2006/11/19/dont-do-it/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 16:50:50 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=79</guid>
		<description><![CDATA[
I tried out a trick making the rounds on many of the Mac news sites. Supposedly, it is possible to enable Apple&#8217;s Front Row on the MacPro.





This sounded like a great idea. I&#8217;d love use my Mac Pro as a media machine but for some reason Apple chose not to include an IR remote with [...]]]></description>
			<content:encoded><![CDATA[<p>
I tried out a trick making the rounds on <a href="http://www.tuaw.com/2006/11/13/tuaw-tip-how-to-enable-front-row-on-the-mac-pro/">many of the Mac news sites</a>. Supposedly, it is possible to enable <a href="http://www.apple.com/imac/frontrow.html">Apple&#8217;s Front Row</a> on the MacPro.
</p>
<p>
<img src="http://macgiver.wordpress.com/files/2006/11/frontrow.jpg" height="182" width="286" border="1" hspace="4" vspace="4" alt="Temp" />
</p>
<p>
This sounded like a great idea. I&#8217;d love use my Mac Pro as a media machine but for some reason Apple chose not to include an IR remote with the Mac Pro. <a href="http://www.macosxhints.com/article.php?story=2006110314322775">The hack</a> seemed easy enough. Just modify the AppleHIDMouse extension to allow the mighty mouse to control Front Row.Â  So I backed up my file and applied the hack. I then tried to install Front row from my installer CD but got the usual error. So I downloaded the updated installer from Apple. This time it claimed to install the package, but I couldn&#8217;t find the application anywhere on my machine. So, I gave up and pretended nothing happened.
</p>
<p>
<img src="http://macgiver.wordpress.com/files/2006/11/hidmouse.jpg" height="113" width="210" border="1" hspace="4" vspace="4" alt="Temp" />
</p>
<p>
Well, my Mac wasn&#8217;t going along with that decision. Within a few hours I was having kernel panics just about every hour. For no particular reason. Sometimes when I was using iTunes. Sometimes in Safari. No specific cause.
</p>
<p>
I tried to just replace the modified extension and delete the cache files. This, of course, required me to rebuild my privileges as well. No good. I was starting to think that I would have to do a new system install. I finally resorted to running Onyx, restarting, and then <a href="http://macgiver.wordpress.com/2006/11/11/beyond-onyx/">running Applejack</a>. Everything seems fine now. No kernel panic for the past hour. I&#8217;ve been pushing it with Safari, Aperture, Devonthink, and now Ecto.
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a>, <a href="http://www.technorati.com/tag/Tip" rel="tag">Tip</a>, <a href="http://www.technorati.com/tag/Trick" rel="tag">Trick</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/11/19/dont-do-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The wonders of Apple Hardware Test and Console</title>
		<link>http://duck-wing.com/wp/2006/11/19/the-wonders-of-apple-hardware-test-and-console/</link>
		<comments>http://duck-wing.com/wp/2006/11/19/the-wonders-of-apple-hardware-test-and-console/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 16:31:43 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=78</guid>
		<description><![CDATA[
It seems that Disk Warrior is not going forward to support Intel macs. It&#8217;s pretty disappointing because I was a big fan of this software for the PPC macs. Unlike the Windows world, there are few system diagnostic tools for the mac. Maybe that&#8217;s because there are fewer issues with incompatible third party hardware. However, [...]]]></description>
			<content:encoded><![CDATA[<p>
It seems that <a href="http://www.alsoft.com/PressReleases/index.html">Disk Warrior</a> is not going forward to support Intel macs. It&#8217;s pretty disappointing because I was a big fan of this software for the PPC macs. Unlike the Windows world, there are few system diagnostic tools for the mac. Maybe that&#8217;s because there are fewer issues with incompatible third party hardware. However, sh*t happens and sometimes you need more than Apple&#8217;s disk utility program to figure it out.
</p>
<p>
As <a href="http://macgiver.wordpress.com/2006/11/19/dont-do-it/">I mentioned previously</a>, I had some serious issues with kernel panics on my Mac Pro. Coincidentally I had installed a third set of 512MB ram cards just a few days earlier, bringing me to a grand total of 3GB (Aperture is finally feeling a little more peppy). I was concerned that the new chip was the origin of my problems.
</p>
<p>
Luckily, Apple includes a Hardware Test application on my system install CD. I only had to restart my machine with the &#8220;D&#8221; key held down. The Mac Pro booted right into a diagnostics program. Ran the extended diagnostics which took about 12 minutes. It tests the RAM, CPU and motherboard. It also provides some info about the machine.
</p>
<p>
Since it is not possible to do a screen capture from the hardware test, I&#8217;ve added a link to a larger camera shot.
</p>
<p>
<a href="http://macgiver.wordpress.com/files/2006/11/hardware3.jpg"><img src="http://macgiver.wordpress.com/files/2006/11/hardware3-tm.jpg" height="100" width="133" border="1" hspace="4" vspace="4" alt="DSC02275.JPG" /></a>
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/trouble shooting" rel="tag">trouble shooting</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a>, <a href="http://www.technorati.com/tag/Tip" rel="tag">Tip</a>, <a href="http://www.technorati.com/tag/Trick" rel="tag">Trick</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/11/19/the-wonders-of-apple-hardware-test-and-console/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Feeding the Aperture needs</title>
		<link>http://duck-wing.com/wp/2006/11/12/feeding-the-aperture-needs/</link>
		<comments>http://duck-wing.com/wp/2006/11/12/feeding-the-aperture-needs/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 05:23:47 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=73</guid>
		<description><![CDATA[
My Mac Pro received another 1GB RAM upgrade tonight. That puts it at 3GB total. Apple&#8217;s Aperture just sucks up the RAM. Especially when dealing with the NEF (RAW) files from the Nikon D80.


The extra RAM has made a considerable difference. Aperture is snappier and I can listen to music while I play with my [...]]]></description>
			<content:encoded><![CDATA[<p>
My Mac Pro received another 1GB RAM upgrade tonight. That puts it at 3GB total. Apple&#8217;s Aperture just sucks up the RAM. Especially when dealing with the NEF (RAW) files from the Nikon D80.
</p>
<p>
The extra RAM has made a considerable difference. Aperture is snappier and I can listen to music while I play with my photos.
</p>
<p>
Doing a self-install of the RAM was a snap. Here&#8217;s the instructions:<br />
<br />1) Power down the Mac Pro<br />
<br />2) Open the side panel<br />
<br />3) Pull out the top RAM riser<br />
<br />4) install two 512K RAM chips (from Apple)<br />
<br />5) Put the memory riser back, close the side panel and power-up
</p>
<p>
Done.
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Aperture" rel="tag">Aperture</a>, <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/Tip" rel="tag">Tip</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/11/12/feeding-the-aperture-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More keyboard surfing</title>
		<link>http://duck-wing.com/wp/2006/10/14/more-keyboard-surfing/</link>
		<comments>http://duck-wing.com/wp/2006/10/14/more-keyboard-surfing/#comments</comments>
		<pubDate>Sat, 14 Oct 2006 13:27:30 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=65</guid>
		<description><![CDATA[
Just a quick link today. This one is for the list of keyboard shortcuts from Apple. It&#8217;s really meant to discourage programmers from using these standard key combos for their applications.


Technorati Tags: Apple, Mac, OSX, Productivity, Tip, Trick

]]></description>
			<content:encoded><![CDATA[<p>
Just a quick link today. <a href="http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGKeyboardShortcuts/chapter_20_section_1.html">This one</a> is for the list of keyboard shortcuts from Apple. It&#8217;s really meant to discourage programmers from using these standard key combos for their applications.
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Productivity" rel="tag">Productivity</a>, <a href="http://www.technorati.com/tag/Tip" rel="tag">Tip</a>, <a href="http://www.technorati.com/tag/Trick" rel="tag">Trick</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/10/14/more-keyboard-surfing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best (and worst) of both worlds</title>
		<link>http://duck-wing.com/wp/2006/10/04/the-best-and-worst-of-both-worlds/</link>
		<comments>http://duck-wing.com/wp/2006/10/04/the-best-and-worst-of-both-worlds/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 02:16:41 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=61</guid>
		<description><![CDATA[
The latest revision of Parallels Desktop for the Mac is running butter smooth on my Mac Pro with 2GB of RAM. No hangs or crashes. In fact, right now, I&#8217;m using Ecto for Mac to write this post while watching DL.TV Episode 100 and installing software updates on Windows XP.





To be more specific, the update [...]]]></description>
			<content:encoded><![CDATA[<p>
The latest revision of Parallels Desktop for the Mac is running butter smooth on my Mac Pro with 2GB of RAM. No hangs or crashes. In fact, right now, I&#8217;m using Ecto for Mac to write this post while watching DL.TV Episode 100 and installing software updates on Windows XP.
</p>
<p>
<img src="http://macgiver.wordpress.com/files/2006/10/Windows2.jpg" height="292" width="372" border="1" hspace="4" vspace="4" alt="Windows" />
</p>
<p>
To be more specific, the update is for my <a href="http://www.sandisk.com/Products/Item(1925)-SDCZ6-4096-SanDisk_Cruzer_Micro_4GB_Black__New.aspx" target="_blank">Sandisk 4GB flash drive</a>. I can&#8217;t recommend this drive enough. It is fast, small and holds a ton of data. It also came with U3 Cruzer security software that allows me to carry sensitive data from my day job home totally encrypted. The down side is that the software is Windows only. But now that I have Parallels on my Mac, I have access to the secure data any time I want. While getting the Cruzer software installed and running under Windows was pretty quick, the Windows update that I performed on my system was another story entirely.
</p>
<p>
Check out the number of updates in this set. 59!!! Has Apple even had 59 updates ever? This seems pretty crazy, but I went ahead with the updates. I don&#8217;t want to get any of the Windows nasty little bugs in my Parallels install.
</p>
<p>
<img src="http://macgiver.wordpress.com/files/2006/10/Winupdate.jpg" height="76" width="370" border="1" hspace="4" vspace="4" alt="Temp" />
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Parallels" rel="tag">Parallels</a>, <a href="http://www.technorati.com/tag/Security" rel="tag">Security</a>, <a href="http://www.technorati.com/tag/Windows" rel="tag">Windows</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/10/04/the-best-and-worst-of-both-worlds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some quality time</title>
		<link>http://duck-wing.com/wp/2006/09/29/some-quality-time/</link>
		<comments>http://duck-wing.com/wp/2006/09/29/some-quality-time/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 11:00:34 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=57</guid>
		<description><![CDATA[



Parallels has just released RC2 of Desktop for Mac. While the Mac Pro received some love a few weeks back with a beta release, Parallels has put some real quality into this release candidate. Not only is it compatible with Vista and developer builds of Leopard, but there is no longer a RAM restriction. Parallels [...]]]></description>
			<content:encoded><![CDATA[<p>
<img src="http://macgiver.wordpress.com/files/2006/09/Parallels.jpg" height="198" width="146" border="1" hspace="4" vspace="4" alt="Temp" />
</p>
<p>
Parallels has <a href="http://www.parallels.com/en/products/desktop/update/">just released RC2 of Desktop for Mac</a>. While the Mac Pro received some love a few weeks back with a beta release, Parallels has put some real quality into this release candidate. Not only is it compatible with Vista and developer builds of Leopard, but there is no longer a RAM restriction. Parallels was only recognizing 3GB before.
</p>
<p>
I have to ask myself though, are there people out there with $2K of RAM in their Mac Pro that do not have a PC sitting under their desk to run windows on?
</p>
<p>
Here&#8217;s the FAQ sheet for this release:
</p>
<p>
No RAM limitations<br />
<br />No hardware reconfigurations<br />
<br />while using Windows and itâ€™s critical applications on new 64-bit Mac Pro towers and iMacs.<br />
<br />Other improvements &#38; fixes that make Parallels Desktop even easier to use:
</p>
<p>
New! Compatibility with developer build of Mac OS X 10.5, code-named â€œLeopardâ€<br />
<br />New! Experimental support for Windows Vista<br />
<br />Solaris guest OS no longer hangs after suspend/resume<br />
<br />An improved Parallels Tools package<br />
<br />Full support for OpenBSD 3.8 as a guest operating system<br />
<br />G4U hard disk cloning tool now works in virtual machines<br />
<br />Better video output improvement and acceleration<br />
<br />Added multi interface USB devices support (including Windows Mobile 2005 devices)<br />
<br />Added isochronous USB devices support (including WebCam devices)<br />
<br />Keyboard support improvement: Eject CD key support, left/right Shift/Ctrl/Alt (Option)/Windows keys difference support<br />
<br />Added virtual disk cache policy option: Mac OS X performance optimized or guest OS performance optimized<br />
<br />Image Tool fixes<br />
<br />Optimized disk cache policy for Suspend/Resume feature<br />
<br />Windows ME Suspend/Resume fix<br />
<br />Shared Folders first time access acceleration<br />
<br />Clipboard synchronization tool fixes (unreadable symbols sometimes added during copy and paste)<br />
<br />Sound playback and recording improvement<br />
<br />â€œUnable to allocate virtual memoryâ€ during virtual machine power on fix
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Leopard" rel="tag">Leopard</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Parallels" rel="tag">Parallels</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a>, <a href="http://www.technorati.com/tag/Windows" rel="tag">Windows</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/29/some-quality-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New firmware for the Mac Pro</title>
		<link>http://duck-wing.com/wp/2006/09/23/new-firmware-for-the-mac-pro/</link>
		<comments>http://duck-wing.com/wp/2006/09/23/new-firmware-for-the-mac-pro/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 02:02:08 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=48</guid>
		<description><![CDATA[Apple&#8217;s been working away patching the Mac Pro firm ware again. I just installed the firmware patch they had from earlier this week and now today I get this:

I&#8217;m not sure what these provide yet. Here is what the installer says:
&#8220;The SMC Firmware Update adjusts fan behavior in the Mac Pro. The updater application will [...]]]></description>
			<content:encoded><![CDATA[<p>Apple&#8217;s been working away patching the Mac Pro firm ware again. I just installed the firmware patch they had from earlier this week and now today I get this:</p>
<p><a href="http://macgiver.wordpress.com/files/2006/09/Update-12.png"><img src="http://macgiver.wordpress.com/files/2006/09/Update-12-tm.jpg" height="172" width="380" border="1" hspace="4" vspace="4" alt="New firmware" /></a></p>
<p>I&#8217;m not sure what these provide yet. Here is what the installer says:<br />
<em>&#8220;The SMC Firmware Update adjusts fan behavior in the Mac Pro. The updater application will be installed in the /Applications/Utilities folder. Please follow the instructions in the updater application to complete the process&#8221;.<br />
</em><br />
The security update seems to be for the airport, which I never installed.</p>
<p><span style="color:#ee0002;"><em>Update: This appears to be the same update from earlier in the week. The strange thing is that I already applied that update and received the comforting message telling me my Mac Pro firmware was up to date. This one, however, was applied without having to hold down the power button on the front. It was a smooth auto install. So maybe they are slightly different. I don&#8217;t care enough to check and my machine is running exactly the same anyway.</em></span><br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Security" rel="tag">Security</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/23/new-firmware-for-the-mac-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank you Apple</title>
		<link>http://duck-wing.com/wp/2006/09/13/thank-you-apple/</link>
		<comments>http://duck-wing.com/wp/2006/09/13/thank-you-apple/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 00:05:19 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=42</guid>
		<description><![CDATA[I&#8217;m an avid reader of Anandtech&#8217;s reviews. They do a great job and aren&#8217;t afraid to push the limits. This week they swapped out the stock Xeon processor in a Mac Pro for a pre-release quad core from Intel. You gotta love those guys. How many of you would pry out your processor from a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m an avid reader of Anandtech&#8217;s reviews. They do a great job and aren&#8217;t afraid to push the limits. This week <a href="http://www.anandtech.com/mac/showdoc.aspx?i=2832">they swapped out the stock Xeon processor</a> in a Mac Pro for a pre-release quad core from Intel. You gotta love those guys. How many of you would pry out your processor from a new Mac Pro let alone put in some pre-release chip in it&#8217;s place. Thankfully Anandtech has huge balls and Mac Pro owners now have an easy upgrade path in the future.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/13/thank-you-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mousing around</title>
		<link>http://duck-wing.com/wp/2006/09/13/mousing-around/</link>
		<comments>http://duck-wing.com/wp/2006/09/13/mousing-around/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 23:47:12 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=41</guid>
		<description><![CDATA[I&#8217;m not sure if any other Mac Pro users out there are experiencing this, but my apple issued mouse is acting wonky. It will randomly move the cursor and activate Expose. I&#8217;ve tried two different mice on both my G4 Powerbook and Mac Pro. It is definitely something with the Mac Pro (or maybe the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if any other Mac Pro users out there are experiencing this, but my apple issued mouse is acting wonky. It will randomly move the cursor and activate Expose. I&#8217;ve tried two different mice on both my G4 Powerbook and Mac Pro. It is definitely something with the Mac Pro (or maybe the apple keyboard it is plugged into).</p>
<p><a href="http://macgiver.wordpress.com/files/2006/09/ma086lla_125.jpg"><img src="http://macgiver.wordpress.com/files/2006/09/ma086lla_125-tm.jpg" height="239" width="169" border="1" hspace="4" vspace="4" alt="ma086lla_125" /></a></p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/13/mousing-around/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hungry hungry hippos</title>
		<link>http://duck-wing.com/wp/2006/09/13/hungry-hungry-hippos/</link>
		<comments>http://duck-wing.com/wp/2006/09/13/hungry-hungry-hippos/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 10:46:19 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=40</guid>
		<description><![CDATA[It&#8217;s looking very much like 2GB of RAM in the Mac Pro simply is not enough. With any other computer that would not be a big deal. $100 would solve the problem. But oh no&#8230;not for the illustrious Apple Mac &#8220;Pro.&#8221; It will cost a painful $300 for another 1GB. Sure the computer is ultra [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s looking very much like 2GB of RAM in the Mac Pro simply is not enough. With any other computer that would not be a big deal. $100 would solve the problem. But oh no&#8230;not for the illustrious Apple Mac &#8220;Pro.&#8221; It will cost a painful $300 for another 1GB. Sure the computer is ultra quiet. I&#8217;m sure those special heat sinks are helping. But my god, $300 for a measly one GB of RAM? As <a href="http://theappleblog.com/2006/09/12/itunes-wheres-my-ram/">this post</a> also mentions, iTunes 7 now sucks a lot of memory as well. Since iTunes is one of those applications that is left running constantly, this is a real problem.</p>
<p>What&#8217;s wrong with this situation. I need to spend the equivalent of an iPod to upgrade my RAM to handle the software to update my iPod?</p>
<p>I know what you&#8217;re going to say (I&#8217;m creepy like that), but I have not heard anything good about the cheaper third party RAM for the Mac Pro.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/iPod" rel="tag">iPod</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Music" rel="tag">Music</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/13/hungry-hungry-hippos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go to sleep and quit locking my VT-x</title>
		<link>http://duck-wing.com/wp/2006/09/09/go-to-sleep-and-quit-locking-my-vt-x/</link>
		<comments>http://duck-wing.com/wp/2006/09/09/go-to-sleep-and-quit-locking-my-vt-x/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 14:04:38 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=38</guid>
		<description><![CDATA[If you are running the new Parallels RC on a Mac Pro you may have come across this little message when you boot up Windows:

If you read the Parallels support blog about this there&#8217;s some help from the user base that indicates you have to put your machine to sleep after reboot in order for [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running the new Parallels RC on a Mac Pro you may have come across this little message when you boot up Windows:</p>
<p><img src="http://macgiver.wordpress.com/files/2006/09/vt-x.png" height="233" width="452" border="1" hspace="4" vspace="4" alt="Picture 7" /><br />
If you <a href="http://forums.parallels.com/thread4120.html">read the Parallels support blog</a> about this there&#8217;s some help from the user base that indicates you have to put your machine to sleep after reboot in order for this vt-x support to be available in Parallels.</p>
<p>It does work. Before putting the machine to sleep, it took about 1 minuet for Windows XP Pro to startup. After going to sleep and restarting Parallels, it took about 10 seconds to boot. </p>
<p>I still can not apply the Windows update patches though. However, there is a nice little trick. You can simply <a href="http://www.softwarepatch.com/windows/">go to this website</a> in Safari and download the patches to your Parallels share folder. Jump over to Windows XP in Parallels and run the installer. Voila&#8230; service patch 2 (SP2) installed!</p>
<p>If you need a tutorial for setting up Parallels and the share folder, <a href="http://arstechnica.com/reviews/apps/parallels.ars/3">go to ARStechnica</a><br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Parallels" rel="tag">Parallels</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/09/go-to-sleep-and-quit-locking-my-vt-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things just got parallel&#8230; for the Mac Pro</title>
		<link>http://duck-wing.com/wp/2006/09/07/things-just-got-parallel-for-the-mac-pro/</link>
		<comments>http://duck-wing.com/wp/2006/09/07/things-just-got-parallel-for-the-mac-pro/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 01:03:18 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=37</guid>
		<description><![CDATA[
Well, I have to hand it to them, the Parallels team pulled it off. Today they announced that a new release candidate is available that enables Parallels to run on the new Mac Pro. I just installed the update. After a minor warning that a virtual machine already existed (from my previous attempts to run [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://macgiver.wordpress.com/files/2006/09/WinXP.png" height="108" width="167" border="1" hspace="4" vspace="4" alt="XP" /></p>
<p>Well, I have to hand it to them, the Parallels team pulled it off. Today <a href="http://www.parallels.com/en/products/desktop/update/">they announced</a> that a new release candidate is available that enables Parallels to run on the new Mac Pro. I just installed the update. After a minor warning that a virtual machine already existed (from my previous attempts to run Parallels) the rest of the VM startup went smoothly. I created a 12GB hard disk for the VM and allocated 765MB of RAM.</p>
<p><img src="http://macgiver.wordpress.com/files/2006/09/Install.png" height="217" width="411" border="1" hspace="4" vspace="4" alt="Install" /></p>
<p>The next step was to startup the VM (which worked flawlessly this time and to pop my Windows XP Pro CD into the drive. I did get a strange message that my Intel chip supported virtualization, but that I did not have it enabled. I just clicked OK and went about my business as if I knew what that meant. The windows install began right away. I did notice a considerable slowdown of the Mac OS, but I selected the option to optimize the performance of the VM over the Mac OS, so I wasn&#8217;t really surprised. I formated the windows partition as FAT. I&#8217;m not sure why, but it just seemed like I would want to keep my Mac drive NTFS free, even if it isn&#8217;t a &#8220;real&#8221; drive. The subsequent typical 40min windows install went just as I expected&#8230;SLOW. But this is entirely an MS phenomenon, not related to Parallels. When all was said and done, I was extremely happy with the end result. I now can have access to a few random PC programs without having to reboot or startup my home-brew PC.</p>
<p>I did find this message pretty funny. At the time, I was listening to iTunes through the Mac OS. Apparently my entertainment just got better. Who knew.</p>
<p><img src="http://macgiver.wordpress.com/files/2006/09/Media.png" height="203" width="413" border="1" hspace="4" vspace="4" alt="Funny" /></p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Parallels" rel="tag">Parallels</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a>, <a href="http://www.technorati.com/tag/Windows" rel="tag">Windows</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/07/things-just-got-parallel-for-the-mac-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphics upgrade options for the Mac Pro</title>
		<link>http://duck-wing.com/wp/2006/09/02/graphics-upgrade-options-for-the-mac-pro/</link>
		<comments>http://duck-wing.com/wp/2006/09/02/graphics-upgrade-options-for-the-mac-pro/#comments</comments>
		<pubDate>Sat, 02 Sep 2006 16:27:09 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=33</guid>
		<description><![CDATA[I&#8217;ve been doing some research (which means Google and surfing the web) on the options for upgrading the video card in the Mac Pro. So far I&#8217;ve only heard of limited success with off the shelf cards. Here&#8217;s a quick summary.
x1900 xtx has been reported by ONE person
GeForce 7900GTX only works under Windows with BootCamp
PC [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some research (which means Google and surfing the web) on the options for upgrading the video card in the Mac Pro. So far I&#8217;ve only heard of limited success with off the shelf cards. Here&#8217;s a quick summary.</p>
<p>x1900 xtx has been <a href="http://discussions.apple.com/thread.jspa?messageID=2917434#2917434">reported by ONE person</a><br />
GeForce 7900GTX only <a href="http://forums.macrumors.com/showthread.php?t=223663">works under Windows</a> with BootCamp<br />
PC version of x1900 xt  is <a href="http://discussions.apple.com/thread.jspa?threadID=623990&amp;tstart=0">claimed</a> all over not to work on the Mac Pro<br />
<a href="http://forums.appleinsider.com/showthread.php?threadid=66134">SLI on the Mac Pro</a> will only work with BootCamp</p>
<p>So my is guess that we&#8217;re looking at a few months until Nvidia starts announcing official Mac Pro/EFI compatible cards. Now that ATI is part of AMD, they may never release a new card, except for a couple editions of the 19XX series. My biggest hope is that Nvidia jumps on this market and figures out a solution for the SLI issue. Don&#8217;t get me wrong. The Nvidia GeForce 7300 GT that came stock in the Mac Pro is quite the impressive video card for the Mac market (Call of Duty 2 is liquid smooth). But I build my own PC boxes and I love to push the hardware limits. It&#8217;s really a double edged sword though. The more options you push on the OS (needing driver support) the less robust the system could be. I will take stability over speed in my workhorse machine, thank you very much.</p>
<p><a href="http://discussions.apple.com/forum.jspa?forumID=1125&amp;start=0">Here&#8217;s a great place to start</a> if you have more questions about upgrading the Mac Pro</p>
<p><!-- technorati tags start -->
<p>Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/02/graphics-upgrade-options-for-the-mac-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official battery recall</title>
		<link>http://duck-wing.com/wp/2006/09/01/official-battery-recall/</link>
		<comments>http://duck-wing.com/wp/2006/09/01/official-battery-recall/#comments</comments>
		<pubDate>Fri, 01 Sep 2006 11:44:18 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=30</guid>
		<description><![CDATA[I received this email today from Apple:
Dear Apple Customer:
Apple has determined that certain lithium-ion rechargeable batteries containing cells manufactured by Sony Corporation of Japan pose a safety risk that may result in overheating. The affected batteries were sold worldwide, in systems and separately, from October 2003 through August 2006 for use with the following computers: [...]]]></description>
			<content:encoded><![CDATA[<p>I received this email today from Apple:<br />
<em>Dear Apple Customer:<br />
Apple has determined that certain lithium-ion rechargeable batteries containing cells manufactured by Sony Corporation of Japan pose a safety risk that may result in overheating. The affected batteries were sold worldwide, in systems and separately, from October 2003 through August 2006 for use with the following computers: 12-inch iBook G4, 12-inch PowerBook G4, 15-inch PowerBook G4.</p>
<p>Apple is voluntarily recalling the affected batteries and has initiated a worldwide exchange program to provide you with a new replacement battery, free of charge. This program is being conducted in cooperation with the U.S. Consumer Product Safety Commission (CPSC) and other international safety authorities.</p>
<p>Issue: The affected batteries could overheat, posing a fire hazard. Apple received nine confirmed reports in the United States of these batteries overheating. Apple urges you to stop using your battery and to order a replacement battery immediately. After removing the recalled battery from the iBook or PowerBook, you should plug in the AC adapter to power the computer until a replacement battery arrives.</p>
<p>Product: Please use the chart below to identify the battery model and serial numbers that apply to your iBook or PowerBook. If the first 5 digits of your battery&#8217;s 12-digit serial number fall within the noted ranges, please order a replacement battery immediately. To view the model and serial numbers labeled on the bottom of the battery, you must remove the battery from the computer. The battery serial number is printed in black or dark gray lettering beneath a barcode.</p>
<p>No other Apple notebook computers are affected by this recall.<br />
</em><br />
<img src="http://macgiver.wordpress.com/files/2006/09/200609010743.jpg" height="191" width="564" border="1" hspace="4" vspace="4" alt="200609010743" /><br />
<em></p>
<p>Note: If your battery&#8217;s serial number does not match any of the ranges listed above, you do not have to exchange your battery.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p></em>Unfortunately my 17&#8243; Powerbook is not included</p>
<p><!-- technorati tags start -->
<p>Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/01/official-battery-recall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let there be Dolby Surround Sound</title>
		<link>http://duck-wing.com/wp/2006/08/29/let-there-be-dolby-surround-sound/</link>
		<comments>http://duck-wing.com/wp/2006/08/29/let-there-be-dolby-surround-sound/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 01:18:15 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=28</guid>
		<description><![CDATA[I just received my new Griffin FireWave. I picked it up on Amazon for $60. It&#8217;s a pretty easy setup. After installing the included software from the CD, you simply plug in the firewire cable and then plug the surround speakers into the little shiny white peripheral. Voila&#8230;surround sound. All in all, the sound quality [...]]]></description>
			<content:encoded><![CDATA[<p>I just received my new <a href="http://www.griffintechnology.com/products/firewave/">Griffin FireWave</a>. I picked it up on Amazon for $60. It&#8217;s a pretty easy setup. After installing the included software from the CD, you simply plug in the firewire cable and then plug the surround speakers into the little shiny white peripheral. Voila&#8230;surround sound. All in all, the sound quality is pretty good. The included software has some very basic settings. There are three &#8220;modes&#8221; which include Music, Movie and Emulation (as shown). The speaker configuration is also pretty minimal. There&#8217;s stereo, surround and surround with sub. Not much else going on there. For an office or bedroom, this is an excellent (and cheap) surround sound option. For the home living-room I would go with the optical out  (at least on the Mac Pro) to a high end component device. Fortunately, my Mac is in the study, so the FireWave will do great.</p>
<p><a href="http://macgiver.wordpress.com/files/2006/08/Picture%204-2.png"><img src="http://macgiver.wordpress.com/files/2006/08/Picture%204-2-tm.jpg" height="360" width="414" border="1" hspace="4" vspace="4" alt="Picture 4" /></a></p>
<p><!-- technorati tags start -->
<p>Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/08/29/let-there-be-dolby-surround-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Scanners are Mac friendly</title>
		<link>http://duck-wing.com/wp/2006/08/27/hp-scanners-are-mac-friendly/</link>
		<comments>http://duck-wing.com/wp/2006/08/27/hp-scanners-are-mac-friendly/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 02:46:39 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=26</guid>
		<description><![CDATA[I have had an HP Scanjet 4670 scanner since they first came out. It is one of those vertical see-through scanners. It works great. You can lay it on a book or use it vertically. It takes up minimal desk space. But the most impressive thing about it, is that it just works well with [...]]]></description>
			<content:encoded><![CDATA[<p>I have had an <a href="http://www.amazon.com/gp/search/ref=pd_sl_aw_tops-1_electronics_6415155_2/102-0382404-8152164?search-alias=aps&amp;keywords=hp%20scanjet%204670">HP Scanjet 4670 scanner</a> since they first came out. It is one of those vertical see-through scanners. It works great. You can lay it on a book or use it vertically. It takes up minimal desk space. But the most impressive thing about it, is that it just works well with the Mac. HP provides some pretty useful software called &#8220;HP Image Zone.&#8221; It is composed of several smaller applications that handle fax, scan, photocopy, etc. They are all universal applications and integrate well with other software. For example, you can scan into a sort of clipboard that allows you to drag and drop a scan directly into iPhoto. How sweet is that. It can also be setup to maintain a library of your scans for you. I guess I&#8217;m going on about this stuff, because today I was catching up on scanning in all of my important documents and receipts. I was considering getting <a href="http://www.irislink.com/c2-161/Content.aspx?LangID=2&amp;PageID=161">Readiris Pro</a>, but the HP method is working so smoothly that I&#8217;m not sure if I want to mess with it.</p>
<p><img src="http://macgiver.wordpress.com/files/2006/08/B0000C9ZJT.01-A1921S276TP630._AA150_SCLZZZZZZZ_.jpg" height="150" width="150" border="1" hspace="4" vspace="4" alt="B0000C9ZJT.01-A1921S276TP630._AA150_SCLZZZZZZZ_" /></p>
<p><!-- technorati tags start -->
<p>Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Hardware" rel="tag">Hardware</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/08/27/hp-scanners-are-mac-friendly/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
