This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
John Fawcett (♾️ wpm)
j0.hn
did:plc:q3jw5ut4ytwtrfvkn7n6mlqd
I find myself doing this a lot in TypeScript now. I ❤️ starting with a runtime value and extracting a useful type out of it. Then using that type to create a useful typeguard. And when I need to create a runtime mapping from that type to another value, the new satisfies operator is amazing!
2023-07-11T22:48:49.093Z