About
"The program should, in some way, expand the concept of what computer paint programs are, as well as what mark making can be."
execvpe
Odd
"Pi My Life Up"
install package -> hack on package
"Please remember that the kernel is for running userspace" https://lwn.net/Articles/803421/
finally learning about `perf probe` -- https://bristot.me/using-perf-probe-to-measure-execution-time-of-user-space-code-on-linux/ -- think I want to add a hook to scripting language so I can inject probes at script level. might just JIT & call a stub C function with unique name and then probe that
trying to hold to the old rule that when you're writing a script, you use the long-form versions of command-line arguments (`--pid` instead of `p`, etc) because documentation and future readability is more important than convenience of typing