So you want to set up your machine to write Golang, but there's a million posts out there that talk about $GOPATH and $GOROOT and you're not sure what to listen to? Well you're in luck. This post describes a simple, modern approach to set up Go that won't make you jump through the hoops… Continue reading Go Development 2020
Tag: script
Killing screenkey on Lock
I teach a lecture on object-oriented programming in Java, and I spend a lot of time writing code in my favorite terminal editor, kakoune, in front of my class. My students asked me to find a utility that I like for displaying the keys that I press so that they can learn the commands and… Continue reading Killing screenkey on Lock