Most active commenters

    ←back to thread

    550 points polskibus | 14 comments | | HN request time: 0.622s | source | bottom
    1. 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 #
    2. 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 #
    3. dman ◴[] No.19116406[source]
    Write once, run everywhere promise of the web delivered like never before.
    4. 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?
    5. paganel ◴[] No.19116508[source]
    That’s what Flash was all about back in the day, more or less.
    6. yingw787 ◴[] No.19116540[source]
    This is pretty crazy. I love it.
    7. xiphias2 ◴[] No.19116649[source]
    Deep learning is already able to find the ads even within video content, so the cat-and-mouse game is still on :)

    Of course locking down the computer helps.

    8. zachrip ◴[] No.19116688[source]
    Doesn't citrix solve this problem?
    9. 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

    10. Changee6 ◴[] No.19116887[source]
    Then we would finally have implemented the interactive TV envisioned in old futurism. And the web would be dead.
    11. loosetypes ◴[] No.19117501[source]
    If you stream movies from sites like 123movies, they play a similar obfuscation game but are moving towards your hypothetical.

    While many players, despite deeply nested html, still point directly to where the content is hosted (ex, a file on openload.co), an increasing number take your mentioned approach and load the content as a blob so folks won't bypass their ads.

    replies(1): >>19121193 #
    12. disease ◴[] No.19117542[source]
    Sounds a bit like Apache Guacamole, which is sometimes used for presenting old software to users via a web setup.
    13. 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 :)

    14. efreak ◴[] No.19121193[source]
    IIRC you can directly download a blob from the blob internals page; I think you can also see them somewhere in the developer console, and I've got a bookmarklet that allows feeding a blob URI into it for download.