Earlier quoted context omitted.
In practice self hosted usually translates to more downtime and slower performance when it works. Unless your org has more expertise running a chat service than Microsoft or slack, your self hosted alternative is always going to suck more.
Did you try self-hosting and it lead to more downtime and slower performance? From my experience, when I self-host stuff it's a lot faster (more server resources) and never had any downtime (server doesn't simply go down for no reason).
Slack is down
821–830 of 840 posts
Re: Slack is down
#822Earlier quoted context omitted.
The problem is that XMPP and Matrix are protocols, not products. Element (the primary Matrix software) definitely has Slack and Discord in its sights. I don't think there are any serious "self-hosted Slack-like" contenders that are XMPP-based right now. You can piece components together (yay, standards!) and I did exactly this for the IETF's XMPP deployment recently. But it's far from being a cohesive easy-to-deploy…
It's largely overlooked that the success of Slack & MS Teams is partly due to the cybercrime portal that email has become. IOW, you don't get phished in your org's Slack chats. To prevent phishing, any chat service will suffice; an open protocol isn't necessary, as you don't intend to engage with ppl outside your org. The essential problem IMO is how to replace SMTP. No one has proposed and implemented an alternative…
Sorry my dude, but business runs on email. Saying lets get rid of it is as naïve as saying lets get rid of Excel. It's just not going to happen.
Re: Slack is down
#823Earlier quoted context omitted.
I can only offer my own personal experience: Matrix has been working well for me for a couple years now. However, I probably have a more narrow use case than you're thinking of. I run a small homeserver and use it to communicate with a group of about 20 friends. Most of them aren't "technical" people. We use it mostly for chatting and image/video sharing. We never use live calling (audio or video). There have been a…
and use it to communicate with a group of about 20 friends. Most of them aren't "technical" people. I'm insanely curious about the human side of things here. How did you get them to buy into this idea in the first place? That sounds like quite an achievement. The non-technical folks in my life generally struggle with paths of least resistance (iMessage, etc) and it's hard to imagine getting them onto some alternative…
Previously, we were mostly using group texts or Snapchat/Instagram to communicate, so the biggest selling point was the fact that we can share full quality pictures and videos between iOS and Android people.
Re: Slack is down
#824Earlier quoted context omitted.
I can only offer my own personal experience: Matrix has been working well for me for a couple years now. However, I probably have a more narrow use case than you're thinking of. I run a small homeserver and use it to communicate with a group of about 20 friends. Most of them aren't "technical" people. We use it mostly for chatting and image/video sharing. We never use live calling (audio or video). There have been a…
and use it to communicate with a group of about 20 friends. Most of them aren't "technical" people. I'm insanely curious about the human side of things here. How did you get them to buy into this idea in the first place? That sounds like quite an achievement. The non-technical folks in my life generally struggle with paths of least resistance (iMessage, etc) and it's hard to imagine getting them onto some alternative…
Re: Slack is down
#825Earlier quoted context omitted.
Yep, I've stopped recommending Matrix because 1. There is virtually zero user-facing documentation. Need to know how to backup keys, verify another user, or what E2EE means? Ask your server operator. Basically the onus is on operators to document this stuff for their users. Except the stuff we're documenting is hard even for server operators, and especially challenging to document in a way that both nontechnical and…
Have you submitted the requested bug reports? Also, it seems the FAQ answers several of your points: https://element.io/help
That FAQ is a great start, but it's not sufficient for non-technical users. It's not easily searchable, it doesn't provide screenshots, and it doesn't go into enough detail for each item (e.g. describing what can go wrong + troubleshooting).
Thanks for pointing it out though
Re: Slack is down
#826Earlier quoted context omitted.
RocketChat works pretty well for simple team comms. I have no idea if it can do XMPP and/or Matrix.
My experience with RocketChat is that it works quite well on the surface, but after using it for some time, some very annoying bugs emerge: * You get notifications for channels for which you have suppressed those notifications * Some channels are marked as having new notifications, when they haven't * Notifications for new messages in threads you are involved in are quite hard to find (horrible UX) * Some UX choices…
I'm in a slack workspace that is constantly notifying me of a thread, but I can't make it read. Maybe it has something to do with the free messages limit. So the message is there, but cannot be accessed. Annoying as hell. I thought about submitting the bug to Slack, but then just let it go, and probably we'll just move to Signal or something.
Re: Slack is down
#827Earlier quoted context omitted.
Not OP. Good idea. I thought it's integrated into GitLab (on premise omnibus), but I still haven't fiddled with it, but enabled something in the config file, but nothing happened. I know it's a tough spot, but if it were usable from GitLab with zero config that would be great for fallback.
@pas: Mattermost is indeed integrated with GitLab Omnibus. To enable Mattermost, you can add the Mattermost external URL in the config file, and run `sudo gitlab-ctl reconfigure`. I'm wondering if that's something you've tried? https://docs.gitlab.com/omnibus/gitlab-mattermost/#getting-s...
Re: Slack is down
#828Earlier quoted context omitted.
and use it to communicate with a group of about 20 friends. Most of them aren't "technical" people. I'm insanely curious about the human side of things here. How did you get them to buy into this idea in the first place? That sounds like quite an achievement. The non-technical folks in my life generally struggle with paths of least resistance (iMessage, etc) and it's hard to imagine getting them onto some alternative…
It did take some persuading. I think the main reason I was able to pull it off was ironically because they're not that technical. I bet most of my friends don't even know what Slack or Discord is. That's not to say they're dumb or anything - they just don't spend as much time online as one would think. Previously, we were mostly using group texts or Snapchat/Instagram to communicate, so the biggest selling point was…
Re: Slack is down
#829Earlier quoted context omitted.
I've wanted to try something like this (on a smaller scale), but haven't had time. It's good to hear of an implementation that reflects my expectations. How long did it take you to migrate over?
it’s a entirely new codebase; probably best way to visualise progress is to look at the contributor graphs at https://github.com/vector-im/hydrogen-web
Re: Slack is down
#830Earlier quoted context omitted.
People returning to work and downloading a huge backlog of messages from the past two weeks.
As an Microsoft Teams Ex-Dev, I can vouch that message retrieval after vacation puts a lot of stress on storage systems before it stabilizes :)