June links

General

  1. To get good, go after the metagame
  2. So you wanna de-bog yourself
  3. The high return activity of raising others’ aspirations
  4. AI can’t give you good taste by Elizabeth Goodspeed

Technology

  1. One of the best blogs to learn Zig by Karl Seguin
  2. Handles are better pointers
  3. 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.
  4. Related to the previous link: Cache oblivious data structures by Erik Demaine
  5. Using S3 as a container registry
  6. Write a design doc even if no one else will read it
  7. What every programmer should know about memory