• 5 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle


  • Thank you, but the problem is that is howdy installation (that gets automatically executed after I run sudo apt install howdy that tries to run “old fashioned” pip commands. So I should either find a way to tweak Howdy install (like building it from source after changing something maybe?) or disable this system security feature temporarily, install howdy and re-enable it immediately after


  • Nope I didn’t, but the problem doesn’t seem to be the Python version, but instead the fact that now Python is “externally managed” and therefore I cannot install packages using pip install packagename as it used to be.

    I know that this is done for security reasons and that the good practice would be using pipx or conda, but the problem is that howdy istallation still tries to use the “old approach”

















  • shaked_coffee@feddit.ittoTechnology@lemmy.worldBeyond Discord
    link
    fedilink
    English
    arrow-up
    17
    ·
    6 months ago

    Matrix is a communication protocol, such as IMAP+SMTP communication protocols that are behind emails. This means that the “communication stack” when you use Matrix, as well as when you use emails, can be summarized in 3 parts:

    • the client (the app you use to chat, such as Apple Mail or Outlook for emails, Element or FluffyChat for Matrix)
    • the provider (who is offering you the service, such as gmail.com or yahoo.com for email, matrix.org or chat.mozilla.com for Matrix)
    • the server (the app that your provider runs to let you chat, for emails all most famous providers have their own proprietary servers, for Matrix the two main options for server are Synapse or Dendrite)

    I haven’t read the article properly yet, but from what I’ve understand for now it seems Commune.sh aims to build a new client for Matrix that reproduces the layout and features of Discord, while at the same time being based on an open communication protocol and therefore having all its related benefits.

    Seems pretty promising, I’m gonna keep an eye of it 👀