Live data from Hacker News

Ask HN: what do you use for instant/asynchronous communication?

news.ycombinator.com

1–10 of 15 posts

Ask HN: what do you use for instant/asynchronous communication?

#1
Hello,

I'd like to know what instant chat tools HN folks favour for instant asynchronous communication.

I'm leaning against setting up an IRC server simply because graphical notifications would be nice. I would also prefer something open source, and possibly PHP based as I'd like to extend it and tie into our existing systems.

Re: Ask HN: what do you use for instant/asynchronous communication?

#5
I know you're leaning against it but I thought I'd say anyway that we use IRC for everything since it's easy to hook into from anywhere. We don't even use a full-fledged server, just a single file python script. There's plenty of options for graphical notifications and you can hook into from PHP if you want.

Re: Ask HN: what do you use for instant/asynchronous communication?

#6
We use Google Talk (it's just XMPP, so you can use an OSS client like Pidgin) and email. But you shouldn't discount IRC just because of that: many clients offer or at least let you add graphical notifications: my favorite client, Weechat[1], has plugins for libnotify/dbus, Growl and OS X Notification Center. I'm sure other clients offer similar functionality.

[1]: http://www.weechat.org/

Re: Ask HN: what do you use for instant/asynchronous communication?

#7
HipChat (https://www.hipchat.com/)

- It "just works" on every platform, including my phone.

- It's great for group chat and one-on-one.

- If someone @mentions me while I'm away or offline, it will send me an email and/or pop-up on my phone just like any other notification (all of this is configurable).

- You can use HubBot with it and it has GitHub integration.

- You can use it over XMPP if you need to.

I never thought I'd pay for a chat product given all of the free options out there, but it is just so good that I can't help but recommend it to everyone.

Re: Ask HN: what do you use for instant/asynchronous communication?

#8
post #7

HipChat ( https://www.hipchat.com/ ) - It "just works" on every platform, including my phone. - It's great for group chat and one-on-one. - If someone @mentions me while I'm away or offline, it will send me an email and/or pop-up on my phone just like any other notification (all of this is configurable). - You can use HubBot with it and it has GitHub integration. - You can use it over XMPP if you need to. I never tho…

[deleted]

Re: Ask HN: what do you use for instant/asynchronous communication?

#9
IRC is great because of the simplicity of bolting things to it.

We do all of our CI notifications and deployments with a bot in a builds channel.

With that said, Grove is going away and it doesn't look like there's a polished hosted alternative, so we're torn between setting up and managing our own internal system (which dollars per month will cost us more, once you put a dollar value on ops time) and trying to find something which will do what we want.

Post reply on HN