The latest 10 hour podcast from Lex Summarized to 18 bullets

2 fcpguru 1 8/24/2025, 5:21:54 PM andrewarrow.dev ↗

Comments (1)

fcpguru · 2h ago
Code to make this site is all open source:

https://github.com/andrewarrow/starchive/blob/main/podpapyru...

It uses a firefox extension to let you mouse over any youtube video. That tells the backend to yt-dlp the video id for the transcript. Then uses golang templates:

https://github.com/andrewarrow/starchive/blob/main/templates...

to render static html serverd by github pages.