• 2 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle



  • Your first comment expands on both privacy and security. There is no privacy without some type of security.

    Now to answer your questions: Yes and yes. Users from c/all were downvoting posts from a small community I’m a part of because they don’t agree with. I couldn’t see the posts from small communities that are important to me because of that. Now we have the possibility to sort by “scaled”, which fixes that. Sometimes there are discussions that are very relevant as to who is voting for what. But that discussion has nothing to do with privacy, which was your first point and went unacknowledged on your second comment.










  • It would be best to try every single one separately, otherwise you’ll have dozens of programs that do the exact same thing, like file explorers.

    That said, with Fedora you can list available desktop environments using the default package manager, dnf. In a terminal use the dnf group list command to list all available desktop environments:

    dnf group list --available *desktop

    Install the required desktop environment using the dnf install command. Ensure to prefix with the @ sign, for example:

    dnf install @kde-desktop-environment

    After trying the DE, you can remove it with:

    dnf remove @kde-desktop-environment




  • Yes, the proposal is something like Nostr, but the clients can also relay data on request if they’re online. A little more decentralized.

    Worth mentioning that the idea is not to make Lemmy abandon ActivityPub, but to allow further decentralisation.

    There wouldn’t be a need to keep all data like a blockchain to query all data since most sort by hot/recent. Something like Gossipsub would suffice for most users.

    But whenever an user queries for old or specific data, the request could be directed to a relay that archives and sorts all data.