Viewing profile — Town0
Town0
HN member- Joined
- Thu, Nov 12, 2020, 1:45 AM UTC
- HN karma
- -3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About Town0
No profile information was provided.
Recent public activity
-
comment
Comment #25085241
Don't apologize.
-
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…
-
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 …
-
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…
-
comment
Comment #25065705
Yes and I'd describe them as unpopular hacks. Http2 push is not a hack.
-
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…
-
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…