Skip to main content

Moving to Signal is hard

because it's a social move, not a real technical one.

In my social circle, I use the following text exchanging technologies when it comes to small messages : 

  • SMS
  • WhatsApp
  • Signal
  • Email

These make up probably more than 90% of all my communications. For more geekier ones, like open source contributions and professional ones, add slack, matrix and IRC. I don't use any other protocols.

Most of my personal communications are done over WhatsApp : Family group, Sports for the kids groups. One group I'm not part of still uses FB messenger.

Over the years, I've tried hard to move off WhatsApp. The issue is that Signal doesn't offer anything besides privacy that would make people move from WhatsApp. You can create groups, send images etc. People do not understand or care about the privacy implications of using WA. The recent addition of the AI circle in WA didn't change a thing. WA is everywhere, everyone has it. Signal is not installed by default, people will need to install it.

I've been successful at using signal still when creating new groups for instance. If a new group is being created, I refuse WA, I explain why signal is so much better, I go on and create the group, I then add people and make them admin so they feel at home this as worked for :

  • Virtual table-top player's group
  • Work alumni group

 It also works with individual people, you reply faster on signal than anywhere else they'll use signal with you. This worked with the manager of the kindergarten I'm the head of, diverse pen and paper RPG gamers. It worked with my wife and bigger son. I sometime send Signal invites and sometimes it works. It's slow, but more people are using it.

I have tried to convince the people using WA at scale (kids sports group), but they are very happy that WA works better than SMS groups and as it works they are afraid of breaking a momentum by trying to push people to signal.

One, I'm not able to move of WA, is my family group. We got momentum 2 years ago when WA changed it's GCU. I created a group, invited most of the WA participants, but usage didn't come. Recently, with the advent of the AI button, one cousin starting using it. 

This sparked the want to try again to move, so I posted an invitation to the family group in the family group and people clicked the link and joined. Then it sparked a conversation on WA about which one was better. I'm now trying to keep the momentum and conversations on Signal. The plan here is that people will remember to use Signal because it's more active.

What's your strategy to move to people you like off WhatsApp to Signal? 

Comments

Popular posts from this blog

Firefox OS's story from a mozilla insider not working on the project

  I clearly remember, but can't date it. I was working for Mozilla messaging at the time ( momo ), being the QA lead for Thunderbird. It was at the end of one of the Mozilla All-hands, maybe in 2011 or 2012. At one of the ending keynotes, we were introduced to Boot 2 Gecko. A hack that would let US - Mozilla own the platform to run a mobile browser on. At the time, the iPhone was going strong and Google was trying to catch up with Android. MeeGo had been in development at Nokia for a while but was going nowhere even when Intel tried to help. Blackberry was slowly starting to die. In the Silicon Valley everything was about mobile, mobile, mobile and the emerging South Easter Asian market, where people would skip computers and use smartphones to join the internet revolution. We were struggling with Chrome and the massive investment by Google to take market share. Our Firefox port on Android was having loads of issues. We were denied by Apple's policies to be present on iPhones....

Key signing party at fosdem 2024

I'm organizing a GnuPG key signing party in order to bolster our web of trust , since there is no official ksp this year. I have organized a few in the past using tools like biglumber (website is gone, if someone know of a replacement or where the source code of site is, I might end up running one again) and others tools . I've also run once the KSP at FOSDEM and helped running it a few other times.    === Details below === When, Where   We'll meet in front of the infodesk stand in building K around 12:00 Sunday Feb 4th 2024. I'll have a sing of some sort with KSP and or Key Signing Party . Once enough participants show up we will move outside to proceed with the party. What to Bring Warm cloths as the party will happen outside this year, like in the good old days. I hope it won't rain, but it might. Piece of papers with your fingerprint written on them. Each piece should look like below:  $ gpg --fingerprint 34246C61F792FBCC1F23BFF296BD1F38FEA32B4D pub ...

Are mozilla's fork any good?

To answer that question, we first need to understand how complex, writing or maintaining a web browser is.  A "modern" web browser is : a network stack, and html+[1] parser,  and image+[2] decoder, a javascript[3] interpreter compiler, a User's interface, integration with the underlying OS[4], And all the other things I'm currently forgetting.   Of course, all the above point are interacting with one another in different ways. In order for "the web" to work, standards are developed and then implemented in the different browsers, rendering engines. In order to "make" the browser, you need engineers to write and maintain the code, which is probably around 30 Million lines of code[5] for Firefox. Once the code is written, it needs to be compiled [6] and tested [6]. This requires machines that run the operating system the browser ships to (As of this day, mozilla officially ships on Linux, Microslop Windows and MacOS X - community builds for *BSD do ex...