ON THIS PAGE
    ARCHIVES
    CATEGORIES
    BLOGROLL
    LINKS
    SEARCH
    MY BOOKS
    DISCLAIMER
 
 Wednesday, August 15, 2007
Taking a new approach

Well, those of you who've seen me at the various No Fluff Just Stuff shows probably already knew this was coming, but today I finally made the switch, bought a Mac, and started the (rather scary) experiment of converting my IT life over to a brand new operating system, something I haven't done in close to two decades. (Not since I bought my first 286 PC, in fact, back in high school.) I am now the new owner of a 17" MacBookPro (4GB, 1900x1200 matte, for those who want such details), and I'm slowly starting the transition.

Thus far, the Mac experience isn't all that exciting--I unwrapped the box, plugged the thing into the wall outlet (hey, now there's a switch--Macs come with pre-powered batteries, it seems), booted and walked through the opening steps of Mac OS X. (Don't ask me which version it is--I honestly don't know yet, nor do I know how to find out. I will, in time, but for now...) Vaguely reminiscent of Vista's installation (or maybe that should be the other way around), if a touch smoother.

Next steps, install iWork, so I can see if it's the Office-killer that some of my Mac-zealot friends say it is, install Firefox (because Safari just doesn't work for me, not even for the fifteen minutes I spent using it), and purchase VMWare Fusion. This is the secret to my $4000 experiment--I don't have to switch over completely in one day, because I have everything I do bundled up in VMWare images (one for Java work, one for .NET 2005 work, one for NetFX 3 work, one for playing-around-with-new-programming-languages work, and so on), so as long as VMWare images are cross-compatible between Intel Macs and Intel PCs, I'm good.

Unfortunately, this isn't going to be quite as smooth as I'd hoped; I'd forgotten that the Mac OS and Windows don't exactly share the same filesystem--Windows prefers NTFS (and has for years now), but apparently the Mac OS doesn't have write capabilities to NTFS. This presents a small problem, as my external 160GB USB drives are all NTFS-formatted. So I can suck the images off the drives, but can't write to them. Ugh. Possible salvation lies in the Ext2FS filesystem, which apparently is supported (through open-source efforts) on both Mac OS and Windows. I'll pick up a new 160GB drive, format it Ext2FS, and see how well it works on both machines.

(Curious readers may wonder why I need a filesystem that's writable in both directions; frankly, I need the full-fidelity because I'm not entirely convinced of the sanity of this move just yet, and I want to be able to go back if I need or want to. In fact, I'm going to be carrying the trusty T42p around with me, snuggled right up against the MBP, for a few months yet.)

So, as I write this, I'm running my "Work" guest image on top of VMWare Fusion. (Had to buy the upgrade to VMWare Workstation 6 in order to support the move to Fusion, since Fusion uses the hardware format of Workstation 6. Besides, Fusion/6 has some support for DirectX, and yes, I'm also interested in getting some games installed in here and playing around that way too. :-) ) I have to say, I really don't care for the touchpad, having spent the last half-decade training my index finger to use the nipple on the Thinkpads, but I picked up a Bluetooth mouse for serious work sessions, and like all good mice, it has two buttons. (Anybody know how to emulate a right-mouse-button-click on a MacBookPro?)

Fortunately as well, I have friends who are serious Macophiles, and I'm sure they will take my n00b questions with patience and understanding... since it's their fault I'm here anyway. :-)

Wish me luck....




Wednesday, August 15, 2007 4:43:28 AM (Pacific Daylight Time, UTC-07:00)
Comments [10]  | 
Wednesday, August 15, 2007 5:42:37 AM (Pacific Daylight Time, UTC-07:00)
Under Keyboard and Mouse in the System Preferences, make sure "Place two fingers on trackpad and click button for secondary click" is checked. Then, you can just place two fingers on the trackpad, and click to get a right mouse button click.
Wednesday, August 15, 2007 6:18:19 AM (Pacific Daylight Time, UTC-07:00)
I beleive that ctrl + click will give you the right mouse click.
Brian
Wednesday, August 15, 2007 8:10:12 AM (Pacific Daylight Time, UTC-07:00)
I've been using the MBP 15" version for about 2 months now and have been very pleased. There will be the occasional frustration, but the more I use it the more I like it. I had Bootcamped a Vista partition that I'm finding I hardly ever use except to do screenshots for the next Pro C# edition. I have been using NeoOffice. Works real nice as far as Office compatibility. Even supports the templates that Wiley gives us to use. Sorta funny when you think that the next edition of a C# programming book was partially written on a Mac ;-)
Jay Glynn
Wednesday, August 15, 2007 8:45:20 AM (Pacific Daylight Time, UTC-07:00)
a@http://code.google.com/p/macfuse/@MacFUSE may help you out with the NTFS read-write stuff. I haven't used it myself, but Amit Singh (the primary developer) knows a a@http://www.osxbook.com/@thing or two about the Mac OS...
Wednesday, August 15, 2007 10:48:12 AM (Pacific Daylight Time, UTC-07:00)
Hmm. Guess I didn't understand the "Some html is allowed:" example. Sorry for gunking up your comments.
Wednesday, August 15, 2007 11:46:44 AM (Pacific Daylight Time, UTC-07:00)
You can also configure OS X to recognize a two-finger tap as a secondary click. I posted a few keyboarding tips here. Follow the link to iboughtamac.com for a long list of keyboard shortcuts.

Download QuickSilver straight away. I also recommend Adium, Witch, and Smultron.

I've been on a MacBook for several months. It has certainly made me more cognizant of the trade-offs in both directions. I started with Bootcamp + Vista then switched to OS X with Vista in VMware Fusion. I'm back to dual booting with Bootcamp as of last weekend. The VM overhead wasn't worth it on the days I spent head down in Visual Studio and Word/Excel 2007 (and Yahoo Music Engine was unusable in the VM). For quick things, I can boot the Bootcamp partition as a VM from Parallels (Fusion has the same feature).

You can always format your external drive as FAT32. ;) LOL
Wednesday, August 15, 2007 12:08:04 PM (Pacific Daylight Time, UTC-07:00)
Have a look at NTFS-3G (http://www.daniel-johnson.org/). It works on OSX via Mac-Fuse (The Fuse implementation contributed by Google)
RichB
Saturday, August 18, 2007 9:04:02 PM (Pacific Daylight Time, UTC-07:00)
>>Hmm. Guess I didn't understand the "Some html is allowed:" example. Sorry for gunking up your comments.

Just use it as normal html tags:

bold
italic
strike

and so on...
Monday, September 03, 2007 8:48:46 PM (Pacific Daylight Time, UTC-07:00)
Write support between OS X and Windows is a pain, it's the same when you're interoperating with Linux. I generally format everything as FAT32 for write support from all OSes and use OS X's native HFS+ for most storage, which is readable from Linux. I haven't had great experiences with Ext2FS, though I've used MacFuse sucessfully with its SSH filesystem. MacFuse would be my choice if you need NTFS file support.
Friday, September 07, 2007 2:11:29 PM (Pacific Daylight Time, UTC-07:00)
Don't forget to download mono so you can write .NET applications. I hated the development tools and libraries on my iMac.
Comments are closed.