June links
General
- To get good, go after the metagame
- So you wanna de-bog yourself
- The high return activity of raising others’ aspirations
- AI can’t give you good taste by Elizabeth Goodspeed
Technology
- One of the best blogs to learn Zig by Karl Seguin
- Handles are better pointers
- The Myth of RAM: Part 1: Great 3 part blog series that explains the fundamentals of RAM and explains the idea that Big-O complexity analysis often overlooks the impact of increasing data access latency as data size grows, which can significantly affect real-world algorithm performance due to physical constraints in computer architecture.
- Related to the previous link: Cache oblivious data structures by Erik Demaine
- Using S3 as a container registry
- Write a design doc even if no one else will read it
- What every programmer should know about memory