This is a short summary. ↗ Open original to view full content
Things to do on an upcoming flight
from blog Drew's blogsite, | ↗ original
Related
More from Drew's blogsite
Minimally useful Github workflow for emacs packages
2 Sept 2024 |
original ↗
Use this if you want to publish your emacs package to Melpa
Participating in the Spring Lisp Game jam, why and how
16 May 2024 |
original ↗
My tech stack for the lisp game jam, why I’m using it, and how I’m planning to distribute my game.
How to act on command output containing spaces in Bash loops
27 Feb 2024 |
original ↗
A fool-proof way to write loops in bash that don't split input on spaces.
When you might want classes
19 Feb 2024 |
original ↗
Sometimes it's much easier to work in inherently stateful design spaces with an Object-Oriented-first design approach.