Top 10 Albums of 2009

December 27th, 2009 by Henry

Not to be left off the bandwagon. In no particular order:

Jon Hopkins – Insides
Richard Hawley – Truelove’s Gutter
British Sea Power – Man of Aran
Health – Get Color
Grammatics – Grammatics
Fuck Buttons – Tarot Sport
Moderat – Moderat
Tim Exile – Listening Tree
Mothertrucker – Dark Transmi55ions
Hudson Mohawke – Polyfolk Dance

The Tyranny of Brown

September 30th, 2009 by Henry

Things that filter the information available to me based on similarity / algorithmic / social closeness to everything else I like are dull.

Back in the day, all the noise was about how everyone would have their own personalised media stream, tailored specifically to the needs and tastes of the individual. Now it’s here, it’s clear that we’ve created devices for keeping us in the same old worn-out grooves, selective exposure raised to the nth degree.

Technology advances. We replaced our newspapers with RSS readers (already fairly effective partisan-mills) and then Twitter, an echo-chamber, mostly a closed loop for people with similar interests to share their similarity, create bubbles to inhabit. Things that allow similarity to glom together breed mediocrity, an average of everything: brown.

I want to be surprised. I want recommendation engines that recommend things from the very edges of my extended network, and outside of it. I don’t want 63% of people who bought this also bought this, I want to see the 1%, curve balls. Last.fm is good for this: I can be listening to “artists similar to Aphex Twin” and get the occasional bit of Bach, or ELO, or Motown because someone, somewhere in the world creates those overlaps on the Venn diagram.

Let’s turn the algorithms inside-out. Let’s get them to throw out the brown bits in the middle, and find the spiky, technicolour bits around the edge. Let’s create tools for surprising ourselves.

In Detail: Tricked Out Trucks

July 23rd, 2009 by Henry

In early 2008, Cadbury’s were launching a new TV advert and wanted a new online presence for their “Glass and a Half Full Productions” brand. This site would provide information about Cadbury’s and the adverts, and also house some fun interactive bits & bobs inspired by these adverts.

We pitched for and won two interactive activities. The first of these activities, and the one which I’ll talk about in this post was named ‘Tricked Out Trucks’. The brief was simple enough: we were to create a tool which would allow visitors to the site to customise an airport truck in 3D. The creator of the best design (as picked by a panel of luminaries) would win that truck for real, all pimped out and delivered to their door. Apparently, the client had come to this concept without ever having seen Den Ivanov & PARK Studio’s Brahma Bus in 2007, and were very surprised when we told them about it :)

We ended up differing from PARK Studio’s (pretty seminal) app in two ways. First, rather than allow freehand drawing, we assumed that most casual visitors to the site either wouldn’t have the artistic skills or inclination to draw an elaborate design, so we provided preset patterns which the user could customise to their liking and decals which they could transform and place freely. Second, we wanted to allow users to make modifications to the shape of the truck by adding body mods: spoilers, wheels and wing mirrors.

Read the rest of this entry »

In detail: Mathmos (Part II)

July 15th, 2009 by Henry

mathmos-small-3

Last summer, Mathmos asked us if we fancied doing something for the 45th birthday of their iconic Astro Lamp. We felt that a natural fit for this would be a screen saver that simulated the lava lamp.

From a coder’s perspective, this project had two interesting problems to solve. Firstly, we had to consider the physics at work inside a lava lamp in order to create a realistic simulation. Secondly, once you’ve figured out where your blobs are, their sizes and how they’re moving, you need to draw them in a satisfyingly blobby way.

This second post will cover how I went about drawing those blobs. You can read Part I here.
Read the rest of this entry »

In detail: Mathmos (Part I)

July 15th, 2009 by Henry

mathmos-small-1

Last summer, Mathmos asked us if we fancied doing something for the 45th birthday of their iconic Astro Lamp. We felt that a natural fit for this would be a screen saver that simulated the lava lamp.

From a coder’s perspective, this project had two interesting problems to solve. Firstly, we had to consider the physics at work inside a lava lamp in order to create a realistic simulation. Secondly, once you’ve figured out where your blobs are, their sizes and how they’re moving, you need to draw them in a satisfyingly blobby way.

In this first post, I’m going to talk about the physical model we created to simulate the motion of blobs in a lava lamp. You can read Part II here.
Read the rest of this entry »

