Spyke

I’m never doing this. I’ll pay someone else to verify my account before I upload my dox with these assholes.

I’m fine switching to an alternative, but I have seen no gaming companies linking anything else for their official “forums”

66
lemmy.world

Considering the recent "third-party" data breach cases...

51
Untold1707reply
lemmy.zip

Usability is good in my opinion. They’ve spent a lot of time on the UI over the past couple years. The mobile Element X apps are excellent now IMO. But the two things that prevent matrix/Element from being a good discord replacement are:

  1. No Mumble-like voice chat. They have Zoom-like conference calling now, but no voice channels.
  2. Search is either non-existent (mobile clients) or is awful. It’s somehow worse than Discord’s search! I know it’s because the search needs to work on-device because of E2EE, but unfortunately it’s still a minus point vs Discord.
6
programming.dev

Honestly, the best solution to 1 may be to simply deploy mumble in addition to matrix (or other chat apps).

2

Seconding this, just use mumble. It's self-hosted free and open source software, easy on resources, provides very low latency, and it's very stable and reliable.

The client might look a little dated but I still love it. I don't care for stupid electron apps, which every modern application seems to be.

2
lemmy.ml

I hope for once people would get together and drop Discord so that Discord would have to reverse this policy. So often, we the customers really have the power if we get together and act together. All these social networks are nothing without the contributions of the customers.

42
harsh3466reply
lemmy.ml

without the contributions of the customers

Without the contributions of the product.

As the adage goes, if you're not paying for it (and often even when you are), you're not the customer.

10
piefed.zip

I don't trust discord with what little I formation I've gave them so far. Definitely not giving them my ID or a scan of my face.

42

But they pinky promise the face scan is not facial recognition and that it's immediately deleted and never leaves your device.

11
lemmy.ml

Yeah, you go ahead & do that, & watch how many people will jump ship to other alternatives while you lose a lot of money & subscriptions, especially when you’ve been hacked before.

People have found other alternatives to TikTok, & they’ll do the same with Discord.

18

Users who aren’t verified as adults will not be able to access age-restricted servers and channels, won’t be able to speak in Discord’s livestream-like “stage” channels, and will see content filters for any content Discord detects as graphic or sensitive.

Shrug

I'm not using discord for porn, so I'm not going to lose sleep. Will simply live with a "teen" account until my groups migrate to a better service.

But you'll get my biometrics from my cold dead hands.

They will also get warning prompts for friend requests from potentially unfamiliar users, and DMs from unfamiliar users will be automatically filtered into a separate inbox.

GOOD

Crazy they didn't implement this years ago. Discord is bloated with fake user spam.

17
thisreply
sh.itjust.works

So I get a free spam filter for not verifying? Guess I'm never verifying then, lol.

8

My initial thought too. Good. At least until they catch on and make some excuse for needing "teens" IDs too.

2

GOOD

Crazy they didn’t implement this years ago. Discord is bloated with fake user spam.

it's easy to see how they'll manipulate this to make you think that their pro-zionist bots are actual people.

1

The last point is already implemented, and as someone who regularly has to get DMs from strangers, I have those options off. I guess now I can’t do that.

1
lemmy.world

However, some users may not have to go through either form of age verification. Discord is also rolling out an age inference model that analyzes metadata like the types of games a user plays, their activity on Discord, and behavioral signals like signs of working hours or the amount of time they spend on Discord.>

17
lemmy.ml

