Fork me on GitHub
#braid-chat
<
2016-02-19
>
jaredly16:02:55

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

rafd16:02:43

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

jaredly16:02:09

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.

jaredly16:02:58

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

jaredly16:02:22

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

rafd17:02:53

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

rafd17:02:00

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

rafd17:02:44

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

jaredly18:02:47

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