Pinned ·

Biking in the Marlborough Forest

I was going to write a long post about how great the Marlborough forest is for mountain biking, and maybe I will some day but it won't be today. I've been having a great time biking there recently, I feel like it's a hidden gem that blurs the line between gravel and XC mountain b…

Pinned ·

Posgres JSONb notes

Postgres JSONb notes I find one of the most annoying parts of working with jsonb columns in postgres is remembering the syntax. Below are some notes, mostly for myself. (Yes reading the postgres docs is probably a better call, I'm writing this for me.) ¯\_(ツ)_/¯ Also how great is…

Pinned ·

Light Painting Tutorial

Light painting Light painting is a fun and interesting way to make unique images in dark locations. You don’t need much to get started and can create a lot of modifiers with some arts and crafts tools. The basic idea is to create a scene and modify the light with flashlights, fla…

Pinned ·

CARO Signs

During the pandemic Heather and I wrote a small mobile app for the Canadian Association of Rally Obedience group. We're currently cooking up an overdue update for the new handbook/ruleset. It's been a fun project. Apparently this is in use quite heavily during competitions and tr…

Pinned ·

Handy Git Commands v1

Git notes I have a list of operations below I often find myself looking for online, collected here for a easy retrieval. Please don't take my word that these will work for you or are correct, test in a sandbox and use carefully! Git workflows are complex, I use these primarily on…