January 22, 2022January 25, 2022Computing, Programming Django Development and Staging I have two boxes: dev and production. I need a very simple […]
January 19, 2022January 25, 2022Computing, Internet Of Things, Programming Postgres Tricks Log-the-frick-in sudo -u postgres psql dbname # typical root user psql -h […]
January 19, 2022January 19, 2022Computing, Programming Why the hell can’t I login to PostgreSQL? Some possible reasons and solutions Wrong host Use the “-h” flag: psql […]
January 17, 2022January 17, 2022Computing, Programming Periodic Emails with Django Rough notes on meeting these requirements: Using Django Send weekly / daily […]
March 5, 2021June 16, 2021Computing, Programming linux commands Test OpenVPN server on it’s standard UDP port telnet is so 2020 […]
November 27, 2020November 27, 2020Computing, Programming Debugging Pi from VSCode There’s a few tutorials and references for debugging a python program on […]
November 6, 2019February 11, 2022Energy Monitoring, Programming Access Grafana without a login screen Unlike Grafana 5, we can’t use the ‘old’ method of a proxy […]
July 8, 2019September 6, 2019Computing, Internet Of Things, Programming ESP32 Development Environment – Bleeding Edge ESP-IDF v4.1 with cmake There’s a few options to program the esp32: Arduino IDE : good. […]
June 11, 2019June 12, 2019Computing, Internet Of Things, Programming WebApp Development for a Esp32 Arduino Sketch AJAX or websockets will allow nicer development. I’m trying BootStrap to get […]
February 19, 2019February 19, 2019Programming, Uncategorized VBA Regex Typical Replacement Example Dim objRegExp As Object ‘ RegExp using Microsoft VBScript […]