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 ↗)
    223comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    642comments
  3. Brood War Bench(swerdlow.dev ↗)
    22comments
  4. Measure internet censorship. Contribute to the largest open dataset(ooni.org ↗)
    6comments
  5. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    1comments
  6. Two parallel neural ectoderm progenitors contribute to the developing brain(stanford.edu ↗)
    222comments
  7. Deodands put a price on objects that caused death(jstor.org ↗)
    2comments
  8. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    3comments
  9. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    56comments
  10. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    11comments
  11. Tin: full-text search for Postgres(planetscale.com ↗)
    64comments
  12. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    629comments
  13. The Secret Life of Circuits(coredump.cx ↗)
    67comments
  14. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  15. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    6comments
  16. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    37comments
  17. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    26comments
  18. I think you should almost never use AI to write(erichgrunewald.substack.com ↗)
    83comments
  19. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    154comments
  20. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    2comments
  21. San Francisco Onion Futures Company(onionfutures.com ↗)
    145comments
  22. How to Write with an LLM(sockpuppet.org ↗)
    368comments
  23. Cloudflare Quick Tunnels(cloudflare.com ↗)
    306comments
  24. Microsoft director: AI scraping 'the largest theft of labor in human history'(tomshardware.com ↗)
    5comments
  25. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    227comments
  26. Saving another 100TB of RAM(cloudflare.com ↗)
    100comments
  27. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    30comments
  28. What Zig felt like, coming from Rust(besok.github.io ↗)
    187comments
  29. SDCC – Small Device C Compiler(sourceforge.net ↗)
    29comments
  30. Communication by means of modulated Johnson noise(pnas.org ↗)
    27comments

ZK-JPEG: Zero-Knowledge Image Editing and Compression

22 pointsby 1h agoeprint.iacr.org
1 comments
23m 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)