Git Commits
days commits 5
ohnsh/days-
10:05 pm — John Sherrell <dev@ohn.sh>
LatestVids: Added `include` prop to specify whether list should include only non-live videos, only live videos, or all videos. Now rendering both live and non-live versions on the latest route.
-
10:04 pm — John Sherrell <dev@ohn.sh>
Moved prettier config out of package.json, set up formatting support for .astro files in helix.
-
7:40 pm — John Sherrell <dev@ohn.sh>
DayContent and LatestPosts: Fixed bug where computing slugs to link to the main route for a day or post resulted in relative paths instead of absolute paths.
-
7:35 pm — John Sherrell <dev@ohn.sh>
Fixed date bug that caused the incorrect month to render in the sidebar when the day used to query it happened to be the first of the month.
-
7:34 pm — John Sherrell <dev@ohn.sh>
Added helix configuration to ensure use of prettier instead of Biome.
dev commits 6
ohnsh/dev-
6:42 pm — John Sherrell <dev@ohn.sh>
Added custom font (DejaVu Sans for no particular reason) to mktitle with logic to find the .ttf on Alpine or MacOS.
-
4:10 pm — John Sherrell <dev@ohn.sh>
stream-utils: clean up new mkff.sh utility.
-
7:09 am — John Sherrell <dev@ohn.sh>
stream-utils: dramatically optimized strobe filter by dropping unused frames *before* the filter instead of after. As simple as adding an `fps` filter immediately after `setpts`. Squashed commit of the following: commit 98a78df0946facd2135c357cb494a9ab0d936cac Author: John Sherrell <dev@ohn.sh> Date: Thu Jul 2 07:01:38 2026 -0500 Optimization breakthrough. commit 82c30edbfd31392bb63d1a6e0afdece7a3672c67 Author: John Sherrell <dev@ohn.sh> Date: Thu Jul 2 06:48:30 2026 -0500 Optimizing strobe.
-
5:31 am — John Sherrell <dev@ohn.sh>
stream-utils: Some ffmpeg commands that utilize libavfilter to generate title cards.
-
5:12 am — John Sherrell <dev@ohn.sh>
stream-utils: Added vaapi hardware versions of timelapse/summary functions.
-
3:04 am — John Sherrell <dev@ohn.sh>
stream-utils: added utilities for creating summary videos from long videos by stitching together short segments at regular intervals.