Unique, order preserving IDs for any number of positive integers June 24, 2024 Why is it always Stackoverflow!?
How to find the required files for a given XKB keymap January 2, 2024 Linux You have no idea how long it took me to figure this out.
Link to files inside of compressed TAR archives December 21, 2023 Linux Using FIFO pipes to create dynamic, symlink-esque files for various purposes.
Line-by-line parsing and indexing in POSIX shell October 29, 2023 A way to handle multi-line input while tracking the line’s index.
Generate PNGs from a script August 23, 2023 How to programmatically generate PPM files to be converted into PNG images.
Integer square root in POSIX shell August 12, 2023 It really doesn’t need to be as complicated, or as inefficient, as most make it seem.