The worst punt of 2024

A few years ago I added some code to apply “punt sadness score” and search for bad ones. I never really followed up because the play-by-play data was pretty polluted. Doing the API v2 cleanup reminded me of it so let’s see what running it against 2024 comes up with. Disclaimer up front: This idea… Continue reading The worst punt of 2024

Published
Categorized as punts

David Stern part 9: The Cap

Why the salary cap matters then and now I finally got around to a detailed read of this fantastic book: The Cap, How Larry Fleisher and David Stern Built the Modern NBA by Joshua Mendelsohn. There are many interesting parts for our understanding of David Stern and his legacy. The author is a labor lawyer… Continue reading David Stern part 9: The Cap

API v2

Our data provider of choice is collegefootballdata.com and they’ve been great. In the natural life stages of API developers everywhere they’ve introduced a V2 with breaking changes, final deployment coming real soon now. I’ve been there myself. After putting off any mods for a while I dusted off the codebase yesterday and got the fixes… Continue reading API v2

Published
Categorized as code