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
Show HN: I saw this mind-blowing experiment, so I made a simple version of it
101–110 of 140 posts
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#102Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#103Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#104But… why does it lag? Shouldn’t this be trivial enough to be instant?
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#105Anyone have a link to what this was? The tweet is gone.
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#106The original seems to be on LinkedIn. Does anyone else find it weird when geek content is posted to LinkedIn? It's the last place I'd think to look. Am I missing out or is this an outlier?
I work in computer vision and like hearing about the latest thing. I have been finding LinkedIn increasingly useful as a way to learn about machine learning. There are _a lot_ of posts that I have to scroll through of little to no value, but every so often I see a post by Yann LeCun or the lead developer advocate at TensorFlow or a paper someone has liked that catches my eye or a new model release. "Machine learning…
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#107> The original work by Bjorn Staal https://twitter.com/_nonfigurativ_/status/172732259457002734 used localStorage, but I found sockets more fun, because if tweaked a bit, this can be shared with friends. Anyone have a link to what this was? The tweet is gone.
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#108> The original work by Bjorn Staal https://twitter.com/_nonfigurativ_/status/172732259457002734 used localStorage, but I found sockets more fun, because if tweaked a bit, this can be shared with friends. Anyone have a link to what this was? The tweet is gone.
Re: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
#109I'm wondering about practical application of this demo...