- cross-posted to:
- reddit@lemmy.world
- cross-posted to:
- reddit@lemmy.world
Signal isn’t federated [1][2][3.1]; it’s decentralized [1][2][3.2]. Though, for all practical purposes, I would generally argue that it’s centralized.
References
- Signal-Server. signalapp. Github. Published: 2025-01-31T15:34:14.000Z. Accessed: 2025-02-01T09:24Z. https://github.com/signalapp/Signal-Server.
- This is the source code for the server that Signal uses.
- “Signal (software)”. Wikipedia. Published: 2025-01-06T09:34Z. Accessed: 2025-02-1T09:30Z. https://en.wikipedia.org/wiki/Signal_(software).
- ¶“Architecture”. ¶“Servers”.
Signal relies on centralized servers that are maintained by Signal Messenger. In addition to routing Signal’s messages, the servers also facilitate the discovery of contacts who are also registered Signal users and the automatic exchange of users’ public keys. […]
- ¶“Architecture”. ¶“Servers”.
- “Reflections: The ecosystem is moving”. moxie0. Signal Blog. Published: 2016-05-10. Accessed: 2025-02-01T09:40Z. https://signal.org/blog/the-ecosystem-is-moving/.
- ¶5. to ¶“Stuck in time”. ¶3-6
One of the controversial things we did with Signal early on was to build it as an unfederated service. Nothing about any of the protocols we’ve developed requires centralization; it’s entirely possible to build a federated Signal Protocol-based messenger, but I no longer believe that it is possible to build a competitive federated messenger at all. […] [interoperable protocols] [have] taken us pretty far, but it’s undeniable that once you federate your protocol, it becomes very difficult to make changes. And right now, at the application level, things that stand still don’t fare very well in a world where the ecosystem is moving. […] Early on, I thought we’d federate Signal once its velocity had subsided. Now I realize that things will probably never slow down, and if anything the velocity of the entire landscape seems to be steadily increasing.
- ¶“Stuck in time”. “Federation and control”. ¶6.
An open source infrastructure for a centralized network now provides almost the same level of control as federated protocols, without giving up the ability to adapt. If a centralized provider with an open source infrastructure ever makes horrible changes, those that disagree have the software they need to run their own alternative instead. It may not be as beautiful as federation, but at this point it seems that it will have to do.
- ¶5. to ¶“Stuck in time”. ¶3-6
Yeah. I love Signal but it doesn’t belong in that list. Dansup (creator of loops and pixelfed) is apparently working on “Sup” that will be a decentralized alternative to whatsapp.
To me this person sounds like they have too many big projects at once. I wish them success tho
Yeah… I’m bit afraid of “kbin Ernest Effect” (not sure what a proper term is) where personal issues pile up and the sole head developer just disappears.
Haven’t followed dansup much but from what I understand he is much more open to pull requests and listening to the community, but time will tell. Right now I appreciate and love his effort, giving, and the impact on fediverse he is brining.
The kickstarter was a good idea.
Given that I’ve waited 3 weeks to join his smaller instance of pixelfed.art, I can tell things are already piling up. I am hoping the kickstarter does help.
Damn. Yeah let’s hope he can hire some help…
XMPP is an established federated messaging app with encryption.
There isn’t much information about “Sup”, but if I had to guess it could be that dansup is making sup app with XMPP(rotocol) as the messaging protocol.
Originally it was supposed to be ActivityPub based, but recently they posted something about it being for XMPP, Matrix and IRC as well 🤷♂️ Maybe they decided to fork Pidgin 😂
IMHO Sup. isn’t going to happen. They will have their hands more than full with Pixelfed’s new popularity and maybe Loops.
Oh! didn’t know that, I thought activitypub can’t be used for secure messaging. Lol really hope its XMPP!
Yeah I didn’t take it that seriously when it was announced right now. Just hope pixelfed stays afloat amidst the user flood and hope he can publish loops as open source soon!
That would be rad if true ^^
Let’s hope so! :)
sup is how I update my FreeBSD /usr/src tree! Twenty years ago.
Delta.chat already exists
Matrix?
SimpleX?
Don’t let perfect be the enemy of good
My comment wasn’t protesting the use of Signal; it was rather clarifying the misinformation in OP’s post — ie misinformation that Signal is a federated service.
Signal is hostile to third party clients like Molly.im as well
That’s not true. Moxie Marlinespike only had a problem with a fork called “LibreSignal” because it was using their name. He didn’t want users to confuse the apps.
Bro put citations in his lemmy comment 💀
I wish more people did that ngl 💀
I wish Boost understood the collapsible spoilers.
On my client, it’s all expanded and I see all the formatting characters. It looks/works great in a browser though.
Same with Sync, unfortunately.
Dang 😕. See my comment for a related response.
I recommend reporting the bug to the Sync devs to fix their Markdown formatting to improve feature compatibility between them and the Lemmy UI.
I wish Boost understood the collapsible spoilers.
On my client, it’s all expanded and I see all the formatting characters.
Ah dang, that’s good to know (though I’m not sure what to do as an alternative) — I was unaware that the collapsible spoilers weren’t supported on Boost. I guess that means that Lemmy’s markdown formatting hasn’t entirely been standardized across the service. I personally have encountered some inconsistency on the Tesseract UI with CommonMark Autolink [2] formatting where the autolinks don’t even render [1].
I recommend reporting this to the Boost devs to improve Markdown feature compatibility between them and the Lemmy UI.
References
- “Kalcifer” @Kalcifer@sh.itjust.works. To: [“Happy #GlobalSwitchDay”. @squirrel@discuss.tchncs.de. “Fediverse” !fediverse@lemmy.world. Tesseract. sh.itjust.works. Published: 2025-02-01T07:08:40Z. Accessed: 2025-02-02T04:40Z. https://tesh.itjust.works/post/sh.itjust.works/32046509.]. Published: 2025-02-01T09:20:14Z. Accessed: 2025-02-02T04:42Z. https://sh.itjust.works/post/32046509/16425699.
- Raw Text:
Signal isn't federated ^[1][2][3.1]^; it's decentralized ^[1][2][3.2]^. Though, for all practical purposes, I would generally argue that it's centralized. ::: spoiler References 1. Signal-Server. signalapp. Github. Published: 2025-01-31T15:34:14.000Z. Accessed: 2025-02-01T09:24Z. <https://github.com/signalapp/Signal-Server>. - This is the source code for the server that Signal uses. 2. "Signal (software)". Wikipedia. Published: 2025-01-06T09:34Z. Accessed: 2025-02-1T09:30Z. <https://en.wikipedia.org/wiki/Signal_(software)>. - ¶"Architecture". ¶"Servers". > Signal relies on centralized servers that are maintained by Signal Messenger. In addition to routing Signal's messages, the servers also facilitate the discovery of contacts who are also registered Signal users and the automatic exchange of users' public keys. […] 3. "Reflections: The ecosystem is moving". moxie0. Signal Blog. Published: 2016-05-10. Accessed: 2025-02-01T09:40Z. <https://signal.org/blog/the-ecosystem-is-moving/>. 1. ¶5. to ¶"Stuck in time". ¶3-6 > One of the controversial things we did with Signal early on was to build it as an unfederated service. Nothing about any of the protocols we’ve developed requires centralization; it’s entirely possible to build a federated Signal Protocol-based messenger, but I no longer believe that it is possible to build a competitive federated messenger at all. […] [interoperable protocols] [have] taken us pretty far, but it’s undeniable that once you federate your protocol, it becomes very difficult to make changes. And right now, at the application level, things that stand still don’t fare very well in a world where the ecosystem is moving. […] Early on, I thought we’d federate Signal once its velocity had subsided. Now I realize that things will probably never slow down, and if anything the velocity of the entire landscape seems to be steadily increasing. 2. ¶"Stuck in time". "Federation and control". ¶6. > An open source infrastructure for a centralized network now provides almost the same level of control as federated protocols, without giving up the ability to adapt. If a centralized provider with an open source infrastructure ever makes horrible changes, those that disagree have the software they need to run their own alternative instead. It may not be as beautiful as federation, but at this point it seems that it will have to do. :::
- Rendered:
- In the rendered text there are no links; however, there should be links at the end, as is shown by the CommonMark autolinks in the raw text.
- Raw Text:
- “CommonMark Spec”. John MacFarlane. CommonMark. Version: 0.31.2. Published: 2024-01-28. Accessed: 2025-02-02T04:51Z. https://spec.commonmark.org/0.31.2/#uri-autolink.
- §6.5 “Autolinks”. ¶2.
A URI autolink consists of
<
, followed by an absolute URI followed by. It is parsed as a link to the URI, with the URI as the link’s label.
- §6.5 “Autolinks”. ¶2.
- “Kalcifer” @Kalcifer@sh.itjust.works. To: [“Happy #GlobalSwitchDay”. @squirrel@discuss.tchncs.de. “Fediverse” !fediverse@lemmy.world. Tesseract. sh.itjust.works. Published: 2025-02-01T07:08:40Z. Accessed: 2025-02-02T04:40Z. https://tesh.itjust.works/post/sh.itjust.works/32046509.]. Published: 2025-02-01T09:20:14Z. Accessed: 2025-02-02T04:42Z. https://sh.itjust.works/post/32046509/16425699.
Based.
That person isn’t fucking around.
I take the issue of misinformation seriously. I try to be the change that I wish to see.
I do my best to cite any claim that I make. I would encourage others to do the same.
it’s decentralized
No it’s not. From literally your own comment:
Signal relies on centralized servers
For a decentralized messenger use https://delta.chat/
it’s decentralized
No it’s not. From literally your own comment:
Signal relies on centralized servers
I was using “decentralized” to mean that there isn’t centralized control over ownership of the service in general — eg anyone can spin up their own server (impractical, imo, pushing it more towards being centralized) and people can use it (making it decentralized, imo (Please correct me if I am wrong, but I do think my usage of the term is appropriate in this way.)), but people who use that server can only communicate with that server (making it not federated). But yes it could still be said to be centralized in that it operates on a client-server model [1].
This is more an argument of definitions, though. I’m not trying to claim anything in bad faith.
References
- Signal-Server. signalapp. Github. Published: 2025-01-31T15:34:14.000Z. Accessed: 2025-02-01T09:24Z. https://github.com/signalapp/Signal-Server.
- This is the source code for the server that Signal uses.
That’s just open source, not decentralized. I can’t find a definition of decentralization that would even make it vague. From Wikipedia:
Decentralization is the process by which the activities of an organization, particularly those related to planning and decision-making, are distributed or delegated away from a central, authoritative location or group and given to smaller factions within it.
Signal has a central authoritative server and to use it with any other server you have to modify the source code.
Decentralization is the process by which the activities of an organization, particularly those related to planning and decision-making, are distributed or delegated away from a central, authoritative location or group and given to smaller factions within
Imo this fits my usage of the term — Signal can be broken up into many isolated servers [1] all offering the same service.
References
- Signal-Server. signalapp. Github. Published: 2025-01-31T15:34:14.000Z. Accessed: 2025-02-01T09:24Z. https://github.com/signalapp/Signal-Server.
- This is the source code for the server that Signal uses.
- Signal-Server. signalapp. Github. Published: 2025-01-31T15:34:14.000Z. Accessed: 2025-02-01T09:24Z. https://github.com/signalapp/Signal-Server.
That’s just open source, not decentralized.
Depending on exactly how said open source development is occuring, I could argue that open source development is an example of decentralization. It may even be an example of federation (all depending on licensing and development medium imo).
- Signal-Server. signalapp. Github. Published: 2025-01-31T15:34:14.000Z. Accessed: 2025-02-01T09:24Z. https://github.com/signalapp/Signal-Server.
Yeah, Moxie has openly shot down the idea of adding federation to Signal, and I’ve never heard them claim Signal was decentralized.
Matrix is federated, distributed, and decentralized.
XMPP is federated and decentralized.
Matrix is […] distributed […].
It is? How so?
Matrix servers keep a copy of any remote room an account on the server has joined, and it’s possible to recreate a room from the copies held on different servers. There are more details I don’t remember, but at a high level that’s how it’s distributed.
Storing messages of remote rooms in addition to local rooms is why people complain about the storage requirements of Matrix servers. They don’t realize it’s distributed.
Interesting — I hadn’t considered it that way.
but I no longer believe that it is possible to build a competitive federated messenger at all.
The fact that we have a telephone system that works with separate providers contradicts this sentiment. If I want to pick up the phone and talk to my cousin’s puppy in New Zealand, I can do that without creating an account on his provider’s service.
I don’t understand why we’ve forgotten this as a society. Yes, it was difficult to upgrade the phone systems over the past century, but it’s worth it in my opinion. I really wish we’d start seeing government regulation that says “you should be able to talk to someone on a service without having to create an account on said service.” I thought the DMA would do this, but sadly, Whatsapp still requires an account to talk to people using that service. Very disappointing.
- Signal-Server. signalapp. Github. Published: 2025-01-31T15:34:14.000Z. Accessed: 2025-02-01T09:24Z. https://github.com/signalapp/Signal-Server.
Signal is not Fediverse! Element/Matrix is!
Element/matrix aren’t part of the fediverse, either. It doesn’t speak AP.
Matrix is federated, Signal is not.
although it is federated, it isn’t apart of the fediverse, as it doesn’t use activitypub.
I’d argue it’s part of “the fediverse” but not “The Fediverse”.
Fair point, definitely still apart of the same style of platform but not the same protocol.
afaik ap is no hard requirement to be considerted fediverse
Are we claiming now that Activity Pub is the only protocol that we can use for the fediverse? I think XMPP is roughly 30 years old at this point, and I’m pretty sure Activity Pub is much younger than that. I could be wrong though.
But regardless, I don’t see why Activity Pub has to be the only protocol we accept to be considered a part of the fediverse. It’s not even like different AP implementations talk to each other all that well. My understanding is that Mastodon doesn’t federate that well with Lemmy, and I haven’t seen Loops or Pixelfed on Lemmy yet either.
I’d be happy to be corrected on any of this though, I haven’t looked too closely into exactly how AP works or how it’s supposed to interoperate with different applications.
I mean, yeah… the fediverse, specifically, are AP servers, which is why we don’t include diaspora for it.
It’s decentralized and federated, to be sure, just not the “fediverse”.
I’d like to argue that using AP is an inconsistent rule for membership. For example, Diaspora has been considered to be part of the fediverse from early on, but it doesn’t use AP.
I don’t really know where to draw the line. AP simply isn’t suitable for some applications, but it makes sense to include it for branding
I don’t know of anyone who include d*, accepting the tiny number of d* pods that also speak AP.
I mean, nostr is also NOT part of the fediverse, but another federated and decentralized network.
Both Wikipedia and fediverse.party consider Diaspora, and a handful of other (mostly defunct) protocols as being part of the fediverse.
I don’t really like the use of AP to be a qualification of being in the fediverse. There must be a better way to qualify a platform, even if it means that use of AP is a natural consequence.
afaik ap is not a hard requirement for being in the fediverse, matrix is often included because it has the same federation idea
Then email is a part of the fediverse? UUCP nets? IRC nets?
All federated, none speak AP.
I think a good working definition is “speaks the w3c standard AP”. Otherwise, its totally lost its meaning.
what about diaspora?
D* generally isn’t, excepting the few instances that also speak AP.
Absolutely, signal isn’t federated, but I don’t want my messaging app to be federated. I want my social media to be federated. Lemmy is good because it’s open. Signal is good because it’s shut.
Don’t use Matrix the devs knew about sidechannel vulnerabilities and ignored them for years. This is peak negligence and should immediately disqualify you from touching anything security related.
You do not have a solution.
I do, use Signal if you care about privacy. They are the only game in town when it comes to reasonably secure chat software. Sure, I would prefer a federated alternative but I haven’t found one yet that is always end-to-end encrypted, open source, implements forward secrecy, and is user friendly enough to be used by my grandmother.
SimpleX is better, you don’t even need a phone number.
Thanks
No, Matrix is federated differently.
For the avid readers out there, bookwyrm is a fantastic alternative to goodreads.
Yes it’s excellent! Also noting for those that aren’t aware: Goodreads is owned by Amazon.
Folks should also check out neodb.social . it’s good reads, letterboxd, and steam reviews all in one.
It could be but I find the android app buggy (this month I’ve been using bookwyrm, GR, Open Reads, and The Story Graph to compare them all and still nothing is as smooth as GR. Plus bookwyrm has no apple app. I love where Bookwyrm is going but right now the switch is not the best
It doesn’t have an app, how is it buggy?
Might be talking about the Bookwyrm client on F-Droid?
I went back to check. This is correct. It’s the un official one in f-droid.
My bad!
Unfortunately, the switch from YouTube to PeerTube has not worked for me so far. I can’t find a decent instance (not full of right-wing/conspiracy content) with interesting stuff that also allows me to make an account.
Yes finding the right instance on peertube is a nightmare — and also the general lack of quality content, or subtitling, which makes it as good as useless for deaf people like me.
Yeah, it is already hard to find reasons to use it for the average user, so people with disabilities (deafness, blindness,intellectual etc.) probably even have reasons to NOT use them (no subtitles, each instance might have different elements or structure that might be a nightmare for screen readers, it might be too complex for some people, etc.).
Have a look here for potential instances: https://lemmy.wtf/post/15816115 and also check these links out for channels to follow: https://lemmy.wtf/post/15810205 / https://peertube.wtf/home
Ah. I see…
Don’t worry, your successor isn’t offering anything big. You’ll still be around for many more days to come.
Youtube is probably the one that you can’t “Just Switch To Fediverse”
Youtube content is mainly by creators. If they won’t leave, there will be no transition. And unlike reddit posts, you can’t just reupload. Because they will copyright strike you and take it down. Also, videos take up a lot more space than just text and some low-res memes like reddit-type sites.
reddit is essentially a bunch of strangers talking to people, moving froms stranger Group A to stranger Group B is very easy to do. The reddit > Lemmy transition is probably one of the easiest. You’re just joining a new group of strangers.
For everything else, your contacts will also need to switch.
For Mastodon, the people you follow will also need to switch. This is even harder than getting your friends to switch.
Hear me out.
Creators should be hosting peer tubes. And they should host exclusively their own content. Fans of their can subscribe to whatever systems they want to pay and support.
For creators, it’s a backup for when YouTube the project inevitably fails. For fans as well. But it’s also a backup of their content.
Tech-savvy content creators, sure…
Your average content creator that wants to make Minecraft videos? Unrealistic.
I hate the monopoly Youtube has, but all of the federated alternatives have a learning curve the general public isn’t willing to deal with.
Not to mention it lacks any (ethical) monetization options. And the app is absolutely rudimentary, lacking even basic functionality.
Framasoft made it clear they don’t want to make it a Youtube alternative though, however it could be through plugins. So there’d have to be a company or cooperative using it as a base to build upon, which is actually realistic. Especially European ones; not because Asia wouldn’t be interested in being more independent on the US as well, but because Framasoft is from France and Europe actively works towards this goal anyway with lots of money behind it.
A lot of youtubers make a living posting videos.
They dont have a good enough reason to risk going to a much smaller audience with no ads and no membership system
They also probably arent knowledgeable enough about computers to switch
You also can’t just switch from whatsapp to signal. I have hundreds of contacts on whatsapp that message me constantly there, and 2 on signal.
For Mastodon, the people you follow will also need to switch. This is even harder than getting your friends to switch.
Well I switched from the birdsite to Mastodon because a) I like to shout in the void and b) see what other people are shouting into the void. Doesn’t really ultimately matter who’s doing the shouting. People who go to social media exclusively for news and updates are a bit strange when you really think about it. You’ve got to have the shout in you.
(I’m only being half facetious here)
Lol shouting in the void is a funny way to describe it. I mean… why even need the fediverse. I can shout at my mirror.
PipePipe is on F-Droid
Signal is centralized, loops is closed source and not accepting new users.
Loops will be open sourced later they say.
Is Loops open source? It will be! We plan on open sourcing the platform after it reaches a stable and easy to maintain state.
That really is not a satisfying answer. It is incredibly nebulous and even if it did have a nice definition I guarantee most software developers will tell you a lot of software rarely reaches that state.
I can see why they might want to avoid 1000 GitHub issues bike shedding things but they could open source the code and just not have open contribution
or they can also disable submitting issues for now
That means very little to me. Actions speak louder than words, and it would probably help the development of loops if it was actually open source.
Made by the same dev as Pixelfed, which did a similar thing.
Loops is anti-libre software confirmed.
anti? is it against libre software? because it doesn’t seem so
Why does software have a political stance?
It’s missing a libre software licence text file.
So Matrix it is?
I was told that unless you self host, matrix is less secure because it leaks more metadata. Something to consider
Leaks more metadata? What does that mean?
sender, recipient, chatroom, what kind of event you sent (message, emoji, reaction, vote), if you responded to a message, room privilege changes, etc
but it’s a question how big of a problem is that. they want to tackle it in the future, but that’s far away for now I think
Damm, didn’t know that, good to know
it’s not even true information, the new tech stack is zero trust
Unpopular Opinion Lemmy and PeerTube logo look ugly.
Unpopular opinion: your opinion is not unpopular at all.
I think it’s just the colours for the peertube one. I like that it’s three individual play icons to signify the federation aspect, but the colours are just dull.
Yeah it’s an easy fix to update the colors, logo shape can remain.
I like the Lemmy one, but peertubes logo looks like it’s gonna stab my eyeballs in my sleep
The colors in the peertube logo are pretty hideous.
The Lemmy logo always looks so sad or angry to me. Wished he could look happier.
The only ones on the right I really like are signal and friendica. (I had never seen the friendica logo before. This is really well done whoever designed that. Good job.)
All the big guys of course can afford graphic design teams and marketing/PR research.
The notable exception for me is mastodon. While I’m still not a big fan of that logo either, it certainly looks better than the X logo. I’m guessing Musk DOGE’d his design teams in favor of some yes-men.
Lemmy is fine, just change the color of background.
Peertube is… well… needs improvement…
They’re horrible
A federated social fitness app(like Strava) would be cool
Loops.video isn’t accepting new users atm. Even if it was, I got in on early signup and I have next to zero functionality out of it rn. Just informing the curious masses
Loops isnt even federated or open source yet. Deleted my account
I agree. If it’s not libre from the start, we should not trust it. The term “open source” is ambiguous; they could just put it under some restrictive open-source license and then revert to closed source later. If it’s put under a free software license like the GPL, then I’ll feel better.
That seems a little extreme. I would maybe agree if 1) it wasn’t being made by the guy who has already got an AGPL project in Pixelfed and 2) it was on open signups. Whilst software is invite-only or closed entirely I don’t really see a problem in it not being open-sourced.
Doesn’t it says gullible in their ToS?
Loops really isn’t ready for primetime. It’s too new and unpolished, and will need a bit more time.
I wonder if peertube can scale. YouTube has a whole sophisticated system for ingesting and transcoding videos into dozens of formats, with tradeoffs being made on computational complexity versus file size/bandwidth, which requires some projection on which videos will be downloaded the most times in the future (and by which types of clients, with support for which codecs, etc.). Doing this can require a lot of networking/computing/memory/storage resources, and I wonder if the software can scale.
Yeah it’s no where near ready for mass adoption. It’s made a couple improvements, but it crashes every time I try to leave a comment.
Im using it now. I never used tiktok but i can see the draw now.
What does signal have to do with anything?
The post is really about abandoning the tech oligarchy more than specifically using federated technology.
technically nothing but it serves as a privacy respecting alternative to meta/google controlled messengers.
things like mastodon and pixelfed are rather easy to wrap your head around and replace their big tech counterparts with if you are the average user.
there is no real replacement for an instant messaging/sms like experience. matrix is at the moment still a bit too complicated to get into if you have come to expect a workflow like: download an app -> write your phone contacts a message.
so although it is not federated it is the best we have got at the moment in my opinion
I get that but the image is referring to it as part of the “fediverse” which it is not as it doesn’t use ActivityPub.
There’s also SimpleX, though it’s much less popular. (not like Signal is used everywhere though, it’s just a matter of what you switch your group to.)
Hi, I think too many people are focusing too much on the type of software included in this chart. I don’t think the goal of the person that created the chart was to create the ultimate guide to move to the Fediverse or FOSS apps with all the options available for them. I believe it prioritizes simplicity, and it’s clearly directed towards people unaware that these alternatives exist.
Most people I know don’t even know what the Fediverse is, and I think this initiative is for them.
I know that debating which FOSS/Fedi apps are the best is a big matter of concern for people that are already aware of the problems some platform have. But focusing too much on this debate not only creates more division among supporters of FOSS/Fedi, but it is also drawing attention from the main point: Bringing more people to the Fediverse.
Thank you. Please jump in faster with a tldr of this on other posts like this.
Switching from WhatsApp to any other messaging service isn’t a realistic option for quite many places. I’d be more than willing to switch but of all the people in my contacts (including my entire customer base) there’s like 3 people using Signal but every single one of them has WhatsApp. Even the 60+ year olds.
This does not help.
And yet it gets repeated (and upvoted) in every thread.
Acts like a psyop to stop us finding solutions. Now, I will respond and you should too.
That’s Lemmy in a nutshell. Guillotine and Luigi memes are constantly repeated because they know that no one’s actually going to act on that stuff, but any time anyone suggests a practical means to weaken the oligopoly people come out of the woodwork to shut it down.
Help with what?
Same (Brazil), Whatsapp is pretty much a requirement and I hate that I’m forced to give Meta my information by using their shitty app.
There is always SMS for these.
Hey, wouldn’t it be great if Signal still supported SMS?
Personally I see no benefit in having them in the same application.
There benefit would be exactly what this top comment is about. For all those people in your contacts who don’t use signal, you could still use signal to message them, it would just be an SMS message. It would therefore also become more enticing for people to switch from their stock SMS app to signal, because it would make no difference in terms of who you can send SMS messages to. It would allow for the signal user base to grow, solving the issue of “no one uses signal”
At least WhatsApp is encrypted and let you have propre group chat
WhatsApp’s a scam, anti-libre software.
Yes but it is still better than SMS.
Saying it’s secure feeds their scam. At least we don’t pay for it like SMS.
You still pay for SMS? Wtf, what country do you live in? Most postpaid mobile plans these days only charge for data usage. In which case, your still paying to use WhatsApp.
postpaid
I did not say it was secure, I actually spend a lot of time explaining to people that it is secure and they should switch to Signal. However, I will not tell them to go back to SMS for the reason aforementioned.
Saying it’s
secureencrypted feeds their scam. At least we don’t pay for it like SMS.
My trouble as well, I’d love to switch from Whatsapp, but literally every person I talk to and most people in my city/estate/country uses It.
There’s a “vendor lock” term, maybe this would be a “social lock”?
It has to start with someone. I made my entire family switch to signal by boycotting WhatsApp. I just said, of you want to contact me your can either SMS, email or install signal. It was surprisingly easy. For non family members, I tell people to switch all the time. Most of my contacts now use signal. It was worth the trouble.
I was already on Mastodon by just having a Vivaldi (the chromium browser) account, and it’s just lovely I’ve spent most of the day setting up lemmy, even though I joined feddit.dk 2 years ago, it’s only just now I’m taking it seriously.
And, while not related to the fediverse per se, I switched to linux a year ago.
The only service that’s hard to drop/switch away from is Youtube imo.I like this. I hope it starts conversations. Does anyone know if there are good alternatives to Discord?
IRC?
@M154nthr0p3 @malcriada_lala that is a nice one. Or #xmpp ;-)
IRC isn’t really a replacement for Discord given that discord replaced irc for most people. Discord does a lot more than irc.
TeamSpeak is doing an overhaul to be similar to Discord. You can self host.
revolt.chat
Matrix. Seems to be the hottest thing for group chats. Also what a lot of open source projects that used IRC before are switching to (or, if not switching, are providing a bridge for).
Revolt is the way.
Yes, there is Matrix
There are a few that I can’t recall off the top of my head