• 1 Post
  • 1.17K Comments
Joined 3 years ago
cake
Cake day: July 11th, 2023

help-circle















  • The only limitation I know is WOL doesn’t work after a power outage, because the switch and RPI doesn’t know where to find the target machine

    maybe, but the pi does not need to know that, only the mac address and the interface. the switch doesn’t need to know either because it’s a broadcast frame, it’s forwarded to all cables. the problem sometimes is that if you configure WOL from linux, the network adapter will probably forget on power cycling that it is supposed to react to magic packets. I think not all hardware is susceptible to that, but even then it could help to configure WOL in the BIOS

    @SuspiciousCarrot78@aussie.zone





  • i would be skeptical with your comment instead, because I think it has no basis in reality. you did not really say anything concrete about why you think so.

    its not even about the permissions, but the API capabilities, and restrictions on background operations. web APIs provide much less access to the operating system than the OS APIs allow, even when given all the permissions. a webapp can’t read all your pictures, can’t access your contacts or SMS messages, because there are no APIs that would allow that.

    there are some more intrusive APIs in the web standards that are not really useful for other purposes than misusing them for user data collection, like the battery statistics API or the gyroscope API. but as you see, choosing a browser that respects your privacy will cover that, because while chrome implements it, firefox does not