I've been mad at the Go community in particular for continuing to promote Slack for ages, and this is exactly the hypothetical situation I always use to explain why (although there are other reasons too; Slack is a perfect embodiment of everything wrong with this industry, but that needs a fuller writeup). At a previous job we had to start doing this exact same thing when we were considering going public; this is the…
Try to propose running your own chat server at any medium to large company. No VP of engineering or CTO wants to worry about that and the possible security risks. If Slack messes up they can blame Slack but if you mess up and expose some Healthcare data to the outside world because of your chat server they are screwed.
Slack closes account of an Iranian user living in Canada
581–590 of 638 posts
Re: Slack closes account of an Iranian user living in Canada
#582Earlier quoted context omitted.
I wonder if part of the reason we don't have any great open source Slack competitors (yes I know about Mattermost, Zulip, etc.) is that so many open source developers (or at least commenters here) seem to be under the illusion that IRC is a reasonable alternative to Slack.
What's wrong with Mattermost? We use it for our FOSS community (and I use another instance for our company), works well.
Re: Slack closes account of an Iranian user living in Canada
#583I think Slack is sending a clear and strong message: use a VPN!
Re: Slack closes account of an Iranian user living in Canada
#584I've been mad at the Go community in particular for continuing to promote Slack for ages, and this is exactly the hypothetical situation I always use to explain why (although there are other reasons too; Slack is a perfect embodiment of everything wrong with this industry, but that needs a fuller writeup). At a previous job we had to start doing this exact same thing when we were considering going public; this is the…
What about mtproto (which is what Telegram is using)?
Re: Slack closes account of an Iranian user living in Canada
#585My wife’s Slack account was closed yesterday. She created the account while traveling in Cuba (legally) years ago and hasn’t been back to Cuba or any other sanctioned country since. She is a cofounder of an org that uses Slack heavily and has now lost access to all her messages and files from the past couple years of work. There appears to be no appeal process here.
If Slack did this because of her trip to Cuba years ago it means they have kept records of her IP going back years. This causes me to think about the metadata records they have held onto in addition to all the data.
Companies should be made accountable for such blatant abuse of user data.
Re: Slack closes account of an Iranian user living in Canada
#586I've been mad at the Go community in particular for continuing to promote Slack for ages, and this is exactly the hypothetical situation I always use to explain why (although there are other reasons too; Slack is a perfect embodiment of everything wrong with this industry, but that needs a fuller writeup). At a previous job we had to start doing this exact same thing when we were considering going public; this is the…
I would love to see more things built on open protocols. But for that to be the case, we have to find ways to make better apps built on top of open protocols. We should start by admitting that Slack beat IRC. Beat it like a cheap hallway rug. IRC was always a terrible experience for novices, and it wasn't a great experience for experts. That it had any users at all is a testament not to IRC, but to what it enabled. S…
No. They shut it down because they want people to use their (crappy) UI.
Re: Slack closes account of an Iranian user living in Canada
#587Earlier quoted context omitted.
> You don't have to be a developer but you do need a level of technical background higher than that of the average computer user. Unless the technical skill of the average computer user has decreased substantially in the last 10 to 15 years, that shouldn't really be the case.
It has. Everyone uses computers now for less technical tasks, and some pretty much only use their phone or tablet.
Re: Slack closes account of an Iranian user living in Canada
#588Earlier quoted context omitted.
That's why free/libre software advocates talk so frequently about technologies that could abstract flesh and steel away.
How exactly would that work?
Re: Slack closes account of an Iranian user living in Canada
#589Earlier quoted context omitted.
Not necessarily disagreeing but could someone provide some solid examples of IRC being a terrible user experience? Whenever IRC comes up, people say it lost and it’s not the right technology. When pressed, they wave their hands around saying “...because, uh, user experience reasons!” As a longtime user of IRC, I’m probably blind to these issues. What’s so bad about it that causes people to put up with these inadequat…
setting up, just getting started with IRC for a non-tech person is basically way too hard bordering on impossible from their perspective. We can talk about all the other issues around persistence and UX but just getting started is something beyond the vast majority of computer users. It’s really hard for us to remember and empathize with this.
Re: Slack closes account of an Iranian user living in Canada
#590Earlier quoted context omitted.
Matrix.org foundation is being founded. It has taken some time, but is quite close already: https://matrix.org/blog/2018/10/29/introducing-the-matrix-or... The Matrix developers are familiar with XMPP, and have it covered in their FAQ: https://matrix.org/docs/guides/faq#what-is-the-difference-be...
> Matrix can be thought of as an eventually consistent global JSON db with an HTTP API and pubsub semantics - whilst XMPP can be thought of as a message passing protocol. Finally someone gets it! A chat service should value each message and it should never lose messages due to connectivity problems. Thank you for sharing that link, I learned something new today.