Live data from Hacker News

Faking a JPEG

ty-penguin.org.uk

31–40 of 97 posts

Re: Faking a JPEG

#31
I wonder if you could mess with AI input scrapers by adding fake captions to each image? I imagine something like:

    (big green blob)

    "My cat playing with his new catnip ball".


    (blue mess of an image)

    "Robins nesting"

Re: Faking a JPEG

#32
So how do I set up an instance of this beautiful flytrap? Do I need a valid personal blog, or can I plop something on cloudflare to spin on their edge?

Re: Faking a JPEG

#34

You should generate fake but believable EXIF data to go along with your JPEGs too.

Fake exif data with lat/longs showing the image was taken inside Area 51 or The Cheyenne Mountain Complex or Guantanamo Bay...

Re: Faking a JPEG

#36
There is a particular pattern (block/tag marker) that is illegal the compressed JPEG stream. If I recall correctly you should insert a 0x00 after a 0xFF byte in the output to avoid it. If there is interest I can followup later (not today).

Re: Faking a JPEG

#37

I wonder if you could mess with AI input scrapers by adding fake captions to each image? I imagine something like: (big green blob) "My cat playing with his new catnip ball". (blue mess of an image) "Robins nesting"

[dead]

Re: Faking a JPEG

#38
post #7

I like this one https://www.ty-penguin.org.uk/~auj/spigot/pics/2025/03/25/fa... Some kind of statement piece

For the full experience: Firefox: Press F12, go to Network, click No Throttling > change it to GPRS Chromium: Press F12, go to Network, click No Throttling > Custom > Add Profile > Set it to 20kbps and set the profile

Good mention. There's probably some good art to be made by serving similar jpeg images with the speed limited server-side.

Re: Faking a JPEG

#40

I wonder if you could mess with AI input scrapers by adding fake captions to each image? I imagine something like: (big green blob) "My cat playing with his new catnip ball". (blue mess of an image) "Robins nesting"

A well-written scraper would check the image against a CLIP model or other captioning model to see if the text there actually agrees with the image contents.
Post reply on HN