This blog runs on WordPress. Using their JetPack plugin, I get fairly detailed stats on views and visitors. But, bizarrely, the API is undocumented. Well, sort of... Let me explain: Just Show Me The Code Here's the API call to get a year's worth of data about your blog. https://public-api.wordpress.com/rest/v1.1/sites/shkspr.mobi::blog/stats/visits ?unit=day &date=2021-01-03 &quantity=365 …
Continue reading →
For the past decade, Richard Herring has been answering sexist trolls on International Women’s Day when they ask ‘when is International Men’s Day?’ in the mistaken belief there isn’t one. If only the trolls had learned to use Google they would realise that there is an International Men’s Day – it’s on November 19th. In The Problem with Men Richard expands on his Twitter discussions and tackles s…
Continue reading →
Welcome back, friends! I've identified all of the mobile phones used in every episode of Doctor Who! This post looks at the New Year's Day Special "Revolution of the Daleks". Do feel free to rummage in the archives. Wooooweeee! What an episode! Only a couple of shots of mobiles in this one - but worth sticking around for. Graham is rocking his iPhone - which we last saw in the S11 episode…
Continue reading →
This is a quick round-up of the blogs which "did numbers" this year - and a few which I feel were cruelly overlooked. I posted a new blog every day in 2020 - so don't be surprised if you missed a few. OK? Here we go! January Watch out; there's a scam about. People love sharing horror stories. Scammers registering date-based domain names A venture into the arcane mysteries of programming …
Continue reading →
Every year, I take part in NaBloPoMo the Judoon mating festival where people blog every day in November. I ended November 2019 with more blog posts than I knew what to do with, so I tried blogging every day in January. And then, well, February is only a short month, isn't it? If all has gone to plan, you're reading this at the end of 2020 and this is my 366th blog post! Fucking leap years, eh? …
Continue reading →
Google Calendar is one of the cornerstones of G-Suite. Sadly Google don't dedicate enough resources to develop into its full potential. Other than a new icon and forced Google Meet integration, it hasn't had many improvements recently. Leaving it to the community to pick up the pieces. Here's how to get an external calendar integrated with your internal calendar. Why is this useful? I'm…
Continue reading →
Lots of pixels have been spilled recently on whether you should build your own stuff, or buy stuff and then configure it. Wardley Mapping (which I still don't understand) seems to say that you should buy commodity items and only build where you can add unique value. And I think I agree with that. For work though, not for personal stuff. There are two reasons why you should build your own stuff. …
Continue reading →
One of the annoying things about being on the bleeding edge, is that some things don't work as you expect. I use the Wayland Display Server on my Linux box. And I couldn't find a simple screen recorder which worked. Turns out, Gnome has a hidden screen recorder! To activate it, press these keys simultaneously. CTRL+ALT+SHIFT ⇪+R A small circle icon will appear in your tray to show it is r…
Continue reading →
Mostly notes to myself. Nestled away in my Linux Bash profile, I have this one-liner alias lh='ls -trhgGN --color=always | cut -d" " -f4-' When I run lh it outputs a list of files in the directory, showing their size, with the newest files on the bottom. I use this regularly to see what I've downloaded recently and how big the files are - so I made an alias. Here's how it works. Alias …
Continue reading →
When I first started in the mobile industry, 3G had just launched. It was slow and expensive. Nowadays it is fast and free. UK Network Three are giving away free SIMs which comes with 200MB per month of free data. Visit three.co.uk/datareward to register. My SIM was delivered a few days later. Update - the SIM is now £10 but comes pre-loaded with 1GB for the first month. Then 200MB free for …
Continue reading →
This pre-release whitepaper is a multidisciplinary approach to the challenges associated with using Quantum BlockChain technology to improve the performance of 6th Generation data networks for their performance with neural objects. By reconceptualising the way the nano-structures of 5th Generation (5G) networks interface with the OSI stack of traditional networks, we have found a way to perform…
Continue reading →
Cunningham's Law states "the best way to get the right answer on the internet is not to ask a question; it's to post the wrong answer." Edent's 7th Law (My blog; my rules!) states "the best way to get an open source project to fix an issue is to send a slightly wrong Pull Request." Let me explain... Two years ago, I noticed an annoying bug in the markdown parser of WordPress's JetPack plugin. …
Continue reading →