My Last Mac

Posted by Bill McGonigle Tue, 14 Oct 2008 18:29:00 GMT

From today’s new Macbook announcement:

11:01AM Q: Concern about the glossy screens. Are you going to offer another option?
          A: Steve: We're going all glass -- we won't offer another version. 
          Phil: You offset the reflection by the brightness, and consumers love it. One of the great things about a notebook is you can turn it however you want!

I’ve used a Mac laptop since 1992 as my primary machine and often find myself using it in situations where I can’t actually rearrange the furniture or move the windows (Phil apparently lives in an opaque bubble). So I’ve always ordered a Macbook Pro with a matte screen, because my brain simply can’t see through the glare. Some people can, my eyes don’t work that way.


Yeah, their marketing images actually
show the reflected keyboard


So, today marks the end of availability of new Macs I can use. Since OSX doesn’t run on other hardware (securely) this means I can’t plan on using OSX into the future. I’ll keep a machine around for media work in the short term, but it’s obvious I need to get as much of my work moved over to Linux as possible if I’m going to have hardware that’s current technology.

With Apple’s primary focus on the iPod/Phone market, its draconian tactics there, and its inability to deliver a stable next OS release this is merely the last straw (if it were the only problem I’d consider investing in custom coatings, etc.) Thanks, Apple, it’s been a fun 16 years.

Update: Not just me.

del.icio.us:My Last Mac digg:My Last Mac reddit:My Last Mac spurl:My Last Mac wists:My Last Mac simpy:My Last Mac newsvine:My Last Mac blinklist:My Last Mac furl:My Last Mac fark:My Last Mac blogmarks:My Last Mac Y!:My Last Mac smarking:My Last Mac magnolia:My Last Mac segnalo:My Last Mac

Leopard is Still a Turkey

Posted by Bill McGonigle Wed, 08 Oct 2008 20:48:00 GMT

I’ve been writing a short note here after each minor release of Mac OS X 10.5, noting the major problems with it, and 10.5.5 is unfortunately no different. Today I applied it to my main machine’s Leopard install and tried two fairly simple operations:

  • delete a partition with Disk Utility
  • install Software Updates

The first totally messed up my drive’s partition table, resizing a supposedly untouched partition from 96 to 26 GB, rendering it unusable. The second, applying a half dozen software updates failed on the first attempt, and on the second attempt rendered the system unusable (LoginWindow would keep crashing and re-loading in an endless cycle).

So, I’m restoring my machine from backup now, and will stick with 10.4 (Tiger) until Leopard is as stable as Tiger.

Maybe 10.5.6 will be better, but as of now I’m still recommending clients stay on 10.4.11. A year into Leopard now, and it still has fundamental problems - that Apple has 10.6 (Snow Leopard) planned as a no-new-features release specifically to address architectural problems is a sure sign the issues run deep.

del.icio.us:Leopard is Still a Turkey digg:Leopard is Still a Turkey reddit:Leopard is Still a Turkey spurl:Leopard is Still a Turkey wists:Leopard is Still a Turkey simpy:Leopard is Still a Turkey newsvine:Leopard is Still a Turkey blinklist:Leopard is Still a Turkey furl:Leopard is Still a Turkey fark:Leopard is Still a Turkey blogmarks:Leopard is Still a Turkey Y!:Leopard is Still a Turkey smarking:Leopard is Still a Turkey magnolia:Leopard is Still a Turkey segnalo:Leopard is Still a Turkey

iPod Command-Line Sync on Mac OS X

Posted by Bill McGonigle Tue, 07 Oct 2008 05:15:00 GMT

This will sync any attached iPods if iTunes is running:

          #!/bin/sh
          osascript <<_END_OF_UPDATE
          tell application "Finder"
                  set processList to get name of every process
                  if processList contains "iTunes" then
                          tell application "iTunes" to update (every source whose kind is iPod)
                  end if
          end tell
          _END_OF_UPDATE
          

It can be called from a cronjob to keep an iPod updated. iTunes ought to just do this automatically.

