Archive: 2013

Fix Ubuntu

Today I saw fixubuntu.com featured on Hacker News. I assumed it was to be yet another rant about why you should use distro X instead of Ubuntu, and how Canonical are ruining it. I was half-right. I clicked the link to see what it was about and found a large box containing a list of Linux commands,...

Berlin 2013

I've heard lots lately about how cool Berlin is — my friend Martin goes there regularly and hangs out in coffee shops working on projects, and he really enjoys the atmosphere and culture around the city. Another friend Sam recently moved here, and he loves it too. There seemed to be a thriving tech...

Announcing Pi Weekly

Two weeks ago I had an idea – to launch a weekly Raspberry Pi email newsletter. I had a think about how it would work and what it would entail. I subscribe to a handful of similar ones for programming topics, notably a Python one called PyCoders Weekly, which is a simple link aggregator with short...

STEM Raspberry Jam Pilot

I organised an event with the STEMNET (Science, Technology, Engineering & Maths Network) team at the Museum of Science and Industry (MOSI), based on the Manchester Raspberry Jam I run monthly at Madlab. The STEM Raspberry Jam was to be a new activity the STEM Ambassador network could offer to...

Richard III

A skeleton found beneath a Leicester car park has been confirmed as that of English king Richard III. Experts from the University of Leicester said DNA from the bones matched that of descendants of the monarch's family. Richard was killed in battle in 1485 but his grave was lost when the church...

Comprehension in Python

Python is a wonderful dynamic language offering various functional programming features, including standard library modules itertools and functools borrowed from Haskell and Standard ML. Some see it as the best of both worlds as not only can you perform complex tasks with these...