tldr; type in ‘thisisunsafe’ into the browser window to switch the warning off. Use with care.
Today on “weird crap that seems undocumented on the Internet” we have DNS that doesn’t want to resolve and DHCP that is acting weird. My home DNS server decided it didn’t want to resolve things any more, and it took far too long to figure out why. It was all working fine, then it wasn’t. […]
This week I have literally been hacking smart home devices. With a Dremel and a knife… To see why you’ll have to wait for a video coming out sometime this month or next month depending on the post. The short version is I want these to run Tasmota instead of the Tuya firmware they come […]
Drawing sprites on the Spectrum Next, using C. Or – how to learn the dark art of figuring out things you don’t understand.
What better way to wait out the apocalypse than trying to learn a new system. Read how I dug out my ZX Spectrum Next and set about writing C code on it…
How to read and write JSON files using Python so that they can be used in your Python programs.