Hacker News new | ask | show | jobs
by roywiggins 19 hours ago
Common side-effect of letting Claude write your landing page.

Apparently it's mostly this:

    // ENCODE — pack(html) → one .hmml (a Uint8Array you store or send)
    //   · lifts every data: image out of the HTML into raw bytes (no base64)
    //   · gzips the HTML/CSS/JS and frames it all as one binary blob