this post was submitted on 23 Aug 2023
504 points (100.0% liked)
Technology
37692 readers
397 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It sounds like a too good to be true situation. Definitely an interesting concept though. Sounds like they use remote servers to connect to the third-party apps using your credentials and then transcribe the messages using the Matrix protocol to the app. Source here and snippet below
Currently free but also will be a Plus version eventually rolling out, according to the FAQ
Also, no humor is lost on the fact that it is dangerously close to Wuph from The Office...
I signed up for beeper, but realized you can self host a matrix server that uses the same bridges between these chat services.
I was skeptical at first, but it's been super solid and refreshing to have a single chat app for everything.
How did you do that? I'd love to set something like that up. I keep seeing Matrix mentioned everywhere, but I haven't looked into it to see exactly what it is.
@Unsustainable @bananahammock @technology Matrix is a protocol for real time communication. Several companies build products using this protocol, including Elemental, Beeper and Rocket Chat.
This is similar to how ActivityPub is a protocol for federated social media. Many projects are built using ActivityPub, including Mastodon, PixelFed, and Lemmy.
https://en.wikipedia.org/wiki/Matrix_(protocol)
@Unsustainable @bananahammock @technology
A “Matrix Bridge” is a computer program that connects to an arbitrary service and presents it as Matrix service. You can connect to that Matrix service with any Matrix client.
For example, this code connects LinkedIn messages to Matrix: https://github.com/beeper/linkedin
Beeper runs Matrix bridges for you as a service. If you don’t want to use that service, you can self-host the bridges.