Top
About Me

@WiredBob
I'm an agile software developer with a particular interest in iPhone software development at the moment.  At work I'm doing mostly Java on Windows but my real operating system of choice is Mac OS X (as I'm sure you can tell from the rest of the blog).  I'm currently working on a large media content management system.

My Tweets

Twitter Updates

    follow me on Twitter
    What I'm Reading

    StackOverflow

    Tuesday
    Apr202010

    The Big Wheel Test continues...

    A major test this weekend for the new Harry Rowland wheels - towing a Chariot child trailer with baby inside. No problems yet after 4 commutes with alot of curb bumping and the towing. Whilst heavy, the wheels are definitely strong and smooth. I reckon it'll take about 3 months for a full long term test but so far I'm impressed.

    As far as the trailer goes, it's amazing! Really comfortable for the baby with good safety harnesses. Folds down and wheels are removable to fit in the boot. It is a bit heavy but that just adds to the training!

    Monday
    Apr122010

    Time to get back on the bike

    First time that my Thorn commuting bike is back on the road since October last year. I'm giving the new Harry Rowland wheels a big test with all that weight on the back!

    Sunday
    Apr112010

    For Sale - Apple TV, iPod Nano

    I have a couple of Apple items for sale - drop me a mail at bob.conn@btinternet.com or tweet @WiredBob if you are interested.

    iPod Nano 5th Generation (the one that does video)

    Very good condition (about 5 months old and still under warranty), one small scratch on the top edge.

    http://www.apple.com/uk/ipodnano

    £80

    Apple TV 40 Gb

    As new condition (9 months old, still under warranty)

    http://www.apple.com/uk/appletv

    £140

    Monday
    Apr052010

    New Harry Rowland Wheelset

    I've just received a set of handmade Harry Rowland wheels for my commuting bike.  For a while I've been putting up with a set of factory build wheels from SJS Cycles - but they are cheap and of poor quality.  For the weight I carry they have continually broken spokes so I felt it was about time for an upgrade to something a little better.

    Harry Rowland is a well-known wheelbuilder - you only have to do a quick Google to find positive comments and reviews of his work.  I had a chat with Harry and he recommended a set of Rigida 36h rims with Sputnik hubs for my weight and commuting requirements.  You can see the wheels in the photos below.  

    First impressions are that the wheels are really strong and running perfectly true (as you'd expect).  I'm going to get these on the bike shortly.  With wheels a long term test is required - so i'll post my thoughts in a few weeks time.


     

     

    Monday
    Aug312009

    Reviewing Videos on Apple TV with Automator

    The new Services support in Snow Leopard has got me interested in "really smoothing my Mac workflows", a term used by the demonstrator with the crazy hair at the last Apple keynote.

    I take a lot of home movies with a Kodak Zi6; it's a cheap, but cheerful, HD handheld video camera that produces great looking images with not so hot audio.  I want to use my Apple TV to quickly review the home movies I produce on the camera - but that can be awkward.  The Quicktime wrapped files produced aren't quite compatible with Apple TV directly and so I've had to use a manual workflow of opening the files in iMovie, exporting to Apple TV, importing to iTunes and then syncing to finally get them onto the Apple TV.

    With Quicktime 10, and the new Services support in Snow Leopard it is now possible to build a simple Automator workflow that allows me to -

    1. Select any number of Zi6 movies in the Finder.
    2. Right click, and select the "Review on Apple TV" service that i've built using Automator and some Applescript.
    3. The service will pick up all the selected files and send them to Quicktime for output in "Apple TV" format.
    4. It then uses some Applescript to import the converted files into iTunes, ready for syncing with my Apple TV.

    The workflow is attached to the article for download.  Unzip the file and place it in your ~/Library/Services folder and then you can immediately right click any movie file and select the option to "Review on Apple TV".  It can also be opened in Automator and freely modified.

    I still haven't perfected the workflow.  I want to add some metadata (specifically genre = "For Review") to the converted files so that I can quickly find them on the Apple TV.  I also want to trigger a sync on the Apple TV automatically but I can't see how that is possible in Applescript.  For now though, it works pretty well as a simple first start.

    Download the Service here