Thread
Stories related to "entr(1) – run arbitrary commands when files change, uses kqueue(2)" across the full archive.
doccmd: Run commands (linters, formatters, etc.) against code blocks in documentation files
(adamtheturtle.github.io)
I found this Googling just the other day.
Apparently in the 90s this group came up with some general purpose methods of running arbitrary parallel (MIMD) programs on SIMD hardware.
The approach seems fascinating in itself. At the same time, as far as I can tell, a significant factor in the ...
Developed these config files over time to overcome annoyances, so thought I'd share. Curious about what other tricks you guys use.
slim will build a micro-vm from a Dockerfile. Slim works by building and extracting a rootfs from a Dockerfile, and then merging that filesystem with a small minimal kernel that runs in RAM.
This results in a real VM that can boot instantly, while using very limited resources. If done properly, s...
Plain Text Accounting | Double-Entry Accounting with Plain Text Files in the Command Line
(plaintextaccounting.org)
Sudo flaw lets Linux users run commands as root even when they're restricted
(thehackernews.com)
I was looking for a replacement for Haskell's [ghcid](https://github.com/ndmitchell/ghcid) to use with Go. This tool made the best first impression.