Earlier quoted context omitted.
Has a huge spam problem...
But people posting tonnes of GIFs, emojis, and tagging @all on #general isn't spam? I don't disagree that email has a spam problem (though spam filters have gotten quite good in the past 20-30 years), just that spam isn't an email problem.
Tell HN: Slack decides to close down IRC and XMPP gateways
601–610 of 624 posts
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#602Earlier quoted context omitted.
My point was that the protocol is superior to Slack in general. Whether you have a use for those features is a different point -- those features are clearly already useful to quite a few people. But to answer your question, self-hosting would be useful in making sure that internal communication isn't shared with a third-party. e2e could also be useful (depending on what you work on) if you want to just use the public…
"My point was that the protocol is superior to Slack in general." But that's not the point you made. For it to be better in general, it has to improve the way people communicate.
I'm pretty sure it is the point I made when I said: "There are open protocols like Matrix which are superior to Slack". Maybe it was badly worded, but the original comment was talking about open protocols being not as good as Slack's protocol (which is why they have their own and aren't use open protocols). My response explained that there are open protocols that are better (in that they have more features), and that Slack not using them is not evidence that they aren't better (rather it's an indication that Slack won't give up the one thing it has full control over).
> For it to be better in general, it has to improve the way people communicate.
I'm not sure I agree that's the only requirement for something to be "better in general". You would probably agree with me that HTTPS is "better in general" than HTTP. Why? To users there is no practical difference other than it being more secure -- which you've ruled out as being something users care about.
Things can still be better while being transparent to most users, while the extra features are useful for a subset of users. Not every protocol improvement needs to revolutionise how people use a particular technology.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#603Earlier quoted context omitted.
Matrix has an identity key that is shared between devices (hence why you can link up the sub-devices). The reason for having per-device keys used for e2ee that you can verify is so that you don't automatically trust new devices if a users' account is compromised. Each new login creates new e2e keys that only persist with the session. In terms of UX this system is currently pretty ugly, but the actual concept makes se…
> In terms of UX this system is currently pretty ugly, but the actual concept makes sense. This seems like a trivial gain for lousy UX, since it's possible the account and the device is compromised.
Having per-device keys also means that the server cannot decrypt your messages (because the identity key is not used for communication, it's just used to register new keys that clients will encrypt their messages to). Having a global decryption key stored on the server would be a less secure design.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#604Earlier quoted context omitted.
JAWS is Windows-only, so your solution of just targeting JAWS is not a solution at all, since Slack runs on a lot more platforms.
Accessible users are primarily on windows because JAWS runs on windows . It is not a use case for us to test accessibility on anything other than JAWS on windows.
Making software accessible just on Windows is complete bullshit and should be downright illegal.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#605Earlier quoted context omitted.
As someone who doesn't use slack, why did we ever move away from chat programs and protocols that worked fine? I don't know why I need to use slack, hangouts, discord, etc, that are just reinventing irc and/or the garden variety instant messaging platforms that already exist.
I don't know why I need to use slack [...] just reinventing irc Features Slack has that IRC doesn't include: * User authentication * Support for multiple concurrent logins by one user * Persistent, searchable history * (Ad-free) file and image sharing built in * Simple integrations, like webhooks, built in. In other words, Slack is like IRC+NickServ+Irssi+Screen+Imgur, except easier to use, in the sense that you don'…
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#606Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#607I don't understand ... im using slack at work , and why should i use IRC or XMPP with slack ? and why it is so bad they cancel it ? realy.. its just tool .. why i need IRC on top of that?
Using IRC "on top" is to avoid using the Slack client at all. I can understand that, and Slack would shut down a lot of critics if they made native clients, and a CLI client.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#608I'm very disappointed to see that Slack has decided to go the way of every other messaging service and move away from decentralized and standardized protocols towards those that are walled and proprietary. > We are focused on making Slack accessible to all people. Over the past year, we've made great progress in improving both the keyboard and screen reading experiences in Slack. We know many users have been relying…
> Here's a thought: how about you write a native app for each platform? I can guarantee that the hundreds, if not thousands, of engineers working on AppKit and Windows APIs are a lot better at getting this to work than your team. You're joking, right? Have you not noticed any of the pain that anybody trying to make cross-platform app goes through, and hence the huge popularity of cross-platform frameworks?
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#609This opens up a market for someone building a Slack app and putting it on the Slack marketplace, that would relay in/out messages from/to XMPP o IRC. I'd pay for this, I definitely don't want to use Slack from their Electron app that sucks both my battery and my RAM. I'd stick with Adium as an XMPP client connected to Slack.