Impressed with how accessible EFF's explanation of email encryption is:
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: