This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Surma
surma.dev
did:plc:2jk7es2j2kibpq34xuglobww
Still discovering new shell tricks.
TIL: Substitutions.
`cmd <(cat file)` invokes `cmd` with the first parameter being a named pipe (e.g. `/dev/fd/22`) which contains the contents of `file`.
Example use-case: You wanna diff two files, but they are binary so need disassembling
2024-09-07T18:10:40.127Z