Author: Brett
Complex Electricity Metering
How to get meaningful energy efficiency results when there is a spaghetti of boards Look at that mess! We focus on the […]
VSCode Python Setup++
This is based on this great boilerplate for setting up Python. I’ve adapted for my use: Environment Use direnv and you’ll get […]
Winforms Databinding… not confusing at all
So you wanna use WinForms (e.g. natively or in a Word Add-In) in C# / VB? Great, there’s good support for databinding […]
Signing Windows Apps
Background: I’ve created some windows apps (winforms with .Net 4 and a WinWord x64 Add-In). These are packaged up into .msi installers […]
TimeLapse Images to Video
Sizes and Storage Images There are 1440 minutes per day. We have 1 minute intervals. We can also make a mp4 video. […]
Protected: Europe 22
There is no excerpt because this is a protected post.
Smart House: Why? How?
I want some simple functions for the H33 house: Energy monitoring: easy with Phisaver at the switchboard House off: turn off all […]
Django Development and Staging
I have two boxes: dev and production. I need a very simple method for working on the dev machine and then pushing […]
Postgres Tricks
Log-the-frick-in sudo -u postgres psql dbname # typical root user psql -h localhost -U user -W dbname # default host is unix-domain […]