Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Book Review: Mismatch by Kat Holmes

· 150 words


Book Cover of Mismatch.

In Mismatch, Kat Holmes describes how design can lead to exclusion, and how design can also remedy exclusion. Inclusive design methods—designing objects with rather than for excluded users—can create elegant solutions that work well and benefit all. Holmes tells stories of pioneers of inclusive design, many of whom were drawn to work on inclusion because of their own experiences of exclusion. P…

My first visit to a hairdresser in a decade

· 5 comments · 900 words · Viewed ~1,184 times


A long haired man with two hairdressers. It's me. And I look bemused.

Way back in 1999, I moved to Canada for a year. Ottawa got down to -30℃ - so I grew my hair to prevent my ears snapping off in the cold. And then I kept growing it. Very occasionally I'd go to a barber for a trim, but I hated the experience. I'm not good with strangers touching me, I don't like making small talk, and I resented paying for a needless expense. So I stopped going. Fun fact - n…

The future of the web, isn't the web

· 11 comments · 650 words · Viewed ~5,372 times


A fist emerges from a computer screen and punches the user.

My friends, and former employers, at the Government Digital Service have written a spectacularly good blog post "Making GOV.UK more than a website". In it, they describe how adding Schema.org markup to their website has allowed search engines to extract semantic content and display it to a user. For example, the "Learn to drive" page has content which can appear directly in a search engine: …

Book review: This Is How You Lose the Time War - Amal El-Mohtar & Max Gladstone

· 1 comment · 200 words · Viewed ~1,523 times


A red bird and a blue bird.

Red belongs to the Agency, a post-singularity technotopia. Blue belongs to Garden, a single vast consciousness embedded in all organic matter. Their pasts are bloody and their futures mutually exclusive. They have nothing in common—save that they’re the best, and they’re alone. Now what began as a battlefield boast grows into a dangerous game, one both Red and Blue are determined to win. Becau…

A hiring test I'd like to run

· 12 comments · 750 words · Viewed ~15,632 times


A pet cat typing on a computer keyboard.

(For the avoidance of doubt, I have nothing to do with hiring at my employer. This test is probably deeply problematic in ways you'll angrily Tweet me about.) I'd like to tell you a story! I am a teenager applying for temp jobs. It's the late 1990s and the temp agency have asked me to take a Microsoft Office test. You know the sort, do some data entry, format a letter, maybe perform a…

The Mobile Phones of Doctor Who - Series 11

· 1 comment · 650 words · Viewed ~636 times


The Doctor holding Ryan's phone.

Welcome back, friends! I've identified all of the mobile phones used in every episode of Doctor Who! This post looks at S11 - starring Jodie Whittaker - but feel free to rummage in the archives. The Woman Who Fell to Earth A great crop of phones for the inaugural episode - and some mysteries. Ryan's phone looks like a Samsung of some flavour, but it is hard to say. Grace has a modern iPad -…

Book Review: The Gendered Brain by Gina Rippon

· 1 comment · 200 words


Gendered Brain Book Cover.

Do you have a female brain or a male brain? Or is that the wrong question? We live in a gendered world where we are bombarded with messages about sex and gender. On a daily basis we face deeply ingrained beliefs that your sex determines your skills and preferences, from toys and colours to career choice and salaries. But what does this constant gendering mean for our thoughts, decisions and…

Sometimes, there is an objective truth

· 5 comments · 750 words · Viewed ~2,026 times


A random smattering of black dots on a white background.

I went to an interesting seminar a few weeks ago. As part of it, the facilitator projected this image up on the screen. They asked us to call out what we could see. I could kinda, sorta, maybe see an alien face. Someone else called out "a field". Another person shouted "a dog?" "Yes!" said the facilitator, "a dog. Can anyone else see it?" All of a sudden, the image snapped into focus for…

Guide: Add an English Dictionary to Boyue Likebook eReaders

· 6 comments · 250 words · Viewed ~6,348 times


Wikitionary definition popup.

This is a quick guide to adding a new dictionary to your eBook. This uses the English Wiktionary Dictionary. I've tested it on my Likebook Ares and it works! Download the latest dictionary from DictInfo.com. At the time of writing, the latest English version is October 2018 The dictionary file is a .7z file. It's easiest to unzip it on your computer, rather than the eReader. I recommend 7zip. …

Add review to Goodreads from Schema markup

· 600 words


The Goodreads Logo.

I write book reviews on my blog. I also want to syndicate them to Goodreads. Sadly, Goodreads doesn't natively read the Schema.org markup I so carefully craft. So here's the scrap of code I use to syndicate my reviews. Goodreads API Keys Get your Keys from https://www.goodreads.com/api/keys You will also need to get OAuth tokens For this documentation, I'll use the example keys - please…

Hashtag Steganography

· 600 words · Viewed ~545 times


Steganography (/ˌstɛɡəˈnɒɡrəfi/ is the practice of concealing a file, message, image, or video within another file, message, image, or video. I recently saw someone tweeting the hashtag #ManchesُterDerby Do you see an odd character in the middle? It's an Arabic Damma (U+064F) - a vowel character. Although it comes after the "s" in Manchester, it appears after the "t" because it is a Right-To…

Convert DOI to a HTML5 / Schema citation

· 650 words · Viewed ~212 times


The DOI logo.

This is a quick and dirty way to turn a DOI (Digital Object Identifiers for academic papers) into an HTML & Microdata citation. I use this to power my Citations page. Schema.org is a Microdata standard which allows machines to read your HTML and create semantic relations between documents. Here's a minimum viable citation: <blockquote itemprop="citation" itemscope…