Show HN: Doom (1993) in a PDF
71–78 of 78 posts
Re: Show HN: Doom (1993) in a PDF
#72Portable Doom Format
As long as it is in Chrome
Re: Show HN: Doom (1993) in a PDF
#73One of my formative experiences as a freshman in CS (I learned to program in college) was accidentally opening a PDF with Emacs and watching as it displayed not weird binary data but a real, rendered PDF. I wondered what else it was doing behind my back that I didn't know about. Sadly, I was not able to run Doom in a PDF, in Emacs. I sense it is easier to either re-implement with a similar technique shown here, but u…
Reminded me of how modern linux distros decide how to execute a file. When I learned about that years ago, I spent far too long getting .exe files to run in either wine or mono when run on my machine. Fun exercise, not worth it.
Re: Show HN: Doom (1993) in a PDF
#74am I the only dummy missing an instruction? the game takes off w/o my input, moving and blasting away. surely I'm just OOTL w/ PDF gameplay, which I blame myself for
Re: Show HN: Doom (1993) in a PDF
#75Re: Show HN: Doom (1993) in a PDF
#76Earlier quoted context omitted.
I don't think forms are a bridge too far, it was very common that forms were provided as PDF and it is more convenient for the sender and receiver to fill the fields on a computer for readability, etc. before printing. However, forms could be handled by a very simple DSL that would be easy to write a safe interpreter for.
JavaScript is already a simple language. There's no requirement to have a JIT even. What makes you believe a custom language would be any safer or better in another way?