Recent Posts

Project Euler, problem 1, multiple factors

less than 1 minute read

If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all t...

An intro to Node.js, building a URL shortener

6 minute read

Node has been on my todo list of things to investigate for a little while now, whilst I don’t have much background in javascript, after constantly hearing ab...

Robots! Part 2, the android client

2 minute read

Continuing on from my previous post, I’ve created an android client that I can use to send commands to my python server.

Robots! (part 1)

2 minute read

Inspired by the android controlled lego robots I saw at DroidCon UK this year, and with difficulty finding a use for my raspberry pi, I’ve decided to have a ...