is jsr: worth the pain? every time i see a package using it i get slightly annoyed because it doesn't seem to be natively supported by npm, and so it gets in the way.
) "just hit the API for which we have a dashboard" model of building AT apps feels so much more comfortable than rawdogging ingestion and sync.
i'm looking at the simplest vanilla statusphere example, and the entire `appview` folder (oauth, sync, db) reads like a liability ๐ญ
) Compiler works for the same reason that compilers for pure programming languages are able to make non-trivial optimizations. if your code is composed of pure functions, it is safe to re-order their computation, or save the result for some inputs and reuse it for later for same inputs.