- cross-posted to:
- smallweb@lemmy.cafe
- programming@programming.dev
- cross-posted to:
- smallweb@lemmy.cafe
- programming@programming.dev
I think AI won’t save us here, our base is broken. The internet is kind of shattered, most of the pages on the wild have broken and even wrong links. Divs doings the work of buttons, the semantics are totally lost. This, at least for me, feels like a good view point on what we can fix first, and with luck have a better internet.
All feedback is welcome.


HTMX is pretty good. It gives you markup that extends HTML for things like async loading, and incorporates some features that you’d otherwise have to do using Javascript or CSS.
My “to go” tool of the day is Alpine.js, fills a similar void, but the focus is on the client side, the botton idea is the same.