Hey, check out this new concept for a chatroom I made
realtimereddit.appspot.com
Hey, check out this new concept for a chatroom I made
1–10 of 18 posts
Re: Hey, check out this new concept for a chatroom I made
#2Comments drop off as the conversation continues, removing any relevancy to the points. You can't "hold" highly-rated comments because they'll end up out of context.
Re: Hey, check out this new concept for a chatroom I made
#3[0] Bad because of the way the text wraps if the lines you submit are too long and it requires the use of http. There is only one room, etc.
Re: Hey, check out this new concept for a chatroom I made
#4 $("#allchats a:nth-child(1)").click();
Down: $("#allchats a:nth-child(2)").click();Re: Hey, check out this new concept for a chatroom I made
#5The conversation moves too fast for the points (karma) to matter. I can't see how this would work. Comments drop off as the conversation continues, removing any relevancy to the points. You can't "hold" highly-rated comments because they'll end up out of context.
if you somehow had a history of highly voted comments, you would need all the other comments to get context, but then some of those comments might be already be downvoted to hell, etc...
also, by their nature, chatroom messages are short and often only address one part of a conversation. I don't see how there will be enough time for users to provide a meaningful upvote/downvote for anything not obviously inflammatory.
Re: Hey, check out this new concept for a chatroom I made
#6The conversation moves too fast for the points (karma) to matter. I can't see how this would work. Comments drop off as the conversation continues, removing any relevancy to the points. You can't "hold" highly-rated comments because they'll end up out of context.
Re: Hey, check out this new concept for a chatroom I made
#7Re: Hey, check out this new concept for a chatroom I made
#8To vote all comments up: $("#allchats a:nth-child(1)").click(); Down: $("#allchats a:nth-child(2)").click();
votedIds={length: 0, push: function(){}};Re: Hey, check out this new concept for a chatroom I made
#9The conversation moves too fast for the points (karma) to matter. I can't see how this would work. Comments drop off as the conversation continues, removing any relevancy to the points. You can't "hold" highly-rated comments because they'll end up out of context.
This is pretty much a perfect example of an idea so bad, even its creator should have realized it and dropped it before it got anywhere near the implementation stage.
Re: Hey, check out this new concept for a chatroom I made
#10The conversation moves too fast for the points (karma) to matter. I can't see how this would work. Comments drop off as the conversation continues, removing any relevancy to the points. You can't "hold" highly-rated comments because they'll end up out of context.
This is pretty much a perfect example of an idea so bad, even its creator should have realized it and dropped it before it got anywhere near the implementation stage.