del.icio.us:iPod Command-Line Sync on Mac OS X digg:iPod Command-Line Sync on Mac OS X reddit:iPod Command-Line Sync on Mac OS X spurl:iPod Command-Line Sync on Mac OS X wists:iPod Command-Line Sync on Mac OS X simpy:iPod Command-Line Sync on Mac OS X newsvine:iPod Command-Line Sync on Mac OS X blinklist:iPod Command-Line Sync on Mac OS X furl:iPod Command-Line Sync on Mac OS X fark:iPod Command-Line Sync on Mac OS X blogmarks:iPod Command-Line Sync on Mac OS X Y!:iPod Command-Line Sync on Mac OS X smarking:iPod Command-Line Sync on Mac OS X magnolia:iPod Command-Line Sync on Mac OS X segnalo:iPod Command-Line Sync on Mac OS X

iPhone: Developers Burned, Investors Leery

Posted by Bill McGonigle Tue, 16 Sep 2008 07:30:00 GMT

Fraser Speirs, former iPhone developer, had his application rejected by Apple on grounds that it might compete with iTunes. Unfortunately for Speirs and every other developer out there, you have no way of knowing if an app will be allowed by Apple until the last step in the development process, unless the app already exists in the Store. This raises the risk for investing in an iPhone app tremendously, meaning few businesses will make the investment, especially if their application is cutting edge. How would you like to invest $200K in an iPhone development project to have it turned back by a fickle screener?

But, I mean, who could have seen this coming in a completely closed and proprietary development environment?

Rule #3 of business - never have your business completely dependent on another business. A well-diversified, well-capitalized business might be able to take this risk, but the majority won’t. Android and Maemo are waiting.

del.icio.us:iPhone: Developers Burned, Investors Leery digg:iPhone: Developers Burned, Investors Leery reddit:iPhone: Developers Burned, Investors Leery spurl:iPhone: Developers Burned, Investors Leery wists:iPhone: Developers Burned, Investors Leery simpy:iPhone: Developers Burned, Investors Leery newsvine:iPhone: Developers Burned, Investors Leery blinklist:iPhone: Developers Burned, Investors Leery furl:iPhone: Developers Burned, Investors Leery fark:iPhone: Developers Burned, Investors Leery blogmarks:iPhone: Developers Burned, Investors Leery Y!:iPhone: Developers Burned, Investors Leery smarking:iPhone: Developers Burned, Investors Leery magnolia:iPhone: Developers Burned, Investors Leery segnalo:iPhone: Developers Burned, Investors Leery

transcode on macports fixed

Posted by Bill McGonigle Mon, 01 Sep 2008 03:23:00 GMT

If compiling transcode for macports has you stuck at ‘undefined symbols’ for _mpeg2convert_rgb24 , the problem is that configure isn’t finding the ports version of pkgconfig, so it can’t find the library’s symbols.

The right thing to do is to make transcode depend on pkgconfig, so the ports version gets installed for you. I submitted a patch for this a few weeks, back, and it just got accepted, so expect to see it in the wild in the near future.

del.icio.us:transcode on macports fixed digg:transcode on macports fixed reddit:transcode on macports fixed spurl:transcode on macports fixed wists:transcode on macports fixed simpy:transcode on macports fixed newsvine:transcode on macports fixed blinklist:transcode on macports fixed furl:transcode on macports fixed fark:transcode on macports fixed blogmarks:transcode on macports fixed Y!:transcode on macports fixed smarking:transcode on macports fixed magnolia:transcode on macports fixed segnalo:transcode on macports fixed

First Open Source iPhone App Killed?

Posted by Bill McGonigle Mon, 04 Aug 2008 20:49:00 GMT

Apple has pulled the popular iPhone application BoxOffice from its store without informing the author or responding to his queries.

Some have speculated that it might be at the behest of the data provider (Fandango) but the author clarified, "i'm in talks with fandango right now, and they're thrilled with my app".

Another possibility is that the terms of the iPhone SDK were violated by the publication of the source code for BoxOffice, which necessarily discloses parts of the iPhone API to third parties.

For those wondering if Apple was actually going to enforce the non-open-source aspect of its NDA, this may be the test case that will decide the issue.

Update 2008-10-13: This appears to have been a licensing issue with improper use of data from Rotten Tomatoes. Its owner (now Fox) contacted Apple and Apple 'fired first and didn't bother to ask questions'. Apparently through some back door channels and 10 days later the author was able to contact somebody inside Apple and get the issue resolved. By insisting on playing gatekeeper, Apple is going to take blow after blow on these kinds of problem, simply as a matter of percentages. The iPhone App Graveyard will track the drama.

