←back to thread

550 points polskibus | 8 comments | | HN request time: 0.001s | source | bottom
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 #
1. 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 #
2. dman ◴[] No.19116406[source]
Write once, run everywhere promise of the web delivered like never before.
3. 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?
4. yingw787 ◴[] No.19116540[source]
This is pretty crazy. I love it.
5. zachrip ◴[] No.19116688[source]
Doesn't citrix solve this problem?
6. Eli_P ◴[] No.19116721[source]
Facebook should try to adapt screamer-prank tech[0] for ads. Even if an ad missed your attention, you'd still have to pay 1 laundry bill and 1 bill for stuttering-aid couching.

Jokes aside, even with rendering to canvas, ad can be blocked with image recognition. Long time ago I used Sikuli Script for UI testing automation, Sikuli recognized parts of screen and worked very fast; combine it with an app like CinemaDrape and voila.

[0] (loud noises warning) https://youtu.be/469zNXTCHdk?t=10

7. disease ◴[] No.19117542[source]
Sounds a bit like Apache Guacamole, which is sometimes used for presenting old software to users via a web setup.
8. e1ven ◴[] No.19118357[source]
I worked on a project a few years ago to render screenshots to imagemaps, then used server side imagemap processing to click.

Made modern websites work in Netscape 2 :)