Daily issue / 2026-07-28

11 interesting things surfaced from HN on 2026-07-28

Useful things that surfaced in Hacker News discussions on 2026-07-28. Open the context to see why each one caught our attention—or jump straight to the original thread.

At a glance:
Finds:11
Threads:9

What we found

04
Alpine Ajax
alpine-ajax.js.org

An Alpine.js extension for progressively enhanced, server-driven interfaces.

Source discussion: Removing React.js from the codebase and adapting Htmx for UI interactivity (2023)

I ended up switching to Alpine Ajax (https://alpine-ajax.js.org/) and pulled the form out of the response and just used a local x-data on it to track the state. This greatly reduced the HTML I needed to send back to just the list of results.

james2doyle · recommendation · first hand use

Direct HN comment
06
Shufflecake
shufflecake.net

A project exploring plausible deniability and storage threat models.

Source discussion: US citizen charged after GrapheneOS phone wipes during airport search

I found the shufflecake FAQ to be a good intro to the topic for anyone curious. It does a good job explaining the threat vectors and the relevant trade offs, in particular the TRIM and ORAM sections. It’s also just a cool project:

OGWhales · recommendation

Direct HN comment