Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Yes, but RCS sucks (Score 1) 187

Part of this probably caused by the complexity of trying to do SMS fallback when iMessage fails.

Complexity... check! Every time my iPhone reboots it throws a "Failed to send message" dialog for a 4,000+ day old message, but you can't actually do anything with that dialog to get to the problem message to delete it or somesuch. Short of deleting the entire conversation history for that contact.

Comment Re:Android & iPhone... (Score 1) 44

Vodafone already track the mobile device IMEI/IMSI/MSISDN for customer billing purposes. Likely this is just a poorly obfuscated data feed to advertisers based on that information but also including their current public IP address for data matching. i.e.: changing the Android/iOS ad-tracker IDs won't have any effect because they're too far up the stack, but VPN connections will still defeat it because the client IP presented to origin web sites will be from the VPN endpoint.

Comment Re:Looking for Casey and Miguel [PTHC] (Score 1) 215

Totally agree. Until Apple starts forcibly locking out older devices and apps I don't need anything more sophisticated than my current iPhone 6 Plus for SMS, email and PagerDuty alerts.

And modern batteries are awesome, too. I just had the battery replaced recently and now only need to charge the device maybe once per week instead of being tethered to a charger like it was previously.

Comment Re:Apple concentrating on the important stuff as u (Score 1) 121

You can always use Activity Monitor, or Terminal, to kill a Process, if the 'nice way', Force Quit, doesn't catch it after a few tries.

No, kill -1, kill -2, kill -9, kill -s KILL, kill -s QUIT, etc., have no effect on processes stuck in the "?E" state because they're already trying to terminate - they are probably stuck in an infinite loop/wait somewhere and don't respond to signals. That's why you have to power-cycle the computer to recover, because the processes can't be killed to allow a restart/shutdown to complete.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...