<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dead Ink Vinyl &#187; powerbook</title>
	<atom:link href="http://blog.deadinkvinyl.com/tag/powerbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deadinkvinyl.com</link>
	<description>Musings of David L Kinney</description>
	<lastBuildDate>Wed, 24 Feb 2010 05:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.deadinkvinyl.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dead Ink Vinyl &#187; powerbook</title>
		<link>http://blog.deadinkvinyl.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.deadinkvinyl.com/osd.xml" title="Dead Ink Vinyl" />
	<atom:link rel='hub' href='http://blog.deadinkvinyl.com/?pushpress=hub'/>
		<item>
		<title>What&#8217;s in Your Computer Bag?</title>
		<link>http://blog.deadinkvinyl.com/2007/08/25/whats-in-your-computer-bag/</link>
		<comments>http://blog.deadinkvinyl.com/2007/08/25/whats-in-your-computer-bag/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 15:15:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[37signals]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[backpack]]></category>
		<category><![CDATA[codingconventions]]></category>
		<category><![CDATA[creatingapplications]]></category>
		<category><![CDATA[effectiveui]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flexbuilder]]></category>
		<category><![CDATA[greghamer]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[powerbook]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[userinterface]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2007/08/25/whats-in-your-computer-bag/</guid>
		<description><![CDATA[My computer bag, a Brenthaven backpack I&#8217;ve used since my original 17&#8221; PowerBook, has gotten insanely heavy over the course of this week. I pulled eveything out to take a look at what has been adding load. The first items aren&#8217;t that interesting. A 360&#124;Flex folder and an Effective UI graph pad I picked up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=75&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My computer bag, a <a href="http://www.brenthaven.com/">Brenthaven</a> backpack I&#8217;ve used since my original 17&#8221; PowerBook, has gotten insanely heavy over the course of this week. I pulled eveything out to take a look at what has been adding load. </p>
<p>The first items aren&#8217;t that interesting. A 360|Flex folder and an <a href="http://effectiveui.com/">Effective UI</a> graph pad I picked up off a table while at that conference (thanks, guys!). I plan to use the graph pad to layout some screens for an upcoming project at work and want to keep it handy in case inspiration strikes. I&#8217;m still waiting for that inspiration. </p>
<p>Then I pulled out a two inch thick collection of papers I&#8217;d printed (duplex, to conserve paper). On top of the stack is <a href="http://blog.dclick.com.br/wp-content/uploads/adobe-flex-coding-guidelines-v12-english.pdf">D-Click&#8217;s Adobe Flex Coding Guidelines</a>. I really don&#8217;t like placing opening braces on their own line. Drives me nuts. (For my money, the <a href="http://java.sun.com/docs/codeconv/">Sun Java Coding Conventions</a> can&#8217;t be beat.) But, when in Rome, do as the Romans do. I recognize that being consistent (especially across developers on the same team) is more important than the merits of any single convention, so I&#8217;m trying to learn new habits. </p>
<p>Next up are printouts of six chapters from Adobe&#8217;s <a href="http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part7_Build_Deploy_112_1.html">Building and Deploying Flex Applications</a> (PDF <a href="http://www.adobe.com/go/flex2_building_pdf">here</a>). I have only built Flex apps inside of Flex Builder, so I still need to learn the command line tools. My company is big on &#8220;repeatable builds&#8221;&#8212;meaning that any interally-developed production applications should be easy to regenerate from source without developer involvement. In practice, this means that the application must be built with a command line build script (Make, Ant, etc.). Besides, I get nervous when I&#8217;m overly dependent on an IDE. I like code completion, syntax highlighting, and refactoring, but I really like to know that I can do it all from <a href="http://en.wikipedia.org/wiki/Vi">vi</a> or Notepad and the raw Flex SDK if desired or needed. Hence my interest in the <em>Building and Deploying Flex Applications</em> book. And I mean <em>book!</em> A full printout would weigh in at 400+ pages! So I picked the most important parts to me and just printed those. </p>
<p>The first chapter is Chapter 3 (Flex Application Structure). I just finished reading this chapter last night. Not a lot to say here. It&#8217;s good to have the layout with which I was familiar due to Flex Builder reinforced in print. Next up are Chapter 4 (Applying Flex Security), Chapter 7 (Building Overview), Chapter 9 (Using the Flex Compilers), Chapter 13 (Using ASDoc), and Chapter 14 (Creating Applications for Testing). </p>
<p>Then I come to printouts of various <a href="http://www.oreilly.com/">O&#8217;Reilly</a> articles about <a href="http://www.rubyonrails.org/">Ruby on Rails</a> that I intend to read Any Day Now&#8482;. <a href="http://www.onlamp.com/pub/a/onlamp/2006/12/14/revisiting-ruby-on-rails-revisited.html">Rolling with Ruby on Rails Revisited</a>, <a href="http://www.oreillynet.com/pub/a/ruby/2007/05/17/cookin-with-ruby-on-rails%2d%2d%2dmay.html">Cookin&#8217; with Ruby on Rails: May</a>, <a href="http://www.oreillynet.com/pub/a/ruby/2007/06/28/cookin-with-ruby-on-rails%2d%2d%2djune.html">Cookin&#8217; with Ruby on Rails: Designing for Testability</a>, <a href="http://www.oreillynet.com/pub/a/ruby/2007/07/28/cookin-with-ruby-on-rails-july.html">Cookin&#8217; with Ruby on Rails: More Designing for Testability</a>. </p>
<p>And finally, I have <a href="http://blog.halcyonsolutions.net/">Greg Hamer&#8217;s</a> presentation slides for introducing Cairngorm at 360|Flex. I suppose I can take this out of my bag. I have the general idea of how Cairngorm works. I&#8217;m still waiting to write an app large enough to make playing with Cairngorm worthwhile. Okay, that&#8217;s not quite right. I&#8217;m still working on my first Flex app ever. I&#8217;m plugging into the <a href="http://www.37signals.com/">37signals</a> <a href="http://www.backpackit.com/">Backpack</a> <a href="http://developer.37signals.com/backpack/">API</a>. When I&#8217;m done with that, I might look at refactoring it for Cairngorm just to get that experience under my belt. </p>
<p>And that&#8217;s wy my computer bag weighs a ton. What&#8217;s in your computer bag?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=75&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2007/08/25/whats-in-your-computer-bag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>Some Java on Intel Mac Benchmarks</title>
		<link>http://blog.deadinkvinyl.com/2006/03/04/some-java-on-intel-mac-benchmarks/</link>
		<comments>http://blog.deadinkvinyl.com/2006/03/04/some-java-on-intel-mac-benchmarks/#comments</comments>
		<pubDate>Sun, 05 Mar 2006 02:15:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[artificialintelligence]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[kohonen]]></category>
		<category><![CDATA[kohonenmaps]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[macbookpro]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[powerbook]]></category>
		<category><![CDATA[ppc]]></category>
		<category><![CDATA[selforganizingmaps]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2006/03/04/some-java-on-intel-mac-benchmarks/</guid>
		<description><![CDATA[In a previous post I wondered about the Java performance on the new Intel Macs. I now have a benchmark. Okay, the term &#8220;benchmark&#8221; might be too strong. I ran one of my favorite applets on the 15&#8243; MacBook Pro while at an Apple Store today. I took screen shots of the results to compare [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=65&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In a <a href="http://deadinkvinyl.blogspot.com/2006/02/mac-intel-java-performance.html">previous post</a> I wondered about the Java performance on the new Intel Macs.  I now have a benchmark.  </p>
<p>Okay, the term &#8220;benchmark&#8221; might be too strong.  I ran one of <a href="http://fbim.fh-regensburg.de/%7Esaj39122/jfroehl/diplom/e-index.html">my favorite applets</a> on the <a href="http://www.apple.com/macbookpro/">15&#8243; MacBook Pro</a> while at an Apple Store today.  I took screen shots of the results to compare to the performance of my own PowerBook.  The applet is a 3D visualization of a <a href="http://en.wikipedia.org/wiki/Teuvo_Kohonen">Kohonen</a><a href="http://en.wikipedia.org/wiki/Self_organizing_map">Self-Organizing Map</a>.  The Kohonen Map is a type of neural network used to automatically group similar inputs and provide visiualization of large quantities of data.  Another interesting application of the Kohonen Map is to solve very large <a href="http://en.wikipedia.org/wiki/Traveling_salesman_problem">TSP</a>-type problems.<br />
Anyway, this applet is interesting because it has simple 3D graphics, lots of floating point and integer math, and possibly a good amount of object allocation and garbage collection.  I don&#8217;t know if the applet is multi-threaded, though, but by the results I would guess that it is not.  Thus, this is a highly imperfect comparison between the PPC and Intel Macs.</p>
<p><span style="font-weight:bold;">System specs:</span><br />
PPC: 17&#8243; 1.33GHz PowerBook with 1.0GB RAM<br />
Intel: 15&#8243; 2.0GHz MacBook Pro with 1.5GB RAM</p>
<p><span style="font-weight:bold;">Raw Results:</span><br />
PPC:<br />
<a href="http://photos1.blogger.com/blogger/327/220/1600/Ppc-Results.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://photos1.blogger.com/blogger/327/220/400/Ppc-Results.jpg" alt="" border="0" /></a><br />
Intel:<br />
<a href="http://photos1.blogger.com/blogger/327/220/1600/Intel-Results.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://photos1.blogger.com/blogger/327/220/400/Intel-Results.jpg" alt="" border="0" /></a></p>
<p><span style="font-weight:bold;">Numbers:</span><br />
PPC: 1107 learning cycles in 138.697 seconds (7.981 learning cycles / second)<br />
Intel: 1100 learning cycles in 62.514 seconds (17.62 learning cycles / second)<br />
<span style="font-style:italic;"><br />
</span><span style="font-weight:bold;">X-Factor:</span><br />
The MacBook Pro is 2.2x faster than my PowerBook on Java performance.  Assuming that the applet is single-threaded, the MacBook&#8217;s JVM 1.47x more efficient per CPU clock cycle. </p>
<p>I&#8217;d like to also note that the applet&#8217;s 3D animation was <span style="font-style:italic;">much</span> smoother on the MacBook than it was on my PowerBook.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=65&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2006/03/04/some-java-on-intel-mac-benchmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>

		<media:content url="http://photos1.blogger.com/blogger/327/220/400/Ppc-Results.jpg" medium="image" />

		<media:content url="http://photos1.blogger.com/blogger/327/220/400/Intel-Results.jpg" medium="image" />
	</item>
		<item>
		<title>iScroll2: Worth It</title>
		<link>http://blog.deadinkvinyl.com/2005/12/23/iscroll2-worth-it/</link>
		<comments>http://blog.deadinkvinyl.com/2005/12/23/iscroll2-worth-it/#comments</comments>
		<pubDate>Sat, 24 Dec 2005 01:50:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[iscroll]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[powerbook]]></category>
		<category><![CDATA[sidetrack]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/12/23/iscroll2-worth-it/</guid>
		<description><![CDATA[My wife received a new 12&#8243; iBook for work a couple of months ago. It is a very nice computer and she simply loves it. Since I lug around a 17&#8243; PowerBook with the same processor speed (1.33GHz), I didn&#8217;t vie for her shiny new machine too heavily. However, I noticed that she was vertically [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=55&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My wife received a new 12&#8243; iBook for work a couple of months ago.  It is a very nice computer and she simply loves it.  Since I lug around a 17&#8243; PowerBook with the same processor speed (1.33GHz), I didn&#8217;t vie for her shiny new machine too heavily.  </p>
<p>However, I noticed that she was vertically scrolling her applications &#8220;the old fashioned way&#8221;, like have to on my PowerBook: by moving the mouse cursor to manipulate the scroll bar.  I showed her how to scroll by using two fingers and she was ecstatic.  A few days later that I observed that she had entirely converted to two-fingered-scrolling and that it was really working out for her.  </p>
<p>Every once in a while, she would hand me the iBook to look at something on the screen, such as a Web site, and I would get to use the two-fingered scrolling.  I started envying her that feature.  It works so smoothly, so intuitively, I would find myself trying to use it when I returned to my PowerBook.  </p>
<p>I tried gaining similar functionality using <a href="http://www.ragingmenace.com/software/sidetrack/">SideTrack</a> but scrolling along the right side of the pad never clicked with me.  I recalled seeing a couple of drivers for earlier iBooks and PowerBooks that mimicked the two-fingered scrolling.  Performing a Google search I found <a href="http://www-users.kawo2.rwth-aachen.de/~razzfazz/iscroll2/">iScroll2</a>. </p>
<p>I&#8217;ve been using iScroll2 now for three weeks.  It&#8217;s a good product and hasn&#8217;t demonstrated any undesirable side-effects on my PowerBook, which is running 10.4.3.  It isn&#8217;t quite as smooth or slick as the native support in my wife&#8217;s iBook &#8212; in particular, it doesn&#8217;t alway&#8217;s &#8220;catch&#8221; when I&#8217;m using two fingers and it&#8217;s scrolling is a little jumpy when it does &#8212; but it is an adequate solution for me.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=55&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/12/23/iscroll2-worth-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>New Laptop Hard Disk</title>
		<link>http://blog.deadinkvinyl.com/2005/12/03/new-laptop-hard-disk/</link>
		<comments>http://blog.deadinkvinyl.com/2005/12/03/new-laptop-hard-disk/#comments</comments>
		<pubDate>Sat, 03 Dec 2005 06:20:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[fixit]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macally]]></category>
		<category><![CDATA[pbfixit]]></category>
		<category><![CDATA[powerbook]]></category>
		<category><![CDATA[superduper]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/12/03/new-laptop-hard-disk/</guid>
		<description><![CDATA[I am writing this entry from my newly upgraded PowerBook with a 7200rpm 100GB hard disk. I have pictures to prove the tale &#8212; I&#8217;ll post them later. The PowerBook works like a charm. I love it so far. The computer certainly boots faster than ever and launches multiple applications simultaneously faster than ever. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=52&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am writing this entry from my newly upgraded PowerBook with a <a href="http://www.hitachigst.com/portal/site/en/menuitem.72e3cabd3a6a384ccf1824a0eac4f0a0/">7200rpm 100GB hard disk</a>.  I have pictures to prove the tale &#8212; I&#8217;ll post them later.  The PowerBook works like a charm.  I love it so far.  The computer certainly boots faster than ever and launches multiple applications simultaneously faster than ever.  I haven&#8217;t put the PB through its paces yet, though.  </p>
<p><a href="http://photos1.blogger.com/blogger/327/220/1600/PowerBook-Taken-Apart-20051.0.jpg"><img style="float:left;cursor:hand;margin:10px;" src="http://photos1.blogger.com/blogger/327/220/200/PowerBook-Taken-Apart-20051.jpg" border="0" alt="PowerBook Taken Apart" /></a>Anyway, I want to thank the team at <a href="http://www.pbfixit.com/">PB FixIt</a> &#8212; they did a great job with their <a href="http://www.pbfixit.com/Guide/55.6.0.html">walk through</a>.  Their instructions were dead-on for disassembling my laptop.  </p>
<p>I would add just three small items to those who may follow in my footsteps.  The first item sounds pretty brain-dead, but is easy enough to forget as a PowerBook owner: <em>shutdown the laptop before starting</em>.  This is worth mentioning because as a Mac user I&#8217;ve grown so comfortable with the Sleep mode that I think &#8220;sleep = off&#8221;.  The other thing I would note is on <a href="http://www.pbfixit.com/Guide/55.6.6.html">page 6</a>: the orange cables are disconnected from the motherboard by pulling straight up.  I didn&#8217;t enjoy having to guess at something like that with a very expensive motherboard at stake.  Finally, the guide needs to mention that when you&#8217;re attaching the upper case (keyboard, trackpad, <em>et al</em>) you want to make sure the trackpad ribbon (from <a href="http://www.pbfixit.com/Guide/55.6.3.html">page 3</a>) is properly positioned through its slot or you won&#8217;t be able to reach it when it&#8217;s time to plug it back in.  </p>
<p>And you <em>need</em> to plug in the &#8220;trackpad ribbon&#8221;.  It turns out that the &#8220;trackpad ribbon&#8221; isn&#8217;t just for the trackpad.  It&#8217;s for everything on the upper case that needs to talk with the motherboard: keyboard, trackpad, <em>and power button</em>.  I happened to have missed this step and my PowerBook was a brick when I was done assembling it.  A brick.  A paperweight.  It didn&#8217;t work.  It didn&#8217;t start.  It didn&#8217;t do anything.  I pressed the power button and&#8230; <strong>nothing</strong>.  Not a whir, a light, nor a chirp.  Absolute <strong>nothing</strong>.  It is a very eerie sensation, followed by a little bit of panic.  I did figure out pretty quickly that I&#8217;d skipped a step in my rush to enjoy my new system, and then discovered that I had to go all the way back to pulling off the upper case to fix my oversight.  I hope I&#8217;ve saved you that trouble.  Now you know what to look for first if your PowerBook won&#8217;t start after a hard drive replacement or upgrade.  </p>
<p>I dropped the old 80GB disk into a <a href="http://www.macally.com/spec/firewire/storage/25enclosure.html">MacAlly 2.5&#8243; Firewire enclosure</a>.  The enclosure really impresses me.  I also own standard size enclosure from MacAlly and I think very highly of both products.  The 2.5&#8243; is a really solid piece of work.  I read some reviews that bad-mouthed it because it doesn&#8217;t come with a DC power adapter, which is needed when running from USB.  However, the drive <em>does</em> come with a second USB cable that plugs into the DC power port, so you just need to plug that into a <em>powered</em> USB port to pull the necessary power to run the drive.  (Since USB sucks, it doesn&#8217;t bother to provide enough power on its own.)  Of course, if you simply use the Firewire connector, all the necessary power is pulled from that and you don&#8217;t need to fool with any of this USB nonsense.  </p>
<p>I booted from a different Firewire drive that had an old image of my main disk, then used <a href="http://www.shirt-pocket.com/SuperDuper/">SuperDuper!</a> to clone the old 80GB drive onto the new 100GB drive and rebooted.  (I&#8217;m aware of <a href="http://www.bombich.com/software/ccc.html">CCC</a>, but I find SuperDuper! sufficiently superior to CCC that I&#8217;m willing to pay for the utility.)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=52&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/12/03/new-laptop-hard-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>

		<media:content url="http://photos1.blogger.com/blogger/327/220/200/PowerBook-Taken-Apart-20051.jpg" medium="image">
			<media:title type="html">PowerBook Taken Apart</media:title>
		</media:content>
	</item>
		<item>
		<title>PB FixIt Rules</title>
		<link>http://blog.deadinkvinyl.com/2005/12/01/pb-fixit-rules/</link>
		<comments>http://blog.deadinkvinyl.com/2005/12/01/pb-fixit-rules/#comments</comments>
		<pubDate>Thu, 01 Dec 2005 06:45:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[applecare]]></category>
		<category><![CDATA[hitachi]]></category>
		<category><![CDATA[ifixit]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macally]]></category>
		<category><![CDATA[pbfixit]]></category>
		<category><![CDATA[powerbook]]></category>
		<category><![CDATA[screwdriver]]></category>
		<category><![CDATA[travelstar]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/12/01/pb-fixit-rules/</guid>
		<description><![CDATA[I&#8217;ve been working on an iMovie of my trip to Ireland and concluded that my PowerBook (17&#8243; 1.33GHz 1GB RAM) is too slow. Interestingly, when I boot from a 7200rpm Firewire drive, my system is much faster. This has led me to covet a 7200rpm laptop drive to replace the anemic 4200rpm 80GB drive that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=50&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on an iMovie of <a href="http://www.flickr.com/photos/dlkinney/search/tags:ireland/">my trip to Ireland</a> and concluded that my PowerBook (17&#8243; 1.33GHz 1GB RAM) is too slow.  Interestingly, when I boot from a 7200rpm Firewire drive, my system is <em>much</em> faster.  This has led me to covet a 7200rpm laptop drive to replace the anemic 4200rpm 80GB drive that came with the PowerBook.  I was debating the value of the upgrade versus voiding my AppleCare warranty, on which I have 10 months left, but decided that I could always swap the disk back if needed for warranty work.  </p>
<p>Having decided to take the plunge, I needed to pick a hard drive and learn how to install it.  Enter <a href="http://www.pbfixit.com/">PB FixIt</a>.  This site is fantastic.  They have walk-throughs for all of the common maintenance and upgrades for all PowerBook and iBook models, including a list of the tools required before getting started.  Even better: if you&#8217;re like me and don&#8217;t know a Spudger from a T6 Torx Screwdriver, they let you purchase the tools directly from them!  It was so convenient, I went ahead and ordered the three tools I&#8217;d need for <a href="http://www.pbfixit.com/Guide/55.6.0.html">the job</a>.  They arrived just two days later.  </p>
<p>I poked around a picked out the <a href="http://www.hitachigst.com/portal/site/en/menuitem.72e3cabd3a6a384ccf1824a0eac4f0a0/">Hitachi TravelStar 7K100</a> (which was just reviewed in a <a href="http://storagereview.com/articles/200511/notebook_1.html">notebook drive round-up</a>) as my new hard drive.  I also ordered a <a href="http://www.macally.com/spec/firewire/storage/25enclosure.html">MacAlly 2.5&#8243; external case</a> to house the 80GB drive I&#8217;ll be taking out of my laptop.  When those arrive, I will walk through the procedure and let you know how it all turns out.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=50&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/12/01/pb-fixit-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>KNOPPIX, MacOSX, NSLU2</title>
		<link>http://blog.deadinkvinyl.com/2005/02/05/knoppix-macosx-nslu2/</link>
		<comments>http://blog.deadinkvinyl.com/2005/02/05/knoppix-macosx-nslu2/#comments</comments>
		<pubDate>Sat, 05 Feb 2005 23:05:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[acomdata]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[compusa]]></category>
		<category><![CDATA[ext2filesystem]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[knoppix]]></category>
		<category><![CDATA[lacie]]></category>
		<category><![CDATA[lilo]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[nslu2]]></category>
		<category><![CDATA[powerbook]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[winxp]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/02/05/knoppix-macosx-nslu2/</guid>
		<description><![CDATA[Let me get right to it: do not purchase ACOM Data hard drives! I picked up two USB2/Firewire 80GB 7200RPM drives very inexpensively at CompUSA about a year ago and I can say that the fans used are incredibly shoddy. I had the drives hooked up to my LinkSys NSLU2 NAS controller. I love the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=33&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let me get right to it: do <span style="font-style:italic;">not</span> purchase ACOM Data hard drives! I picked up two USB2/Firewire 80GB 7200RPM drives very inexpensively at CompUSA about a year ago and I can say that the fans used are incredibly shoddy.</p>
<p>I had the drives hooked up to my <a href="http://www.linksys.com/products/product.asp?grid=35&amp;scid=43&amp;prid=640">LinkSys NSLU2</a> NAS controller. I love the NSLU2. It&#8217;s a sub-$100 NAS device that provides permission-based SMB (Windows file sharing) access to two USB2.0 hard drives. It is very small, runs Linux, and is very easy to control.</p>
<p>Anyway, I had the two ACOM Data drives attached to the NSLU2. I didn&#8217;t trust the drives, so I setup the NSLU2 to use one as a backup drive for the other. I dumped all kinds of content onto the NAS to be shared between my Dell (WinXP) and PowerBook (MacOSX) computers. Since both computers are locked-down and running their own firewalls, it&#8217;s next to impossible to get them to share files directly. Thus, the NAS filer is a very nice solution.</p>
<p>The fan died on the first ACOM Data drive several months ago. Cracking the hard drive&#8217;s case is next to impossible without breaking everything (it&#8217;s all plastic without screws), so left the drive for dead. A month ago the other drive&#8217;s fan gave out. I picked up a nice <a href="http://www.lacie.com/">LaCie</a> drive to replace the two ACOM duds.  Now I attempting to get the data off the old drive and onto the new one. </p>
<p>Here is where the Linux under-pinnings of the NSLU2 became a liability. The NSLU2 uses the EXT3 filesystem common to Linux. It&#8217;s a great filesystem, but I happen to no longer have a Linux workstation or server in my residence. I could plug both drives into the NSLU2 and use its interface to copy over the contents, but I would like more fine-grain control over the process to copy the most important content first. That&#8217;s the degree to which I distrust the ACOM Data drive lasting through the operation.</p>
<p>I thought I was in good shape because I have a <a href="http://www.knopper.net/knoppix/index-en.html">KNOPPIX</a> 3.7 CD. I&#8217;d never used it, but I&#8217;d read such good things about it&#8230; Well, it doesn&#8217;t boot on my Dell box. It gets past the LILO prompt and starts recognizing hardware, but it quickly kernel panics that it cannot read init. Hmph. I&#8217;m grabbing build 02 of 3.7, which may work better. In the mean time, I am fanning the flame of hope that I&#8217;ll find a way to read EXT3 under MacOSX. I&#8217;m giving <a href="http://sourceforge.net/projects/ext2fsx/">Mac OS X Ext2 Filesystem</a> a shot.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=33&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/02/05/knoppix-macosx-nslu2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
	</channel>
</rss>
