A while back, someone made a PR related to some code I’d written to make a bit of functionality optional,…
Tag: golang
Functional options in Go
Notes on Differential Privacy
I recently saw an interesting demo at work about differential privacy, and thought I should write down some notes! (and…
How Terraform’s simple graph concepts deploy complex infrastructure as code
In October, I spoke “at” All Things Open (virtual for 2020). I worked for weeks on my talk, and ……
Excluding files in git grep
I often use git grep to search around my files because I’m more used to it than other searching tools…
Printing out a struct in Go
Alright, this is very much “solely so it’s easy for me to find it”. For lots of string formatting, Go…
Things (in Go) I’ve been learning this week
Earlier this week, I was replicating an issue that involved creating 1000 Terraform workspaces in S3, and I ended up…
Using “replace” in go.mod to point to your local module
If you want to say, point to the local version of a dependency in Go rather than the one over…
Thoughts on Go slices and beginner’s mind
Beginner’s mind can be such a gift, if I can get over myself to enjoy it. I think some of…
Let’s Go Video: Whats New in VS Code for Go
This week, I watched a video on VS Code, which is timely since I recently started using it. As a…
