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]” […]
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 […]
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 […]
March 5, 2024Computing, Programming Panda Bears and Pythons I’ve seen import pandaas and and numpy around the traps and thought ‘geez, that’ll be a long install. Today I saw why […]
November 2, 2023November 2, 2023Computing, MoBiLe APps, Programming Using Riverpod with Flutter I’m new to app development. This is 2023 notes about state management in Flutter using Riverpod. Code generation Probably better NOT to […]
June 18, 2023June 24, 2023Programming Bloody CORS and Grafana Breaking news: see the solution where I asked on community.grafana . Spoiler: add a slash. There’s a billion queries about this topic. […]
June 17, 2023June 17, 2023Computing, Programming Multi-Tenant Grafana with DRF While looking at Grafana Multi-Tenant arrangements, I realised it’s problematic to have a multi-tenant SQL database accessed by Grafana. One solution is […]
June 17, 2023June 17, 2023Computing, Programming Django Object-level Permissions with DRF and Rules Finding a simple way to limit API users’ permissions to certain objects. We want an API via Django, so we use DRF. […]