Dave's Notebook

Data Science, Machine Learning, Artificial Intelligence, Visualization, and Complex Systems.
@sixhat@datasci.social wiki

M3, M3 Pro and M3 Max

October 31, 2023

Isn't this trio of performance chips similar to what intel has been doing forever with the i3, i5 and i7 chips? What is this trio paranoia?

Tags: apple

Disable MacBook Air Autoboot when dis/connecting to power or open lid

September 19, 2023
// disable
sudo nvram AutoBoot=%00

// re-enable
sudo nvram AutoBoot=%03

Note: And it doesn't work in newer M1, M2 apple computers.

Tags: apple