Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Ink is Cheap

· 7 comments · 250 words · Viewed ~353 times


I did something decidedly analogue yesterday; I withdrew cash from a machine. I know, I know, I should have used my NFC enabled smartphone - or my chip & pin card. But it turns out most cab drivers prefer cash. On the screen was one of those ghastly animated adverts. Rather than selling me a mortgage or loan, it was advertising a fast food chain. The ad concluded by telling me to download the…

Criminal Punishments For Destabilising The Economy - A (Very) Short History

· 4 comments · 300 words


Stock photo of colourful Indian Rupee notes.

In the year 1124, the King of England had a problem with the people who produced the kingdom's money. The quality of the coins in the early part of the reign was poor, as the moneyers made a large profit by producing underweight coins or coins of debased fineness. In 1124 Henry called all 150 moneyers to Winchester, and called them to account for their activities — 94 of them were convicted of i…

How Do You Solve A Problem Like BlackBerry

· 9 comments · 500 words · Viewed ~639 times


Photo of a BlackBerry phone with a colour screen and keyboard.

Recently RIM contact developers asking for feedback on why we were or were not planning on developing for Blackberry 10. I was paid $50 for my opinion - in Amazon vouchers. I hope this hasn't comprimised the honesty of my answers. These are just my thoughts - I can't claim that they would solve RIM's problems, but I do think they would be a good way to help reclaim developer mindshare. What…

Raspberry Pi, Python, and 3G Dongles - oh my!

· 27 comments · 1,950 words · Viewed ~33,377 times


A 3G dongle stuck in a Raspberry Pi computer.

This is a bit of a brain dump / diary of what I've discovered about using 3G dongles to send SMS using Python on the Raspberry Pi. Here is how to use Python to send an SMS from the Raspberry Pi via a 3G USB dongle. In order to talk to the dongle, we need to install pyserial wget http://pypi.python.org/packages/source/p/pyserial/pyserial-2.6.tar.gz gunzip pyserial-2.6.tar.gz tar -xvf…

Making Hay While The Sun Shines

· 300 words · Viewed ~201 times


One of the perils of being a reluctant capitalist is the cognitive dissonance. Normally, on a sunny day, I look outside and smile. Blue skies, warmth, chance for an ice cream, people smiling, lovely. Yesterday, I saw the sun was shining, I rubbed my hands together and let out an Mr Burns-esque chuckle of delight. Last November, we installed solar panels on our roof. The Government ensures…

Soldering At The Science Museum

· 200 words


Last night, Google held its second "Luvvies and Boffins" event at The Science Museum. Part of the Science Museum Lates - an adults-only evening event. As well as tours of the museum exhibits, there was a chance at some hands-on science. We were led by an excellent team from Technology Will Save Us. A group whose mission states: Technology Will Save Us is a haberdashery for technology and…

SMS PDU in Python for Raspberry Pi

· 2 comments · 1,650 words · Viewed ~7,684 times


A 3G dongle stuck in a Raspberry Pi computer.

Cracking on with my Raspberry Pi, I've written my first program in Python. The aim - to be able to send an SMS via a 3G USB dongle. The problem - the way SMS needs to be encoded is hideously complicated. For example, suppose you want to send "This is a very simple message :-)" to the phone number +447700900123. This is the command that you need to send to your dongle: AT+CMGS=42…

Raspberry Pi and Frontline SMS

· 14 comments · 1,050 words · Viewed ~14,666 times


(I think I'm the first person to try this - so I decided to document the process.) A few weeks ago, I won a Raspberry Pi at the #OTA12 hackday. It arrived on Friday, so I thought I would turn it into an SMS server using the incredible FrontlineSMS. 0. Setting up the Pi This is the easy part. Follow the excellent guide on the eLinux wiki. Essentially, download the Debian image, extract, and dd…

Goodyear Blimp Docking with The Shard (Time Lapse)

· 1 comment · 100 words · Viewed ~244 times


As I was wandering over Waterloo Bridge, I spotted a Blimp flying above London. I find that Blimps have an otherworldly quality. Sleek, silent, and majestic. I fired off a few photos as it flew overhead. It then turned and went to approach The Shard. Where, finally, it docked and her passengers alighted. Here's the time lapse: Of course, it was just a trick of perspective. But wouldn't it …

And THE LORD sayeth "Thou Shalt Give Free Parking To The Faithful"

· 5 comments · 2,200 words · Viewed ~696 times


Photo of a church in Woking.

My local council, Woking, have found themselves in a spot of bother recently. It has emerged that they are subsidising parking charges for specific Christians churches. If you belong to a different church, worship a different god, or just want to go shopping, you have to pay for parking. The total subsidy was at least £55,864 between 2009 and 2011, and is still rising. The National Secular …

QR Interview in Metro

· 1 comment · 50 words


Last month I gave an interview to the Metro newspaper about QR codes. …

Optical Theremin - Demo

· 3 comments · 950 words · Viewed ~606 times


At Over The Air I demonstrated what I considered a novel use for one of Android's sensors. I wanted to create a Theremin - a type of musical instrument which is played by moving one's hand over it - changing pitch and tone by moving nearer or further away. My first attempt used the proximity sensor. However, on all the Android phones I tried the sensor's accuracy was binary - it could sense…