Technology Short Take 133
Welcome to Technology Short Take #133! This time around, I have a collection of links featuring the new Raspberry Pi 400, some macOS security-related articles, information on AWS Nitro Enclaves and gVisor, and a few other topics. Enjoy!
Networking
- Pratik Mankad shows how to use DNS hostnames as targets for an AWS NLB. If we’re honest, it’s a bit of a hack; it uses AWS Lambda to periodically resolve the hostname and update the NLB target IP address(es) accordingly. Native DNS hostname support in NLBs would be a far better solution.
- Netflix has a good post on how they use prioritized load shedding to provide a good user experience during system outages.
Servers/Hardware
- The Raspberry Pi 400 is a neat offering. See this post for more details.
Security
- In the last Technology Short Take, I mentioned that some testing with macOS Big Sur indicated that Apple had left itself a backdoor for network traffic from its own applications. Here’s another article on the topic, with some additional technical detail.
- Here’s a fairly detailed article on macOS authorization.
- Wojciech Regula takes a look at accessing (“stealing”) confidential data stored in the macOS Keychain.
- How did I not know about Continue reading