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. …
Continue reading →
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…
Continue reading →
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…
Continue reading →
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…
Continue reading →
Thames Water seem to love giving me a new account number each month. That would be fine, but each time they do, I have to manually add that number to my online account. I'm bored of being their data-entry monkey. So, when they rang today, I told them that I expected them to update my account. We had the normal back-and-forth and "let me speak to your manager" that accompanies anything deviating …
Continue reading →
Another middle-class rant about an easily solved problem. Or, how a software bug nearly cost me £80. Things you should know... London has a Congestion Zone. You have to pay £11 to drive through it. If you have an EV (Electric Vehicle), you don't have to pay the Congestion Charge. Easy, right? Not quite. In order to get the 100% discount, you have to register your vehicle and pay a £10 per …
Continue reading →
I want Schema.org to add dietary requirements to the Person specification. And I need your help! Background Schema.org is a metadata standard. You can include it on webpages to create structured, machine-readable data. Here's a sample way of representing a Person: { "@context": "https://schema.org/", "@type": "Person", "name": "Albert Einstein", "hasOccupation": [ { "@type": …
Continue reading →
A blockbuster, near-future science fiction thriller, S.L. Huang's Zero Sum Game introduces a math-genius mercenary who finds herself being manipulated by someone possessing unimaginable power... Ridiculously campy fun. Combat mathematician uses her smarts - and her guns - to chase baddies throughout America. Bombs, vector calculus, and hard-boiled detectives. Similar to The Chemical Detective …
Continue reading →
I'll admit it - I never really got the selfie. I was trapped in the mistake that they were a mere narcissistic folly. I couldn't have been more wrong. The more I travel the world, the more I see a change in people's behaviour around monuments. It used to be people jostling to get the one perfect shot of a thing. Even if they got the perfect shot, they never looked at the result. Why? People…
Continue reading →
One of the hardest things to do is shut up someone who is well-meaning. I have a lovely colleague who, almost every time I see him, asks if I have kids. He's not malicious, just forgetful. If I say "no", I get "Well, plenty of time yet!" or "When you do..." or "Why not?" or any number of comments. In the childfree community, we call these "bingos". Because, after a while, you start to mentally…
Continue reading →
This isn't entirely a rhetorical question. I'm genuinely interested. A few weeks ago, I bought an electric screwdriver. One of the key selling points, for me, was that it charged via micro-USB. My last electric screwdriver had some weird proprietary connector which broke. I've hundreds of USB cables - of various lengths - and dozens of chargers - of various strengths. I will always be able…
Continue reading →
Back when nuclear power stations were first proposed, we were promised "energy which is too cheap to meter". That is, the cost of electricity would be so low, invoicing for its use would be prohibitively expensive. Well, that didn't exactly turn out that way! But as our electronics have become more efficient, the cost of processing payments begins to outweigh the cost of providing electricity. …
Continue reading →