Amazon Alexa is a fun little bit of kit. But it can be tricky getting it to work with all your smart devices. Not every company has an Alexa skill - just like not every company has an app. Using Flask-Ask it is possible to bring Alexa smarts to a range of previously mute devices. Alexa coding works on "intents" - the following is a simple intent. That is, you can only ask the skill one…
Continue reading →
I recently signed up for a hackathon. Part of the deal these days is that sponsors get to send promotional messages to the attendees. Fair enough. The only problem is, most of these messages are rubbish! Here's the verbatim message I received - there were no links other than to Twitter. See if you can work out what this startup does... Just a quick heads up to let you know that we'll be…
Continue reading →
Recently, Lea Verou asked an important question about whether HTML should have a standardised way of letting users select a country from a list. Lea Verou@LeaVerouHTML Idea: <input type="country"> which would become a searchable dropdown with all countries and their flags.Wouldn't that be awesome?❤️ 1,863💬 113🔁 013:17 - Sat 21 October 2017 You can read through the conversation and make your own …
Continue reading →
Twenty One. I have 21 accounts which use Two-Factor Authentication. I use the Authy app to manage them all, but it is still a pain to scroll through and find the exact 2FA token I need. Encouraged by my friend Tom Morris's blog post, I picked up a YubiKey NEO for £50. It implements the FIDO U2F standard. Sadly, the YubiKey is substandard and frustrating to use. Here's what I found. First …
Continue reading →
Last week I reviewed the Chipolo Plus. It's a small Bluetooth beacon which you can use as an item tracker - attach it to your keys or wallet and know where they are at all times. As I said in the review, the only downside is that it has a non-replaceable battery. I'm not sure I want to buy one for £20 and then throw it away after 12 months of use. A few of you asked how tightly sealed the …
Continue reading →
I've long been a fan of the Opera Mobile browser. I used it back in my Nokia Symbian and Blackberry days - it was simply the best browser for those limited devices. I've carried on using it on my Android devices due to its superior text handling. Last week I was scrolling through my bookmarks, when I found a curious addition - "Breaking News". I didn't remember adding that bookmark. I…
Continue reading →
Just me scratching my own itch. I want to create an RSS feed of all the blog posts which I'd published on this day in the past. For example, if today is 21st of November 2016 then this plugin will show blog posts written on 2015-11-21 2014-11-21 2013-11-21 And so on. You can view a demo at https://shkspr.mobi/blog/on-this-day/ Code The code is pretty simple. The WordPress API is fairly …
Continue reading →
AMP is Google's attempt to re-fight the transcoding wars of the early 2000s. It is actively dangerous to the web ecosystem, helps disseminate propaganda, and is disliked by many users. If, like me, you made the mistake of trying out AMP on your website - you're in a tricky position if you try to remove it. Google doesn't like anything leaving its clutches. After a few weeks of AMP, I decided …
Continue reading →
It's nearly Christmas! That means Secret Santa time at work, and the need for little stocking-filler gifts. But where can you find such cheap treats? Aha! I have created a service just for you! https://fiverfun.tumblr.com/ is my new(ish) project. It scours Amazon for the best and/or weirdest things for under a fiver! At the moment the site posts updates 3 times per day - and you can also…
Continue reading →
I was contacted by a Google recruiter the other day - and I turned them down without a second thought. Part of the reason is that I'm happy in my current role (hi boss!) - and another part is that last year Google deleted me. But perhaps the biggest reason is Google's awful reputation when it comes to hiring. Google's attitude seems to be similar to that of a top-flight university. It knows…
Continue reading →
For many years, my email footer said "Sent via my Casio cPhone" - my attempt to poke fun at the users who hadn't updated their iPhone's default email signature. This leads to an interesting question: Marc Blank-Settle @bbcmarc on Threads@MarcSettleIs there an easy way to see what device an email is sent from? If I type the attached on an email on my PC, can the truth be shown easily?…
Continue reading →
There are rarely new ideas in cryptography - and I doubt this idea is particularly innovative - but I thought it would be worth discussing. When I want to log in to a system on the web, I have to send that system my password. It is (one hopes) encrypted in transmission, but once it arrives at the server there is a brief window where the server holds my password in plaintext. It then hashes it…
Continue reading →