Apple battery recall

If you own a 12-inch iBook G4, 12-inch PowerBook G4, or 15-inch PowerBook G4 and are having trouble getting to this page to see whether your battery is included in the recall Apple just announced, here’s a copy of the chart:

table


I just checked, and the battery in my 15" is in the recall. I feel special!

Update: Apple has updated their chart to more accurately reflect the batteries covered. See the official page for more.

Mac OS Forge

In the wake of OpenDarwin’s shutdown announcement, Apple has launched Mac OS Forge, a home for selected open source projects from Apple and from the community.

The present site feels a bit like a stub – e.g. the WebKit link still goes to OpenDarwin – but it’s good to see Apple stepping up to the plate. Just seeing tickets and commits from Real Apple Developers is exciting. And I give them bonus points for using Trac, too.

Rails security hole hullabaloo

Oops So, a serious security hole in Rails was announced this week. There’s a lot of bashing going on about “security through obscurity.” I’ve always understood STO as sustained secrecy about known (or possible) vulnerabilities, which seems different from the Rails team’s provisional waiting period between the initial announcement and the full disclosure. (And the patches themselves told the story, for those familiar with the source.)

Not that there weren’t legitimate problems with their patch release process. They definitely made mistakes they can learn from.

Akismet anti-comment-spam

I’ve yanked out my own crude anti-comment-spam tests and replaced them with a nice tidy call to the Akismet API. If this works out I’ll most certainly incorporate it into the Django version of the blog – there’s a nice Python interface as well.


seanrox commented on Thu Aug 24 14:58:33 2006:

Akismet is nice and works wonders on comment spam as you’ll see on your site.

The guys over at automattic.com really know their stuff.