del.icio.us:First Open Source iPhone App Killed? digg:First Open Source iPhone App Killed? reddit:First Open Source iPhone App Killed? spurl:First Open Source iPhone App Killed? wists:First Open Source iPhone App Killed? simpy:First Open Source iPhone App Killed? newsvine:First Open Source iPhone App Killed? blinklist:First Open Source iPhone App Killed? furl:First Open Source iPhone App Killed? fark:First Open Source iPhone App Killed? blogmarks:First Open Source iPhone App Killed? Y!:First Open Source iPhone App Killed? smarking:First Open Source iPhone App Killed? magnolia:First Open Source iPhone App Killed? segnalo:First Open Source iPhone App Killed?

Ideal Time Machine Hard Drive

Posted by Bill McGonigle Wed, 23 Jul 2008 22:47:23 GMT

After coming close to losing a few years' worth of the kids’ digital photos (I had a backup, thank you, rsnapshot, but when I only have one copy it’s close to being lost) I decided to find a good full-time backup hard drive for the wife’s computer. Hers is a Mac Mini running Leopard, and it has the Time Machine backup system (think exactly like rsnapshot, but with directory-level hard links as well). So, I wanted to find a drive that would be:

  • Small
  • Quiet
  • Easy
  • Big enough to handle backup of an 80GB drive
  • Reliable
  • Cost-effective

Now, there are several drives out there that have the capacity. Most are pretty big (physically), and many of them require an AC wall wart and have fans in them. That I didn’t want.

I usually just head over to Newegg and find a case and a drive and screw something together, but they didn’t have any that met the requirements. By this time I had decided that a Firewire bus-powered drive with a 2.5” 160GB drive would be perfect, and I finally found one at MacSales/OtherWorld Computing. These guys sponsor the open source project XPostFacto which lets you run OSX on hardware Apple has abandoned (so that you can connect to the Internet without being pwned). So, good guys, and they have the 160GB OWC Mercury On-The-Go Oxford911 FireWire 2.5” 5400RPM 8MB Cache Portable Storage Solution, which, while a mouthful, is just the right drive for Time Machine backups. I didn't think I'd buy another PATA drive, but the Oxford 911 chipset is really quite well-proven, a nice feature for a backup drive. The drive comes with a cable and a pleather case:

owcmerc-stuff

and a CD that contains some software for something I don't need (it would be a nice green move to be able to leave out pleather cases and CD's if they're just headed to the trash heap). I plugged the drive in, the Mac asked me if I wanted to use it for Time Machine, and a few clicks later the backups started running. Nicer interface than rsnapshot, for normal mortals anyway. Now after all that, there are two complaints. First, it's in a very nice lucite case. But the case doesn't have much in the way of markings on it. There's a 3-position switch on the back, and you have to refer to the user's manual pamphlet to figure out what it does. It's a switch for Bus Power/Off/AC Power. I made a label on my label maker so I could recycle the instructions. The second point isn't about the product but the marketing. The box exclaims, "Fits in your shirt pocket!". Here's how well that works:

owcmerc in pocket

This particular oxford (not 911) shirt of mine has bigger pockets than any others, and it just fits. When I hear a claim like that, I think of another 2.5" drive I have:

owcmerc comparison

that can almost fit reasonably in a pocket. This isn't a shirt pocket drive - maybe cargo pants. Better to just call it a really nice drive.

del.icio.us:Ideal Time Machine Hard Drive digg:Ideal Time Machine Hard Drive reddit:Ideal Time Machine Hard Drive spurl:Ideal Time Machine Hard Drive wists:Ideal Time Machine Hard Drive simpy:Ideal Time Machine Hard Drive newsvine:Ideal Time Machine Hard Drive blinklist:Ideal Time Machine Hard Drive furl:Ideal Time Machine Hard Drive fark:Ideal Time Machine Hard Drive blogmarks:Ideal Time Machine Hard Drive Y!:Ideal Time Machine Hard Drive smarking:Ideal Time Machine Hard Drive magnolia:Ideal Time Machine Hard Drive segnalo:Ideal Time Machine Hard Drive

