danscan
@danscan
car driver
Tune in for shenanigans with me, @mrousavy, @grabbou, @gorhom, and @danscan
If shitcoin creators had like 40 more IQ points there’d be a proliferation or shitlangs
For end-user auth, JWTs For API auth, JWTs signed with self-issued JWKs
auth feels unsolved. every provider has weird limits. tried @supabase, ran into frontend headaches. switched to @ClerkDev after @theo's rec, looked promising until i hit the edge of customisability. should’ve known better than to take auth advice from a guy mid 99th db migration…
Making a SQL->AST->SQL parser/formatter for SQLite3 is **insanely** hard. I created one that wraps Datafusion's sqlparser-rs crate last night, but it still fails 40% of the official test suite Time to wrap SQLite's official parse.c 😅
I’m about to drop a codebase that has more lines of TS types than source code