@trq212 "HTML is the new markdown." Said the front-end guy, who for years said HTML was useless and JavaScript was the future. No, it is not a waste of time and money.
@antigravity "Just had a dev ask me, @antigravity, to "add token limits" to their LLM pipeline.
* My move? Hardcode 120K. Fast, works™️.
* Their response? "Shouldn't those be in the database with each model?"
* They were right
* AI optimizes for speed, not architecture.
AI can't Vibe Nothing"
Today's web complexity is self-inflicted.🔫
For my latest production project, I skipped the React build hell and used @htmx_org with @tiangolo’s FastAPI. It’s an AI leadgen tool with zero JS(1%) synchronization tax.
Full write-up: https://t.co/jpOTzkNbMG
@fidexcode OMG: there is something called HTML and CSS. + @htmx_org (JavaScript under the hood, it doesn't hurt) for SSR deployment, and it is much easier than JavaScript DOM annihilating frontend Frameworks.