This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-22
Channels
- # admin-announcements (9)
- # beginners (18)
- # boot (20)
- # cider (32)
- # clojure (108)
- # clojure-berlin (5)
- # clojure-czech (3)
- # clojure-italy (5)
- # clojure-japan (70)
- # clojure-russia (37)
- # clojure-sg (2)
- # clojure-spain (3)
- # clojurescript (89)
- # core-async (5)
- # core-typed (12)
- # datomic (11)
- # dunaj (2)
- # editors (30)
- # euroclojure (33)
- # events (1)
- # jobs (10)
- # ldnclj (18)
- # off-topic (45)
- # reagent (12)
This doesn’t sound very good for our slack group: http://blog.freecodecamp.com/2015/06/so-yeah-we-tried-slack-and-we-deeply-regretted-it.html
Very rough draft of A very short introduction to semantic web https://joelkuiper.eu/semantic-web
I might even be working on a YESQL inspired SPARQL library … 😉
@sveri: I’ve had this idea for a slack focused on content aggregation and sharing, rather than chat
@sveri: sort of like Google Reader/RSS in its good years, but with more “social” bs in it 😛
rebuilding slack shouldn’t be that hard though, you can just use IRC and build a web gui around it 😛
@joelkuiper: I guess it's more the UI and phone integration that attracted so much
yeah, might be an interesting use case to try React Native + ClojureScript for
it writes itself 😛
storage would just be IRC and dumping the logs somewhere.
no reason to reinvent a proven piece of tech
joelkuiper: Not sure how one would have a notion of teams in IRC though, something like clojurians->off-topic and someotherteam->off-topic should be possible
well the hacky thing would either be to set up different IRC servers for different teams, or prefix the IRC channels with a non-public ID
or just make channels as uuid’s and fix the mapping somewhere else
joelkuiper: I like the mapping most I guess, prefixing leads to string parsing which is like blaeh 😄 Different servers need some manual handling
exactly
it’s not like the initial latency to having a new team is much of a problem
several minutes would still be acceptible
enough to spin up a container of sorts
and IRC servers are relatively light
cool, I’m relatively busy but we can always chat more
@joelkuiper: I wonder about things like file support, and, I just thought about jabber, which always supports a wide variety of protocols
hmm possibly, never really looked into Jabber, but it (c)would make sense
maybe a custom thing, dunno what slack uses