Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Book Review: Time Squared - Lesley Krueger

· 200 words


Book cover for Time Squared.

What if the heroine in a Jane Austen novel had visions of the future and the past? That's the rather compelling premise of Time Squared. But, ultimately, it doesn't really fulfil the promise. It starts as a fairly standard regency-style novel - which of the two dashing brothers will our orphaned heroine marry?!? Our protagonist sometimes has headaches which lead her to see glimpses of a future…

Who said "Brits think 100 miles is a long distance - Americans think 100 years is a long time"?

· 7 comments · 850 words · Viewed ~1,434 times


Unfortunately or fortunately, this situation will prevail for some time to come, because the United States, as a nation, is going through a delayed adolescence, and we are questioning everything. We are a very new country, even if we are an old democracy, and we don't have it all down yet. As my friend Simon, an Englishman, says, "The British think a hundred miles is a long way; Americans think a hundred years is a long time."

It's one of those pithy little quotes which reveals so much about our two cultures. The average Briton considers anything more than a 45 minute trip a bit of a schelp, whereas Americans will seemingly drive half a day just to get some ribs from that one place they like. Conversely, I went to school opposite a church which pre-dated Columbus's invasion of North America - and I doubt that was the…

How to check something isn't an email address?

· 3 comments · 300 words


The HTML5 Logo.

In web-development circles, it is a well-known fact that trying to validate an email using a regular expression is… complex. The full set of modern email standards allows for such wonderful addresses as: chief.o'brien+ds9@spásárthach.भारत So determining whether or not your user has entered a valid email address becomes an ever-increasing challenge. But what if you have the opposite issue? Suppo…

How far did my post go on the Fediverse?

· 3 comments · 1,150 words · Viewed ~2,882 times


Cartoon of a tusked mastodon holding a phone.

I wrote a moderately popular post on Mastodon. Lots of people shared it. Is it possible to find out how many different ActivityPub servers it went to? Yes! As we all know, the Fediverse is one big chain mail. I don't mean that in a derogatory way. When I write a post, it appears on my server (called an "instance" in Mastodon-speak). Everyone on my instance can see my post. My instance looks …

A love letter to electric power tools

· 5 comments · 750 words · Viewed ~366 times


Electric screwdriver reconnecting everything.

When I was seven or eight, I asked Santa to bring me a set of screwdrivers for Christmas. I wanted to take apart my toys to see how they worked. I also thought they might be useful on our upcoming holiday; if the aeroplane needed repairing mid-flight I'd be able to help! Santa heard my plea and delivered a set of screwdrivers. I used them for years. A few decades later and they're still in use - …

Book Review: The Variable Man and other stories - Philip K. Dick

· 3 comments · 400 words


Battered book cover of a 1950s pulp sci fi. A man is enmeshed in wires.

Everyone smokes in the future. It is such an obvious truism that sci-fi writers can predict faster-than-light travel, yet fail to see that manly men won't be smoking pipes on board their spaceships. Someone recommended that I read "Autofac" which is the sci-fi version of "The Magic Porridge Pot". But the story was surprisingly hard to find. Originally published in a magazine in 1955, it was…

Book Review: Hacking Capitalism - Modeling, Humans, Computers, and Money by Kris Nóva

· 450 words · Viewed ~787 times


Book cover showing a hacker. She sits in front of multiple monitors.

I was saddened to hear of Kris Nóva's untimely death a few weeks ago. I had her book "Hacking Capitalism" on my eReader for several months, but hadn't got around to reading it yet. Never put these things off. The book is a complicated but fitting legacy. It absolutely showcases Nóva's ideas, ideals, and potential. Perhaps a little overwrought in places, and a little underpowered in others. It's c…

Google Books - search results confuse reviewers with authors

· 3 comments · 400 words


Google Books Search Results page.

Google Books is one of many projects that Google has forgotten about. There's no support available and, of course, it's impossible to send them a bug report. The best anyone can do is write a ranty blog post and hope it gets noticed. When I search for my name in Google Books, it returns books I have reviewed. These aren't books that I've written. They don't mention, quote, or cite me. My reviews …

Better Bluetooth Sound Quality on Microsoft Teams in Windows 11

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


Screenshot of a Windows setting screen.

Here's the problem: the current Bluetooth spec doesn't allow high-quality audio to be sent to a headset when it is also sending audio from the microphone. Instead, it switches to the Hands Free Profile (HFP) which only streams low quality mono sound. It makes Teams calls sound like garbage. The usual solution in Google Meet, Zoom, and MS Teams is to manually tell the app to use Bluetooth for…

How to use the new <search> element with WordPress

· 3 comments · 150 words · Viewed ~264 times


The Logo for WordPress.

There's a new HTML element in town! You can now use <search> to semantically mark up a search box. It's great for letting screen-readers and other assistive tech know what a form does. It's only supported in WebKit for now - other browsers will get it eventually. The WordPress default search widget hasn't yet updated, but I'm going to show you how you can start using it today! In your theme,…

Why is it so hard to watch foreign TV in the streaming era?

· 15 comments · 450 words


A giant red letter N. The Netflix logo.

It looks like it's the end of the party for streaming services. Prices are going up, choice is going down, and the quality is declining. Despite all the hype about how transformative streaming would be for the industry - there's one thing which never really seemed to take off. It's almost impossible to find "foreign" TV on Netflix, Apple, Prime, and the BBC. Outside of a few breakout movie hits …

False Friends - HTML Elements which are also Top Level Domains

· 7 comments · 400 words · Viewed ~557 times


Me: Which TLDs have the same name as valid HTML5 elements? ChatGPT: As of my last knowledge update in September 2021, there are two top-level domains (TLDs) that have the same name as valid HTML5 elements: .dev: This TLD corresponds to the HTML5 element. .app: This TLD corresponds to the HTML5 element. Please note that this information is based on the state of TLDs as of September 2021. There might have been updates or changes after that date, so it's always a good idea to check official sources or domain registrars for the most current information.

In linguistics, a "False Friend" is a word which looks similar in multiple languages, but means something different in each of them. For example the word "gift" in English means "a present", in German means "poison", and in Norwegian it means "married". The Internet uses Top Level Domains (TLD) to organise information into hierarchies. This website uses .mobi - you may also be familiar with .com …