I don't really get why there is so many Slack alternatives coming up these days. On every post like this there is tons of comment linking to other Slack alternatives, it's not like this is gonna be _the_ Slack-alternative. Here is a non exhaustive list : RocketChat : https://news.ycombinator.com/item?id=9624737 Let's Chat : https://news.ycombinator.com/item?id=9040841 Friends : https://news.ycombinator.com/item?id=94…
Mattermost: Open-source, on-premises, Slack alternative
31–40 of 222 posts
Re: Mattermost: Open-source, on-premises, Slack alternative
#32Looking at the README it says that it does not work if my ISP is blocking port 25, which I don't think it is.
But anyway I created a droplet on digitalocean and ran the container there, but "MySQL init process failed."
I would love to try this project, or at least try a demo deployment somewhere :)
Re: Mattermost: Open-source, on-premises, Slack alternative
#33Here's the code: https://github.com/mattermost/platform From the look of the screenshots ( http://www.mattermost.org/70-2/ ), I'd say there are some copyright concerns with the styles. This isn't a Slack alternative, it's a Slack clone. That's very problematic from a copyright stance. Why not create your own design style? Gogs had (has?) this same issue: https://github.com/gogits/gogs/issues/1069
why? they didn't copy slack (i assume) - it just looks similar. Slack doesn't (and shouldn't be allowed) own a look and feel, as long as the implementation of it is cleanroom.
Re: Mattermost: Open-source, on-premises, Slack alternative
#34Earlier quoted context omitted.
I haven't worked for a company in four years that permits the installation of AGPL software because the ramifications are still unclear and largely untested. MongoDB asserts, for example, that just using MongoDB doesn't require you to do anything, even though the license text is in clear contradiction to the assertion. I do not think MongoDB understands its own license. Chris DiBona has spoken in public about Google'…
I don't understand you reasoning at all. What could be the problem with using a chat software that is released under AGPL?
Unless you are sure that your engineers will know to not try to integrate the AGPL software with any of your existing systems, I agree that people should just stay away.
Re: Mattermost: Open-source, on-premises, Slack alternative
#35> Teams who can’t use SaaS rely on cryptic, decades-old technologies. As an example, the US Army uses myIRC to order missile strikes "myIRC" doesn't exist. The name of the protocol is IRC. The name of a popular Windows client is mIRC. WikiLeaks called their leak "mIRC logs," which is where this trope came from. The United States military (not just the Army) uses Internet Relay Chat for a whole lot of C2. It runs on a…
How many open source slack alternatives before someone writes one that actually utilizes the IRC protocol? Is there a defensible argument against using IRC?
I really don't get those projects that consist of a designer frontend and a terrible half-baked IRC client in nodejs.
Re: Mattermost: Open-source, on-premises, Slack alternative
#36Earlier quoted context omitted.
How many open source slack alternatives before someone writes one that actually utilizes the IRC protocol? Is there a defensible argument against using IRC?
This is my biggest problem with Slack. It's a cool product that could have been built over IRC . But no, they had to create their own walled garden.
Re: Mattermost: Open-source, on-premises, Slack alternative
#37Earlier quoted context omitted.
The IRC protocol isn't pretty, and there are plenty of incompatible server implementations, but if you're controlling both the server end and the client end it's certainly where I'd start. My first thought when I saw Slack was "someone did a pretty web irc client finally, cool" (I have no idea if they use irc internally? but it seemed such a direct match)
The IRC protocol might not be pretty, but what protocol is? HTTP? AMQP? XMPP? Protocols are not meant to be pretty, just efficient and robust enough to support the desired feature set. It's a shame that none of Slack, Hipchat, now Mattermost support IRC. They're all just IRC clones, drawing on the same ideas, just giving you a crappy (but pretty!) web interface.
Re: Mattermost: Open-source, on-premises, Slack alternative
#38I don't really get why there is so many Slack alternatives coming up these days. On every post like this there is tons of comment linking to other Slack alternatives, it's not like this is gonna be _the_ Slack-alternative. Here is a non exhaustive list : RocketChat : https://news.ycombinator.com/item?id=9624737 Let's Chat : https://news.ycombinator.com/item?id=9040841 Friends : https://news.ycombinator.com/item?id=94…
Re: Mattermost: Open-source, on-premises, Slack alternative
#39Don't want to troll you guys here, but if you're a video game company why are you spending so much time building a Slack clone?
I was expecting some short of explanation in your blog post like "we did this because this serves as a core piece of our company for X reason and Slack didn't fit our use case for Y reason".