Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    229comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    678comments
  3. Measure internet censorship. Contribute to the largest open dataset(ooni.org ↗)
    21comments
  4. Compiler-style optimization for drawing via Skia(arxiv.org ↗)
    2comments
  5. Brood War Bench(swerdlow.dev ↗)
    46comments
  6. Two parallel neural ectoderm progenitors contribute to the developing brain(stanford.edu ↗)
    228comments
  7. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    5comments
  8. Deodands put a price on objects that caused death(jstor.org ↗)
    9comments
  9. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    4comments
  10. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    17comments
  11. English: A vs. An(redblobgames.com ↗)
    discuss
  12. Tin: full-text search for Postgres(planetscale.com ↗)
    69comments
  13. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    638comments
  14. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    12comments
  15. The Secret Life of Circuits(coredump.cx ↗)
    67comments
  16. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  17. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    32comments
  18. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    39comments
  19. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    157comments
  20. I think you should almost never use AI to write(erichgrunewald.substack.com ↗)
    93comments
  21. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    4comments
  22. San Francisco Onion Futures Company(onionfutures.com ↗)
    149comments
  23. How to Write with an LLM(sockpuppet.org ↗)
    370comments
  24. Microsoft director: AI scraping 'the largest theft of labor in human history'(tomshardware.com ↗)
    18comments
  25. Cloudflare Quick Tunnels(cloudflare.com ↗)
    306comments
  26. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    69comments
  27. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    228comments
  28. Saving another 100TB of RAM(cloudflare.com ↗)
    105comments
  29. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    30comments
  30. What Zig felt like, coming from Rust(besok.github.io ↗)
    197comments

ZK-JPEG: Zero-Knowledge Image Editing and Compression

36 pointsby 2h agoeprint.iacr.org
5 comments
1h 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)

38m 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.

2m agoHN ↗

If you're preserving the original, then you don't need the ZKP

37m 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.

30m agoHN ↗

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