The entertaining consequences of an IoT toaster oven with an internet accessible video camera: https://arstechnica.com/gadgets/2018/12/how-a-toaster-oven-helped-me-learn-to-stop-worrying-and-love-the-internet-of-things/
Related Posts
The niche of short, environment-specific scripts, and the consequences for programming language design choices: https://brrt-to-the-future.blogspot.com/2021/03/why-bother-with-scripting.html
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!