Ideas
Ideas
A collection of useful principles to make sense of the world. These are more traditional blog posts, each with a specific topic. Sometimes these will be ideas we’ve developed and hope to share more broadly, and sometimes just ideas already out there that we think could be explained better. 🛜
Sitemap
- 2023-11-19: : The Last Inch Problem: Sense and nonsense can be arbitrarily close together: The Last Inch Problem
- 2023-10-15: : Non-additive Loss functions: Why do loss functions have to be additive, anyway?
- 2023-07-09: : CPS: Continuation Passing Style
- 2023-06-11: : Faking it: Defunctionalization: Simulating higher-order functions
- 2023-06-03: : The Expression Problem: The challenge in writing extensible, modular code
- 2023-05-27: : The three E’s: The three E’s: Elegant, Efficient and Effective
- 2023-05-14: : Is-a vs Has-a: Inheritance vs Composition