Technology
This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.
Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.
Rules:
1: All Lemmy rules apply
2: Do not post low effort posts
3: NEVER post naziped*gore stuff
4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.
5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)
6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist
7: crypto related posts, unless essential, are disallowed
view the rest of the comments
I just want to point out that this announcement comes after Nothing phone company announced they partnered with a company that will bridge the two protocols so apple was about to lose their ability to force android images and videos to look like a potato so iPhone users wouldn't want to leave the apple ecosystem.
This just exactly like when apple decided they were going to be champions of privacy by improving the security on their phones, which coincidentally happened right after a company called cellebrite started selling a product that would allow police to bypass passcodes and fingerprints to access a users data which previously could only be unlocked by the police department paying a fee for each time to unlock a phone.
They will always default to being shitty like any other company treating their users like the enemy until they can't and then they spin it in their favor.
There are several of these solutions in the wild now. Basically, the phone tunnels into MacOS VM that sends the message through actual iMessage.
Kind of janky, but it works.
Beeper is sick! Would highly recommend. Or if you’re feeling frisky, self hosting the bridge in a docker container is possible. The container is a kvm osx vm.
Does beeper have a docker? I tried to install it last week, only saw an ansible notebook or something like that, broke my nginx and didn't even work
I want to reverse proxy to it, not have it take total control of my vps or dedicate a vps to it
If you have a matrix server, then yes the mautrix-imessage bridge has a docker container. Beeper itself you can’t really self host as it’s their matrix server you live on (I haven’t checked out the beeper-selfhosted git yet).
I’m pretty sure the playbook is just docker under the hood on a service user instead of your normal user. There’s a way to run the playbook with docker as well (memory is fuzzy on that).
Matrix and the bridges can all be run in docker, yes.