After getting a very basic docker container up and running it occurred to me, a lazy person, that there is probably some developer Saas out there that can take containers and regression test them against an expected output I provide. Two weeks ago I ran the “full run” code for the first time in two… Continue reading github actions
Month: May 2022
David Stern part 3: basketball as a business
One of the best things ever written about sports, business and fandom was this essay by Bill James in his 1987 Baseball Abstract. I’ve never seen it reprinted online and no doubt this is a fair use violation but I need to quote it in its entirety. If you have never read a Bill James… Continue reading David Stern part 3: basketball as a business
Docker and a regression
Let’s make a docker container out of this thing. The key win from docker is it gives you a headache-free way to “just run” something and not worry about the dependencies and install/uninstall and binary incompatibility and all that great stuff. So in our case it’s a bit of overkill. I’ve taken pains to keep… Continue reading Docker and a regression