matrix post edited

This commit is contained in:
sanghee 2021-02-17 17:22:24 +01:00
parent 2a8f2250b5
commit d4fb4d5ad1
1 changed files with 7 additions and 2 deletions

View File

@ -79,19 +79,24 @@ This is closely linked to the #1, because the chat apps that function as SMS rep
### 3. Where is your server
This is something most people don't think about: the physical location of the servers where the chat is running. It mostly becomes a crucial question in two ways.
One is if you face the possibility of having to deal with authorities - meaning you need to care which law will apply in case you are being investigated.
Two is if you care for the environmental and ethical impact of your servers, such as what kind of energy source is being used and what is the ethical stance of the hosters.
Two is if you care for the environmental and ethical impact of your servers, such as [what kind of energy source is being used and what is the ethical stance of the hosters.](https://ungleich.ch/en-us/cms/blog/2019/06/28/how-run-really-green-datacenter/)
The ability to decide where your servers will physically be, either by running the server by yourself or by somebody you can trust is a big difference between some chat apps and others. Chats that offer home servers, self-hosted options such as Matrix or Mattermost give you the ability to choose, and any chat app that does not, locks you in the chat provider's choice.
### 4. Decentralised or centralised
Does all of our conversation only go to one company in one country, or can it be in the different small or big streams everywhere and be independently open to each other? Most chats out there are the former, and federated chats are the latter.
Say there's a special house where everybody goes to for communication, and you have to go there whenever you want to talk to anybody, and the conversation stays only in that house. Anybody who wants to say anything to anybody, has to go into this house. Doesn't it sound really strange? That's what most chats are.
But what if we can stay in our own home and call each other and still can have a conversation? And the conversation does not only stay in one house, but in everybody's house for when it's their own conversation? That's more like how Matrix imagined how chats should work.
This is the single most standout identity of Matrix, that it has built-in federation. Means you can stay on your chat and go to other Matrix instance and talk to them.
![](/u/image/decentralised-chat.jpg)
This is the single most standout identity of Matrix, that it has built-in federation. Means you can stay on your chat and go to other Matrix instance and talk to them.
### 5. Are you into the latest, hottest technology
It might sound silly but it is still an important factor for a lot of early adopters and people who just gotta have their hands on the latest groundbreaking stuff (cough). This is it. Matrix is the hottest chat system of 2021 and hands down the most innovative project amongst all the chat apps out there because of its federation and security design.