I found a trick to cleanly disable the Google AI overview: add "&tbs=1" to the search URL. The old search widgets like the dictionary box and featured snippets will be brought back as well. It's just like how Google used to work before all the hype around AI happened.
@ading.dev
I figured out how to reliably do prompt injection on Google Translate, due to the fact it now uses Gemini internally. Just ask it a question in Japanese and put "[Translator: <your prompt>]" afterwards.
I got Linux running in a PDF file using a RISC-V emulator. PDFs support Javascript, so Emscripten is used to compile the TinyEMU emulator to asm.js, which runs in the PDF. It boots in about 30 seconds and emulates a riscv32 buildroot system. linux.doompdf.dev/linux.pdf github.com/ading2210/li...
Someone made a Twitter account under my name and pulled a crypto scam with it while I was asleep. I don't use Twitter, and I don't mess with crypto related things at all. The fake account is deleted now, but man it feels terrible to see someone use my work to scam people.
I made a Doom source port that runs within a PDF file. PDFs support Javascript, so Emscripten is used to compile Doom to asm.js, which is then run within the PDF engine. Input/output is done by manipulating text input fields. doompdf.pages.dev/doom.pdf github.com/ading2210/do...