Fun, accessible introduction to metaclasses in Ruby: https://dumas-olivier.medium.com/what-i-didnt-know-about-ruby-classes-9de64ee40d4d
miniblog.
Related Posts
LLMs are a really accessible machine learning technique. I dabbled with text classifiers a few years ago and the APIs were way more involved.
(system_prompt: String, input: String) -> String
I can prototype with this much more easily!
Implementing type checking as another interpreter, with short, accessible examples:
Go has a wonderful, accessible discussion of how it does inlining today, the downsides, and the plans for 1.22: