Going from signal to discord is crazy. How can you be OK with knowing that your personal voice chats are being monitored, recorded and sold to the next highest bidder? How can it be so easy to choose convenience over that? Or is it that we have essentially given up and wanna actively take a part in mass surveillance?
Not every decision is about opsec. If, for what you're doing, you want people to be alerted about your actions without your explicit say-so, then signal is not the tool for that job.
Shame on discord for having a lousy privacy stance, but most people aren't on signal for the privacy, most people are on signal because that's where their friends are (and one or two of those friends is there for the privacy).
That's the difference between people who give in and people who don't. This is not about "opsec", it's about exercising your fundamental right to privacy. Majority of people are reckless, the ones who take a second to think about it are not
I agree with you, but the trade off is real for most people. It's unfortunately a binary choice: 'privacy ⊕ social community', instead of 'privacy & social' community.
It's interesting how opensource Zulip[1] hasn't been able to garner as much of a following or usage amongst the gamer crowd compared to Discord.
These two apps are not comparable. My guess is that 90%+ of people using Discord are doing so for the low-latency voice conversations with optional screen/game sharing.
Zulip does not have first-party voice chat. You would be more likely to get gamers to switch to a Teamspeak server.
but why can't the same person use both? i like discord since it has better group chat features that my groups use, but i also use signal for privacy with some of those group members.
it's not like people have to "don't give in" all the time...
I think it's important to clarify that it's just audio and video that are E2EE, not text messages themselves. (You may have meant this, but "channels" was a little ambiguous.)
The trade-off here is a social connections versus privacy/integrity.
I can make the decision to use Signal or whatever, but as long as my whole social circle does not do the same, it wont be useful. And since when they do the swap, they have to convince their whole social circle to do the same, this becomes an impossible task. Either you have 10 different apps for different friends that lie on different places on the ethics of privacy, or you just take the easy way out and use what everyone uses.
Just create a second group in signal with your friends called "group X: call only". Then everyone mutes the group (which I think mutes calls as well). Then whenever someone wants to join the "voice chat" they can just initiate a call. If someone else sees and joins, so be it.
Mumble is awesome but definitely difficult to properly configure. Especially the TLS certs for any reverse proxy won't work directly, there's a hacky way to make it work which I don't fully trust
I work on a project in this space, and the endless insistence of people that they have to run clearly non-web things through reverse proxies always amazes me :)
Not everything is a web app, and it's trivial these days to obtain certificates, even without a proxy (certbot, etc.).
Of course I understand that if you host a lot of web apps, having all web requests routed through a universal proxy is nice for various reasons. But platforms like Discord and such are complex beasts and use more technologies than HTTP(S).