Live data from Hacker News

Viewing profile — Town0

Town0

HN member
Joined
Thu, Nov 12, 2020, 1:45 AM UTC
HN karma
-3
Public activity
7 items

About Town0

No profile information was provided.

Recent public activity

  1. comment
    Comment #25085241

    Don't apologize.

  2. comment
    Comment #25069920

    Are you saying that a simple javascript http request would get cached by the browser and used if the user clicks on the link? If so my apologies. I don't make websites yet. That wo…

  3. comment
    Comment #25069862

    Weird? Having the html downloaded for the link you're about to click, and used by the browser if the user clicks on the link, is by far the most balanced and simple implementation …

  4. comment
    Comment #25068244

    Here's another idea: A user is expected to flip quickly through pages after a quick evaluation of each page. Server push makes flipping the pages instant, and the hit rare is 80% a…

  5. comment
    Comment #25065705

    Yes and I'd describe them as unpopular hacks. Http2 push is not a hack.

  6. comment
    Comment #25065683

    This prefetching implementation is extremely simple fails gracefully. No complex browser APIs used to imitate a normal browsing experience. It all just works as it just goes throug…

  7. comment
    Comment #25065479

    What if on link hover, some javascript code notifies the server and the server pushes the page? When the user clicks the link the page will have already been downloaded. Would that…