TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

[Show HN] An experiment - Group Chat from just a URL

31 pointsby ad93611about 12 years ago

26 comments

jmathaiabout 12 years ago
Looks great. I've seen similar projects and I think these disposable group chats are very powerful.<p>My biggest problem is that I never remember them for when I need them and resort to group chats. Often that's "good enough" but for when everyone isn't on the same network something like this would be nice. Again, the hardest part is thinking about the service when I need it.<p>A feature request would be file attachments. It's 2013 and attaching a file in a chat is still extremely painful and rarely works.
评论 #5330135 未加载
charliesomeabout 12 years ago
&#62; <i>"Profanity detected. Message cannot be sent"</i><p>Seriously?
评论 #5330245 未加载
hardik988about 12 years ago
What do you mean by "may exist"?<p><pre><code> Failed! "asdjoiqndiqnw09d21eh09n20dnqdqddqw" may exist, try another name </code></pre> Are you using a bloom filter or something?
评论 #5330389 未加载
评论 #5330371 未加载
评论 #5330450 未加载
racbartabout 12 years ago
<p><pre><code> Failed! "sdf" may exist, try another name Failed! "sdkjfhjkshf" may exist, try another name Failed! "kjht7y248i23uh" may exist, try another name </code></pre> Great minds think alike, right? (edit: formatting)
lancefisherabout 12 years ago
<p><pre><code> &#62; Failed! "test" may exist, try another name &#62; Failed! "another name" may exist, try another name &#62; Failed! "i just did" may exist, try another name</code></pre>
评论 #5330318 未加载
jameskennemoreabout 12 years ago
<a href="http://groups.gaglers.com/r/EM3m/" rel="nofollow">http://groups.gaglers.com/r/EM3m/</a>
gizzlonabout 12 years ago
Choosing 'Ø' as my name made the whole thing go blank.. removing the cookies and choosing another name made it work again..<p>Edit: Great idea btw :)
lambdaabout 12 years ago
&#62; Failed! "sodihfoihvocin" may exist, try another name<p>Hmm. Every name I tried gave me this message. At first I thought it was because I used obvious names that other people had used, like "test" and "foobar", but even the above random string of gibberish failed.
ryandvmabout 12 years ago
Kudos. Very clean design. I toyed with pretty much the exact same concept a few years ago when I wanted to try out Google's AppEngine:<p><a href="http://yakeze.appspot.com/nick/hackernews2013/" rel="nofollow">http://yakeze.appspot.com/nick/hackernews2013/</a>
crucioabout 12 years ago
If you're going to give people a unique URL to give out, then can we have non unique group names? I couldn't find a relevant group name that wasn't already taken, so resorted to mashing the keyboard
malditogeekabout 12 years ago
Interesting. I've been working on a very similar concept but based on IRC. There's a version running here: <a href="http://lalo-g7stltno.dotcloud.com/" rel="nofollow">http://lalo-g7stltno.dotcloud.com/</a><p>Once authenticated with your Twitter account you can join a room using the URL, the path represents a room/channel. The cool thing is that you can also join to that channel using a standard IRC client as well.<p>The code is here: <a href="https://github.com/malditogeek/lalo" rel="nofollow">https://github.com/malditogeek/lalo</a>
pyxyabout 12 years ago
When me and a friend of mine were experimenting in creating a web chat we realized that inserting new messages into the beginning of page (or div) is much better for both users and developers. No bothering with autoscrolling. No user distraction of autoscrolling when he reads previous messages. It was really a good decision.<p>Anyway IRC is much better. I don't want to live my life in a multitabbed web browser window.
评论 #5330505 未加载
mtrimpeabout 12 years ago
I'd also make the identifiers non-guessable.<p>I'm having quite a nice conversation with kokpo at the moment but I don't think he meant to invite me ;)
p4bl0about 12 years ago
Whatever I try to use as group name, "it may already exist":<p>“Failed! "almzirfmzeurfuerzf" may exist, try another name”<p>“Failed! "lalalalalalalahello" may exist, try another name”<p>…
评论 #5330452 未加载
thejoshabout 12 years ago
Keep getting:<p>Failed! "rexasdsfed" may exist, try another name
评论 #5330266 未加载
评论 #5330274 未加载
spiritplumberabout 12 years ago
I'd like to be able to use this for my telepresence rig. Please let me know if I can license this.
评论 #5330512 未加载
guynamedlorenabout 12 years ago
I tried 5 random names (each more complex and more unique than the last) and each one failed...
polackabout 12 years ago
Tried to create groups with non-us character in it (ö) and get the following message:<p>Page unavailable Sorry, but the requested page is unavailable due to a server hiccup. Our engineers have been notified, so check back later.
Hortinsteinabout 12 years ago
this is cool, any possibility of the source showing up on github?
glomphabout 12 years ago
<a href="https://crypto.cat/" rel="nofollow">https://crypto.cat/</a> will give you encrypted group chat from a word. But you do have to install an extension.
ad93611about 12 years ago
The bug that caused many group creations to fail is fixed now. Let us know if there are still more issues.
bevenkyabout 12 years ago
If I could use this for our support chat with my customers on a native client, that would be awesome too..
评论 #5330249 未加载
Pyramidsabout 12 years ago
One issue I noticed immediately, if you resize the window while in chat, the input box overlaps the chat.
gizzlonabout 12 years ago
Feature request: The ability to associate an gravatar email address after I've entered a room..
robinduckettabout 12 years ago
These things pop up about every six months. Some have a USP, others like this one, don't.
globalpanicabout 12 years ago
typed in three choices of group name: one a dictionary word, another a university module code, the last a random selection of about 20+ letters. All three choices returned the same error message - that this group may already exist.