What do you do after you buy three shopping bags worth of Fiber Channel cards on eBay? This is a delightful story of the rabbit hole Ben went down to make the cards useful, including writing a virtual device handler that treats the cards like SCIS scanners!
— nicholasbs
Tired of the same old dystopias that stomp free speech/freedom of movement? Randomized Dystopia suggests other rights your fictional tyranny could deny its citizens! A Flask app remixing statements of human rights, children's rights, and women's rights. (source: https://gitlab.com/brainwane/randomized-dystopia)
— brainwane
SOIE is a GUI application written in Python and C++ for the interactive exploration of simulations of self-organizing active particles. Roujia's paper is here: https://www.roujiawen.com/portfolio/pdfs/interactive_evolution.pdf
— rachel
Mary wrote a little Lisp and then annotated the source code. If you've never written an interpreter for a programming language before, this is a great place to start.
— davidbalbert
A simple development setup for modern JavaScript, without having to pull in big dependencies or extra complexity (e.g., Create React App).
— nicholasbs
A small zine about two tools I love to use when I'm playing around & lightly sketching or prototyping to figure out what I want to do:
bpython
python -i
— brainwane