Live data from Hacker News

Show HN: Make your site’s pages faster than instant in one minute

instant.page

31–40 of 59 posts

Re: Show HN: Make your site’s pages faster than instant in one minute

#31

>it triggers the page load when the user starts pressing their mouse This breaks the standard GUI interaction model. Buttons are typically triggered on mouse-up events, not mouse-down, and there's probably good reasons for that. Any client-side hacks that attempt to improve the perceived page speed are somehow bound to break something. If there really is a simple way, it's already been implemented at the browser leve…

This is incorrect. It starts loading on mouse down, but still acts on mouse up.

Re: Show HN: Make your site’s pages faster than instant in one minute

#33
post #4

This is a clever trick (using mousedown to trigger a click), but breaks drag & dropping links, drag & dropping links to new tabs. and there is also a thing I tend to do: If I notice I pressed the mouse button down on the wrong link, I move the cursor away from that link and let the button go up on the correct or in free space, so the browser doesn't navigate (not sure how common this behaviour is, though)

Regarding clicking on the wrong link, then moving the cursor away and releasing the button, I do this often as well.

On Twitter just accidentally clicking down on the mouse anywhere, I have to move my mouse outside of the browser window before releasing it because anywhere else is likely to have side effects.

Re: Show HN: Make your site’s pages faster than instant in one minute

#35

>it triggers the page load when the user starts pressing their mouse This breaks the standard GUI interaction model. Buttons are typically triggered on mouse-up events, not mouse-down, and there's probably good reasons for that. Any client-side hacks that attempt to improve the perceived page speed are somehow bound to break something. If there really is a simple way, it's already been implemented at the browser leve…

This is incorrect. It starts loading on mouse down, but still acts on mouse up.

It doesn't - try drag-dropping one of the links in their sidebar into a new tab. You get the page changed before you lift the mouse button.

Re: Show HN: Make your site’s pages faster than instant in one minute

#36
post #4

This is a clever trick (using mousedown to trigger a click), but breaks drag & dropping links, drag & dropping links to new tabs. and there is also a thing I tend to do: If I notice I pressed the mouse button down on the wrong link, I move the cursor away from that link and let the button go up on the correct or in free space, so the browser doesn't navigate (not sure how common this behaviour is, though)

Regarding clicking on the wrong link, then moving the cursor away and releasing the button, I do this often as well.

Same. But then I often right-click and select open in an incognito window

Re: Show HN: Make your site’s pages faster than instant in one minute

#37

>it triggers the page load when the user starts pressing their mouse This breaks the standard GUI interaction model. Buttons are typically triggered on mouse-up events, not mouse-down, and there's probably good reasons for that. Any client-side hacks that attempt to improve the perceived page speed are somehow bound to break something. If there really is a simple way, it's already been implemented at the browser leve…

[deleted]

Re: Show HN: Make your site’s pages faster than instant in one minute

#38

>it triggers the page load when the user starts pressing their mouse This breaks the standard GUI interaction model. Buttons are typically triggered on mouse-up events, not mouse-down, and there's probably good reasons for that. Any client-side hacks that attempt to improve the perceived page speed are somehow bound to break something. If there really is a simple way, it's already been implemented at the browser leve…

This is incorrect. It starts loading on mouse down, but still acts on mouse up.

No. Mouse down on any of the sidebar links on that site to see for yourself.

Re: Show HN: Make your site’s pages faster than instant in one minute

#39

>it triggers the page load when the user starts pressing their mouse This breaks the standard GUI interaction model. Buttons are typically triggered on mouse-up events, not mouse-down, and there's probably good reasons for that. Any client-side hacks that attempt to improve the perceived page speed are somehow bound to break something. If there really is a simple way, it's already been implemented at the browser leve…

This is incorrect. It starts loading on mouse down, but still acts on mouse up.

Not the case on the https://instant.page website. If you mouse down links, the page changes.

Re: Show HN: Make your site’s pages faster than instant in one minute

#40

>it triggers the page load when the user starts pressing their mouse This breaks the standard GUI interaction model. Buttons are typically triggered on mouse-up events, not mouse-down, and there's probably good reasons for that. Any client-side hacks that attempt to improve the perceived page speed are somehow bound to break something. If there really is a simple way, it's already been implemented at the browser leve…

There’s a joke about two bankers walking down wallstreet. One says to the other: “my gosh look, there’s a 100$ bill on the ground”. The other without looking down turns to him and says: “Impossible! iIf there was 100$ on the ground someone would have picked it up!”
Post reply on HN