Dashboard – Love It or Leave It

By Matt@Smalldog.com (written by Matt, posted by Ed)

Dashboard is a love-or-hate feature of MacOS X 10.4 Tiger. I still haven’t decided whether I love it or hate it, but its voracious appetite for memory is certainly hate worthy. I have little use for stickies (I still use the analog version: real-life post-it notes stuck to my iMac), though I like having the weather widget and ski report widgets available. Better yet is the translation widget, which helps me occasionally when I read news in Spanish in hopes of regaining fluency.

The cost of running five ski report widgets, a note pad, a translator, and a weather widget is over 100MB of physical RAM, and several gigabytes of virtual memory (read: hard drive space). When I’m done using Dashboard, I always run an AppleScript that restarts the Dock, which owns Dashboard. By restarting the Dock, Dashboard is also restarted, which frees up all physical and virtual memory associated with it. That memory will be reclaimed by Dashboard once it’s invoked again with F12, or the hot key you specified.

Of course, Dashboard can be disabled entirely in Terminal.

defaults write com.apple.dashboard mcx-disabled -boolean YES killall
Dock

and re-enabled by typing

defaults write com.apple.dashboard mcx-disabled -boolean NO killall
Dock

You can download the AppleScript, which I named killthedash, from my .Mac public folder. To do this, pull down the Go menu in Finder, select iDisk, then Other User’s Public Folder, and type my .Mac username: mmklein.

Similar Posts

  • The Ease of Boot Camp

    Just yesterday I got to use Boot Camp for the very first time. My mission was to install Windows along-side the already installed…

  • Unexpected Hidden File

    By David Boyd Hidden in the Mac OS X system files is an unexpected (and fun) audio file. Go to the Finder’s Go…

  • Gmail on iOS

    Did you know that there’s more than one way to access your Google account email, contacts, and calendars from your iOS device? I’m…

  • Submitting Your Widgets

    Last week I talked about how to make a widget, and now I’m going to talk about how to submit your widget to…

  • Mac Repairs

    Yesturday I had the task of taking apart a 23” Apple Cinema Display HD with DVI. First, I had absolutely no idea where…