←back to thread

550 points polskibus | 1 comments | | HN request time: 0.001s | source
Show context
sly010 ◴[] No.19116255[source]
I wonder at which point will we just stream pages as interactive video content with a text optimized codec. Most pages on the internet are bloated to the point where it might just make sense. (I am not advocating, I am predicting)
replies(6): >>19116385 #>>19116508 #>>19116649 #>>19116887 #>>19117501 #>>19117692 #
bastawhiz ◴[] No.19116385[source]
At a previous job in the not-too-distant past, we needed to support IE7 for contractual reasons. I'd unironically floated the idea of launching a VM on the server running Firefox, and starting a VNC session, streamed over frames of a GIF. Clicks and keypresses would be transmitted with AJAX calls.

In a later project, we played with the idea of using an asm.js-compiled Webkit to render SVG (with embedded HTML) into a canvas due to mixed browser support.

Long story short, it's not inconceivable.

replies(7): >>19116406 #>>19116420 #>>19116540 #>>19116688 #>>19116721 #>>19117542 #>>19118357 #
1. tomelders ◴[] No.19116420[source]
There was a Chinese mobile browser that essentially did this if I recall. And didn't Amazon have something like this for one of their earlier Kindles?