Ideal Time Machine Hard Drive

Posted by Bill McGonigle Wed, 23 Jul 2008 22:47:23 GMT

After coming close to losing a few years' worth of the kids’ digital photos (I had a backup, thank you, rsnapshot, but when I only have one copy it’s close to being lost) I decided to find a good full-time backup hard drive for the wife’s computer. Hers is a Mac Mini running Leopard, and it has the Time Machine backup system (think exactly like rsnapshot, but with directory-level hard links as well). So, I wanted to find a drive that would be:

  • Small
  • Quiet
  • Easy
  • Big enough to handle backup of an 80GB drive
  • Reliable
  • Cost-effective

Now, there are several drives out there that have the capacity. Most are pretty big (physically), and many of them require an AC wall wart and have fans in them. That I didn’t want.

I usually just head over to Newegg and find a case and a drive and screw something together, but they didn’t have any that met the requirements. By this time I had decided that a Firewire bus-powered drive with a 2.5” 160GB drive would be perfect, and I finally found one at MacSales/OtherWorld Computing. These guys sponsor the open source project XPostFacto which lets you run OSX on hardware Apple has abandoned (so that you can connect to the Internet without being pwned). So, good guys, and they have the 160GB OWC Mercury On-The-Go Oxford911 FireWire 2.5” 5400RPM 8MB Cache Portable Storage Solution, which, while a mouthful, is just the right drive for Time Machine backups. I didn't think I'd buy another PATA drive, but the Oxford 911 chipset is really quite well-proven, a nice feature for a backup drive. The drive comes with a cable and a pleather case:

owcmerc-stuff

and a CD that contains some software for something I don't need (it would be a nice green move to be able to leave out pleather cases and CD's if they're just headed to the trash heap). I plugged the drive in, the Mac asked me if I wanted to use it for Time Machine, and a few clicks later the backups started running. Nicer interface than rsnapshot, for normal mortals anyway. Now after all that, there are two complaints. First, it's in a very nice lucite case. But the case doesn't have much in the way of markings on it. There's a 3-position switch on the back, and you have to refer to the user's manual pamphlet to figure out what it does. It's a switch for Bus Power/Off/AC Power. I made a label on my label maker so I could recycle the instructions. The second point isn't about the product but the marketing. The box exclaims, "Fits in your shirt pocket!". Here's how well that works:

owcmerc in pocket

This particular oxford (not 911) shirt of mine has bigger pockets than any others, and it just fits. When I hear a claim like that, I think of another 2.5" drive I have:

owcmerc comparison

that can almost fit reasonably in a pocket. This isn't a shirt pocket drive - maybe cargo pants. Better to just call it a really nice drive.

del.icio.us:Ideal Time Machine Hard Drive digg:Ideal Time Machine Hard Drive reddit:Ideal Time Machine Hard Drive spurl:Ideal Time Machine Hard Drive wists:Ideal Time Machine Hard Drive simpy:Ideal Time Machine Hard Drive newsvine:Ideal Time Machine Hard Drive blinklist:Ideal Time Machine Hard Drive furl:Ideal Time Machine Hard Drive fark:Ideal Time Machine Hard Drive blogmarks:Ideal Time Machine Hard Drive Y!:Ideal Time Machine Hard Drive smarking:Ideal Time Machine Hard Drive magnolia:Ideal Time Machine Hard Drive segnalo:Ideal Time Machine Hard Drive

Ideal Time Machine Hard Drive

Posted by Bill McGonigle Wed, 23 Jul 2008 22:47:23 GMT

After coming close to losing a few years' worth of the kids’ digital photos (I had a backup, thank you, rsnapshot, but when I only have one copy it’s close to being lost) I decided to find a good full-time backup hard drive for the wife’s computer. Hers is a Mac Mini running Leopard, and it has the Time Machine backup system (think exactly like rsnapshot, but with directory-level hard links as well). So, I wanted to find a drive that would be:

  • Small
  • Quiet
  • Easy
  • Big enough to handle backup of an 80GB drive
  • Reliable
  • Cost-effective

Now, there are several drives out there that have the capacity. Most are pretty big (physically), and many of them require an AC wall wart and have fans in them. That I didn’t want.

