←back to thread

544 points josh2600 | 2 comments | | HN request time: 0s | source
Show context
meowfly ◴[] No.26717573[source]
The comment from the article echos my own sentiments:

> Speaking solely as a person who is really into encrypted messaging, it terrifies me that they're going to take this really clean story of an encrypted messenger and mix it up with the nightmare of laws and regulations and vulnerability that is cryptocurrency.

Moreover, there are three other points I'd add:

1. I don't like "do everything" apps like WeChat or Line. One of Signals strengths was UX that focused on it's core competency. Early in Signal's development they would add privacy features. Lately they have been adding social features. This, however, feels especially out of left field and likely to hurt the UX.

2. This smells like dev resources will be spent building and maintaining something not related to messaging.

3. I've always had a "don't let perfect be the enemy of good" rationalization that gives Signal autonomy to grow a privacy centric messaging app despite the deficits (e.g lack of federation). In contrast, I personally associate "crypto" with "scam". There have been so many shady ICOs and pump-dump schemes around crypto. This will taint the product for those of us who don't think of crypto currency as being anything more than pump-and-dump schemes and a way to buy dab rigs online.

replies(16): >>26717639 #>>26717735 #>>26717739 #>>26717937 #>>26719072 #>>26719095 #>>26719299 #>>26719963 #>>26720322 #>>26720564 #>>26720761 #>>26720886 #>>26721182 #>>26721555 #>>26721814 #>>26726903 #
sequoia ◴[] No.26717739[source]
> Early in Signal's development they would add privacy features. Lately they have been adding social features.

This is intentional and relates to Signal's growth in the past few years. It's not "a hacker tool for nerds" it's "a friendly, easy to use chat app with stickers & voice messages (also strong encryption)."

IRC does one thing and does it well, and barely anyone uses it. The "clean technical vision" story isn't enough on its own.

replies(5): >>26718318 #>>26718841 #>>26718861 #>>26719338 #>>26721383 #
reader_mode ◴[] No.26718841[source]
> a friendly, easy to use chat app with stickers & voice messages (also strong encryption).

Except it's not, strong encryption and privacy emphasis goes against easy to use. I recently got my family to switch to Telegram (because I like the interface) - my sister works in an environment where she has to have a separate work phone without a camera and everything synced up out of the box, history, etc. Brother lost his phone - same thing, has chat histories and everything is back to normal. I use Telegram on desktop and mobile and it synces instantly.

Compare that to Signal, you don't even sync between active devices and you can forget about having old conversations on a new device. And just to give you a scope of how important messaging history to people is (I've seen people say nobody cares about IM history) - designer from work is lugging around her Android phone year after switching to iPhone just for WhatsApp history (it doesn't sync between OS-es).

replies(7): >>26719014 #>>26719536 #>>26720242 #>>26720267 #>>26720361 #>>26720475 #>>26724564 #
jameshilliard ◴[] No.26720242[source]
Yeah, the history sync issue is a huge problem, signal doesn't even support Android BackupAgent based client side encrypted backups or device to device transfers at all which should not be difficult to add, see: https://community.signalusers.org/t/support-native-android-b...

Signal should in theory also be able to just sync/backup everything to the desktop client, this would largely solve the inability to transfer between Android and iOS issue.

I don't understand why such basic quality of life improvements have yet to be implemented, especially since they are especially desirable for less technical users.

replies(1): >>26720633 #
1. petre ◴[] No.26720633[source]
They're orthogonal to good security. Missing data is always better than encrypted data. I wish it had a global keep messages for X time feature like iNessage instead of tge per yser configurable dissappearing messages.
replies(1): >>26720904 #
2. jameshilliard ◴[] No.26720904[source]
Implementing these sort of backup options should not result in a meaningful reduction in security as they don't effectively change the security model, encrypted client side backups are equivalent to the existing signal specific encrypted backups on android, device to device transfers are the equivalent of coping the existing signal specific encrypted backups to a new phone and restoring them. The desktop client receives copies of signal messages normally as well so it effectively keeps backups already(they just often end up incomplete and can't be restored properly).