Urgent.News

What's breaking now, across thousands of outlets.

Tech

flash-zk: a server-blind encrypted database for private AI

Most AI databases can read you. This one is designed not to. Sealed envelopes. Blind indexes. The key never lives on the server. RAG and agent memory sit on that — not on a vendor that holds plaintext at query time. We did not ship new crypto in 1.3.1. We shipped the rule, in the open: Default is strong. You can weaken it. It holds if you keep the key. What gets refused next is already written.…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Dev Collective

I'd like to find a group, ideally on Slack, where serious devs work semi-together on side-projects. They use the same AI Agents, MCPs, and similar tech stacks.

If-Match: two curls, one 412

Two tabs save the same note. Last write wins. The first tab's words vanish. Two terminals on your laptop are two tabs. You GET. You type. You PUT. Save this as if-match-server.mjs .

  • Two tabs overwrite same note, first tab's content vanishes
  • GET request returns 200 with note text and ETag
  • PUT request updates note if IF-Match header matches ETag

More from Friday 28 August →