TIL 2020-08-28
-
Disabling Gatekeeper on macOS Sierra - Run
sudo spctl --master-disable
to allow apps from anywhere (be prepared for corporate IT emails). -
Optimizing Rust Struct Size - A 6-month compiler development program focusing on automatic struct field reordering for better memory layout.