To help illustrate the usefulness of the “Run Python Script” Automator Action I blogged about in my previous post, here’s an action that will upload files to the Amazon S3 Web Service. The script is pure Python and uses the extremely cool boto Python module to interact with Amazon web services. The script is really [...]
Run Python Script: Amazon S3 Uploader
December 14th, 2007 · Comments · Default
Tags:Amazon·Automator·AWS·Python·Run Python Script·S3
Run Python Script
December 14th, 2007 · Comments · Default
I’ve written an Automator action that allows you to write python scripts directly inside your Automator workflow.
“Run Python Script” Automator action (catchy title) is written using Python and PyObjC (now built-in to Mac OS X 10.5). Apple already provides “Run AppleScript” and “Run Shell Script” actions with Automator which give Automator a high degree of [...]
Tags:Automator·Open Source·public·Python·Software·Source
A Special Kind Of Idiot
November 22nd, 2007 · Comments · Default
This Thanksgiving I truly have something to be thankful for. It isn’t my Wife, my home, my family, my friends, my health or my business. Although I am thankful for all those things. What I’m most thankful for this Thanksgiving is: I got me a stalker!!!
Yep. I’ve got my very own nutjob on the internet [...]
Tags:batshitinsane personal·Default
What’s in a name?
November 22nd, 2007 · Comments · Default
You’d think that a rather uncommon last name like “Wight” would be a relatively easy name for others to spell correctly. It is uncommon enough that I’ve never met any other Wights outside of “my family“. And yet people seem to have trouble with it. People seem to think that it should be spelled more [...]
R.I.P Toxic Progress Indicator
October 30th, 2007 · Comments · Default
Thanks to Matt Gemmell for pointing out that Apple has finally provided a pie chart style NSProgressIndicator for the circular/determinate modes. This style is new to Leopard. This means my Toxic Progress Indicator class can be retired, at least for 10.5+ only applications. Leopard has really helped to retire a lot of my code (for [...]
Tags:Cocoa·Default·Source Code·toxic progress indicator
Ironcoder NEEDS You!
October 16th, 2007 · Comments · Default
Ask not what Ironcoder can do for you…
SpaceNavigator controlled Lego Mindstorms NXT
September 26th, 2007 · Comments · Default
It’s my second year of coaching a First Lego League team. The experience has been fantastic, I’m teaching 4th and 5th grade children about robots and computers, and teaching them to build and program their own robots. This year the kids are going to be learning how to use the new Lego Mindstorms NXT robot; [...]
Tags:Cocoa·Lego·Links·Mindstorms·NXT·Source Code·SpaceNavigator
The Intersection of Cool and Awesome
September 25th, 2007 · Comments · Default
3Dconnexion (a division of Logitech) produces the coolest named device ever: The 3Dconnexion SpaceNavigator . This is a 3D input device with 6 degrees of freedom, meaning you can move and rotate it through the X, Y and Z planes. I bought it originally on a whim (hey only 50 bucks!) for use with Google Sketchup [...]
Tags:3Dconnexion·Acorn·Cocoa·Flying Meat·Source Code·SpaceNavigator
I am not spamming you!
August 14th, 2007 · Comments · Default
It looks like spammers are using fake email addresses at the toxicsoftware.com domain as a return address for their vile spam.
Toxicsoftware is not spamming you, we’re just as much a victim of this as the recipients of the spam. In fact the toxicsoftware catchall email account has received over 6000 bounced emails in the last [...]
Subversion Moved
August 4th, 2007 · Comments · Default
I’ve had a lot of emails asking where the subversion repository has gone.
The simple answer is I’ve stopped hosting my public subversion repository on DreamHost and have now created a Google Project for it. The project URL is:
http://code.google.com/p/toxic-public/
And the subversion root is here:
http://toxic-public.googlecode.com//
Google will be a lot more reliable than DreamHost ever will be. I [...]
Tags:Source Code·subversion