Live data from Hacker News

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

github.com

11–20 of 140 posts

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

#12

Use BroadcastChannel; you don't need no sockets https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_C...

Nice, my first thought was to use LocalStorage. Didn't know about BroadcastChannel.

Sounds like OP wanted to use sockets for fun though.

>The original work by Bjorn Staal used localStorage, but I found sockets more fun, because if tweaked a bit, this can be shared with friends.

Who among us hasn't overcomplicated things for fun? :)

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

#16
W-why is window LOCATION exposed to websites? Apparently even in FF private browsing...

At first I thought this is an electron only thing. I get it that we gave up on fingerprinting resistance but this is like pissing on it's grave.

EDIT: privacy.resistFingerprinting set to true fixes the coords to 0

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

#17

Am I the only one that's horrified that window.screenX and window.screenY exist? This is not information that I want to provide.

Using the demo in https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/... it seems Firefox pretends the window is always at (0,0). So that's nice.

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

#19

Am I the only one that's horrified that window.screenX and window.screenY exist? This is not information that I want to provide.

I just checked, it is possible to override them, which causes them to stop updating when you change the your window's location on the screen.

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

#20
post #7

Wow this seems profound, I didn’t even know you could do that, that could be the future of augmented reality if you think about it, layers! Great job!

Could you please expand on your "if you think about it"?

Spoiler: he didn't.
Post reply on HN