
When running Adobe After Effects under OSX, it is possible to attempt to force a crash recovery if the application become unresponsive. I’ve written a script to make the process a little more painless.
The Script
set procName to "Contents/MacOS/After Effects"
set grepCommand to "ps -ef | grep -i '" & procName & "' | grep -v grep | awk {'print $2'} | head -1"
set curPID to do shell script grepCommand
if curPID is not "" then
set killCommand to "kill -SEGV " & curPID
set result to do shell script killCommand
end if
Stand-Alone Version
You can export the above AppleScript as an application to keep in your Dock, or download a prebuilt version below:
AE Suicide 1.0
Credits
AE Suicide was written based on a technique outlined here:
Adobe After Effects CS4: Optimize the Pipeline
Thanks to Eric Bauer for first turning me on to this trick and Paulo Dias for help with testing and designing the icon.
AE Suicide was completed in Seattle, Washington on 2010-01-04.

This is the splash screen for a digital signage system I developed for Cornish College of the Arts as part of my internship with the Communications Department. It is used on various displays around the campus to show announcements, upcoming events and so on.
The visual design is based heavily on the identity developed by Nick Parker and the back end is driven by custom Expression Engine templates and JavaScript.
The first version of this project was completed in Seattle, Washington during the summer of 2008.

Here’s a Quartz composition I put together for BFK 2007:
Flyin’ Brian Version 1.0
Included are instructions on how to have it as your screensaver. Hooray!
For most of you this isn’t so relevant, but for some of you it’s a miracle:
I’ve posted a not-quite-final version of a widget to check Cornish College of the Arts‘ terrible webmail system from the luxury and convenience of your own dashboard. You can download it here:
Cornish Check Version 0.8
More buttons and less bugs. (I hope).
Visit the code page at scott dot j38 to download.
My first Automator action and my first attempt at Cocoa and Objective-C.
Visit the code page at scott dot j38 to download.