I really really really wish that Apple would always use DHCP and get an open IP instead of assuming their last one is still good just so they can say they connect to WiFi 100 ms faster than anyone else. It is so infuriating and causes all the devices in my house to fight for their rightful slot.
Is this true? I hadn't even noticed, because I assign every device a static DHCP assignment so I can categorize devices numerically. That is really messed up, and akin to what Google does with TCP/HTTP for connections to google.com in order to ensure it gets first byte faster. Companies are doing all sorts of "performance hacks" that just straight our break standards, and therefore break interop. I know for Apple dev…
Recent Apple updates leading to WiFi issues?
11–20 of 118 posts
Re: Recent Apple updates leading to WiFi issues?
#12Re: Recent Apple updates leading to WiFi issues?
#13I really really really wish that Apple would always use DHCP and get an open IP instead of assuming their last one is still good just so they can say they connect to WiFi 100 ms faster than anyone else. It is so infuriating and causes all the devices in my house to fight for their rightful slot.
Re: Recent Apple updates leading to WiFi issues?
#14I'm still on Monterey but have not yet updated to 12.6.1.
Re: Recent Apple updates leading to WiFi issues?
#15People would assume there is a serious problem, turn off a bunch of services, run a bunch of random-ass shell scripts, and then forget that they'd done all that and at some random point in the future discover that some feature wasn't working, and blame me.
Re: Recent Apple updates leading to WiFi issues?
#16I really really really wish that Apple would always use DHCP and get an open IP instead of assuming their last one is still good just so they can say they connect to WiFi 100 ms faster than anyone else. It is so infuriating and causes all the devices in my house to fight for their rightful slot.
Why are they fighting? Why is your router aggressively reusing the IPs as soon as the lease expires? In my house, all of my devices end up with pretty stable IPs (even non-Apple ones) and I haven't done anything special to configure this. I assume my router holds onto previously-assigned IPs in case the device comes back as long as there's still unassigned IPs available to give out to new devices, though I haven't in…
Re: Recent Apple updates leading to WiFi issues?
#17Please don't recommend people pipe curl output to a shell. Yikes.
Re: Recent Apple updates leading to WiFi issues?
#18I (used to) work in academic IT and I hate articles like this. People would assume there is a serious problem, turn off a bunch of services, run a bunch of random-ass shell scripts, and then forget that they'd done all that and at some random point in the future discover that some feature wasn't working, and blame me.
That script will be hanging around on people's laptops for years, if not decades (for people that migrate their macOS installations to new machines) at the end of the long tail.
Re: Recent Apple updates leading to WiFi issues?
#19Please don't recommend people pipe curl output to a shell. Yikes.
eh it's fine. sure, technically speaking you're giving your machine over to whoever wrote that script. they could do anything! but actually, the script is usually useful and safe. Like this one.
The problem isn't even pasting curl output into sh – it's instructing non-technical users to run any terminal commands, in my opinion.
Re: Recent Apple updates leading to WiFi issues?
#20Please don't recommend people pipe curl output to a shell. Yikes.