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