RDLTR

Short for Read Later. Save links from any browser or phone. Click to save, read to clear. The full tour

One topic. Every takeSeek and you shall find

Reading up on htmx

10 deep · digging since dec 19, 25

  • news.ycombinator.com favicon
    Working With AI: A concrete example

    A developer recounts using Claude to debug a hyperscript parser bug, illustrating AI's strengths in analysis and boilerplate but weakness in design judgment and general-case solutions.

  • news.ycombinator.com favicon
    Building an HTML-first site doubled our users overnight

    Replacing a SPA with plain HTML forms and server-rendered pages unexpectedly doubled a site's users, challenging assumptions about framework necessity.

  • htmx.org favicon
    </> htmx ~ Code is Cheap(er)

    Carson Gross argues that as AI makes code cheap to produce, understanding code becomes the expensive and scarce resource, urging a subtractive engineering mindset to control complexity.

  • news.ycombinator.com favicon
    Show HN: I built a social media management tool in 3 weeks with Claude and Codex

    A solo developer built an open-source social media management platform with 12 API integrations in three weeks using Claude and Codex, finding AI tools excel at CRUD but struggle with OAuth edge cases and multi-tenant permissions.

  • news.ycombinator.com favicon
    Web development is fun again

    In a Hacker News discussion, many commenters report that LLMs have made web development fun again by handling complexity and enabling quick hobby projects.

  • news.ycombinator.com favicon
    Replacing JavaScript with Just HTML

    Native HTML elements like <details>, <dialog>, and <datalist> can replace some JavaScript, but still lack the interactivity and styling needed for complex apps.

  • news.ycombinator.com favicon
    Please just try HTMX

    Hacker News commenters debate HTMX's utility, noting it works well for simple server-rendered apps but becomes brittle for complex interactive UIs.

  • lobste.rs favicon
    Please Just Try HTMX

    Using Rust with maud and HTMX enables typed HTML components and code reuse, avoiding the need for separate template languages and complex abstractions.

  • pleasejusttryhtmx.com favicon
    Please Just Fucking Try HTMX

    A plea to try HTMX as a simpler alternative to JavaScript frameworks, arguing it reduces code size, dependencies, and build times while handling most web app interactivity with HTML attributes.

Takes