Adding mx.* libraries to FDT

May 27th, 2009 by Henry

For my most recent AS3 project, I’ve settled on developing in Eclipse/FDT and have set up the Flex compiler for building. In general, this works great, but every so often you run across a snag, as the FDT/Flex setup has its quirks.

Today, I added a SWF asset to my main class, like so:

[Embed(source="../../assets/frame.swf")]
[Bindable]
public var Frame:Class;

but upon compiling, mxmlc threw the following error:

Error: The definition of base class MovieClipLoaderAsset was not found.

It would appear that using the [Embed] metatag requires the presence of some classes you’re not going to get by default. 

A quick Spotlight search later revealed MovieClipLoaderAsset.as in the following location:
{Flex SDK}/frameworks/projects/framework/src/mx/core

Adding the framework source folder:
{Flex SDK}/frameworks/projects/framework/src to my project as a new linked library solved the problem and the compiler was happy again.

I leave this note here in the hope that it proves useful to someone else one day ;)

Gmail Last.fm Signature Greasemonkey script released

May 20th, 2008 by Henry

Available from userscripts.org.

This has been knocking around in my head for a while, but I’ve finally got around to doing it: it’s a Greasemonkey script that fetches recently played information from last.fm, injects it into a sig file containing certain tokens (%artist% and %track% for now, example here) and inserts the whole lot as a signature when you start composing a new Gmail message.

It’s pretty classic scratch-itch-ware, in that it does something that I wanted done in a way fairly specific to my needs – there’s no way to input your sigs directly and store on the local machine, for instance, because I wanted it to work across all the computers I use regularly and therefore use a remote sig. Likewise, because I don’t use Gmail’s rich formatting, I haven’t tested it in that context, though I doubt it’ll work there.

I’m setting it loose in the wild in the hope that it’ll prove useful to people other than me, and the missing functionality can get added by people who need it!

First Greasemonkey script, and in fact the first relatively complex Javascript I’ve done for a while. I’m pretty happy with the way it turned out, and learnt a fair bit about JS while doing it. That said, I’m sure that there’s a lot wrong with it to the experienced eye; it is a bit of a collection of hacks ;)

Based on Gmail: Random Signature Remote 1.0 by Stuart Langridge and Gmail HTML Signatures 1.07 by Jerome Dane.

Launchball

October 8th, 2007 by Henry

So it’s been a while since I posted anything here – largely, my interest has been directed elsewhere. However, I’ve decided to keep this blog for professional stuff, and it’s with that in mind that I’m posting today.

I’ve just finished my latest project at Preloaded, a physics-based game in the mould of classics like The Incredible Machine: challenge the player to build a Heath Robinson contraption to get from Point A to Point B. The project was for the Science Museum to support the relaunch of their Launchpad exhibition, which made it an interesting challenge: we had to reflect the hands-on experience of visitors to the gallery, keep the physics accurate enough that we wouldn’t be giving out any bad, counter-educational messages and keep the thing fun enough to keep people entertained while they’re absorbing the science.

One of the first big decisions we made was to use a third party physics (or, more specifically, dynamics) engine. The reasoning here was that I could either have spent most of the project time busting my heed over the finer points of vector integration and rigid body dynamics, or we could use one of the fine open source engines out there and I could spend the time making the damn thing fun instead. Practicalities aside, I’m very much into the idea of pushing an open source agenda at Preloaded anyway; I think we could make a really good contribution to the community and get a lot back if we managed it properly. Flade was the obvious choice (at least, while we’re still an AS2 house), and Alec Cove has my undying gratitude for making such a great engine and being cool with our using it.

The next decision, then, was what blocks we should include in the game. Bearing in mind the point about realism, this ruled out a lot of stuff like transporter beams, cannon, lasers etc. The eventual set we ended up with were the result of a lot of back-and-forth with the Science Museum staff, based on discussions with their content team and, in some part, on National Curriculum Key Stages 3 & 4. I then spent a month implementing the decisions we’d made, tweaking the physics like a madman all along the way. This was precisely the point all that stuff I’d ever been taught about both science and object-oriented programming came in very handy indeed, and let to some interesting points where I’d start having thoughts like “this magnet will always be affecting the ball in some way. Does that mean every magnet in the universe affects every metal thing in some minute way?” and have to step away from the computer and have a nice cup of tea and a little rest.

