-
- Private work.
- DP problem, classic knapsack.
- Bubbles in br ceiling are from AC pipes. Off until next summer, but if leaking (likely), will need attention.
- Horseback riding, bedford. Pumpkins (Blaze), sleepy hollow.
- Swapped VPN card.
- Updated vscode macbook.
- Friendsgiving planning.
- YT’s anti-adblocker popup.
- Python’s itertools.pairwise is helpful, although it’s really easy to write the indexing/iterating yourself.
for item in pairwise([1,2,5,6,9]): print(item)
will print (1,2) (2, 5) (5, 6) etc.
- Supercontest. Confirmed scorefetching started at T-30min in prod.