Revolt! your time has come (though it has been renamed to Stoat; a name I very much dislike.

16
lemmy.dbzer0.com

Limited Linux support (no repo or flatpak pkgs, not even aur) and tbh im not so sure how long they will continue to exist

4

tbh. I wasn't aware of this. So far I only used it in the browser

1
hexagonwinreply
lemmy.today

isn't it just a webapp? should be trivial to package as a 'standalone program'

1
NamedUserreply
slrpnk.net

If that is true then that is much better than revolt because that kind of name will make the majority of people roll their eyes and pass it up.

So while it hard to get your friends to join a different platform imagine how much harder it would be to get them to join “revolt”. Its super edgy

0

Well, I guess that 95% of all non-native speakers don't know what a stoat is. So it is much harder to connect to/remember it.

1
lemmy.ml

Does there exist an alternative that has both a desktop (WIN/Linux) client and a phone (android/iphone) client?

9
hexagonwinreply
lemmy.today

do you know if stoat's ios client good enough? last i tried the android one was also very basic.

1

I don't use ios and I don't know what your standard of "good enough" is.

I've tried ouy the android one back when it was named Revolt and I though it was on par with Discord from a few years ago before they added in all the stickers and games, so I thought it was "good enough"

Just try it and see

1
mcv
lemmy.zip

I'm not against age restrictions, but letting every site brew their own method is a really bad idea. I'm not going to upload my legal ID to every random site; that's a recipe for identity theft, and it's a really bad idea to teach people that that's normal or acceptable.

And age guessing through facial recognition is incredibly unreliable. My 16 year old son has already been accepted as 18+ somewhere. I had a full moustache at 14. Others are blessed with a babyface well into their 30s.

The only right way to do this, is if governments provide their citizens with an eID that any site can ask "is this person 18+?" and get an accurate answer without any other identifiable info. And if you don't want the government to know what sites you visit, have sites route the request through a proxy.

But instead everybody's got to cobble together their own improvised system that we just have to trust blindly is not going to sell our data.

9

and it’s a really bad idea to teach people that that’s normal or acceptable.

This is a point so few people mention. Normalising having to give up personal information online is such a dangerous thing to do and companies/governments that enforce this shit are setting people up to be scammed

4
M1k3yreply
discuss.tchncs.de

And if you don't want the government to know what sites you visit, have sites route the request through a proxy.

Actually, no on the fly communication with the issuer is required for selective disclose. You just need a signed document with individually salted hashes of different properties and you can create a zero knowledge proof non-interactively. Zero knowledge meaning that truely nothing but the disclosed property (age > 18, County == DE, or whatever) is communicated to anyone.

Theres a lot of other cool stuff that can be done with zero knowledge digital identity wallets. You could for example hash your pubkey together with the service providers pk and disclose that as a per service ID, but not reveal your pk. This allows linkability within one service (as a login method for example) while preventing cross service linkability.

3
Ferkreply
lemmy.ml

That prevents the site from knowing your identity, but I'm not convinced it prevents the government from knowing you visit the site. The government could keep track of which document corresponds to which individual whenever they issue / sign it.

So if the government mandated that each signed proof of "age>18" was stored by the service and mapped to each account (to validate their proof), then the government could request the service to provide them copy of the proof and then cross-check from their end which particular individual is linked to it.

2
M1k3yreply
discuss.tchncs.de

The reason why it works is a bit complicated, but basically the trick is that the signatures are not immutable. Given a valid signature, it is possible to create a new valid signature over the same content that is not linkable to the original one. This means that it is still possible to derive, what authority signed the document, but the authority cannot know in which transaction it has signed that specific document.

1
Ferkreply
lemmy.ml

If you have no way to link the signature to the original document, then how do you validate that the signature is coming from a document without repetition / abuse?

How do you ensure there aren't hundreds of signatures used for different accounts all done by the same stolen eID that might be circulating online without the government realizing it?

Can the government revoke the credentials of a specific individual? ...because if they can't then that looks like a big gap that could create a market of ever-growing stolen eIDs (or reusing eIDs from the deceased) ...and if they can revoke, what stops the government from creating a simulation in which they revoke one specific individual and then check what signatures end up being revoked to identify which ones belong to that person? The government can mandate the services to provide them all data they have so it can be analyzed as if they were Issuer, Registry and Verifier, all in one, without separation of powers.

I know there are ways to try and fix this, but those ways have other problems too, which end up forcing the need for a compromise.. there's no algorithm that perfectly provides anonymity and full verifiability with a perfect method of revocation that does not require checks at every user login. For example, with the eIDAS 2.0 system (considered zero-knowledge proof), the government does have knowledge of the "secret serial number" that is used in revocation, so if they collude with the service they can identify people by running some tests on the data.

1

The anonymous credential signature scheme that is planned to be used is BBS#, I don't know how it handles revocation.

Additionally, BBS# proposes a solution for device-binding from ECDSA-signatures, relying on re-randomization of ECDSA signatures and public keys. Furthermore, a trust model for BBS# that covers revocation and proof of validity is defined in [BBT2025].

[BBT2025]: Trust Model : Securing digital identity with advanced cryptographic algorithms, available at https://github.com/Orange-OpenSource/BBS-SHARP-doc-eudi-wallet , 2025

https://github.com/eu-digital-identity-wallet/eudi-doc-standards-and-technical-specifications/blob/main/docs/technical-specifications/ts4-zkp.md

I haven't found where in that source the implementation of revocation is discussed.

Edit: https://github.com/Orange-OpenSource/BBS-SHARP-doc-eudi-wallet/blob/main/Trust-model-privacy-on-attestation-presentation.md#14-attestation-revocation

Seems like no ways of enabling privacy preserving revocation with bbs# are known jet. This means that arithmetic circuit based proofs would be the only way to enable revocation. And as they can prove any statement in NP with ZK, the fact that they can prove that a revocation id is not part of a given list is obvious. https://github.com/eu-digital-identity-wallet/eudi-doc-standards-and-technical-specifications/blob/main/docs/technical-specifications/ts4-zkp.md#22-proofs-for-arithmetic-circuits-programmable-zkps

https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/main-51.pdf As crescent by Microsoft is one of the considered implemations, this paper is probably the most relevant work on revocation of anonymous credentials.

2
Ferkreply
lemmy.ml

if you don’t want the government to know what sites you visit, have sites route the request through a proxy.

I feel a proxy would not really make much of a difference. If the government keeps a mapping of which eID corresponds to each real person from their end (which they would do if they want to know what sites you visit) then they can simply request the services (and/or intermediaries) to provide account mapping of the eIDs (and they could mandate by law those records are kept, like they often do with ISPs and their IP addresses). The service might not know who that eID belongs to.. but the government can know it, if they want.

The government needs to want to protect your privacy. If the government really wants to know what sites you visit, there's no reason why they would want to provide you with a eID that is truly anonymous at all levels and that isn't really linked to you, not even in state-owned databases.

1
mcvreply
lemmy.zip

Of course, a government has many ways they can legislate your rights, freedom and privacy away. But if you want to do this in a way that preserves privacy, this is how you do it.

Of course the government knows who you are; they have to. They issue your ID, and that makes them the only organisation that can issue your eID. But a government that serves its people would provide this an a service, with the proxy, to ensure privacy is respected.

And of course with a warrant they can and should be able to demand access to the proxy's or the website's logs. But only with a warrant. That is the bar that the government should always have to clear before they can get access to any citizen's privacy.

1
Ferkreply
lemmy.ml

I agree that a government that wants privacy can actually do it in a way that ensures privacy. That's also what I was saying.

My point was that this is up to the government, and no amount of "route the request through a proxy" would patch that up, that's not gonna help this case. Because this is not something that's tracked in the networking layer, it's in the application layer.

If the government wants to protect privacy, they can do it without you needing to use proxies, and if the government wants to see what sites you visit using these certificates, they can do it even if you were to use proxies.

1
mcvreply
lemmy.zip

If the proxy is independent, I don't see how the government can know what the requesting site is. They can only see the proxy. I don't mean a standard network proxy of course, but a proxy for the entire request. That's probably the source of our misunderstanding.

1
Ferkreply
lemmy.ml

They don't need to know the requesting address in order for them to know if it was you the person corresponding to that proof of age, because the information is in the data being exchanged. These kind of verifications don't depend or rely on IP address or networking, these are credentials that are checked on the application layer.

In fact, they don't even need to directly communicate with the government for this.

This is equivalent to a registration office for a service asking you provide a paper stamped by the government that certifies your age without the paper actually saying who you are.. the service does not need to contact the government if they can trust the stamp in the paper and the government official signature (which in this case is mathematical proof). And even though the service office can't see your name in the paper, the government knows that the number written in the paper links to you individually, because they can keep record of which particular paper number was issued to which individual, even if your name wasn't written in the document itself.

So, the government can, at any given time, go to those offices, ask them to hand in the paper corresponding to a particular registration and check the number to see who it belongs to.

The traceability is in the document, not in the manner in which you send it. It does not matter if you send the document to a different country for someone else to send it from a different address, on your behalf (ie. a proxy). If the government can internally cross-reference the registration papers as being the ones linked to your governmental ID, they can know it's yours regardless of how it reached the offices. So this way they can check if you registered yourself in any particular place they wanna target and what your account is.

1
mcvreply
lemmy.zip

Obviously the government knows it's you. That's the whole purpose. But they don't know the site that's requesting this, if the proxy hides that from them.

1

They might not know the list of sites you visit right away in the same way they could by contacting your ISP when you are not using a proxy, but that wasn't my point.

My point is that they can check with a specific site that uses this verification method and see if you have an account on that site, and if you do, which account in particular. And in a way that is much more directly linked to you personally than an IP address (which might be linked to the household/internet access you're using but that isn't necessarily under your name).

So in this situation they can indeed know if you use any one particular site that they choose to target, as long as that site is requiring you to provide them with a document, regardless of how many layers of proxies you (or the site) choose to be under.

I'm not sure what you mean by "the site that’s requesting this", the site does not need to request anything from the government, they just need to have previously agreed on a "secret" mathematical verification method that works for every document. The digital equivalent of a stamp/signature.

1
lemmy.ml

We need something like what Lemmy is to Reddir, except for discord. A decentralized application with multiple instances that users can join.

I have a discord server of about ~1K members, and would love to spin up a docker container to host my own instance that users can join. Chat, voice/ video calls, video streaming, etc. I'd love to support a FOSS project like this. Maybe even have E2E while we're at it!

5
pucker4676reply
lemmy.ml

Closest I can think of is Matrix. Element isn't bad.

9

New to the whole privacy space, what should I start moving my social group to that's like discord but not doing this?

3

Well, time to dump Discord after I finish school.

2
pineapplereply
lemmy.ml

Seams cool, but why not matrix since matrix has different instances you can chose from.

2

forgot to add that one, my other post did include Matrix as well :)

2
Razreply

Does this still require you to 'call' people to be in a voice channel? Or is it now similar to discord in that you join a channel and can hear anyone in it?

1

Fractal is not multiplatform (i.e. isn't available on Android and on iOS) and Matrix can be confusing to people not already familiar with it.

And no, a wall of text explaining what Matrix is won't help since most of Discord's users are teenagers with a very short attention span that don't read much (unless they're forced to by school).

::: spoiler Potential solution, may be controversial. Just add a vertical video with Minecraft parkour or with CS surf on the bottom and a half naked woman from a freelance platform explaining what it is. :::

There are also Element and SchildiChat as alternative clients.

3

The same as Discord (IRC with a fancy GUI) but with the fact your data is unconsentionally sent to an intelligence agency for analysis.

1