Hello World
First post — getting this thing set up.
This is the first post. The site is live.
What this is
A place to write about software, systems, and whatever else catches my attention.
Code looks like this
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}
More soon.