this post was submitted on 20 Oct 2025
296 points (97.1% liked)

Technology

76457 readers
3885 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

New design sets a high standard for post-quantum readiness.

top 50 comments
sorted by: hot top controversial new old
[–] heysoundude@eviltoast.org 133 points 1 week ago (8 children)

Great. Now we just have to get Signal off AWS and we be good.

[–] lemmee_in@lemmy.world 102 points 1 week ago (3 children)

Signal puts a lot of effort into their threat model that assumes a hostile host (i.e. AWS). That's the whole point of end to end encryption, even if the host is compromised the attackers do not get any information. They even go as far as padding out the lengths of encrypted messages so everyone looks like they are sending identical blocks of data

[–] shortwavesurfer@lemmy.zip 47 points 1 week ago (2 children)

I'm assuming that they were more referring to the outage that occurred today that pulled a ton of the internet services, including signal offline temporarily.

You can have all the encryption in the world, but if the centralized data point that allows you to access the service is down, then you're fucked.

[–] pupbiru@aussie.zone 25 points 1 week ago (1 children)

no matter where you host, outages are going to happen… AWS really doesn’t have many… it’s just that it’s so big that everyone notices - it causes internet-wide issues

[–] shortwavesurfer@lemmy.zip 1 points 1 week ago (5 children)

Monero, Nostr, Lemmy, and Mastodon did not go down. Why? Because they are decentralized

[–] pupbiru@aussie.zone 20 points 1 week ago* (last edited 1 week ago) (1 children)

that’s pretty disingenuous though… individual lemmy instances go down or have issues regularly… they’re different, but not necessarily worse in the case of stability… robustness of the system as a whole there’s perhaps an argument in favour of distributed, but the system as a whole isn’t a particularly helpful argument when you’re trying to access your specific account

centralised services are just inherently more stable for the same type of workload because they tend to be less complex, less networking interconnectedness to cause issues, and you can focus a lot more energy building out automation and recovery than spending energy repeatedly building the same things… that energy is distributed, but again it’s still human effort: centralised systems are likely to be more stable because they’ve had significantly more work put into stability, detection, and recovery

[–] shortwavesurfer@lemmy.zip 1 points 1 week ago (1 children)

Right, but even if individual instances go down, you don't end up with headlines all over the world of half the internet being down. Because half the internet isn't down, the network is self-healing. It temporarily blocks off the problem area, and then when the instance comes back, it resynchronizes and continues as normal.

Services might be temporarily degraded, but not gone entirely.

[–] pupbiru@aussie.zone 3 points 1 week ago

but that’s a compromise… it’s not categorically better

you can’t run a bank like you run distributed instances, for example

services have different uptime requirements… this is perhaps the first time i’ve ever heard of signal having downtime, and the second time ever that i can remember there’s been a global AWS incident like this

and not only that, but lemmy and every service you listed aren’t even close to the scale of their centralised counterparts. we just aren’t there with the knowledge for how to build these services to simply say that centralised services are always worse, less reliable, etc. twitter is the usual example of this. it seems really easy, and arguably you can build a microblogging service in about 30min, but to scale it to the size that it handles is incredibly difficult and involves a lot of computer science (not just software engineering)

[–] Alaknar@sopuli.xyz 10 points 1 week ago

Come on, mate... Lemmy as a whole didn't go down, but instances of Lemmy absolutely did go down. As they regularly do, because shit happens.

load more comments (3 replies)
[–] heysoundude@eviltoast.org 1 points 1 week ago

That was my point. But as somebody else pointed out here, the difficulties in maintaining the degree of security we currently enjoy as Signal users starts to get eroded away

[–] victorz@lemmy.world 8 points 1 week ago

sending identical blocks of data

Nitpicking here but assuming from the previous words in your comment that you mean blocks of data of identical length.

Although it should be as if we are sending multiples of identical size, I suppose.

Anyway, sorry for nitpicking.

[–] frezik@lemmy.blahaj.zone 7 points 1 week ago

Padding isn't anything special. Most practical uses of block ciphers require it.

[–] alimanana@feddit.cl 21 points 1 week ago (1 children)
[–] null@piefed.nullspace.lol 17 points 1 week ago (2 children)

Would be very cool to be able to host a Signal homeserver.

[–] nibbler@discuss.tchncs.de 9 points 1 week ago

https://signal.org/blog/the-ecosystem-is-moving/ here is Moxi's take on that (former Signal CEO).

So I don't think it's happening.

[–] SkaveRat@discuss.tchncs.de 6 points 1 week ago (1 children)

they won't do that.

Matrix tried for quite a while to get interoperability, but signal is just too paranoid about distributed hosting or interoperability of their software/protocol. it's quite annoying

[–] monogram@feddit.nl 7 points 1 week ago (1 children)
[–] Goodlucksil@lemmy.dbzer0.com 1 points 1 week ago (1 children)
[–] shortwavesurfer@lemmy.zip 3 points 1 week ago

No, it's totally free and open source, and you can host it on your own server if you wish.

[–] elvis_depresley@sh.itjust.works 11 points 1 week ago

I guess the research doesn't have to be limited to signal. If other apps can benefit from it the more resilient "private communications over the internet" get.

[–] victorz@lemmy.world 7 points 1 week ago (1 children)

So that's why Signal didn't send my messages very quickly today then, maybe.

[–] DaGeek247@fedia.io 2 points 1 week ago (3 children)

It's not completely out yet. That was likely AWS being down.

Also, the new quantum protected message encryption headers are about 2kb. If that's causing issues with your internet, you may want to consider looking at new internet.

[–] frezik@lemmy.blahaj.zone 8 points 1 week ago (1 children)

2kb? While it may not sound like much, that's at least three packets worth of data (depending on MTU). If you think about it in terms of how TCP sends packets and needs ACKs, there's actually a lot of round trip data processing going on for just that one part.

[–] xthexder@l.sw0.com 8 points 1 week ago

TCP will generally send up to 10 packets immediately without waiting for the ACKs (depending on the configured window size).

Generally any messages or websites under 14kb will be transmitted in a single round-trip assuming no packets are dropped.

[–] victorz@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (1 children)

That was likely AWS being down.

Sorry, yeah, that's the only thing I was referring to.

My internet connection is 500/500 Mbps, and I can't change it. 😄👍

[–] naticus@lemmy.world 1 points 1 week ago (1 children)

Should have been pretty obvious to anyone reading any tech news whatsoever today, especially in the context of where you responded. No apology from you should have been necessary!

[–] victorz@lemmy.world 1 points 1 week ago

You would think 😅 The sorry was sightly sarcastic, but shhh, nobody need know

load more comments (1 replies)
load more comments (4 replies)
load more comments
view more: next ›