Some thoughts on implementing human-readable numbers output for strace. * Option name * `-H`, `--human-readable` * Output format * `10035372302336 /* ~9.127 Ti */`, `584218284032 /* ~544.1Gi */` * `262144 /* 256 Ki */` * `150530 /* 147 Ki + 2 */`, `24696060928 /* 23 Gi - 1 Ki */` * Scope * Everything? Just byte offsets/sizes? * How it goes against current limit output?