Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Fediverse Account Portability And Blocking

· 1 comment · 600 words


Cartoon of a tusked mastodon holding a phone.

One of the many great things about the Fediverse (Mastodon, PixelFed, Lemmy, etc) is that your account is portable. Let's say you're bob@social.boring and, one day, you decide to move your account to foxyfun@furryextreme.yif. Well, with a few clicks of a button, all of your old followers are now following your brand new account. You're still following all your old friends. The accounts you…

This link is only available by keyboard navigation

· 4 comments · 250 words · Viewed ~389 times


The HTML5 Logo.

There's a link, right here ➡️⬅️ but, if you're on a touchscreen, you can't tap on it. Using a mouse? Nope, that won't work either. The only way to navigate to it is via keyboard navigation. Hit your Tab ⭾ button! There's a little bit of me wants to build an entire website which can only be navigated by keyboard. What would the world look like if Engelbart never invented the mouse? Or if Johnson…

Why you should attend the University of Luck

· 6 comments · 850 words


Photo of Bingo Balls in a hopper. Taken by danielcornejo on Flickr. CC BY-NC-ND.

Much hullabaloo out of America. Apparently elite universities can no long engage in "Affirmative Action". How can they now admit a balanced and fair selection of the population? My suggestion is, as always, sortition. Let me explain. Most top flight universities around the world have the same problem. They have space for 100 students on a specific course. 15,000 apply. How do they select the…

Discord is not Documentation

· 14 comments · 350 words · Viewed ~8,491 times


Some colourful blobby people constructing an FAQ. Photo by @alexasfotos on Pixabay.

I'm going to be slightly contrarian and say that I like Discord. It's great to be able to get real-time help on a problem. And it is fun to see, again in real-time, what other people are working on and struggling with. In truth, Discord is no harder to sign up to than Slack, Matrix, Gitter, IRC, or whatever. And of course Open Source projects will follow the maxim of "go where your audience…

The Pull Request Hack is Fucking Magic

· 9 comments · 350 words · Viewed ~15,392 times


Rows of icons - each one has the size printed next to it.

I don't have time to keep up with all the daft Open Source projects I release. I wish my skill and my energy was as wide as my ambition. Several years ago, I came across Felix Geisendörfer's Pull Request Hack. The premise is simple - if people are making decent Pull Requests to your project then you should give them commit access. It sounds mad, I know. But it has worked really well in my case. …

Gig Review: The Who Hits Back!

· 1 comment · 300 words


Poster for The Who's tour.

The Who are LOUD. Even from the nose-bleed seats at the unfashionable end of the O2 arena, my ears were ringing and my throat was raw from screaming. The "Hits Back" tour pairs The Who with... The Heart of England Orchestra. Now, obviously, The Who are your classic 4-piece rock 'n'roll group. Do they need a full backing orchestra on their songs? I don't know about "need" - but it works…

A whimsical fuzzy clock

· 3 comments · 600 words · Viewed ~426 times


Beneath the moon's glow, secrets find their release. In this enchanted hour, let desires run wild. Tread lightly, for mischief lurks in every shadow. Oh, sweet temptation! Yield to its seductive call. In the realm of dreams, reality fades away. Embrace the whimsy that dances upon moonlit beams. Amidst the night's embrace, secrets are whispered.

I'm sure I remembered there once being a clock app for Linux which was deliberately vague. It would declare the time as "Nearly tea-time" or "A little after elevenses" or "Quite late" or "Gosh, that's early". But I can find no evidence that it ever existed and am beginning to wonder if I dreamt it. So I built it. First thing's first - there are a lot of existing fuzzy clocks. But they mostly…

Build your own "On This Day" page for WordPress

· 1 comment · 350 words


A graphic of a calendar showing the date "February 25 Sunday"

I blog. A lot. Too much really. One of the things I like to do is see what I was rambling on about this time last year. And the year before that. And so on. So, here's my On This Day page and here's how I built it. WARNING Extremely quick and dirty code ahead! This allows you to add a shortcode like [ edent_on_this_day ] to a page and have it auto generate a list of posts you published on this …

A weird (trap?) artefact in Google Maps

· 5 comments · 300 words · Viewed ~473 times


Screenshot of Google maps. in the middle of Mayfair is an entry for an Ancient Metal Vault.

Cartographers occasionally sneak deliberate mistakes into their maps. Known as trap streets they are a simple "copyright trap". If someone copies their map without permission, the fake street shows evidence of the source of plagiarism. Google do this sometimes. They once proclaimed that Argleton was a real place - despite its non-existence. While I was looking for something to do in London…

Fruit Of The Poisonous LLaMA?

· 2 comments · 650 words · Viewed ~3,041 times


A confused little cardboard robot is lost amongst the daisies

A group of authors are suing various vendors of Large Language Model AIs. The authors claim that the AIs are trained on material which infringes their copyright. Is that likely? Well, let's take a quick look at the evidence presented. First up, Meta's LLaMA Paper. It describes how the LLM was trained: We include two book corpora in our training dataset: the Gutenberg Project, which contains…

How to make the Watchy vibrate

· 3 comments · 400 words · Viewed ~343 times


Watch with a big USB cable plugged in.

I am enjoying playing with the eInk Watchy. It is a cute package and is everything I want in a Smart-Watch; geeky, long battery life, and not obnoxious. But - fuck me! - the documentation is atrocious! Well, that's a lie. There is no documentation. It has the "Chat to us on Discord" anti-pattern that infects so many otherwise great projects. So I'm left to figure out how to make the Watchy's…

An eInk, Wrist-Mounted, TOTP Generator

· 4 comments · 500 words · Viewed ~3,143 times


A chunky wristwatch showing the time and a selection of 6 digit codes and their corresponding entities.

Behold! Thanks to the power of the Watchy development platform, I now have all my 2FA codes available at the flick of my wrist! HOWTO This uses Luca Dentella's TOTP-Arduino library. You will need a pre-shared secret which is then converted into a Hex array. Use the OTP Tool for Arduino TOTP Library to get the Hex array, Base32 Encoded Key, and a QR Code to scan into your normal TOTP…