@SCP_Hughes :wave: I'm just a software engineer, but a fan of your work. Was in Bilbao last week and thought of you — lots of interesting urban design in Basque country.
If you're in Brooklyn at some point I'd love to grab a coffee or go for a walk.
@adamwathan One nit: it would be preferable if the paymentId in your example could be passed as a prop to openDialog. Useful for lists of things.
(You can always nest the Dialog in the list item component but that's a little less nice).
@KabirCreates Arbitrary database reads. I'm wondering there there's a way to implement event-sourcing in plain SQL with an events table.
So everything is write to an `events` table, then you do crud on top of that like `with users as (select id, name from events e where e.type = 'signup')`
@KabirCreates Yes, append-only, but I'm not sure SQL cursors are it.
Imagine a heavily-written-to txns table, maybe you'd run
`select avg(amount) from txns`. It's a big table so this takes a long time. You'd like to be able to store the result as-of that query, so u can run it later cheaply
@tarstarr@zenazn@stripe@edwinwee@patrickc Hey Tara! It's good feedback! We're rolling out a fix today: better copy plus we'll text you from the old number first so you know what to expect.
Keep the takes coming :)
@martinkl Not trying to be a jerk, but I think the literal answer is that everything would cost more, and there would be a large cottage industry of folks estimating emissions, and occasional exposes on how that system did not work as intended.
@tomlarkworthy Out of curiosity, have you ever seen state machines actually adopted on the backend for used cases larger than just a single model? Eg an auth flow
@spakhm In the context of the EMH, I think what’s he’s saying is “whatever your idea or interest is, don’t assume that someone has thought of it, or already tried it, or mastered it; imagine a village of 500, everything can be improved upon. Imagine you live there”
@Austen Honest question: did you read the article? The $42M figure is misleading, and the bureaucrat running the enterprise is open and well-informed. It seems like above-par leadership from a civil servant tbh