I usually just head over to Newegg and find a case and a drive and screw something together, but they didn’t have any that met the requirements. By this time I had decided that a Firewire bus-powered drive with a 2.5” 160GB drive would be perfect, and I finally found one at MacSales/OtherWorld Computing. These guys sponsor the open source project XPostFacto which lets you run OSX on hardware Apple has abandoned (so that you can connect to the Internet without being pwned). So, good guys, and they have the 160GB OWC Mercury On-The-Go Oxford911 FireWire 2.5” 5400RPM 8MB Cache Portable Storage Solution, which, while a mouthful, is just the right drive for Time Machine backups. I didn't think I'd buy another PATA drive, but the Oxford 911 chipset is really quite well-proven, a nice feature for a backup drive. The drive comes with a cable and a pleather case:

owcmerc-stuff

and a CD that contains some software for something I don't need (it would be a nice green move to be able to leave out pleather cases and CD's if they're just headed to the trash heap). I plugged the drive in, the Mac asked me if I wanted to use it for Time Machine, and a few clicks later the backups started running. Nicer interface than rsnapshot, for normal mortals anyway. Now after all that, there are two complaints. First, it's in a very nice lucite case. But the case doesn't have much in the way of markings on it. There's a 3-position switch on the back, and you have to refer to the user's manual pamphlet to figure out what it does. It's a switch for Bus Power/Off/AC Power. I made a label on my label maker so I could recycle the instructions. The second point isn't about the product but the marketing. The box exclaims, "Fits in your shirt pocket!". Here's how well that works:

owcmerc in pocket

This particular oxford (not 911) shirt of mine has bigger pockets than any others, and it just fits. When I hear a claim like that, I think of another 2.5" drive I have:

owcmerc comparison

that can almost fit reasonably in a pocket. This isn't a shirt pocket drive - maybe cargo pants. Better to just call it a really nice drive.

del.icio.us:Ideal Time Machine Hard Drive digg:Ideal Time Machine Hard Drive reddit:Ideal Time Machine Hard Drive spurl:Ideal Time Machine Hard Drive wists:Ideal Time Machine Hard Drive simpy:Ideal Time Machine Hard Drive newsvine:Ideal Time Machine Hard Drive blinklist:Ideal Time Machine Hard Drive furl:Ideal Time Machine Hard Drive fark:Ideal Time Machine Hard Drive blogmarks:Ideal Time Machine Hard Drive Y!:Ideal Time Machine Hard Drive smarking:Ideal Time Machine Hard Drive magnolia:Ideal Time Machine Hard Drive segnalo:Ideal Time Machine Hard Drive

Mac OS X 10.5.4 Issues

Posted by Bill McGonigle Wed, 09 Jul 2008 15:28:00 GMT

I was hopeful that Mac OS X 10.5.4 would address previous versions’ data corruption issues, but it appears they still exist.

According to MacFixit, issues still exist with saving files to servers via at least AFP (are NFS or SMB affected?), system logging issues, firewall problems, and apparently Software Update is still buggy at applying binary deltas.

So, unfortunately I’m still not recommending 10.5 (Leopard) Client for folks who need to use network filesystems. If you’re using local disks only and don’t mind downloading the ‘Combo’ OS updates and applying them by hand, you’re likely to be fine and feature-wise Leopard has plenty to offer.

Hopefully 10.5.5 will finally quash the network filesystems problems, and nearly a year from release the OS will become widely useful.

del.icio.us:Mac OS X 10.5.4 Issues digg:Mac OS X 10.5.4 Issues reddit:Mac OS X 10.5.4 Issues spurl:Mac OS X 10.5.4 Issues wists:Mac OS X 10.5.4 Issues simpy:Mac OS X 10.5.4 Issues newsvine:Mac OS X 10.5.4 Issues blinklist:Mac OS X 10.5.4 Issues furl:Mac OS X 10.5.4 Issues fark:Mac OS X 10.5.4 Issues blogmarks:Mac OS X 10.5.4 Issues Y!:Mac OS X 10.5.4 Issues smarking:Mac OS X 10.5.4 Issues magnolia:Mac OS X 10.5.4 Issues segnalo:Mac OS X 10.5.4 Issues

Older posts: 1 2 3 ... 7