days.
A blog experiment emphasizing aggregation. Content from various sources (GitHub, YouTube, regular posts, etc.) is merged into a day-oriented feed and archive that the author can curate and customize.
Latest Uploads
Thursday, September 3
YouTube
Wednesday, September 2
YouTube
Tuesday, September 1
Git Commits
dash commits 1
ohnsh/dash-
7:24 pm — John Sherrell <dev@ohn.sh>
next: home route now renders all 'quad' clips instead of only those with speech. Add 'use cache' to `fetchInventory`, which necessitates a minor refactor so that it's not in the import path of any client component. Now, dash-video.ts is limited to defining the DashVideo type and providing synchronous helpers for it. New r2.ts for `fetchInventory` (which returns `DashVideo[]`).
YouTube
Monday, August 31
YouTube
Sunday, August 30
Git Commits
dash commits 1
ohnsh/dash-
7:24 pm — John Sherrell <dev@ohn.sh>
vod: new helpers.sh subcommand `link-n-sync` to automate the `video.sh link $dir && cd ${dir}_vod && video.sh vod . && cd .. && rm ...` process.