dpc_01234

↗ HN profile [ 71.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Increasingly I've been needing to review changes inside text editor, typically as a part of editing a prompt in code harness, though sometimes for other purposes (editing md documents, PRs, etc.). Manipulating diffs,…

  2. A public instance is available at https://rostra.me/. It will default to showing the interface from the perspective of my own identity, in a read-only mode. Click "Logout" and then "Random" to generate your own identity…

  3. Our project needed something that would roughly track times it takes to execute certain things in the CI (builds, tests), so it's easier to spot degradation and trends. Seemed like a nice side project to toy with…

  4. I couldn't find any standalone CLI tool like that (there were some libraries for some languages), so I wrote it. It's in Rust, and it was written to speed up larger Rust project CI, on a self-hosted github action runner…