Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Movie Review: Please Stand By

· 200 words


A young woman holds her hands in the Vulcan sign for "Live Long and Prosper".

A young autistic woman runs away from her caregiver in an attempt to submit her 500-page manuscript to a "Star Trek" writing competition in Hollywood. How do we navigate confusing and unfamiliar spaces? What is it like to know that you're out of place and cannot understand the world around you? These thoughts haunt me. In my nightmares, I am confused because I can't make sense of what's going…

Buying a single character domain - and 3 character FQDN - for £15

· 19 comments · 700 words · Viewed ~21,740 times


Glowing computer text showing dot com dot info etc.

Short domains are useful for security testing. If you only have a limited number of characters, you need to be able to reference code on a remote server in as few characters as possible. A few years ago, I tried to find a Minimum Viable XSS. The conclusion that I (and others) came to is that 20 characters is the bare minimum. But it requires you have a 2 character domain name on a 2-character…

Book Review: Brit(ish)

· 350 words


Book cover.

You’re British. Your parents are British. Your partner, your children and most of your friends are British. So why do people keep asking where you’re from? We are a nation in denial about our imperial past and the racism that plagues our present. Brit(ish) is Afua Hirsch’s personal and provocative exploration of how this came to be – and an urgent call for change. Yes! This is the book I've bee…

Interactive HTML Trees with no JavaScript and no CSS

· 3 comments · 650 words · Viewed ~4,889 times


A Twitter conversation rendered as HTML.

Many text based conversations threads can be visualised as a tree. This is a follow-up to yesterday's blog post about Twitter conversation trees. Mailing list archives often use nested <ul> to show a conversation. That's fine, but has the major drawback of not being interactive. There's no way to collapse a branch of a tree if you're not interested in that strand of the conversation. Older…

OMG! Twitter release an OFFICIAL conversations API!

· 4 comments · 850 words · Viewed ~1,970 times


An organic, branching tree view of a conversation.

One of the most requested Twitter API features is now available - the ability to get replies to a Tweet as a thread. Long time readers know that I've long been a fan of Visualising Twitter Conversations in 2D Space. But up until now you had to use horrible hacks to get the data. As trailed in their recent blogpost - conversation threading is now part of the official API! This allows you to…

Book Review: The One That Got Away

· 1 comment · 250 words


The New Zealand parliament building on a book cover.

Lauren Fraser is easing into a comfortable retirement when her historian friend Ro reveals a shocking secret. Ro’s research has uncovered the attempted poisoning of a New Zealand prime minister. Despite herself, Lauren is drawn into the mystery. Who was the would-be murderer and can they be brought to justice after thirty years? Who has been involved in covering up the plot and why? As they g…

Book Review: A Short Philosophy of Birds

· 3 comments · 300 words


Drawings of birds.

The greatest wisdom comes from the smallest creatures There is so much we can learn from birds. Through twenty-two little lessons of wisdom inspired by how birds live, this charming French book will help you spread your wings and soar. We often need the help from those smaller than us. Having spent a lifetime watching birds, Philippe and Élise – a French ornithologist and a philosopher – draw …

Book Review: The Long Tomorrow

· 150 words


A covered wagon trudges through a nuclear wasteland.

Two generations after the nuclear holocaust, rumours persisted about a secret desert hideaway where scientists worked with dangerous machines and where men plotted to revive the cities. Almost a continent away, Len Coulter heard whisperings that fired his imagination. Then one day he found a strange wooden box ... The fifth novel from the Queen of Space Opera - it was nominated to the Hugo…

How popular are "And Daughters" businesses?

· 2 comments · 550 words · Viewed ~486 times


Shop sign - Marlow and Daughers. Via https://flic.kr/p/a6S2rR

It's quite popular to see high street shops names "Somesuch and Sons". Indeed, my grandparents ran "Eden & Sons" for many year. Much rarer is seeing "... & daughters". But, of course, the plural of anecdote is not data! The UK register of businesses - Companies House - has a pretty good search engine. Doing a search for AND SON returns 220,000 results. We use the singular because that…

Where Everybody Knows Your Name (and other metadata)

· 5 comments · 300 words · Viewed ~295 times


A group of people in a video call waving at their cameras. Each has a name under their video.

I've made no secret of rather enjoying this enforced period of remote work. Sure, it has had its challenges - but there have been so many fringe benefits. Less commuting! No crappy-canteen lunches! More time to sleep in! And, today, I was reminded of another benefit. I am terrible at remembering names. Many a time someone has bumbled up to me in a corridor, asked my opinion on something, and…

"I could build that in five minutes!"

· 11 comments · 300 words · Viewed ~1,273 times


A digital watch.

It's rather dispiriting when you launch something, only to have people berate you for not launching sooner. A few months ago, I was involved in a medical questionnaire launch. Before it was released, I had several people send me polite (and not-so-polite) queries as to why it was taking so long. "I could build that in five minutes!" was the common refrain. Some people, dissatisfied with our…

Broadcasting vinyl over my LAN - ALSA2ChromeCast

· 6 comments · 700 words · Viewed ~1,222 times


Icecast admin page.

Previously, on the Terence Eden Adventures: I accidentally won a load of vinyl on eBay, and I bought the cheapest record player I could find. The record player has USB output. So I shoved it into a Rock Pi S - an SBC similar to a Raspberry Pi - to broadcast vinyl all over my house via ChromeCast! Here's how. Detect the audio Install alsa-utils if they're not already present. Find your…