rodarmor

↗ HN profile [ 73.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I made my first commit to `just`, a command-runner written in Rust, ten years ago with the auspicious commit message "Initial commit. Broken." Thanks to everyone that has used `just` over the years, the authors of the…

  2. I've been working on filepack, a command-line tool for file verification on and off for a while, and it's finally in a state where it's ready for feedback, review, and initial testing. GitHub repo here:…

  3. Lol: Vibe Scripting (github.com)
  4. I really enjoy it when I see programmers with a deranged disregard for aesthetics in the name of efficiency or productivity. Some of my favorited examples from my own experience: - An extremely productive, like, 100x…

  5. Just lets you save and run commands from files with a terse, readable syntax similar to Make: build: cc *.c -o main # test everything test-all: build ./test --all # run a specific test test TEST: build ./test --test…

  6. How to Debug Things (rodarmor.com)