My good friend Documentally has written up his thoughts on the future of AudioBoo. Here is my reply, appropriately enough, in audio format. 🔊 The Future of AudioBoo is Uncertain🎤 Terence Eden 💾 Download this audio file. You may be interested in my other posts on the subject - Preparing for the Collapse of Digital Civilization and I Don't Want To Be Part of Your Fucking Ecosystem (So…
Continue reading →
How much checking do we perform that our code is running as intended? I found a curious bug this weekend, which made me think about some of the assumptions that we use when programming. Imagine sorting an array using JavaScript. var arr = [10, 5, 66, 8, 1, 3]; arr.sort(); So far, so normal. Create an array of numbers, then sort that array. The result should always be [1, 3, 5, 8, 10, 66]. …
Continue reading →
It's 1986. You're working on the Russian's Buran space programme - trying to create a re-usable space vehicle which will exceed the capabilities of the American's "Space Shuttle". There's a problem. You have very complicated real-time algorithms which you need to review, improve, optimise, and then turn into code. How do you do it? Obviously, you invent DRAKON! ДРАКОН, "dragon" Backronym for…
Continue reading →
A few weeks ago, I received what I thought was a particularly inept phishing attack. Subject: shkspr.mobi ***PLEASE NOTE THAT IF YOU DO NOT RESPOND TO THIS EMAIL YOU MAY RUN THE RISK OF THIS NAME BEING ERRONEOUSLY DELETED - PLEASE ENSURE THAT YOU REPLY TO THIS MESSAGE (VIA EMAIL) WITH REFERENCE TO THE ACCURACY OF THE WHOIS INFORMATION*** Hello; I'm writing to you from Tucows (Registrar for…
Continue reading →
This is a necropost - resurrected from the now defunct blog of a previous employer.. https://www.youtube.com/watch?v=nTEqKd92kcI Pop quiz: How many MB did you use watching that YouTube video? When dealing with data usage, a familiar cry in the telco world is “Customers just don’t understand what a MB is!” Is this true? The theory goes something like this… Some elements of a phone bill are e…
Continue reading →
No spoilers, sweetie :-) This evening's Doctor Who - The Bells of St John - revolves around mysterious WiFi signals. Alien SSIDs which, if you connect to them.... well, watch the episode to find out! In the show, they look like these: So, can we do the same thing for our home WiFi network? Yup! There are some limitations though. SSIDs can only have a maximum length of 32 byte. Those are…
Continue reading →
*And a telescope.... The photo on the left is me just pointing my Galaxy Note II at the sky - the one on the right uses the same phone, but with a bit more kit... Last year, I bought myself a small telescope as a birthday present. I wanted to use it to take photos of the moon. I like the moon. The problem is that putting the phone up to the lens of the scope is really tricky to align. Which …
Continue reading →
There's a lot of snake-oil in the technology world. From gold plated fibre optic cables to anti-radiation phone cases - there are a whole lot of people willing to exploit technical ignorance in return for money. There's also a lot of misinformation, folklore, and crazy thinking which confuses us when we try to interact with "simple" technology. For example, I was in Waterloo Tube station when…
Continue reading →
While visiting the USA, I came across a delightfully bizarre TV show - Doomsday Preppers. For those who don't know, this pseudo-documentary follows the lives of certain... eccentric... families who believe that the end of civilization is coming and they better get busy preparing for that eventuality. Whereas you and I might keep a bit of spare cash hidden away, along with some out-of-date cans…
Continue reading →
I have discovered another security flaw in Samsung Android phones. It is possible to completely disable the lock screen and get access to any app - even when the phone is "securely" locked with a pattern, PIN, password, or face detection. Unlike another recently released flaw, this doesn't rely quite so heavily on ultra-precise timing. Video. Of course, if you are unable to download a…
Continue reading →
Surrey County Council have sent every household in the county a booklet explaining how our council tax is being spent. Within it is a highly political comment from Kevin Hurley, the newly elected Police and Crime Commissioner. He presents a pie chart showing how the police force spend its money. Take a look at it and ask yourself this question: what percentage is spent on "Employees". …
Continue reading →
Way back in 2010, I got a pair of video recording sunglasses. I've been occasionally using them to "lifelog" what I'm doing. With the advent of Google's Project Glass, I thought it would be interesting to wear them to a fairly techy event - Not At SXSW London - to see what the reaction would be. Here are my findings. Caveats These are not Google Glasses. These are £15 DVR Sunglasses. They …
Continue reading →