Work Stuff
Mostly work related stuff which I would've entered into my "Log book". Instead of hosting it on an intranet site, outsourcing the hosting to blogger!
Monday, August 24, 2026
tests of mid-tones brightness reduction on planetarium dome
Friday, August 21, 2026
Cloudflare Origin Server Certificate for Wordpress instance on Hostinger
After chatting with Hostinger support, the following is the reply.
"Yes. Your WordPress instances on Premium Web Hosting support custom SSL certificates on their virtual hosts"
(Copy-pasting from an email exchange).
So, we could install the cloudflare origin server certificate as per the procedure at https://www.hostinger.com/support/1583785-how-to-install-a-custom-ssl-in-hostinger/
Doing this has both Pros and Cons.
The pro is that then we can be sure of the certificate being valid for Cloudflare - unlike the letsencrypt certificate currently present, which would need updating every three months.
The con is that once the cloudflare origin server certificate is installed, you can only access the wordpress site through cloudflare (or you would get a scary "certificate not trusted" message) and you would be limited by cloudflare's file upload and timeout limits.
(The team opted to not use Cloudflare Origin Certificates.)
removed defunct DNS records
Monday, August 10, 2026
setting up passkeys with keepassxc on linux
sudo apt install keepassxc
Saturday, August 08, 2026
bundling dependencies in MacOS app
Friday, August 07, 2026
Passkeys by default and retirement of Microsoft-provided SMS and voice authentication
Microsoft sent us an email and has a blog post where they say
To address these evolving threats, Microsoft Entra ID is updating its authentication experience by making passkeys the default phishing-resistant authentication method, helping customers reduce reliance on phishable methods such as SMS and voice.I asked Gemini at aistudio.google.com, "How do I Identify users who still use SMS or voice in portal.azure.com?"
Gemini suggested
- Method 1 - The Authentication Methods Activity Dashboard in Azure portal - portal.azure.com > Microsoft Entra ID > Security > Authentication methods > Monitoring > Activity, "Click the Usage tab to see a high-level visual chart of which authentication methods are actually being used to sign in across your tenant"
- Method 2 - Export a Report using Microsoft Graph PowerShell
- Method 3: Check Actual Usage via Sign-in Logs - portal.azure.com > Microsoft Entra ID > Sign in logs, look at the Authentication Details tab
