What I read this week - 2024.10.20
A few articles I enjoyed reading this week - 2024.09.20
A few articles I enjoyed reading this past week.
This week's best article is an excellent read about measuring performance before optimizing. Dustin significantly improved Castro's performance by profiling and then adjusting a few lines of code. This is how it should be done!
Splitting engineering teams into "defense" and "offense" is an interesting concept. I am not sure how well this scales up, but at a certain size, it could be incredibly helpful to ensure people can stay focused on key initiatives.
A lot of my day revolves around thinking about what NOT to build and then figuring out HOW to build only what we NEED to build. This article discusses some critical aspects of reliable software design that I can relate to.
The team at Actuated built an insanely performant and secure tool for CI/CD based on MicroVMs in Firecracker. This article helped me understand MicroVMs better.
Linux has become the de facto standard for server operating systems, but BSD variants still power much of the Internet. This article highlights why you might choose BSD for your next server OS.