I waddled onto the beach and stole found a computer to use.

🍁⚕️ 💽

Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)

  • 337 Posts
  • 1.65K Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle

  • I think what they’re saying is that, to a lot of people (myself included), Signal is currently the best option despite being centralized. The decentralized options have UX issues, too small a user base, or aren’t well known enough to have gone through robust security/privacy reviews. While you can’t see what’s running on the signal servers, the app is open source and so far it looks to be encrypting the information correctly and it’s not sending anything but the minimal data to their servers.

    ‘A lot of eyeballs on the code’ is only relevant for open source apps. They were making a comparison between Signal and the many other open source mobile messaging apps.

    You might also find this chart helpful if you’re looking for other alternatives. Personally, I found Signal to be the best one to get my friends and family onto

    https://www.securemessagingapps.com/




  • Otter@lemmy.catoPrivacy@lemmy.mlSignal introduces Remote backups
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    1
    ·
    4 days ago

    Finally! This was keeping me from recommending Signal to more people

    If you do decide to opt in to secure backups, you’ll be able to securely back up all of your text messages and the last 45 days’ worth of media for free.

    If you want to back up your media history beyond 45 days, as well as your message history, we also offer a paid subscription plan for US$1.99 per month.

    That’s excellent to hear. Hopefully no one abuses the media backups, I would understand if they did it by file sizes


















  • I blame all the similar sounding terms and organizations in the fediverse space. It’s actually pretty cool

    What SWF is:

    In a gesture that’s been a long time coming, Evan Prodromou, co-author of the ActivityPub protocol, has launched The Social Web Foundation. The organization aims to tackle the various headaches and challenges the ActivityPub ecosystem has faced over the last decade of its development. Their mission? A bigger, better Fediverse.

    From this article:

    the SWF has been working on several interesting projects outside of these stated scopes, and it’s something Evan Prodromou has been bullish about: leveraging the ActivityPub Client-to-Server API. Historically, this piece of the ActivityPub protocol is rarely ever implemented, due to complexity as well as the fact that Mastodon’s own client API has seen widespread adoption.

    To really understand the C2S API, we have to go back in time to when the protocol was being developed. The basic concept was that any ActivityPub implementation would effectively act as a generic server, with clients providing unique experiences. Compared to Mastodon’s dedicated API, C2S isn’t explicitly limited to microblogging or statuses. Instead, clients dispatch activities to and from an Actor’s inbox and outbox.

    Instead of every new social experience in the Fediverse acting as a bespoke server, the C2S API instead lets a wide range of clients interact with an instance. Instances no longer become specific delegates of what activities can or cannot be used. C2S opens the floodgates for any kind of application to hook in to a Fediverse account. Instead of an instance doing all the hard work, clients would handle much of the advanced logic themselves.

    Setting aside unique applications for a moment, one of the key killer-features that ActivityPub C2S could offer the Fediverse is a coherent and streamlined login system for any Fediverse account.

    It then has some other examples of how this protocol is being used