Archive for the 'Apple' Category

Note: I've reorganized this site to use tags; the category archive remains to support old links. Only posts prior to April, 2006 are categorized. Tag Archive »

Upgrading, Part 1

Despite my previous plans, I found myself in CompUSA tonight, and ended up with my own shiny new copy of Panther. If I ever get it installed, I’ll post a few comments.

So far, this isn’t the cake walk I expected. The problem isn’t Panther, it’s backups. I thought this would be a good time to start fresh, so I planned to format and install from scratch. This, of course, requires backups. I’m pretty sure the only thing I need to backup is my home directory. My original plan was to pick up a firewire cable, boot my Powerbook into firewire harddrive mode, attach it to my PC, and copy my Home dir. While at CompUSA, however, I decided I could just burn a CD to make my backups, so I didn’t get the firewire cable.

Oops. Seems my home dir was over 6 gigs. That’s alot of CDs. So I thought I’d try Disk Copy, make an image, and copy it over my network. But still alot of data. I decided to omit my Download directory. This is where things started to get unpleasant. You can drag-drop a folder onto Disk Copy to create an image from that folder, but you can drop multiple files. This means if you want to make an image of everyhing in a folder except a certain folder(s), you must either move the folder you wish to omit before drag-droping, or create the whole image and then remove the offending folder. I tried to create a blank image to drop my files into, but it didn’t work. (I later noticed you have to specify an image size, default is only 10meg.)

I eventually gave up on Disk Copy. I tried connecting to my Windows PC, and directly copying my home folder. After churning for a few, it told me it would take 3 hours. That increased to 6. I aborted. Later, I found that this was ludicrous… it was initially copying a bunch of small files, which gives poor performance, and extrapolating.

In the end (a couple hours after I started), I ended up getting everything copied, I think (hope!); I copied the bigger files, like music and downloads, directly, and made a disk image for everything else (what a pain). Once this was all done, I took out some extra insurance by exporting settings from a few imporant programs (Firebird bookmarks, NetNewsWire subscriptions, etc), and making an additional disk image of my /Users/jclark/Library/Mail.

Just to make this even more fun (for some definition of fun), I’ve decided to partition my drive fairly aggressively (OS, Applications, Users, swap). I’m authoring this entry from my Win2K PC while Panther merrily installs. More to come.

To Panther…

…Or not to Panther? That is the question, at least for me. While it seems that many other bloggers already have the new cat by the tail, I’m undecided. Of course, like any good geek, I want the newest toys. But is it really USD 129.00 worth of new toys?

Mark Pilgrim has published a rather detailed overview of Panther. Reading through the article, I don’t see much I would need on a daily (or even monthly) basis. Not to poo-poo these features, they just don’t really apply to me.

For example, the new Activity Monitor and System Profiler look like tools I’d rarely (if ever) use. The new Disk Utility seems nice, but I doubt I’d need it. The new printing features should have been in a prior OS X release; but I’ve had my Powerbook successfully printing to a shared Samba printer for nearly a year. The multi-user and security features look nice, but I’m the only user of my machine, and I’m really not concerned about my encrypting my files.

There are some new Panther features which do pique my interest, however. The improvements to Finder are much needed. Expose looks like something invented for me… I always have dozens of windows open at once. And a feature Mark didn’t mention, but which Apple has been touting, is threaded-discussion-view in Mail.app (perfect for mailing lists).

I have yet to write a native OS X application, or to even look very hard at Objective C. Nevertheless, this MacDevCenter.com article about the new XCode IDE (ships with, and only available for, Panther) has got me to thinking.

All in all, I think OS X 10.3, “Panther”, will make a fine addition. To my Christmas list.

OS X Trivia

While installing Syncato via Syncatomatic on my Powerbook, I was idly watching make messages scroll by when I something caught my eye. I’ve always enjoyed watching makefiles talk to themselves, e.g. ‘Checking for xyz… found’. Today I saw ‘checking the maximum length of command line arguments…’

The maximum length of a command line argument under tcsh on OS X 10.2.6 is 16384 characters. Now you know.