Blog Archive

Reflections on code, the things I read and what I've been up to.

glove 4 min read

Web Tech: An Accidental Abomination

The modern web is an amazing piece of technology. It is a platform for connecting people and technology in a way few imagined. This would never have happened by attempting...

Read Article
glove 2 min read

HyperCard

HyperCard was a piece of software bundled for free with original Macs in the late 80s and into the 90s. It’s probably my favourite piece of software, but very hard...

Read Article
glove 5 min read

This is Not the Future I was Promised

I’m deeply disappointed with modern technology. The smartest minds of my generation are inventing surfaces for somewhere to strap ads. A product is successful if it gives a 5.3% increase...

Read Article
comp. sci 3 min read

The Hitchhiking Anti-pattern

You have an application. It works with complex data of varying structure. There are many optional parts to each piece of data. The domain lends itself to processing services working...

Read Article
web 1 min read

Vertical Blanking in the Browser World

There’s a really straight-forward approach to updating the UI in a JavaScript browser app. Use chunk of hidden HTML, duplicate this and then manually update the duplicated elements to show...

Read Article
xmpp 2 min read

Lessons and Tips for Using XMPP

A sports broadcasting project I worked on a year ago used XMPP as a performance optimisation and for in-game chat. We used ejabberd (on AWS EC2) for the server, Strophe.js...

Read Article