this post was submitted on 17 Jun 2023
27 points (96.6% liked)

Asklemmy

43403 readers
599 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Like how private are they?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 17 points 1 year ago (3 children)

They are saved in plaintext in the database but cannot be accessed by mods or admins unless reported (or having database access). For private communication you should use something like Matrix.

[โ€“] [email protected] 7 points 1 year ago (1 children)
[โ€“] [email protected] 1 points 1 year ago (1 children)

closed platform, use matrix or something where you control the line.

[โ€“] [email protected] 4 points 1 year ago (3 children)

I thought it was open source, no?

[โ€“] [email protected] 4 points 1 year ago* (last edited 1 year ago)

Yes Signal is both open source and E2EE, but it's still a closed centralized platform. You could spin it up yourself of course, but it wouldn't be able to interact with others spinned up in any way, which is why everyone just uses the "official" Signal servers and applications.

Matrix is an open standard protocol like IRC or XMPP which is E2EE by default. Anybody can integrate Matrix into their software (varying levels of difficulty) and it will be able to communicate with all other Matrix software.

In fact Signal vs instant-messaging software which utilize Matrix is almost exactly analagous to Reddit vs Lemmy, if Reddit were still open source...

[โ€“] [email protected] 2 points 1 year ago

my bad, yes you can run your own. most just signup for what others are running.

[โ€“] [email protected] 1 points 1 year ago

I know there is a open source fork called molly.

[โ€“] [email protected] 1 points 1 year ago (1 children)

Admins almost certainty have database access.

[โ€“] [email protected] 9 points 1 year ago (1 children)

Not if we speak about admins in the context of Lemmy instances. I, for example, am admin at feddit.de. Yet only the owner has access to the VPS running the software and I am stuck with the options the Lemmy UI (or API) gives me.

[โ€“] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

To clarify, by "admin" I mean the owner of the instance server, not necessarily people being granted admin privileges.

Point is they are not private.

[โ€“] [email protected] 3 points 1 year ago

Yeah we can agree on that.

[โ€“] [email protected] 0 points 1 year ago (1 children)

Hook a fella up. Eli5 getting started on matrix. I can't convince anyone I know to use out if I don't know how myself, and I want to, but I'm busy figuring out lemmy lol.

[โ€“] [email protected] 5 points 1 year ago

Well, if you figured out Lemmy you are halfway done with Matrix ;-)

Matrix, like Lemmy or e-mail, is a federated communication protocol. It does not matter if you and your homie are on different servers since both speak the same language.

The first step is to choose a home server (for example from here), next you sign up there. Then you can start messaging right away. Just enter the name of your partner (which has the form @username:server.tld) and a new chat is opened.

The most common client for Matrix is called Element. There are apps for Android, iOS, Windows, macOS, Linux and Web.

Matrix is (nowadays by default) end-to-end-encrypted, so that really nobody can sniff your messages. There are some difficulties here and there but overall it works quite reasonable!

Hmu if there are more questions.