Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

How Blockbuster was superior to Netflix

· 9 comments · 500 words · Viewed ~242 times


A giant red letter N. The Netflix logo.

It's a Friday night in the late 1990s and my teenaged friend group are bored. We're not cool enough to hang about in the park drinking cider. And we're not nerdy enough to play D&D. We don't have enough money to go to the cinema. What we do have is a Blockbuster card and, between us, just enough cash to rent a newly released movie. Eight of us pile into the local Blockbuster and begin to…

Offline Messaging Apps Using Bluetooth

· 8 comments · 600 words · Viewed ~4,310 times


The green hash symbol which is the Briar logo.

Problem: My wife and I are going on a long plane journey and don't have seats next to each other. How can we communicate? Constraints: The plane WiFi is ruinously expensive. The in-seat messaging service isn't private. We both have Android phones. Preferences: Open Source. Secure. Easy to use. Solution: Use Bluetooth messaging app Briar. The Good The app was pretty easy to set up. Enter a…

The Life Script - a play for algorithms

· 1 comment · 3,200 words


A padlock engraved into a circuit board.

Another short story. This time in the form of a screenplay - formatted with screenplay.css. What do the algorithms get up to behind our backs? The Life Script 🔗 A play for algorithms 🔗 SCENE I 🔗 INTERIOR A DULL LOOKING OFFICE. A BLUE LIGHT SUFFUSES THE STAGE. TWO ALGORITHMS SIT ACROSS FROM EACH OTHER, EACH ENGROSSED IN THEIR COMPUTE…

Book Review: Reality Is Broken - Why Games Make Us Better and How They Can Change the World by Jane McGonigal

· 1 comment · 1,600 words


Book cover featuring a game pad made of people.

I have never felt less like a human being than while reading this book. I don't mind video-games, I find them mildly diverting. I've never gotten in to massively multiplayer online games (unless you count Twitter). I just don't see what's appealing about them. Why would I want a bunch of teenagers screaming racial slurs at me when I'm trying to relax? The book says "reality is broken" - but it…

YOU DON'T NEED HTML!

· 8 comments · 650 words · Viewed ~12,461 times


Black and white text banner proclaiming that you don't need HTML.

Originally posted as part of HTML Hell's advent calendar. While browsing Mastodon late one night, I came across this excellent blog post called HTML is all you need to make a website. It describes a few websites which are pure HTML. No CSS and no JS. And I thought… do you even need HTML to make a website? A few hours later, I launched the NO-HT.ML website. Proving, once and for all, that you d…

Movie Review: Clerks Ⅲ

· 3 comments · 300 words


Poster for the movie.

How many times can you go back to the well before it is completely dry? With Kevin Smith, it's always once more. I remember watching the original Clerks about a hundred years ago at university. It was a cheap & daring movie then - and remains a mainstay of what you can do if you give a bored kid a camera. Kevin Smith's movies are uneven. He writes an amazing script - but give him a cast of…

Gadget Review: A USB-C powered Cattle Prod

· 4 comments · 450 words · Viewed ~281 times


An eerie purple light flashes between the two prongs.

Winter has come! And with it the risk of power-cuts. Thankfully, we already have a Uninteruptable Power Supply for vital things like WiFi and security. But what about lights? Hurrah for candles! They're not just for birthday cakes, you know. But how do you light candles? I vaguely remember something about rubbing two stones together? But who can be bothered with that! "What about matches?" I…

Game Review: Red Matter 2 for VR

· 400 words · Viewed ~228 times


A cosmonaut stands in front of a glowing orb.

I thoroughly enjoyed the first Red Matter VR game, so I leapt at the sequel when it was on offer. What's it like? Exactly the same as the first. Lots of creepy corridors, a range of puzzles, and a sedate-ish journey. You're exploring an abandoned space-station, looking for clues and trying to figure out what happened. It's a completely linear journey, and consists of a series of locked-room…

I'm the new Chair of the BCS Open Source Specialist Group

· 7 comments · 350 words


A t-shirt with the slogan "Make things open it makes things better."

I'm chuffed to bits to announce that I was recently elected to chair the BCS's Open Source community group! The British Computer Society is an august body, and the OSSG have put on some brilliant talks in the last few years. But I'd like to shake things up a little. I want us to move away from doing talks to a small group of London-centric folk. I want us to spread the message of open source…

You can have user accounts without needing to manage user accounts

· 7 comments · 800 words · Viewed ~439 times


A slide from a presentation which says "Avoice side projects with user accounts."

The inimitable Simon Willison has a brilliant presentation all about managing side projects: It is all good advice. But I gently disagree with the slide which says: Avoid side projects with user accounts If it has user accounts it’s not a side-project, it’s an unpaid job I get the sentiment. Storing passwords securely is hard. Dealing with users changing their names is hard. Updating avatars …

Snowflake IDs in Mastodon (and Unique IDs in the Fediverse more generally)

· 1 comment · 500 words · Viewed ~1,181 times


Hundreds of snowflakes - each one unique and beautiful.

Computer Science has two canonical "hard problems": cache invalidation naming things off-by-one errors Let's talk about how we name unique items in Federated services - for example, posts on a social media service. If you have only one service, it's pretty easy. Every time a new entry is created in a database, give it a sequential number. This becomes a problem at scale. If you have…

How much decentralisation is too much?

· 22 comments · 1,000 words · Viewed ~4,082 times


The Mastodon logo. It sort of looks like a smiling elephant.

Twitter's over, my dudes! And now everyone is on Mastodon! But Mastodon isn't a site, it is a federated network running an interoperable protocol! Yay for ActivityPub! Anyway, that means there isn't one Mastodon website. There are many. There is only one Twitter. There is only one Facebook. There is only one Instagram. If you want to interact with Twitter/FB/Insta then you have to do it on…