|
|
|
|
|
by Ferret7446
173 days ago
|
|
Text is just bytes, and bytes are just text. I assume this is talking about human readable ASCII specifically. I think the obsession with text comes down to two factors: conflating binary data with closed standards and poor tooling support. Text implies a baseline level of acceptable mediocrity for both. Consider a CSV file will millions of base64 encoded columns and no column labels. That would really not be any friendlier than a binary file with a openly documented format and suitable editing tool, e.g. sqlite. Maybe a lack of fundamental technical skills is another culprit, but binary files really aren't that scary. |
|
Text is human readable writing (not necessarily ASCII). It is most certainly not just any old bytes the way you are saying.