Hacker News new | ask | show | jobs
by stuaxo 707 days ago
Some things I want from std streams:

Timestamping or sync points, so that if I pipe multiple streams (say stdout and stderr) I can keep them in sync further along when various buffers may have been involved.

Metadata, such as magic file types.

Structured data (this may link with meta data, and maybe there is even a way programs could negotiate what to send to each other).