• 1 Post
  • 34 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle
  • At the moment there is no end-to-end encryption as part of RCS. Google created a proprietary add-on for their app. Apple is working with the standards committee to add end-to-end encryption.

    RCS on android has only two supported apps, one by Google and one by Samsung. Google is actively blocking phones with custom Roms from using their RCS app.

    Google also provides/hosts the RCS backend software used by most telecoms. They can host their own implementation, and most did at the start. But now a lot switched to Google to provide their RCS service.

    You can’t get around Big Tech spyware if you want to use RCS.

















  • I’d suggest getting rid of client side rendering and JavaScript. At some point web developers decided to try to emulate desktop app UIs and cram it into the browser. Websites used to be rendered on the server and the HTML was just sent to the client, which had to just parse and displayed natively. Is was really fast and efficient. This would also be a massive win for privacy and it would automatically eliminate all the spyware/adware client side JavaScript code.