Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)QU
Quail4789 @lemmy.ml
Posts 1
Comments 11
Meet DAVE: Discord’s New End-to-End Encryption for Audio & Video
  • Which is how we know their self-rolled encryption is shit.

    There's a reason why Telegram CEO can be arrested when Signal's can't. Because Telegram has information they can give but refuse to whereas Signal give everything they've got, which is basically nothing.

  • Meet DAVE: Discord’s New End-to-End Encryption for Audio & Video
  • Am I too harsh in believing that if you claim to have E2EE but I can't verify a) your source code b) my client was built from that source code (i.e. reproducible builds) then you don't have E2EE? The whole point of encrypting my traffic on the client is I don't trust you. Why would I believe you aren't sending the encryption keys off to your server if I didn't trust you before?

  • Ventoy source code contains some unknown BLOBs, still no word on the issue from the dev after months
  • The amount of malware you can cram in a source-code patch without drawing attention vs. in a binary is vastly different.

    There's also the fact that if you want to ship binaries, you can just wget them from source during the build process. Not a perfect solution but much better than what's ventoy doing. The source code updates works the same in every project because it has to. That's why this is drawing more attention.

  • How big threat do you think Intel ME is in reality, not in theory?
  • I gave up gaming, I stopped wasting time and started getting more done. It really just gives me the freedom to do other things. When people say “user freedom,” it’s not just about the software; it’s about having control over one’s life.

    This is cope. Gaming is not a waste of time. Pretending like legitimate and common use cases being unavailable on free hard/software is a plus won't do anyone any good. If you don't want to game that's fine. Lots of people do and it's no different than some other useless hobby most people have.

    You don't have control over whether you can game if with the hardware you have.

  • VPS encryption
  • I mean, assuming you're telling the truth about there being a competent group seriously attempting this, it's still "trust us bro" to conclusively claim it can't be achieved without providing a shred of evidence. This makes your original comment irrelevant and worthless.

  • Hosting services on Tailnet without Tailscale Serve

    I am on a shared network. I'd like to self host services and access them from all my devices but I do not want these exposed to other people in my network. I've noticed that I can just change the port mapping in Docker to <Tailscale IP>:<port>:<port> from <port>:<port> and it just works. Works as in the service is accessible from my Tailnet, inaccessible from the local network or the internet. Is it really this easy or am I missing something? Just sounds too good to be true so I am suspicious it might somehow be insecure.

    3