Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. English: A vs. An(redblobgames.com ↗)
    49comments
  2. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    233comments
  3. How Hacker News ranking works: scoring, controversy, and penalties (2013)(righto.com ↗)
    4comments
  4. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    705comments
  5. Measure internet censorship. Contribute to the largest open dataset(ooni.org ↗)
    34comments
  6. Brood War Bench(swerdlow.dev ↗)
    56comments
  7. Mayday Mysteries(maydaymystery.org ↗)
    3comments
  8. Compiler-style optimization for drawing via Skia(arxiv.org ↗)
    6comments
  9. Deodands put a price on objects that caused death(jstor.org ↗)
    11comments
  10. Two parallel neural ectoderm progenitors contribute to the developing brain(stanford.edu ↗)
    228comments
  11. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    4comments
  12. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    6comments
  13. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    17comments
  14. You can defeat the Dream Devourer from Chrono Trigger using an int overflow(chrono.fandom.com ↗)
    1comments
  15. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    639comments
  16. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    20comments
  17. Tin: full-text search for Postgres(planetscale.com ↗)
    70comments
  18. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  19. The Secret Life of Circuits(coredump.cx ↗)
    69comments
  20. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    35comments
  21. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    43comments
  22. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    159comments
  23. I think you should almost never use AI to write(erichgrunewald.substack.com ↗)
    99comments
  24. San Francisco Onion Futures Company(onionfutures.com ↗)
    150comments
  25. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    6comments
  26. How to Write with an LLM(sockpuppet.org ↗)
    372comments
  27. Microsoft director: AI scraping 'the largest theft of labor in human history'(tomshardware.com ↗)
    21comments
  28. Cloudflare Quick Tunnels(cloudflare.com ↗)
    306comments
  29. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    230comments
  30. Saving another 100TB of RAM(cloudflare.com ↗)
    108comments

ZK-JPEG: Zero-Knowledge Image Editing and Compression

42 pointsby 3h agoeprint.iacr.org
6 comments
2h agoHN ↗

Interesting work.

our tool can verify a large family of image transformations

Is this family large enough to transform real image A into arbitrary fake image B?

ZK-JPEG can merge transparent or translucent layers into an image, useful for placing visual watermarks, creating double exposures, or merging visual layers, potentially AI generated over portions of the image. In our tool, the transparent layer is revealed, but anything beneath an opaque portion of the layer becomes secret. Note that in the case of an AI generated layer, the layer itself is revealed, minimizing the dishonesty in using generative AI (but not minimizing the dishonesty of stealing artwork to train the AI)

Seems like the answer to my question is "yes", so you have to carefully inspect the transformations to see if they look legit. (The parenthetical was a surprising inclusion in an academic context)

1h agoHN ↗

Viewers could provide a way to see the original before transforms, and perhaps apply each one at a time to see how the end result is arrived at.

53m agoHN ↗

If you're preserving the original, then you don't need the ZKP. Part of the appeal of this approach is that you could apply redactions or make the file smaller, without invalidating the signature.

20m agoHN ↗

Presumably in a real application there would be a list of acceptable operations.

Like first you have to show you can do everything necessary in the system which is what this paper does. Step 2 is coming up with a policy of what restrictions to place on allowed transformations

1h agoHN ↗

Hasn't this crossed over into being a philosophical question? You want to attest to reality or provenance. But then you start making lists of "acceptable" changes: file format; compression; color-correction; size; taking "medium" into account... It then slowly slides into "average human perceptibility"; "irrelevant details"; keeping the "spirit" of the image intact; judging the intention or motive of the user or of the viewer; aligning the image with "values"; appropriate/legal use... etc. Not sure what the end-game is?

We are trying to make images in the AI era be as reliable as they were pre-AI? But they were not reliable pre-AI, it was just more difficult to intentionally doctor them.

1h agoHN ↗

Tie this into the Apple/Android/Sony/Leica signed photos, and you get provenance from capture to publish