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.

  • phutatorius@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 hours ago

    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.

    • Shin@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      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.