While this seems like a lot, in some ways this is what user's expect. Push notifications should be coming all the time, assuming the system is on. Most users expect various maintenance services to run when the system idle so it doesn't interfere with their active use of the system. When users open apps like Weather (or view a widget), they expect it to already be up to date without having to manually refresh or wait…
My Mac contacted 63 different Apple owned domains in an hour, while not is use
181–190 of 218 posts
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#182Earlier quoted context omitted.
Is it even a push notification if you have to fetch them from a server?
Is there mobile push technology which is actually fundamentally push, all the way down to the transport layer? Like open socket, listening for incoming packets only, no notifications-> no traffic? I was under the impression it was all polling if you go down far enough, but at least because of central registration the phone only needs to poll one single pubsub service instead of a separate server per subscription. Cou…
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#183Earlier quoted context omitted.
Do you have a story to tell us?
I don't have a story but Little Snitch is the kind of tool most corporate users don't need, but that many malicious actors love to use. Sort of like running nmap on your computer, yeah there are legitimate reasons to do so, but you will get a call from IT if you try it.
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#184While this seems like a lot, in some ways this is what user's expect. Push notifications should be coming all the time, assuming the system is on. Most users expect various maintenance services to run when the system idle so it doesn't interfere with their active use of the system. When users open apps like Weather (or view a widget), they expect it to already be up to date without having to manually refresh or wait…
> Which then becomes a question of how much time/money to they invest in features for 1% of users? The problem with Apple is that __anyone__ sits in a 1% group of users in one way or the other. But they try to make a one-size-fits-all product. This is in contrast to Linux where everybody can do whatever they like, and most things are opt-in rather than opt-out.
This is no different with Linux. How many Linux users use a desktop environment as-is without any plugins or tweaks? How many Arch users don’t have a single package from the AUR?
There are tools like Little Snitch on macOS to monitor and block all kind of network traffic.
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#185While this seems like a lot, in some ways this is what user's expect. Push notifications should be coming all the time, assuming the system is on. Most users expect various maintenance services to run when the system idle so it doesn't interfere with their active use of the system. When users open apps like Weather (or view a widget), they expect it to already be up to date without having to manually refresh or wait…
Regular users don’t think of push notifications as something that needs to go through some central server owned by Apple. If Alice sends Bob a message, shouldn’t that require only their phones to communicate with one another, without some third party?
If regular users don’t think about these things, it’s because they’ve never thought about these ideas at all. If they did, and they are able to think, they should come to the conclusion that a 3rd party is necessary in some form.
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#186Earlier quoted context omitted.
But the things mentioned in the post above yours have nothing to do with telemetry. They're more like core functions to make the system work at all.
take a look at fbs.smoot.apple.com and argue that isnt telemetry? why does an os need to hit the internet AT ALL to work? osx doesnt of course
Does it actually need to hit these to work?
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#187Earlier quoted context omitted.
No, that is how Apple split them. There is no ad revenue in any segment outside of services. “Belief” is not necessary, this is accounting I’m a shareholder, I read the reports. Apple make 70%+ of their revenue from direct device sales (no one else comes close to them)
I can see where you're coming from, but I still feel like you might be putting too much trust into how apple splits their revenue in documents as they're provided to the public. I'm not saying that the numbers are false, but apple can ultimately freely choose how to categorize their revenue itself. From my point of view, their advertising revenue inherently cannot be split from their app store revenue. It's akin to m…
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#188The way I see it is either you trust Apple or you don’t. To be clear, I think it’s perfectly reasonable to arrive at either conclusion, as it relates to your own needs and security posture. Personally I choose to trust them. My trust is not blind, and they could lose my trust very quickly. But as it stands right now, they have my trust. If you say that you don’t trust Apple, I don’t see how you could tolerate running…
> The way I see it is either you trust Apple or you don’t. That's so obviously a false dichotomy.
But if you think that trust itself is a false dichotomy, I’d love to hear what that sounds like. I’m struggling to think of a good faith steel-man of this assertion.
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#189The way I see it is either you trust Apple or you don’t. To be clear, I think it’s perfectly reasonable to arrive at either conclusion, as it relates to your own needs and security posture. Personally I choose to trust them. My trust is not blind, and they could lose my trust very quickly. But as it stands right now, they have my trust. If you say that you don’t trust Apple, I don’t see how you could tolerate running…
> The way I see it is ... That's one way to view it. One might also view the large number of Apple-owned domains here as evidence that Apple's infrastructure is a sprawling mess, and reduce trust accordingly.
Re: My Mac contacted 63 different Apple owned domains in an hour, while not is use
#190Earlier quoted context omitted.
Is there mobile push technology which is actually fundamentally push, all the way down to the transport layer? Like open socket, listening for incoming packets only, no notifications-> no traffic? I was under the impression it was all polling if you go down far enough, but at least because of central registration the phone only needs to poll one single pubsub service instead of a separate server per subscription. Cou…
Yes, sms is "actually push" all the way down to the transport layer. As far as I know, this is still what push notifications are built upon for an idle/sleeping device. Carrier infrastructure knows which tower you last connected to, instructs that specific tower to broadcast a message telling your phone to wake up and fetch the remaining 80% of the notification content (the sms bit is usually just enough for your dev…