Smelly. Puppy.

Nothing to do with puppies, nor odors. Only cool software.

Browsing Posts tagged Apple

Just posted a new version, which contains “Smart Reminders”.

Smart Reminders will create alarms/reminders in iCal for any events you create. Many calendars do this. But what Smart Reminders does is create different types of reminders based on how far out the event was when you created it.

By default, all events will have a reminder set to 15 minutes away. Events created more than a week in advance will notify you the day before, as well. And if you create something more than a month away, a reminder will be created two weeks before the event. (So, one distant event = 3 reminders)

The intervals are fully configurable. You can turn this off, too. Just flip the widget over and explore.

Thanks to Pat Niemeyer for the concept… Keep the suggestions coming! And download the new version!

Just posted a new version, which contains task/todo creation.

  • Tasks without due dates: start or end the text with “todo” (“todo – walk the dog”, “todo – renew domains”)
  • Tasks with a due date: no need to use “todo”, just end your text with “due”, “due on”, “before”, “by” – with a date. (“file taxes before 4/15″, “electric bill due next tuesday”)
  • You can assign importance to tasks by throwing bangs/exclamation marks after your text. The more you add, the more important it is. (“todo – sorta important!”, “todo – REALLY IMPORTANT!!!”)

New version can be found here

Being that I hate every hour backups (well, not the backups, but I hate the volume level of my external drive), and I’m fine with a backup running once a day – here’s how to set Time Machine with a custom interval (until Apple release 10.5.1 which will hopefully address this)

1) In the Time Machine preferences, turn it OFF

2) (We’re built on Unix, yea?) Set up a cron to run backupd-helper (Which is equivilent to the ‘back up now’ selection when you control-click the dock icon)… If ‘crontab -e’, and the vi editor are foreign to you, I’d probably stop, or do a ‘man 5 crontab’ or something from a terminal session. If not, here’s my daily 3am backup:

0 3 * * *        /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper

Every 2 hours, at 15 past the hour would be:

15 */2 * * *    /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper