Live data from Hacker News

Show HN: I saw this mind-blowing experiment, so I made a simple version of it

github.com

91–100 of 140 posts

Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it

#91
post #60

But… why does it lag? Shouldn’t this be trivial enough to be instant?

I wonder if it would be more instant if they used postMessage api instead of going over network.

Going over local network is more or less instant

Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it

#93
post #30

The available API's on the web are very questionable. Feross has a web security lecture series on youtube where he showed off the following abomination. Enter at own risk. https://theannoyingsite.com/

holy shit, I was not expecting that LOL

Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it

#94
I'm old enough to remember a bunch of demos using window position/dimensions from back in the day. I remember one with a physics simulation. I can't remember if it was liquid or just a bunch of solids, but you could drop things from one window to the other.

IIRC you don't even need the sockets. One can simply use message channels between the windows. If a window opens child window, iirc it has special access over it (I say special, because usually different tabs/windows are isolated from one another) which might make a local-only version easy to implement too.

Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it

#96
post #85
post #78

Earlier quoted context omitted.

What, thieves? Make your stuff from zero, like the rest of us!

Pretty sure this is tongue-in-cheek, given the commenter (pretty high profile dev who creates a lot of cool stuff and does not shy away from using other open source code!) :)

that was super cool of you. Before letting people make the incorrect assumption, you hit em off at the pass. good people right there

Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it

#97
post #30

The available API's on the web are very questionable. Feross has a web security lecture series on youtube where he showed off the following abomination. Enter at own risk. https://theannoyingsite.com/

It lived up to its name for sure!!

Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it

#98
post #60

But… why does it lag? Shouldn’t this be trivial enough to be instant?

I wonder if it would be more instant if they used postMessage api instead of going over network.

I assume you mean BroadcastChannel?

https://developer.mozilla.org/en-US/docs/Web/API/BroadcastCh...

Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it

#100
post #94

I'm old enough to remember a bunch of demos using window position/dimensions from back in the day. I remember one with a physics simulation. I can't remember if it was liquid or just a bunch of solids, but you could drop things from one window to the other. IIRC you don't even need the sockets. One can simply use message channels between the windows. If a window opens child window, iirc it has special access over it…

Browser Ball maybe? https://experiments.withgoogle.com/browser-ball
Post reply on HN