Live data from Hacker News

Show HN: Coffeehouse, one-on-one voicechat with random HN users

coffeehouse.chat

61–70 of 130 posts

Re: Show HN: Coffeehouse, one-on-one voicechat with random HN users

#61

I'm confused why it would take any time at all to find a match. Sounds fun and weird and a little awkward, just how the internet should be. But I can't seem to be matched with anyone.

I'm using deno deploy, which is split accross 25 regions, so you have to match with someone from the same region. (I tried to use my own server at first, but it crashed, so I switched to deno deploy in a hurry, without having figured out how to connect it accross regions.)

Re: Show HN: Coffeehouse, one-on-one voicechat with random HN users

#62
This would be awesome if it works. Though I tried and waited for a while with no match - I suspect it’s a proof of concept to judge demand. Would be better if I could actually read HN while waiting, might make people willing to keep waiting longer on mobile.

Re: Show HN: Coffeehouse, one-on-one voicechat with random HN users

#63
post #59

Has anyone actually gotten a match? How long did it take?

Still no match yet. I was waiting for 10 minutes on the submitted link, but didn't get a match. I then waited 20 minutes on https://coffeehouse.deno.dev/hn recommended by the developer in the comments, but also haven't found a match yet.

Update: No match yet, after another 30-minute session. I opened the wait room for the original submitted link and left the tab open for 30 more minutes in the background (2:48 pm ET to 3:18 pm ET), with unmuted headphones on.

Re: Show HN: Coffeehouse, one-on-one voicechat with random HN users

#64
post #62

This would be awesome if it works. Though I tried and waited for a while with no match - I suspect it’s a proof of concept to judge demand. Would be better if I could actually read HN while waiting, might make people willing to keep waiting longer on mobile.

> I suspect it’s a proof of concept to judge demand.

No it actually is meant to work, though, I admit, it doesn't seem to.

> Would be better if I could actually read HN while waiting, might make people willing to keep waiting longer on mobile.

Interesting idea.

Re: Show HN: Coffeehouse, one-on-one voicechat with random HN users

#66
post #34

Earlier quoted context omitted.

while that does make sense, i am in a pretty isolated region and i'd like to pick a specific different region. also, while i am at it, i'd prefer a small group rather than one on one.

> while that does make sense, i am in a pretty isolated region and i'd like to pick a specific different region. Really, people shouldn't have to be aware of regions at all, which is why I initially wanted to use just one server, rather then deno deploy. (I still plan to realize that with deno deploy, it's just harder.) > also, while i am at it, i'd prefer a small group rather than one on one. Thought about that, but…

right, no region is better than being tied to a specific region.

one-on-one requires everyone to speak. with more people some can listen and only speak when they have something interesting to add.

if the two people don't have a topic then there will be an awkward silence. with more people it is also easier to find any topic to talk about.

for introverts getting started is difficult, but ending a conversation equally so.

in small groups people can join, wait until they are asked to introduce themselves, listen until they have something to say and leave whenever they need to without inconveniencing anyone else who wants to continue to talk.

Re: Show HN: Coffeehouse, one-on-one voicechat with random HN users

#68

I'm confused why it would take any time at all to find a match. Sounds fun and weird and a little awkward, just how the internet should be. But I can't seem to be matched with anyone.

I'm using deno deploy, which is split accross 25 regions, so you have to match with someone from the same region. (I tried to use my own server at first, but it crashed, so I switched to deno deploy in a hurry, without having figured out how to connect it accross regions.)

seems the many regions spread the potential users to thin. you probably want a stronger single server because connecting chats across multiple servers only makes your code more complex when your actual problem seems to be that you just need more ram or cpu.

alternatively consider using existing platforms like jitsi. the benefit of your site is not the implementation of the audio channels but the ability for HN users to find each other. you could create a frontend where HN users join but are redirected to a jitsi room once they are matched.

unless of course part of the point is for you to experiment and learn webrtc and related technologies...

Re: Show HN: Coffeehouse, one-on-one voicechat with random HN users

#70
post #62

This would be awesome if it works. Though I tried and waited for a while with no match - I suspect it’s a proof of concept to judge demand. Would be better if I could actually read HN while waiting, might make people willing to keep waiting longer on mobile.

it seems no one is able to match on HN.. is this a glitch or the original goal ?
Post reply on HN