• Supercontest:
        • Backed up the supercontest db, made sure everything worked (with old db models still today).
        • If a user honestly misses lockdown, but wants to pick before kickoff, you can manually add their picks (if you deem their case ok). Just `python manage.py shell` then import and run `commit_picks(…, verify=False)` for the user id and week id and teams, etc.
      • NFL Sunday. Remilins all day.
      • Smoked the 16lb ribeye roast.
      • Made gravy out of the trimmings:
        • Stock: Salt the trimmings in a pan, sear them with olive oil until very brown, deglaze with wine, add herbs/onions/whatever and water, simmer for hours (reduce) then filter.
        • Gravy: Whisk in flour (like 2tbsp per cup of liquid), boil, then turn off.
      • Moved bbq_log from docs to sheets. Lot cleaner now. Froze top row and left two columns during scrolling to make everything a lot easier to see. This was my 32nd smoke on the WSM today!
      • Stack is always lifo, way faster, every thread gets a stack, etc. Heap has much less restriction- it’s bigger and slower. It’s usually across multiple threads (usually one for whole app), data can be written/read in different orders, etc.