Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. MiMo v2.6(xiaomi.com)
    332comments
  2. Spymarks, Not Watermarks(brand.io)
    56comments
  3. Transformers Explained Visually(poloclub.github.io)
    45comments
  4. What Sun got wrong(dtrace.org)
    315comments
  5. Attention is all you have(alicegg.tech)
    201comments
  6. I don't want to read what you didn't write(colinbreck.com)
    169comments
  7. NASA’s Mars Sample Return mission is dead(science.org)
    285comments
  8. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    194comments
  9. Looking forward to Git 2.56 – and 3.0(lwn.net)
    29comments
  10. Claude Status – Elevated errors for multiple models(claude.com)
    66comments
  11. Divide by depth for instant 3D(gabrieloc.com)
    21comments
  12. Socrates vs. the Written Word (2011)(wondermark.com)
    7comments
  13. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    55comments
  14. PDF Forgeries Are Surprisingly Rare (2022)(gwern.net)
    14comments
  15. Truman World(trumanworld.live)
    23comments
  16. First Shader from Zero in Godot 4(gdquest.com)
    6comments
  17. Frontier AI on Your Own Hardware(timdettmers.com)
    69comments
  18. How do traffic signals work? (2019)(practical.engineering)
    53comments
  19. Kev: Tiny Jev-like family of decision models built on top of Qwen3.5(github.com/jaredpalmer)
    192comments
  20. Epoll and Kqueue: How Operating Systems Learned to Wait Efficiently(thecodinggopher.substack.com)
    discuss
  21. More floating point alternatives(wizardzines.com)
    15comments
  22. Python Workers are now generally available(cloudflare.com)
    36comments
  23. Paper Models of Polyhedra(polyhedra.net)
    discuss
  24. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com)
    184comments
  25. Grok 4.7(x.ai)
    460comments
  26. HERMES radio enables voice and data communication over vast distances(ieee.org)
    50comments
  27. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    33comments
  28. Why does mathmain need an encrypted loader?(safedep.io)
    37comments
  29. TXR: An Original, New Programming Language for Convenient Data Munging(nongnu.org)
    3comments
  30. Roboharm: Do frontier robot policies refuse unsafe instructions?(robocurve.org)
    21comments

PDF Forgeries Are Surprisingly Rare (2022)

19 pointsby 1d agogwern.net
14 comments
1h agoHN ↗

PDF forgery is striking because it’d be so easy to do: find a useful research paper, edit it in any of the many PDF utilities, upload anywhere, wait for people to copy it (as they do), then take down yours; now you have an authoritative peer-reviewed research paper floating around the Internet with no links to you, in the perfect crime. (Or better yet: upload it directly to Libgen/Sci-Hub and let everyone else redistribute it.)

Seen as (unsigned) PDFs are basically images of documents, it's wild to claim that there are no forgeries, anyone doing a good ole fake document, fake diploma, fake wire transfer, fake articles of incorporation, etc... is using a pdf for faking. A nigerian prince scam sending an attachment mentioning 15.000.000$ locked up in inheritance would constitute a PDF forgery.

1h agoHN ↗

Gwern is talk about editing an existing pdf. Less so about creating one from scratch.

There is plenty of incompetence, fraud, and malice online, often in PDFs… but only new PDFs. I can’t think of a single fraud accomplished by editing a real PDF & just uploading it for Google Scholar etc. or where I’ve been burned by even mislabeling.

1h agoHN ↗

I believe it's actually linked in the OP about half way down. What a crazy thing for an agent to do - to turn a minor disagreement into a maybe-crime.

1h agoHN ↗

Gwern, in case you are reading this, there's a typo in:

(In the rare cases anyone tampers with PDFs, it quickly turns into a technical morass and he-said-she-said, and requires several orders of magnitude more effort to prove than to do; consider the hoops epxperts had to jump through in the Craig Wright cases, or even just a landlord editing a contract—where the contract was done through a digital document timestamping service!)

Specifically "epxperts"

1h agoHN ↗

Offtopic but the damage caused to an entire generation by Gwern's nicotine article is truly astounding. Obviously he's not responsible for the actions of others and it was written with good intentions but wow.

52m agoHN ↗

I have no sense of gwen's readership numbers, but I find it unlikely that one rather erudite blog has anything to do with global nicotine consumption. People have been smoking for centuries. The vaping industry had guerilla marketing campaigns to target college kids.

No rain drop thinks it is responsible for the flood, but I am hard-pressed to imagine a blog article greatly swayed hearts and minds.

49m agoHN ↗

I think a big reason for this is that PDF editing tools are just pretty terrible.

PDFs are meant to be a presentation document format, not an editable document format. I have some experience editing PDFs, and it's difficult to make significant modifications. Editing small sections of text or replacing a date is fine, but once you try to start editing entire paragraphs or changing the layout, it quickly becomes unmanageable. The kerning looks weird, the spacing between words looks off, and when you look into it you realize the the sentence you're trying to edit is actually split across a dozen text objects. For these it becomes almost impossible to edit without destroying the spacing, so you just give up.

And the approved way to edit these PDFs is via Adobe Acrobat Pro, which costs $20/month (ugh), which I'm not willing to pay for.

So I think this is why we just don't see that many PDF forgeries. The editing tools just aren't very good. Maybe it's different now we can just ask Claude to edit our PDFs for us.

35m agoHN ↗

PDF's are not Presentation Document Format. Should be "Portable".

21m agoHN ↗

The flip side to this is that when you do come across a forged PDF (and I have!), they can be really, really effective. Nobody expects them. There are usually tells in the metadata, but... there don't have to be.

17m agoHN ↗

I agree that you won't find forged PDF documents in the wild with any type of frequency, but they are forged in private settings. Forged or doctored bank statements are relatively more common. FinCEN identifies altered bank statements alongside W-2s, tax returns, gift letters, and employment information as examples of documents involved in mortgage fraud [1]. In March 2026, a mortgage loan officer was even charged by federal prosecutors with altering and creating bank statements to make borrowers appear qualified for a mortgage [2].

[1] https://www.fincen.gov/mortgage-loan-fraud

[2] https://www.justice.gov/usao-mdfl/pr/licensed-mortgage-loan-...