Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Review: BENFEI Wireless USB C to HDMI

· 4 comments · 800 words · Viewed ~302 times


A thumbstick and an HDMI dongle with a USB lead.

The good folks at Benfei have sent me another gadget to play about with. This one comes in two parts. The first plugs into an screen's HDMI port, the second beams video from your device's USB-C port across the airwaves. Here's what it looks like: But how does it perform? Plug the HDMI into your TV and its USB-A end into a suitable power source (my TV had one nearby). After a few seconds,…

Book Review: The Battle of the Beams by Tom Whipple

· 450 words


Book cover featuring radio waves and fighter planes.

Well this is a treat! It is rare to find a pop-science book which does such a good job of actually explaining the science, rather than just using it as a background for storytelling. The Battle of Beams doesn't go too deep into the mechanics and physics, but gives a general overview with just enough detail to keep things interesting. It is also well illustrated (not a given in these sorts of…

Political Experiments

· 2 comments · 650 words · Viewed ~677 times


Terence Eden standing outside Number 10 Downing Street.

Many years ago, in another lifetime, I was presenting our team's work to a rather senior politician. Here's how I remember it: "We want to provide value for money," I said, "so we propose that running five small pilots of [thing I still can't talk about]. We know there are multiple technologies which could work. But we don't know which one will work best." "How will running something five times …

Book Review: When We Cease to Understand the World - Benjamín Labatut

· 2 comments · 200 words · Viewed ~222 times


Book cover with abstract art showing the centre of an atom.

This is a stunning book. If some scientists and mathematicians have seen further than others, it is by standing on the mountains of madness. This straddles between being a faithful and fanciful biography of insanity. It is written like a hyperactive friend trying to show you how all the things in the universe connect with each other - while you slowly back away in terror. Are these ghost…

Gig Review: Meat Loaf by Candlelight

· 250 words


Promotional poster for Meat Loaf.

The "…by Candlelight" concerts have a simple premise - come to a cathedral or church to hear top West End talent sing your favourite singer's songs, backed by a live band. This is a cut above your usual tribute act - they aren't trying to do impressions of the act, they're stamping their own energy onto beloved songs. It works! Mostly. This concert was in a West End theatre so the (electric) c…

A Self-Hosted Favicon Proxy written in PHP

· 3 comments · 600 words · Viewed ~426 times


The PHP logo.

In theory, you should be able to get the base favicon of any domain by calling /favicon.ico - but the reality is somewhat more complex than that. Plenty of sites use a wide variety of semi-standardised images which are usually only discoverable from the site's HTML. There are several services which allow you to get favicons based on a domain. But they all have their problems. Google Exposes…

Movie Review: The Story of the Weeping Camel

· 600 words


Film poster featuring a camel.

Our friends Annie and Dave run the podcast "Will You Still Love It Tomorrow". The premise is great - take a film that you love but you haven't seen for ages, and see if it still holds up. They asked me and Liz to nominate a film to discuss with them. What's something that we loved but last saw 20ish years ago? We suggested The Story of the Weeping Camel. It is my go-to answer when someone asks …

Alpha launch - .well-known/avatar - feedback wanted

· 16 comments · 750 words · Viewed ~2,109 times


A fingerprint being scanned.

I've gotten sufficiently annoyed with a trivial problem that I'm preparing to write an IETF RFC. Yeah. That's how ticked off I am! Every site that I sign up for asks me to upload an avatar to represent myself. Whenever I change my photo, I have to log in to a hundred sites and change it there. Perhaps they could all use Gravatar - but that's a centralised service and doesn't work with wildcard…

Book Review: A Quest for God and Spices by Dean Cycon

· 300 words


Book cover with an illustrated map.

Brother Mauro, an older monk, and Nicolo, a young, striving merchant are called by the Pope to traverse the treacherous political, religious, and mercantile terrain of medieval Europe and the Byzantine Empire to seek out the powerful Presbyter John, a mysterious king in the Far East who has promised to put his wealth and vast armies to the service of the pope's crusade. I don't understand why…

Getting started with simple CSS View Transitions

· 1 comment · 400 words · Viewed ~416 times


The HTML5 Logo.

There's (yet another) new piece of CSS to learn! Hurrah! Way back in 2011, jQuery mobile introduced the web to page-change animations. Clicking on a link would make your high-tech Nokia display a cool page-flip as you navigated from one page of a website to another. Just like an app!!!! A decade-and-a-half later, and CSS has caught up (mostly). No more JavaScript, just spec-compliant CSS. Well, …

Improving PixelMelt's Kindle Web Deobfuscator

· 5 comments · 900 words · Viewed ~6,922 times


An eReader with a pen.

A few days ago, someone called PixelMelt published a way for Amazon's customers to download their purchased books without DRM. Well… sort of. In their post "How I Reversed Amazon's Kindle Web Obfuscation Because Their App Sucked" they describe the process of spoofing a web browser, downloading a bunch of JSON files, reconstructing the obfuscated SVGs used to draw individual letters, and running O…

Was my website mentioned in a GitHub issue?

· 3 comments · 600 words · Viewed ~579 times


GitHub logo.

This is a quick GitHub action to get alerted every time your website is mentioned in a GitHub issue. Doing it manually You can search GitHub for a URl, and sort the results with the newest first, like this: https://github.com/search?q=%22shkspr.mobi%22&type=issues&s=created&o=desc Using the API GitHub has a fairly straightforward API - although it uses slightly different parameters. …