anatomy of a timezone fix

Timezone bugs and libraries are always hilarious fun so let’s take a look at what I did and what I should still do before I forget it. The diff in question. The timestamps in the database are in UTC time. So it should be a simple enough matter to parse them as UTC and then… Continue reading anatomy of a timezone fix

Published
Categorized as code

A familiar foe

I’m referring to timezone bugs, of course. Looking at the verbose run for the 2021 schedule I see what I didn’t before about today’s one MCC game: San José State 7 at USC 30 on Sep 04, 2021 Stanford 42 at USC 28 on Sep 12, 2021 Fresno State at UCLA on Sep 19, 2021… Continue reading A familiar foe

FCS shouldn’t count?

Doing a project as pointless as this lets me really examine some of the pitfalls of how software projects get hung up. Let’s take a look at a verbose run for 2007 under the current codebase: UCLA 45 at Stanford 17 on Sep 01, 2007 Sacramento State 3 at Fresno State 24 on Sep 02,… Continue reading FCS shouldn’t count?

USC Stanford

What a great game, made all the sweeter by its extraordinary MCC ramifications. USC will have a hard time winning the cup. But it is possible if they beat UCLA and get some help. Perhaps this early dashing of MCC hopes will be the final straw for Clay Helton’s coaching job. (Update: It was!) Stanford… Continue reading USC Stanford

Bad punts bad punts

Watching David Shaw and Stanford make some more sadly predictably terrible punt decisions last Saturday it occurred to me that we can use the cfbd data to figure out exactly how bad they were. The surrender index was first described by Jon Bois in this video, and now there’s an excellent twitter bot that tracks… Continue reading Bad punts bad punts

Published
Categorized as punts

Week 1 results

After yesterday’s action we can all take comfort in the MCC, where some California team will definitely win something. Actually, UCLA might be good. But Stanford and Cal both lost brutal games and USC didn’t inspire any confidence. Fresno State has an outside shot to run the table in the cup games based on how… Continue reading Week 1 results

Published
Categorized as results

Ties

I added support for games that end in a tie with this commit. With my recency bias I had left that out and marked it “hard” in my head but it doesn’t seem like it takes much. It changes a couple of 1970s results. I had credited San Diego State with one too many titles.… Continue reading Ties

Published
Categorized as code, results