In the interests of illustrating the complicated programmer psyche for the benefit of anyone involved in recruitment, here’s the two things I look at in a job advert: | Continue reading
Go’s empty interface{} is the interface that everything implements. | Continue reading
It was a gesture meant to comfort. | Continue reading
The software industry is the most fashion-conscious industry I know of. | Continue reading
Continuing our dive into the Internet Protocol Suite from Go (See part 1 Raw sockets in Go: IP layer), we are going to the link layer, so we can see the IP headers. | Continue reading
Continuous Delivery, by Jez Humble and David Farley is about three big ideas to get your code into production more reliably: Make a deployment pipeline: commit -> unit test -> acceptance test -> … -> deploy -> release Automate everything. | Continue reading
We need to design software to run in production. | Continue reading
My credit card generator was recently on the front page of reddit. | Continue reading
For entertainment, I’m learning assembler on Linux. | Continue reading
Go has good support for examining and modifying Go source code. | Continue reading