is that plain text, or plain text?

Started by Thorin, September 08, 2023, 12:44:13 PM

Previous topic - Next topic

Thorin

"Plain Text - Dylan Beattie - NDC Copenhagen 2022"
https://youtu.be/gd5uJ7Nlvvo?si=Os-SQFmIB5XinSb8

It's an hour-long video, I watched it at 1.5x speed.  This guy goes into a _huge_ amount of detail about why "plain text" isn't "plain text".  I really enjoyed learning all of the history that led up to the point where we are today.
Prayin' for a 20!

gcc thorin.c -pedantic -o Thorin
compile successful

Mr. Analog

By Grabthar's Hammer

Melbosa

Sometimes I Think Before I Type... Sometimes!

Lazybones

My fav related item is zero length unprintable characters showing up in code or in XML / JSON integration files blowing up parsing.

Mr. Analog

But where else should I store my vertical tab characters?? lol
By Grabthar's Hammer

Darren Dirt

Quote from: Thorin on September 08, 2023, 12:44:13 PM"Plain Text - Dylan Beattie - NDC Copenhagen 2022"
https://youtu.be/gd5uJ7Nlvvo?si=Os-SQFmIB5XinSb8

It's an hour-long video, I watched it at 1.5x speed.  This guy goes into a _huge_ amount of detail about why "plain text" isn't "plain text".  I really enjoyed learning all of the history that led up to the point where we are today.

Found the ner🤓!

;-) Disclaimer: I actually like these kind of tech under-the-hood distraction thingies. More than I probably should.

Haven't watched yet, but my guess it goes from 127 byte ASCII through to current 4 byte Unicode of today. 😎
_____________________

Strive for progress. Not perfection.
_____________________

Thorin

Yeah, it also goes back into the 1800s to talk about type-setting.

In the entire talk, he skipped over the "Turkish i" problem, though.
Prayin' for a 20!

gcc thorin.c -pedantic -o Thorin
compile successful