External USB Keyboard Lag on MacWhen I got a new Mac, I experienced a weird problem with my external USB keyboard. At random times, it would begin to lag or miss…Dec 24, 2022Dec 24, 2022
Go (Golang) Otel Duplicate Method PrivateYesterday we got the following strange-looking error trying to compile our Go code:Apr 13, 2021Apr 13, 2021
Revert a Commit but Keep Some of the ChangesSometimes you want to revert and old commit (for example, a PR to master), but keep some of the changes. If you just revert with git, it…Dec 8, 2020Dec 8, 2020
Sumologic messages before or after something (aka surrounding messages)Today I came across a cool feature of Sumologic.Jul 17, 2020Jul 17, 2020
How to hunt for race conditions in GoThere are plenty of good explanations of how to deal with race conditions in Go. However, one thing that was unclear to me is, how do I…Nov 6, 2019Nov 6, 2019
Found a bit of a gotcha with the Go syntax today.Think for a bit and then try it: https://play.golang.org/p/ijLH0l8GAEkNov 1, 2019Nov 1, 2019
Non-global clients are not allowed access to APIv1Today I got this error from auth0, when trying to send the client credentials token request to the /token endpoint:Oct 8, 2019Oct 8, 2019
Docker-Compose Basic IdeasSome takeaways from Bret Fisher’s lecture: https://www.youtube.com/watch?v=cpsWVSYiAE4Jul 12, 2018Jul 12, 2018