New release lets you save and re-open activity configurations in simple plist files, and fixes a couple of annoying bugs.
launchd
Background activities scheduled by third-party software currently use launchd, and run the risk of affecting the user. Would GCD be a better choice of dispatcher?
An experimental tool to let you schedule background tasks of your own, which are managed by Grand Central Dispatch. First alpha release.
The aim is to be able to run commands at regular intervals using GCD rather than launchd. Here are details of the code and resulting log entries, casting light on how GCD works.
Despite its documentation vanishing, it’s clear that GCD does a lot more than provide an easy way to concurrency for app developers.
Irregular Time Machine backups are one of Sierra’s great mysteries. It now looks as if they might have been fixed in 10.12.4.
Schedule a periodic task as a Launch Agent. How close to the expected time does macOS actually run it?
This command tool can now write just the integer passed to it as a log message. This is ideal for instrumenting scripts and apps for analysis.
macOS Sierra doesn’t run periodic backups using a simple mechanism. Here’s the story in full detail.
Working out why Time Machine backups go wrong isn’t necessarily that different from unravelling classical mythology. In some ways.
