@theo Otherwise it's a trick question because some people assume the implication and some don't
But "no" is an obvious and a normal answer in that situation
@theo It's like a room where you're asked "do you want to die" with options "no" and "maybe", the maybe implying that if enough people are unsure, you won't die
If the thought experiment means not everyone can answer "no" even if they want to, then I believe humanity picks blue
@davepl1968 Nash equilibrium is when there's an action that guarantees benefit for one at the expense of others, but collaboration would lead to a better overall benefit
Here, clear benefit for one does not come at the expense to others. Everyone can pick the same safe outcome
@housecor ...but suffixes are even better now that I think of it.
Folders allowed to co-locate arbitrary helper files like utils.ts or persistence.ts that are relevant to the component
Somehow it never occurred to me to just do Button.utils.ts
I'd do this in my next project
@housecor I used to like folders for components, e.g. /Button/{Button.tsx,styles.css,index.ts}
Index file used only for re-exporting. This way, you work in a Button.tsx file, but import from /components/Button, rather than /components/Button/Button
Seemed like best of both worlds, but
LLMs are bad at math.
They’re bad at orchestration.
But they’re really good at writing TypeScript.
So we gave them a runtime.
Code Mode in TanStack AI lets the model write & execute TS instead of chaining tools.
🧠 1 call instead of N
⚡ parallel execution
📉 fewer tokens
✔︎ correct results
This changes how you build AI apps.
Blog ↓
https://t.co/EgvVul84Hd
Another practical example of Cheng Lou's pretext: subtitles that never cover the video.
You can have balanced text at the user's preferred font size and guarantee to fit it into the letterbox bar of a widescreen movie.
My dear front-end developers (and anyone who’s interested in the future of interfaces):
I have crawled through depths of hell to bring you, for the foreseeable years, one of the more important foundational pieces of UI engineering (if not in implementation then certainly at least in concept):
Fast, accurate and comprehensive userland text measurement algorithm in pure TypeScript, usable for laying out entire web pages without CSS, bypassing DOM measurements and reflow
@daniel_mac8 I dont know, the gap between what I have in mind and what the model has in mind is a source of creativity. I don't want the model to be limited by my understanding, I want it to act as another person on a team who brings their own perspective
My dear front-end developers (and anyone who’s interested in the future of interfaces):
I have crawled through depths of hell to bring you, for the foreseeable years, one of the more important foundational pieces of UI engineering (if not in implementation then certainly at least in concept):
Fast, accurate and comprehensive userland text measurement algorithm in pure TypeScript, usable for laying out entire web pages without CSS, bypassing DOM measurements and reflow
@jessfraz Making everyone write inline styles is the goal
There's nothing wrong with inline styles except for the fact that they are limited in features
Tailwind removes the limits