You’re not supposed to use the “brainmade” watermark on an AI generated article.
Hi, I wrote it by hand but I had to get my presentation fixed from an LLM cause its not my first language, I will keep this in mind. Thanks
Adaptive PDFs
61–70 of 91 posts
Re: Adaptive PDFs
#62Earlier quoted context omitted.
Hi, I wrote it by hand but I had to get my presentation fixed from an LLM cause its not my first language, I will keep this in mind. Thanks
I would love to read the article in your own voice even if the grammar is not perfect, because that makes me feel like I'm communicating with a fellow human being! And if you do want help to improve your writing, consider asking for specific improvements instead of large scale rewrites.
Re: Adaptive PDFs
#63Just because everything is a potential threat vector now: doesn't this also mean you could easily put AI specific malicious instructions into the PDF that the regular human would never notice? Like the "white text between the lines that only appears when copy-pasted"-hack that some professors have been doing in their exercises to their students to include pink elephants in the output and stuff. But worse. Just thinki…
> Just because everything is a potential threat vector now Sweet Summer child... it always was the case. There is no "now" just because there are new tools.
Re: Adaptive PDFs
#64The trick is to generate the PDF normally, then zip this same PDF together with the sources again, with compression level 0, making sure that the PDF is the first file to go in the archive. (Easy to write a script that does this.)
The resulting file, when given the extension PDF, is readable as PDF, and when given the extension ZIP, is extractable as ZIP. So whoever wants the source can rename the file to .zip and extract the source. The instruction to do so can be in the PDF text itself.
Why it works: a) compression level 0 means that the input files are just copied into the stream, so the PDF reader will find the PDF header, decode the rest of the PDF, and ignore the trailing stuff. The trailing stuff contains the markdown sources and the zip directory, making the file a valid archive.
I suspect that tolerances in PDF readers and ZIP decompressors are being slightly abused here, but it works with all PDF readers and ZIP decompressors that I tried so far.
Re: Adaptive PDFs
#65Not the same thing, but I found a way to distribute markdown sources (with images) within the PDF files generated from these sources. The trick is to generate the PDF normally, then zip this same PDF together with the sources again, with compression level 0, making sure that the PDF is the first file to go in the archive. (Easy to write a script that does this.) The resulting file, when given the extension PDF, is re…
Re: Adaptive PDFs
#66Not the same thing, but I found a way to distribute markdown sources (with images) within the PDF files generated from these sources. The trick is to generate the PDF normally, then zip this same PDF together with the sources again, with compression level 0, making sure that the PDF is the first file to go in the archive. (Easy to write a script that does this.) The resulting file, when given the extension PDF, is re…
Re: Adaptive PDFs
#67I would suggest changing the title to the actual title of the article: Adaptive PDFs. Assuming the program works, the PDF will not actually look different to me than to anyone else looking at it, so there is nothing that "changes based on who is reading". It is just that text extraction, a wholly different (and much fuzzier) process than viewing the PDF, and something that the same person can do, will now return stru…
Re: Adaptive PDFs
#68You’re not supposed to use the “brainmade” watermark on an AI generated article.
Hi, I wrote it by hand but I had to get my presentation fixed from an LLM cause its not my first language, I will keep this in mind. Thanks
In case it's helpful, here's something I've been saying when replying to emails:
We understand that our non-native English speaking users are in a special position with all of this, and we sympathize - but we don't have an easy way to treat posts differently on that basis. What we're telling such users is to please write in your own voice and don't worry about any mistakes, because those are rapidly becoming signs of authenticity at this point!
https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...
Re: Adaptive PDFs
#69Not the same thing, but I found a way to distribute markdown sources (with images) within the PDF files generated from these sources. The trick is to generate the PDF normally, then zip this same PDF together with the sources again, with compression level 0, making sure that the PDF is the first file to go in the archive. (Easy to write a script that does this.) The resulting file, when given the extension PDF, is re…
It's also very easy to use pdftk to embed or attach files in a PDF using the methods defined in the PDF standard. No renaming or special knowledge required of the audience.
Re: Adaptive PDFs
#70Earlier quoted context omitted.
> Just because everything is a potential threat vector now Sweet Summer child... it always was the case. There is no "now" just because there are new tools.
It was always the case that a mean person could throw a rock at you and you'd die. Therefore, nuclear weapons are nothing to be worried about.