Recent Posts

BrickPi Lego robot takes its first steps!

4 minute read

A little while back I wrote a post about creating a python script to control a brickpi robot, now that I actually have the brickpi components, motors and cab...

Installing a new Java JDK on a Mac

less than 1 minute read

Updating Java on a Mac is easy, it’s just a case of installing a new JDK and recreating the symbolic link that is used to point to the current JDK.

Project Euler, problem 2, fibonacci sequence

1 minute read

Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3, 5...