Project contents
← Where the Action Actually Happens at F1 GPs
Progress update, 17 Jul 2026
A short bullet-point summary of project progress up to 17 Jul 2026.
Updates are bullet-point summaries generated with AI from my commits and build notes, then checked by me. Project articles and learning notes are written by me.
- First run of the SQL loader: four transcription errors that each failed loudly, and one that didn’t. The incident insert sat inside a loop that skips crash sheets, so
is_crashwas false for every row while the load reported success. Split the loader into two passes.