• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: February 5th, 2025

help-circle

  • You’re right, I was wrong about signal using MLS. I recall reading it somewhere but can’t find the source now.

    As for my response, it was about forward secrecy which they do claim to have now. Yeah I wouldn’t rely on matrix E2EE right now, and until its been seriously audited and replaced with something security experts agree on.

    For a discord replacement (with public not E2EE rooms) it seems to be the best replacement just because that’s where communities are right now. XMPP+OMEMO is not that interesting to me because I don’t know of any communities that are on there or other users to be a Discord replacement and its E2EE story is not as good as Signal to be a Signal replacement.

    For a signal replacement I’m not sure SimpleX or Briar are there yet. SimpleX doesn’t have multi device support last time I checked which is annoying if you’re used to useing signal on your phone + desktop. Any Briar doesn’t work on IOS, so if you chat with anyone who has an iphone they are SOL.





  • If OP wants voice and video chat like they say they’d have to host synapse and use element afaik.i don’t think any of the other home servers support matrix calling. Cinny and fluffychat don’t support voice or video calls. Fluffychat has it as an “option” but it’s currently broken last time I tried it. Schildi chat might work for voice and video since it’s an element fork. I’ve not tried it so I don’t know for sure.






  • The 2022 election was an actual leadership election. This was just a leadership review. People who did vote weren’t voting for a new leader. They were voting on if they still think PP should be leader. There wasn’t candidates to vote for. It was a yes or no question. If he lost this election there would be a leadership election similar to the 2022 one you reference. The 2022 election was triggered by the previous leader stepping down just like the NDP leadership election has been triggered by Jagmeet stepping down.

    I do think the system is a bit strange that they have a leadership review and it’s handled by delagtes who only get picked if they are voted in at meetings in the different electoral districts. Makes it easy to stay in as leader if you can convince the right people to come.

    But again what I said before stands. If the NDP did a leadership review at a convention they could do the same thing as the conversatives here cause the constitution allows for it.






  • I think he’s just a capitalist banker with agenda to push capitalist friendly policies but in the context of how he compares it to rules based order (a potentially good thing) I don’t think this is what he meant. He says we pretend we have rules based order because it was a good thing even though we know at heart that strong powers can act outside the rules. The shop owners pretend the workers are united (a good thing) even though they know the government is corrupt and does not support the workers.


  • Hazematman@lemmy.catoCanada@lemmy.caBoycott Loblaws & Empire!
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    3 months ago

    100% Agree, I thankfully have a local grocery store close to me so I can avoid the big 3, but this isn’t a realistic option for everyone. I’m hesitant to just buy online for things like produce as my experience with them has been mediocre (I haven’t tried costco though).

    This really isn’t a problem the everyday Canadian can fix without the government stepping in and breaking up the monopoly of Loblaws, Sobey’s and Metro.

    I’d love to see a future Canada where there was more local grocery chains, with the same access to product that the big three have. Also would be great if they were closer to where people lives so people wouldn’t feel like the need to drive to get their groceries.


  • Very coincidental that you just posted this. I’ve been looking into p2p apps and Nostr caught my attention. Unfortunately like most p2p stuff it seems that most people using it are crypto affliated which is a big turn off.

    The more I looked at it though nostr didn’t seem that interesting to me as a protocol compared to other p2p protocols like ipfs, Yggdrasil, i2p. Manly because it still seems to centralize around relays and the effectively ended up being your server. From my understanding its easier to move from relay to another since you can publish to multiple relays and your identify is just a key pair so your ID is “portable”. The big thing I see from Nostr is a priority to build apps on top of their protocol, compared to the other p2p protocols.

    I think it would be neat if there was a non crypto affiliated social media platform built on top of a p2p protocol that did the following

    • Use key identify system so your ID is portable and not tied to a single identity server
    • All data is locally stored on your machine by default with the option to pin it to a server similar to the ipfs pinning servers
    • Since it p2p, built with the idea that your peer maybe offline and queue sharing posts until they are online. The pinning servers could also act as an always online client for you to store messages. Like a bouncer in IRC
    • No public feed, since it would be a moderation nightmare, you can only see what your followers post and what they reshare. Probably there would be feeds from trusted people you could subscribe to. This shared feeds could be a great way to build communities like in the fediverse
    • Built on a p2p protocol that handles thing like NAT punch through and peer connection so anyone’s device can act like a peer without needing some server to relay messages to them, or having to port forward on their home connection. Nostr doesn’t appear to do this, since it relies on all messages passing through (and hosted by) relay servers. So your own device can’t act as a peer on Nostr.

    These are the things that would make p2p social media more interesting to me than activitypub. Sadly as far as I can tell Nostr isn’t really this, and I’m pretty sure none of the other protocols I mentioned have build an app like this on top of them.