Earlier quoted context omitted.
There's also an extra closing div tag in there.
awww man. templating. thanks for catching.
Show HN: a new team chat web/irc tool
11–20 of 44 posts
Re: Show HN: a new team chat web/irc tool
#12Re: Show HN: a new team chat web/irc tool
#13Minor point: It would be nice to be able to click those screenshots and get bigger versions. It's currently very difficult to see what the application looks like.
Re: Show HN: a new team chat web/irc tool
#14Sent out the link to several co-workers (since we are looking for this sort of tool right now) and then we all get the "We'll let you know when we go live" email.
So thanks for making me look like an idiot.
Re: Show HN: a new team chat web/irc tool
#15Re: Show HN: a new team chat web/irc tool
#16I would be really excited to try this. Is it live yet? I always think it's better to save Show HN posts for products that we can actually play with. Looking forward to seeing this in any case.
The trouble is this is for teams, you kinda have to have a team. We wanted to gauge interest so we've done it this way.
If we can we'll go live for collections of people (if there are 2 or 3 people from the same company email domain) this week or next.
Re: Show HN: a new team chat web/irc tool
#17I would be really excited to try this. Is it live yet? I always think it's better to save Show HN posts for products that we can actually play with. Looking forward to seeing this in any case.
I know... I know. I prefer that too. The trouble is this is for teams, you kinda have to have a team. We wanted to gauge interest so we've done it this way. If we can we'll go live for collections of people (if there are 2 or 3 people from the same company email domain) this week or next.
I had three guys from my team sign up so we could test it out, and only after signing up did we find out that it's not live yet.
Re: Show HN: a new team chat web/irc tool
#18Well, that was deflating. Sent out the link to several co-workers (since we are looking for this sort of tool right now) and then we all get the "We'll let you know when we go live" email. So thanks for making me look like an idiot.
Re: Show HN: a new team chat web/irc tool
#19Earlier quoted context omitted.
I know... I know. I prefer that too. The trouble is this is for teams, you kinda have to have a team. We wanted to gauge interest so we've done it this way. If we can we'll go live for collections of people (if there are 2 or 3 people from the same company email domain) this week or next.
Can you please make it clear on the register page that there is no publicly available product yet? I had three guys from my team sign up so we could test it out, and only after signing up did we find out that it's not live yet.
Re: Show HN: a new team chat web/irc tool
#20Love the idea! About time someone did this. What's the tech stack like?
It's all emacslisp. Including the webserver (it's elnode). So there is an irc bouncer written in elisp tightly integrated with the elnode webapp. The bouncer uses a modified rcirc (built into emacs) to connect to the irc servers. The robot framework is also written in emacslisp. The irc servers are ngircd and the webserver is nginx.