• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle



  • they don’t want to do anything about federation or messenger intercompatibility.

    Their reasoning is that they only trust themself to keep the meta data safe and so need you.

    That’s not their reasoning. Their reasoning is that it’s much harder to evolve the protocol in a decentralized context than a centralized one. It’s not that they only trust themselves with your metadata, it’s that they can improve the protocol much faster in order to get rid of most metadata.

    They have been able to deploy a ton of protocol updates with regards to minimizing the amount of metadata anyone has access to (including them), while other decentralized alternatives have essentially been stuck in limbo for a while:

    • Secure Value recovery
    • Groups V2
    • Sealed sender
    • Usernames
    • Post quantum resistance

    On the other hand, Matrix, XMPP and email are very leaky with regards to metadata. I’m not going into email because that’s pretty documented, but here it is for matrix:

    • Message reactions are not encrypted
    • Group membership are not encrypted (which lead to attacks)
    • Profile pic and Name are public (visible by everyone even people with whom you don’t have any contact)

  • I wasn’t thinking about applets but more about full-blown libcosmic applications.

    Gnome Circle bas a lot of very simple apps that do just 1 thing and weight a couple MB each at worst.

    With iced such an ecosystem would be at 20MB per app, so simple " don’t 1 thing and do it right" apps would be less scalable. And I doubt you would want to have all of gnome circle as a multicall binary.



  • teolan@lemmy.worldtoLinux@lemmy.mlCOSMIC Store Prototype
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    This is not relevant to this specific post but does anyone know how if the static linking used in Rust is an issue with cosmic?

    The last time I tried building a small app with Iced it was pretty bing (20MB) even though it didn’t do much. On the other hand a GTK app in rust easily fits within 5MB.

    Anyway I’m thrilled to try cosmic out as soon as it reached the Arch repos.