one fable-low hijack cell
pair fast / self
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked fast (first-offered)
· classifierA
· tiernone
response (200 chars)
`fast || self` — reading it as shell logic:
```bash
fast || self
# try `fast` first; if it fails (nonzero exit), fall back to `self`
```
Which is kind of a nice accidental philosophy: *go fast, and
neighbors