• 0 Posts
  • 54 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle

  • Because it matters to the end user that all the instances are cross compatible, that’s the federated part. When I first heard of Lemmy and Mastadon as “self hosted social media”, I assumed that all the instances were isolated, and dismissed it as pointless. Once I learned what federation was, possibly through the email analogy, I was instantly onboard.

    We’re not at a stage where you can make full use of these platforms without having a basic understanding of how they work. A disinterested idiot is going to go " WTF is an instance, why is [whatever instance they landed on] so empty" and give up. The email analogy is useful for the interested skeptic and they’re the people that are most likely to stick around.

    In this thread the email analogy has been criticized for being not technically accurate enough and too technically accurate. That suggests it’s about right.


  • Maybe I’m optimistic here, but I feel like most users of email and Facebook understand that you can send email from Gmail to Outlook and that those are different services, but you can’t send a Facebook(message? story? idk I don’t use Facebook) to a Twitter user.

    I can’t think of a better way to explain that activitypub is an open and cross-compatible protocol. The only other big cross-compatible protocol is the web(HTML etc), but that’s hopeless, half of people don’t seem to understand what a browser is.


  • Email is the only federated social platform that every normal person is familiar with. It doesn’t matter that the technical specifications are completely different. The metaphor goes as far as “in the fediverse anyone signed up with any instance can communicate with anyone on any other instance, like email”. For that purpose, it’s a good metaphor.

















  • A program is written in source code. However in order for that source code to run on your device, it has to be “complied” into a “binary”. Open source apps mean that the source code is avalible, however someone still has to do the compiling. Fdroid does the compiling themselves, which means they can guarantee that the binary in their repository came from the source code, aka it is reproducible from the source code. Izzy gets the developer to compile the code themselves, which means that a malicious developer could submit a binary that’s different to the source code.