Cryptograss/Horny Toad
From PickiPedia: A knowledge base of bluegrass, old time psychedelic jams, and other public domain music
Jump to navigationJump to search
Day 0
- Mixing/editing/bouncing and uploading 44th bday cicada jam bush videos
- Login issues with Magent (eventually solved)
- various back and forth with uploading cicada bday video/ pick dispatch sombrero edition to pickipedia
Day 2
- uploading cicada video to picki-pedia for magnet to analyze
- screenshots of error panels requested by magent
- progress on size of video uploads :
- 108
https://github.com/cryptograss/maybelle-config/pull/108
- 110
https://github.com/cryptograss/maybelle-config/issues/110
https://github.com/magent-cryptograss/maybelle-config/tree/fix-wiki-api-path-a
- past but relevant :
https://github.com/cryptograss/maybelle-config/issues/79
- Even got the video the release draft page: ReleaseDraft:3fc94d4e-619f-45cc-b1ea-c643386ee315
- Finalize to IPFS error upload issue
- figuring things out with Justins side with coconut and back end AUTHOR actions
Day 3
- Big one. Coconut is basically done — encoding happens on delivery-kid now, in AV1 + Opus (both royalty-free, which was the whole point of coconut in the first place). Turns out our own box does it faster than coconut ever did. https://github.com/cryptograss/maybelle-config/pull/113
- Mixing/ Editing for Cicada 44th Bday Jam videos
- Sombrero edition published — first video ever through the local pipeline: Pickipedia Dispatch - Sombrero Edition
- The 44th bday jam-bash was the weird one. Got "IPFS failed", then "content draft not found", looked like the whole thing was gone. It wasn't. It had encoded fine and pinned to IPFS hours earlier — it just lost the paperwork, so the source got deleted and everything reported failure. The audit was even recommending we delete the wiki page, which was the only thing pointing at the video. Was about to re-upload 10.5GB for nothing. Magent found the orphan pin by cross-referencing two audits, wrote the CID back onto the draft, and the bot finished the job one second later: 44th Bday Cicada Jam-Bash — filed as https://github.com/cryptograss/maybelle-config/issues/115
- Live progress panel built and shipped. Encoding an hour of video locally meant staring at a frozen bar the whole time, so now it shows position, speed and time remaining, updating every couple seconds. https://github.com/cryptograss/maybelle-config/pull/114 and https://github.com/cryptograss/pickipedia/pull/108
- Also fixed along the way — delivery-kid had never been able to write to the wiki. Wrong API path, every write 404'd silently. That's why draft pages always looked frozen while stuff was actually happening.
- Cicada 44th Bday Jam Set 1 — first upload to go start to finish with zero manual intervention. Uploaded, encoded, pinned, release page, torrent. No babysitting.
- Wrote up how the whole pipeline works now: Cryptograss:Video encoding pipeline
- Three videos up. Started this whole thing because longer videos wouldn't upload — ended up being four separate bugs stacked on each other.
- Still open: coconut account can be cancelled (nothing uses it), https://github.com/cryptograss/maybelle-config/issues/115, https://github.com/cryptograss/maybelle-config/issues/110 (probably closeable), diagnostics snapshot subpages have never actually written, and an error showed up on the last finalize even though it succeeded — need to look at that.[✓]
Day 4
- Mixing, editing and bouncing the party batch in Resolve. Export preset dialled in — H.264 at 10 Mbps, AAC 320. Don't skimp on audio, it's what people listen to.
- Live encode progress deployed — no more staring at a frozen bar for an hour.
- Cicada 44th Bday Jam Set 1 published — 13 min, first upload to go start to finish untouched. 2.0GB in, 247MB out.
- Cicada 44th Jam Star Tropics published — 17 min, 2.68GB in, 304MB out. Second clean run.
- Encode speed reality check: the box does about 2x realtime, not the 0.8x the benchmarks promised. Budget double the video's length.
- Justin hit "error loading video — the IPFS content may not be available" on Star Tropics. Content was fine, serving in half a second. It's Safari + AV1 — no software decoder on anything short of an M3 Mac. Firefox and Chrome are fine on the same machine.
- Built a page for the party so the videos are findable by something other than a hash: 44th Bday Cicada Jam
- Then hit Justin's error myself, on that very page. Both of us confused users now. pickipedia#111
- Found a good one while dating that page. Every block height on the wiki is ~75,000 blocks in the future — ten and a half days. The code counts exactly 12s per block since the Merge; the real average is 12.044. Audit pages were named after blocks that don't exist. pickipedia#112
- The party turned out to fall on the day the chain crossed block 25,000,000 — only spotted because the stamped numbers didn't match the real ones.
- Afternoon: five PRs.
- Finalize bug fixed — the CID had nowhere to live on the server, so my jam looked lost. Now written down three ways before anyone's told. maybelle#117
- Block heights read from the chain — worst case 74,874 blocks off, down to 56. Eight copies of the same wrong sum, then a ninth. pickipedia#113
- Audit now spots what it missed on my jam — staging is only deleted after a successful pin, so it says "do NOT delete" instead of "safe to delete". maybelle#118
- Diagnostics pages never existed — two bugs: the wiki rejecting the payload, and the login session dying daily with nothing re-authenticating. pickipedia#114 + maybelle#119
- Nice catch: the ethereum RPC returns 403 to Python's default user agent. Without a header it fails every time and silently falls back to the estimate — the exact pattern we'd spent the day complaining about, nearly shipped by us.[unverified]
Day 6
- Triaged the PR backlog — 17 open, 10 already shipped. Two were mine from May, for features I've been using all week.
- Poster frames — videos now pin a still frame, so the player isn't a black box. It's a JPEG, so it shows even in Safari where the AV1 won't play. maybelle#120
- Justin asked if anything tested that the diagnostics reach the wiki. Nothing did — 14 green tests checking a function got called, passing through every month nothing was written. Wrote 3 that check a page actually lands; 2 fail against the old code. Justin named the class On The Pipe.
- Wrote up the pattern: 5 bugs this week, one shape. Each either said nothing or said something plausible and wrong, and three pointed at destroying good work. Cryptograss:On The Pipe
- Found 4 permanently red tests in the coconut suite, testing a schema the code dropped. maybelle#121
- Magent wouldn't paste the Common.js fix itself — 605 lines to reproduce exactly, one wrong character breaks every gadget. Still a human job.
- Linked the new documentation from Cryptograss:Delivery-kid so it's findable from the machine it describes.
- Cleaned up this log — Friday's work moved into Day 4 where it belongs, and the whole thing cut roughly in half. It had turned into essays.
- Sent Justin the deploy instructions. Still nothing shipped — delivery-kid remains on the Sept 4 build, so three merged fixes are sitting there unused.
- Noticed #115 and pickipedia#112 are fixed but still open — "Fixes #N" only auto-closes when the PR merges to the default branch, and ours target production.
Still open
- Merge maybelle#119 and deploy delivery-kid — one run picks up #117, #118 and #120 as well
- Cancel the Coconut account
- Paste the Common.js fix — pickipedia#111 — now covers the error message and poster frames
- Close #115 and pickipedia#112 by hand
- Check the spellings: Fibbonacci Holmes and Seth Cambell
- 10 stale PRs to close; block heights on existing pages still 10 days off[unverified]