So it's possible to port C compiler to PDF. Compiler is already done https://github.com/Mati365/ts-c-compiler . We can run DOS in PDF basically..
Show HN: Tetris in a PDF
61–70 of 238 posts
Re: Show HN: Tetris in a PDF
#62Re: Show HN: Tetris in a PDF
#63Re: Show HN: Tetris in a PDF
#64You glorious bastard, what a cool project! This is already a contender for most hacker project of the year :-) (below is not serious) I would advise people against using this in production though because it's still missing some critical features. For example: 1. The Javascript stops working when printed to physical paper. The resulting paper just has a static image and the controls no longer work. 2. It doesn't work…
i recently discovered that the Canadian government depends on this for some fillable forms, because it shows a message at the top that says "JavaScript is disabled" and all the boxes show errors. i couldn't get it to work on Linux and had to dust off a Windows machine (and it still didn't work in firefox, it needed acrobat reader).
Let's hope that eventually they move on to a simpler web form.
Re: Show HN: Tetris in a PDF
#65You glorious bastard, what a cool project! This is already a contender for most hacker project of the year :-) (below is not serious) I would advise people against using this in production though because it's still missing some critical features. For example: 1. The Javascript stops working when printed to physical paper. The resulting paper just has a static image and the controls no longer work. 2. It doesn't work…
Science fiction tells us this is only temporary. Print away, those papers will turn into magic in just a few decades!
Re: Show HN: Tetris in a PDF
#66Re: Show HN: Tetris in a PDF
#67Re: Show HN: Tetris in a PDF
#68Re: Show HN: Tetris in a PDF
#69Back in school pdfs would circulate that had a bunch of flash games on them. I have no idea how or who made them, but they let us play dolphin olympics on lab computers with no internet connection.
Re: Show HN: Tetris in a PDF
#70could you use checkboxes for display? I'm no sure if you can style them, but I think you can access them in JS, and that should result in having basic "pixels" which you can use to draw anything.