braid-chat

https://github.com/braidchat/meta/wiki
2016-02-19T16:08:55.000011Z

I’m seriously considering making a braid-style client for slack, for use at work. cut down on the fomo & irrelevant notifications

rafd 2016-02-19T16:39:43.000014Z

@jaredly cool, any threading, or just the 'inbox' style? would be open to having slack integrations added to Braid client

2016-02-19T16:42:09.000015Z

not sure. thinking about just having each channel be a thread :simple_smile: the more interesting ideas are about notifications — e.g., I probably care about the first few messages after I post (if there were no immediate replies), so surface that for me, and in some channels I actually don’t want to be notified for at-channel messages, etc.

2016-02-19T16:42:58.000016Z

it could be interesting to do some heuristics to try to infer threads from a flat slack discussion :simple_smile:

2016-02-19T16:44:22.000017Z

I’d guess you could get pretty far just by time-boxing — e.g. if there’s a break for more than 10 minutes, and the new message doesn’t contain an at-mention of one of the last 3 speakers, then start a new conversation

rafd 2016-02-19T17:30:53.000019Z

i agree, i think you could get quite far with some heuristics

rafd 2016-02-19T17:32:00.000020Z

we're planning on starting integrations work for Braid, and can bump that up to facilitate a Braid-Slack integration

rafd 2016-02-19T17:47:44.000021Z

also, it may be possible to add meta-data to posts being sent to Braid to help facilitate threading

2016-02-19T18:01:47.000022Z

hmm doesn’t look like custom meta-data is supported by slack