• 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle



  • 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.