• 1 Post
  • 1.99K Comments
Joined 2 years ago
cake
Cake day: August 24th, 2023

help-circle







  • It’s actually not possible to build a push service like FCM or APNS on Android and have it function at the same level as FCM. FCM has special permissions to bypass certain device states on the device to ensure message delivery that nothing else can match.

    The best you can do is approximate it with an always active websocket and a foreground service always running with battery optimizations disabled, but good luck not having that foreground service shut down on occasion as well. Devices are hostile to them for battery saving purposes. You’d have the best luck with a Pixel device though for something like that. You could also do some sort of scheduled background polling, but the device can be hostile to that as well, and it would eat more battery.








  • No, you’re right, GOOGLE will take the device identifier, but him talking about how he would need to store it, and especially for channels where he talks about user names and passwords really makes me think that he thinks he personally has to do it, with his own backend storing it. (edit: The point is, that he doesn’t HAVE to do it this way. You can, and it gives you more control, but you can let Google do it all. It’s never anonymous with anyone though.)

    Apple knows which devices have the app installed. They would be able to link that back to the device if it was demanded, even if it is a bit more obscured.



  • How do you suppose APNS knows which device to deliver the notification to?

    Something that… links it to the device? Like, a unique ID that Apple can identify?

    It sounds like he thinks HE has to store this information, which is simply incorrect. It will obviously be stored by Google in Firebase, and by Apple wherever that gets stored, but HE does not have to store it.

    I write apps for a living. I have users subscribe and unsubscribe to channels, and at no point is there a user account with password involved in either iOS or Android. If you want the memory of which channels they have subscribed to to persist across uninstall/reinstalls or different devices, then yes, but for an app like this you don’t need to persist those settings.

    At any point the government could subpoena who’s received pushes (or at least, who’s registered to) from both Google and Apple.


  • You wanna go to jail hosting that server? You want to be extradited from another partnering country to the USA for inciting violence? For accessory to murder if something went wrong?

    How is the link indelible when it’s anonymous? This isn’t money that can be traced back to you once it goes through Tornado Cash, or if it was done on something like Monero.

    Edit:

    https://www.yahoo.com/news/attorney-general-pam-bondi-warns-092112825.html

    “Our ICE agents, all of our federal agents who are working hand in hand on these task force[s] — our federal agents from the Justice Department could be injured,” Bondi said Monday on “Hannity.”

    “He’s giving a message to criminals where our federal officers are. And he cannot do that. And we are looking at it, we are looking at him, and he better watch out, because that’s not a protected speech. That is threatening the lives of our law enforcement officers throughout this country.”

    This dudes life might be fucked now.

    But sure, no reason, just trying to shove blockchain into everything.



  • Because the government can’t take it down, and the government will want to take it down, and the government would even try to issue arrest warrants for people who made it outside the US to try and punish them. This dude who wrote this is in danger now.

    Web browsers are capable of self checking a smart contract for new transactions, it is totally possible.

    Who reported it would be anonymous if they used something like Tornado Cash, or if a service was able to be built ontop of a privacy coin like Monero.

    Edit: Sorry I’m wrong about the web browser, you’d have to run your own node outside the browser or trust someone else’s node, and then the browser would hit the node. On phones you’d need to use a mobile app which can be a light client, or connect to your desktop’s node.