Hacker News new | ask | show | jobs
by high_na_euv 121 days ago
Binary formats are painful to deal with from user perspective

Sane for 3rd party devs

1 comments

Hazard a guess that serializing demented data structures into something text encoded like json or yaml or XML/SOAP is no less painful than a straight binary representation aside from unfamiliarity of tooling to reason about and arbitrarily query the structure, like jq, lq, etc.