• Smoked all 40lbs of turkey for friendsgiving. Roasted the trimmings in a skillet for gravy.
    • Updated the supercontest banner. Deployed. Gitlab was being weird, wouldn’t trigger my build and the execution was slow. Frontend also wasn’t showing the logs, but locally did: `docker logs -f runner-mJ4Y_63h-project-14681470-concurrent-0-build-4`
      • Triggered and built fine about an hour later when I deployed again.
    • Did not have to adjust anything for the supercontest on thanksgiving. There are 3 games on thursday. As long as you pick them before kickoff, you are free to pick all 3. Everyone’s picks will not publish till sat night, like usual. Scores are fetched all thurs, they don’t wait for the usual 5, so the morning games will still update live.
    • Committed new lines. Submitted picks.
    • Tradebot.
      • Updated get_tickers() to use nasdaq’s ftp server, fetching all traded symbols. This yields ~9000 right now, much better than the ~2500 I was getting from that old sketchy api.
      • It also properly returns the tickers only. Market cap and other data can be fetched separately (as they are).