Live data from Hacker News

Show HN: Browse HN Together in Three.js

threejs-example.hyperbeam.com

31–40 of 139 posts

Re: Show HN: Browse HN Together in Three.js

#32

What sorcery is this? Youtube videos are opening without any delay (within half a second) and there's no frame lag even with 1080 quality setting. How does this work?

After you visit the link, copy-paste it into a new window. The content will be synchronized ;)

Re: Show HN: Browse HN Together in Three.js

#33
Looking over the API docs now

https://docs.hyperbeam.com/start-chromium-session

First thing that comes to my mind is... this is kind of like Puppeteer. Even if that is what they are using in the background... would they ever expose it so existing Puppeteer apps could plug and play (like https://www.browserless.io/)?

Re: Show HN: Browse HN Together in Three.js

#34

Might want to make your "Sign in with GitHub" not be "allow phillipscott" username/account or whatever.

Thank you so much for pointing that out, I'll fix that ASAP.

Also, this is a bit of a tangent but my first name has one "L". My mother named me after the Philippines and I'm of Scottish descent on my father's side.

Re: Show HN: Browse HN Together in Three.js

#35

What sorcery is this? Youtube videos are opening without any delay (within half a second) and there's no frame lag even with 1080 quality setting. How does this work?

After you visit the link, copy-paste it into a new window. The content will be synchronized ;)

If I leave the video playing and close the tab, it keeps on playing the audio.

Re: Show HN: Browse HN Together in Three.js

#36

Might want to make your "Sign in with GitHub" not be "allow phillipscott" username/account or whatever.

Thank you so much for pointing that out, I'll fix that ASAP. Also, this is a bit of a tangent but my first name has one "L". My mother named me after the Philippines and I'm of Scottish descent on my father's side.

https://docs.hyperbeam.com/start-chromium-session

I can't type/paste anything into the API key "Bearer" box above "Send Request" either.

The "Body" tab seems clickable but also doesn't work.

Re: Show HN: Browse HN Together in Three.js

#38

Earlier quoted context omitted.

Thank you so much for pointing that out, I'll fix that ASAP. Also, this is a bit of a tangent but my first name has one "L". My mother named me after the Philippines and I'm of Scottish descent on my father's side.

https://docs.hyperbeam.com/start-chromium-session I can't type/paste anything into the API key "Bearer" box above "Send Request" either. The "Body" tab seems clickable but also doesn't work.

Thanks for pointing that out, we just shipped the docs "playground" system and it appears there's a few bugs — you'll need to use something like cURL in the meantime.

Here's a snippet you can start with:

curl -X POST -H 'Authorization: Bearer ' https://engine.hyperbeam.com/v0/vm

Re: Show HN: Browse HN Together in Three.js

#39

Looking over the API docs now https://docs.hyperbeam.com/start-chromium-session First thing that comes to my mind is... this is kind of like Puppeteer. Even if that is what they are using in the background... would they ever expose it so existing Puppeteer apps could plug and play (like https://www.browserless.io/ )?

We're not using puppeteer in the background, but people have asked for puppeteer support. Do you use browserless.io? We think they do a great job and don't see a point competing with them.

Would appreciate your thoughts.

Post reply on HN