TIL 2020-08-28

  1. Disabling Gatekeeper on macOS Sierra - Run sudo spctl --master-disable to allow apps from anywhere (be prepared for corporate IT emails).

  2. Optimizing Rust Struct Size - A 6-month compiler development program focusing on automatic struct field reordering for better memory layout.