October 27, 2025 at 2:54 AM
also `goat syntax tid check 3m3zm7eurxk26`
October 25, 2025 at 4:03 PM
also `goat syntax tid check 3m3zm7eurxk26`
aw thanks! it's important to keep everyone moving!
October 25, 2025 at 12:17 AM
aw thanks! it's important to keep everyone moving!
you can also designate clients as trusted. secretly already in there 👀 github.com/bluesky-soci...
October 23, 2025 at 12:55 AM
you can also designate clients as trusted. secretly already in there 👀 github.com/bluesky-soci...
sounds eerily similar to postgres autovacuum
October 15, 2025 at 6:10 PM
sounds eerily similar to postgres autovacuum
node, deno, and bun now all have native sqlite!!
October 14, 2025 at 9:28 PM
node, deno, and bun now all have native sqlite!!
going to start using this instead of "hello world"
October 14, 2025 at 4:28 PM
going to start using this instead of "hello world"
i think these techniques could technically work together: process as much as you can in memory streaming, and once you hit an unexpected block, flush the rest to a tmp sqlite then walk the rest from disk.
October 7, 2025 at 2:55 PM
i think these techniques could technically work together: process as much as you can in memory streaming, and once you hit an unexpected block, flush the rest to a tmp sqlite then walk the rest from disk.
nice! i'm mucking around with repo validation right now too! i have a little disk to spare and am interested in keeping memory footprint low, so i'm streaming blocks to sqlite on disk, then walking the mst using sqlite. i think @retr0.id and i had a similar inclination there.
October 7, 2025 at 2:55 PM
nice! i'm mucking around with repo validation right now too! i have a little disk to spare and am interested in keeping memory footprint low, so i'm streaming blocks to sqlite on disk, then walking the mst using sqlite. i think @retr0.id and i had a similar inclination there.
thanks for showing us all zeppelin, that was badass. if you end-up sharing any long-form thoughts on the project i will be eager to read them
October 3, 2025 at 10:16 PM
thanks for showing us all zeppelin, that was badass. if you end-up sharing any long-form thoughts on the project i will be eager to read them