A javascript array/object access quiz game that I built for a career fair. There's an earlier version that's easier to use for practice (but it's less shiny) at http://access.erty.me
— ertyseidohl
From the GitHub: "Markov magnets, imagine a bowl of alphabet soup but they stick together according to linguistic co-occurrence."
See the code here: https://github.com/MaxBittker/alphabet-soup
— rachel
Andrew explores how a website might inject text when you copy and paste something, and shares some thoughts on the ethics of doing that and ways around it.
— rachel
Babashka is a lightweight Clojure interpreter. Because it doesn't rely on the JVM, it starts extremely quickly, making it great for writing command line tools and scripts.
— nicholasbs