Live data from Hacker News

Signal is having technical difficulties

status.signal.org

281–290 of 750 posts

Re: Signal is having technical difficulties

#281
post #126

Earlier quoted context omitted.

Signal is being used by at least 10 well-paid medical professionals (group chat) that I know of, and one of them proclaimed today that Signal is owned by Elon Musk (probably because he tweeted about it). I did not care to educate them. And this is in a first world country with a rather wealthy population. Why am I saying this? Users don't give a damn, they expect free things, and they expect things which work. They h…

> one of them proclaimed today that Signal is owned by Elon Musk (probably because he tweeted about it) here is another one (with an insane amount of likes/retweets for something so wrong): "Signal is owned by Twitter and monitored. While open source it is not as secure as they say. Use telegram." -- https://twitter.com/RebelOutlaw1990/status/13471653380777000...

Gesh the amount of bad information in those replies.

Re: Signal is having technical difficulties

#282
post #271

Earlier quoted context omitted.

Server code may not tell you what the server is deployed on.

Hence my writing of > Even if we don't know what services they use and it merely helping to find > what language the [server] stuff is written in

I don’t understand how that will help you figure out the equivalent of a post mortem for a service outage.

Re: Signal is having technical difficulties

#283
post #71

I just donated to Signal after seeing the error banner in the app. I realised I was more than happy to pay WhatsApp's yearly charge back in the pre-Facebook days (think it was 70p or so?). Figured I could give Signal a few quid every now and then, maybe keep a server up for a few seconds :) Donation link should anyone be interested: https://signal.org/donate/

I really wish the EU would put up funds for open source software, like signal, it seems to be something they could get behind for the greater good. My previous job involved creating a graphical programming language for the generation of GPU shaders, which the EU partly funded. I knew it was going nowhere, and it made me slightly sad tax payer money was being used on something I knew, despite my best efforts, would no…

that sounds interesting do you have any links? or insights to why it did not work out?

Re: Signal is having technical difficulties

#284
post #78

After getting burned by Keybase, I didn't even look at Signal. I am curious to see how Signal works in the long term without a revenue model. I paid for Matrix and got my team on it, working great. The nice thing about paying for something is you know what it costs.

How did you get burned by Keybase? An outage or something else? I know in their own terms they basically say “we can delete your account, but we won’t”. I chuckled and never bothered.

"Ultimately, Keybase's 'future' is in Zoom's hands." [0] That is what the parent comment is talking about.

[0] https://keybase.io/blog/keybase-joins-zoom

Re: Signal is having technical difficulties

#285
post #218

Time to jump ship! Use element / matrix an open, decentralized, end-to-end encrypted chat protocol with slick clients for Android, iOS, Desktop & Web: https://element.io/ Also easy to self-host a server, if you need full control: $ mkdir -p ~/synapse $ pip3.6 install --user jinja2 matrix-synapse $ cd ~/synapse $ python3.6 -m synapse.app.homeserver \ --server-name my.domain.name \ --config-path homeserver.yaml \ --gen…

The notifications transport for these on iOS is necessarily centralized as push notifications have to be sent from an apple developer client cert to Apple's APNS system. There is no such thing as decentralized messaging on iOS for this reason. The matrix developers run a push service, which all servers have to talk to to push notifications to their iOS app, even if you run your own instance. [ EDIT: The following sta…

I thought that it just sends push notifications without content which then wake up the app so that the app itself can fetch the message from your homeserver with encryption

Re: Signal is having technical difficulties

#286
post #272

Earlier quoted context omitted.

> one of them proclaimed today that Signal is owned by Elon Musk (probably because he tweeted about it) here is another one (with an insane amount of likes/retweets for something so wrong): "Signal is owned by Twitter and monitored. While open source it is not as secure as they say. Use telegram." -- https://twitter.com/RebelOutlaw1990/status/13471653380777000...

Just a few tweet below in that thread: > Telegram is owned by Google if not mistaken!? sigh.

To be fair i grew up thinking bill gates owned skype

Re: Signal is having technical difficulties

#287
post #71

I just donated to Signal after seeing the error banner in the app. I realised I was more than happy to pay WhatsApp's yearly charge back in the pre-Facebook days (think it was 70p or so?). Figured I could give Signal a few quid every now and then, maybe keep a server up for a few seconds :) Donation link should anyone be interested: https://signal.org/donate/

They could easily add an optional badge to avatars showing that you donated $1 that year via an optional in-app purchase. The subtle social pressure in a lot of group chats would be pretty effective, and it would help raise awareness that it is run by a non-profit foundation.

Re: Signal is having technical difficulties

#288
post #218

Time to jump ship! Use element / matrix an open, decentralized, end-to-end encrypted chat protocol with slick clients for Android, iOS, Desktop & Web: https://element.io/ Also easy to self-host a server, if you need full control: $ mkdir -p ~/synapse $ pip3.6 install --user jinja2 matrix-synapse $ cd ~/synapse $ python3.6 -m synapse.app.homeserver \ --server-name my.domain.name \ --config-path homeserver.yaml \ --gen…

The notifications transport for these on iOS is necessarily centralized as push notifications have to be sent from an apple developer client cert to Apple's APNS system. There is no such thing as decentralized messaging on iOS for this reason. The matrix developers run a push service, which all servers have to talk to to push notifications to their iOS app, even if you run your own instance. [ EDIT: The following sta…

No. You can send a data push notification type with an encrypted payload, decrypt it on device and display it. Same on Android.

Re: Signal is having technical difficulties

#289

Earlier quoted context omitted.

Yup, and it's not like Signal should be surprised with it. The influx has been happening for a while now and it seems like they were incapable of handling it. I have no idea how I'm going to defend them against all my family members I somehow managed to convert from WhatsApp to stay on this platform.

I'm not sure a 5x+ growth in under a week is really "for a while now". If anything I'm surprised they've kept it together this long. The growth looks more like an exponential function too, so that's even more difficult. Good luck Signal team!

As much as I'm cheering for Signal, yes this was absolutely foreseeable.

Re: Signal is having technical difficulties

#290
post #221
post #174

Earlier quoted context omitted.

E.g. OVH, Hetzner, TransIP... idk whatever kinda server you like. Or repurpose an old laptop at home, for a few Watts you get something that's usually more powerful per ¤ than a VPSes (or "cloud instances" in newspeak). Then install a Matrix server, add your domain, and you've got your own Signal alternative. Or just use the standard matrix.org home server if you're just trying it out / don't mind a not-super-fast ho…

IRC all over again. I don't see this taking over until someone comes up with its Gmail.

'its gmail' is matrix.org. It is the default server when you start up Element.
Post reply on HN