Live data from Hacker News

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

github.com

101–110 of 140 posts

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

#101
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

Ah yeah! Browser ball is a classic!

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

#103
Here's something similar I made yesterday. Just view source of the controlling page and the pop-up pages for how it works (single page with inline vanilla JavaScript and no npm install nonsense). Just uses postMessage(). https://cms-compsci.deno.dev/mrgordon/window/

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

#105
> 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

#106
post #18

The 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…

Yann posts mostly on X.

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.

He gives the link on GitHub but here it is (video) https://www.linkedin.com/feed/update/urn:li:activity:7133171...

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.

It's missing a digit at the end, original tweet: https://twitter.com/_nonfigurativ_/status/172732259457002734... / https://nitter.net/_nonfigurativ_/status/1727322594570027343
Post reply on HN