October 29, 2024October 29, 2024Computing, Programming Publishing and Signing WinForms Apps dot what? Use (2024) .NET 8.0. ##Visual Code Digital Signing Advanced Installer with a Software Private Key signtool.exe sign /a /d “[|ProductName]” […]
August 8, 2024Energy Monitoring Electricity Cables: size matters Ever see a big power cable and wonder the maximum current it can carry? No? Oh well, here it is just in […]
August 3, 2024August 4, 2024Uncategorized Timeseries Data Schema Different code uses different formats for Time Series data. With query languages converted to, say, Python lists and dicts, the structure can […]
July 10, 2024July 10, 2024Computing, Programming, Uncategorized Encode custom models to Django’s JSONField Problem and then you want to serialise it, say as a ‘snapshot’ for rendering or logging, and you want to store that […]
June 12, 2024Computing, Programming Quick Debug with VSCode and debugpy Need to debug a random python process? Overview 1 Add Code 2 Start the process * Sometimes add the option: python -Xfrozen_modules=off […]
June 5, 2024June 19, 2024Energy Monitoring, Uncategorized CTs for IotaWatt 8266 CT Orientation Echun (ECS) and Accu CTs can be used with the IotaWatt. To align with current flow: Big CTs – configuration […]
March 30, 2024June 5, 2024Uncategorized Light footwear for ski touring If you’re backcountry touring and need to train/hitch/etc to the start, it’s awkward (though funny) to wear boots. What is a really […]
March 28, 2024March 28, 2024Hiking, Skiing, Mountains Melting Snow How much camping gas does it take to melt snow into a litre of water? me Jeez, surely that’s easy to work […]
March 24, 2024March 25, 2024AI, Programming Big RAGs to Riches? Problem: Make a chatbot which answers complex questions based on a terabyte of mixed media documents. Prototype: here it is! It reads […]
March 10, 2024March 11, 2024Programming Scheduling Notifications Scenario: you wanna delivery users Notifications (e.g. email) at certain intervals. The system is run periodically and we need to work out […]