Live data from Hacker News

Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

matrix.org

161–170 of 204 posts

Re: Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

#161

Earlier quoted context omitted.

Yep. Their docs inspire little hope that the protocol will be little more than niche. How to build on top of this protocol without requiring someone with domain specific knowledge is beyond what's offered. Cue XKCD protocols comic.

Matrix is gaining adoption throughout the open source world super quickly. There are screenshots, guides, and links to join all over the place. Given that, I'm really impressed that anyone looks at Matrix and thinks of it as "little more than niche".

> There are screenshots, guides, and links to join all over the place.

Given that matrix describes itself as an open standard, neither of those aspects says much about the project other that there's either some goodwill or a PR department.

Re: Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

#162
post #144

Earlier quoted context omitted.

AFAIK, this is mostly intended as a secure messenger _for_ the government. Which makes sense - what are they supposed to use? WhatsApp? Twitter DM? Skype for Governments? But even if you’re not in the target demographic, you might benefit: The government will run a large installation and hopefully some code will find its way back to the OS version.

> Skype for Governments? I want to type this into a search bar to see if it's a thing... but simultaneuosly I'm terrified of the prospect of discovering that it is.

I don’t think it exists as a product, but I’d totally not be surprised if Skype for Business is used in government branches.

Re: Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

#164

Earlier quoted context omitted.

Why would rewriting not be a great choice?

It's normally death for a company initiative. The problem is that it takes time for the rewrite to happen. While it's tempting to believe that since you wrote it once that it will be quick to write it again, usually it takes about the same amount of time to rewrite. This leads to vastly underestimating the time scale required. At the same time, the business tends to look about 6 weeks out. For those 6 weeks they are…

lots of hack fixes made late in the evening with a comment

//this seems to work now, not sure why, but it does, should really look at this in the morning 2012-05-12

Re: Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

#165
post #28

Earlier quoted context omitted.

If polish is broadly defined as "something that was hitherto still missing in (claimed-to-be) end to end encrypted chat applications", then open source and a decent profit model are definitely features lacking from WhatsApp. Telegram is open source, but one has to consciously turn on encryption and it doesn't work on the web or desktop clients (and the profit model is non-existent). Signal doesn't work without Google…

Very surprised to never see Keybase mentioned in these discussions. Everything, even the team chats, are end-to-end encrypted with a pretty slick interface. You can even send E2E-encrypted messages/files to people who haven't even joined yet! https://keybase.io/blog/keybase-chat

I'm using this, they recently increased their free storage to 250gb.

Re: Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

#167

Earlier quoted context omitted.

You can't run your own signal server. If that isn't huge then nothing is.

To be more precise you can run your own server but it would not connect to the rest of the network (so it's useless). Source code here: https://github.com/signalapp/Signal-Server

With no information on the Readme about how to use it.

Re: Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

#168
post #84

Earlier quoted context omitted.

The US used to regulate "exports" of cryptography under the U.S. Munitions List. Some of the restrictions still remain, but most of them were gradually relaxed in until 2000.

I can't even download FPGA toolchains like a regular person without an account saying I live in the US and a US VPN to support my claim. FPGAs still accounted as ammo, even if you get the dev boards from China. I'm looking at you, Xilinx.

I don't live in the US and downloaded the latest Xilinx tools earlier this week, don't work for a US company either.

Re: Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

#169
post #93

Earlier quoted context omitted.

I don't usual respond to conspiracist posts, but maybe you're going to take Moxie Marlinspike's word for it ? https://signal.org/blog/whatsapp-complete/

Conspiracy theories aside, why would anyone's word be sufficient? How about the code? Give us the code, then we don't need anyone's promises. Enough with promises!

Even the code is not enough, is it? Once you have it, how do you know that's what they deploy?

Re: Matrix and Riot Confirmed as the Basis for France’s Secure Instant Messenger App

#170
post #57

I had to roll my own chat system recently because the open source solutions out there were surprisingly insufficient - nothing seems to support websockets. Looking forward to the French contributions to the ecosystem! For instance: at the moment Matrix server implementations expect clients like Riot to long-poll for JSON about each room/chat they're connected to. Alternatives like Prosody's XMPP server implementation…

Tigase XMPP server supports websocket out of the box as well (bosh as well)
Post reply on HN