Live data from Hacker News

Talker group chat changes pricing, unlimited chatters for free

talkerapp.tumblr.com

1–8 of 8 posts

Re: Talker group chat changes pricing, unlimited chatters for free

#2
I got introduced to talker app a while back while working with the guys from Teambox. I'm based in the UK while they're all over (Spain, US, UK). I didn't really see the point at first and figured Skype/IRC would be better but the more I used it the more I never stopped going on about how cool it was. I'm a little surprised but super excited that it's now free!

Re: Talker group chat changes pricing, unlimited chatters for free

#6
post #5

Nice but why the restriction on keeping logs? Surely it can't be a disk space concern, text is nothing. If my team is going to use a chat app I want to be able to reference the logs at a later date.

Because they need to make money somewhere, I assume. Totally fair.

Re: Talker group chat changes pricing, unlimited chatters for free

#7
post #5

Nice but why the restriction on keeping logs? Surely it can't be a disk space concern, text is nothing. If my team is going to use a chat app I want to be able to reference the logs at a later date.

Well we thought IRC doesn't offer logs by default and it's fine, we offer them for a week. You can get unlimited logs with the $15/mo plan, so if you want to use it for business, you can.

Re: Talker group chat changes pricing, unlimited chatters for free

#8
We've been using Talker with our team in Minsk. It's been fantastic, some things, like JavaScript plugins are ingenious.

Cobbled together a plugin to auto-link FOO-1234 to our JIRA installation. Plus, multi-line pasting creates an EtherPad session.

  plugin.onMessageInsertion = function(talkerEvent){
    $('td.message').replace(/(FOO-\d*)/gi, ''+'$1'.toUpperCase()+'');
    $('span.msg').replace(/(FOO-\d*)/gi, ''+'$1'.toUpperCase()+'');
  }
It's a fantastic, fantastic collab tool.