Outside of the game engine itself, we had a lot to think about in terms of user experience. As the game’s aimed (mainly) at children, we had to make sure that the UI was clear and easy to use, which we refined in collaboration with Science Museum staff over many iterations. Additionally, we decided fairly early on that an important part of the game would involve giving players the chance to build and share their own levels. This meant we were going to need a pretty involved backend, handling user accounts, sending out share emails and, most importantly, managing both in-game and created levels. Stephen Pope at Eduserv did an amazing job building a webservice to provide all the functionality we needed and fielding increasingly frenzied IM conversations during crunch points. The client/server interactions we’re doing with the game could swallow a blog post by themselves (and are the reason we couldn’t host it elsewhere, Digg trolls ;) ), but I’ll save that for a rainy day…

I didn’t have much involvement with the level creation process, outside of making the sandbox editor usable enough to make it possible, but three evil geniuses on the Preloaded staff came together and did a brilliant job of it – seeing stuff done with the engine I’d built that I had no idea was possible was a big grin moment. Jon (the last of the three geniuses in that list) was the design ninja behind the whole thing and also possesses an admirably geeky brain which frequently made stuff clear that I couldn’t see for looking. Frankie Roberto, one of the team at the Science Museum did some good work too, providing some of the more surreal levels and helping us out with the CMS.

I’m incredibly proud of the end result, even though at times it made me feel like quitting Actionscript entirely, buying a lathe and moving to the country to make furniture in a barn. It’s certainly the most ambitious and fun thing I’ve done to date, and early indications would seem to show that the internet digs it too: when an early version got posted to Digg, it generated enough traffic to kill the Science Museum’s server (good news for us, bad news for the poor guys at Eduserv who were probably quite surprised when one of their boxen started to do its best impersonation of an Aga).

Big fat thankyous to the Science Museum for being supportive and helpful clients, especially Frankie and Daniel Evans, and dirty great manhugs also to Barnaby Sheeran, Simon Oliver and Alias Cummins, Brothers of the Curly Bracket who all helped me out of sticky points of one sort or another. Respectful nods to Phil and Rob, my bosses at Preloaded who kept the whole thing shiny, and Jason and Sarah who kept the project running, despite my increasing crankiness.

So what’s next? Being at an agency means I’m kind of at the mercy of the work that comes through the door, but game wise, I’ve been really inspired recently by tangible interfaces, especially the reACTivision; it’d be awesome to build something which had a bit of a physical presence. A nice, well crafted platformer with a really neat core mechanic would be nice, too. The idea of trying to develop something for a console also appeals: the Wii/Flash stuff is starting to look enticing, as are the possibilities made available by the DS homebrew scene, and XNA Game Studio hasn’t escaped my beady eye either: it’s starting to look like an interesting little ecosystem is starting to breathe on Xbox Live Arcade.

But first, a week with my criminally neglected, saintlikely-patienced girlfriend in the sun, as far away from computers as possible ;)

Mindblowing interview with Rudy Rucker

March 7th, 2007 by Henry

I’m a big fan of the MondoGlobo podcasts, and there’s been a cracking two-part interview with Rudy Rucker recently in the Neofiles strand. The first time that I’ve had to do the podcast equivalent of skipping back a few pages in order to listen again to a particularly interesting bit. Top stuff!

Part One

Part Two

Mash this up

March 7th, 2007 by Henry

For some reason, today has seen my annoyance with the word mashup being used for anything other than music ratchet up a few notches. It’s lazy Web 2.0 wankery at it’s very worst, the unnecessary use of a near-meaningless buzzword in order to sound cutting edge. Mind you, I’m a bit of a language Nazi, so what do I know?

This is not meant to be a direct slight at Boing Boing, which I fucking love, more a general reflection on a-thousand-times-cursed buzzwords, which seem have been given a worryingly large shot in the arm by all this Web 2.0 bollocks

It’s probably no coincidence that the studio stereo has been playing nothing but mashups for the last few days. The novelty value fast wears off.

Don’t get me wrong, I’m a very big fan of a lot of stuff which has been lumped in under the name “Web 2.0″, not least of which the emphases on standards of interoperability, user-generated content and tagging. It’s just becoming one of those hugely overused terms that swiftly lose meaning through hyperbole, if indeed it had any in the first place…