Posts in techy (page 1/4)

I recently blogged about my e-mail backup strategy, using imap-backup. However I’ve found in real life this tool trips up quite a lot, and doesn’t really sync very satisfactorily on an ongoing basis. It’s also been slightly nagging at me that I’m just mirroring – so if an e-mail is deleted it’s gone for good […]

In my last post, I talked about the important of backing up, and how I do it. The upshot is I use a cloud file provider, which automatically synchronises my data, keeps a file history, and allows delete restore. There are many options here – I settled on Sync.com because it is zero-trust out of […]

You don’t need to work with technology for long before you realise the importance of having a backup strategy. The two main use cases are disaster recovery, and mitigation against accidental deletion or edit. The first is generally more straightforward – you are simply looking to be able to restore all your data in the […]

Well – it has taken some time (and partially explains the lack of posts), but I think I’ve got my personal websites set up “just so” now. The core engine is still WordPress, which is running headless to provide all the content to the front-end. I use WordPress admin to manage the site, write posts, […]

So, learnt something today. With nextjs “getInitialProps” will run server-side when the page first loads, but then run client-side on reloads (i.e. if you navigate back to it). This means my website breaks if you go “back” to a search results page, as it tries to hit the headless WordPress back-end – which it can’t. […]

Thu Dec 29 2022

Well, the radio silence since May has been for a number of reasons, a large aspect of which was some infrastructure work behind the scenes. I manage to b0rk the pi which hosts this website, but rather than spending ages recreating all the websites, database, config, etc. I decided to put everything into Docker containers, […]

I’ve just adding a plugin (“WP Twitter Auto Publish”) which I think will auto post my blog entries to Twitter… So this isn’t a very imaginative one, but gotta test it somehow! Update – All seems to work. I’ve deleted the tweet it generated now.

Quick shout out to Scott Hanselman, who recently gave an ACM tech talk on running Linux Apps on Windows, which I would recommend. First, as is perhaps often the way, an “off-topic” comment of his struck me, and partially inspired this post. I paraphrase from memory. I always think that we have a limited number […]

I recently did a live streamed church service from home, and along the way learned what is needed to get certain types of microphone to work. I have a couple of microphones I use for video work – I have a Rode VideoMic GO shotgun microphone and a Rode SmartLav+ label microphone. I use my […]

Since DynDns announced they were withdrawing their free offering, I have been looking for an alternative. Turns out Microsoft’s Azure DNS has a REST API, and python library. While not free, it is very cheap – so far my DNS costs with Azure are running at 1p/day (although I only incur 5k queries a day). […]