Plain-text files are at risk

10 points by awal


technomancy

Just 20 years ago, it was normal to use such editors regularly, even if you were a layperson.

This does not reflect my experience; the last time I saw a layperson using plain text was in the 1990s.

dzwdz

It's not far-fetched to assume that maintenance of plain-text editors and the ecosystem surrounding them will stop.

That's extremely far-fetched, sorry. Is the thesis here that literally all programmers will switch to only interfacing with files indirectly, using LLMs? Including hobbyists, who might be working on low-level stuff? That sysadmins will never need to manually edit a config file on a machine with broken networking? (or, I guess, that they'll just hook up a serial cable and their LLM will edit all files using bare cat)

The barrier to creating an usable text editor isn't exactly high. I know plenty of people who wrote one just for fun. I haven't done that myself yet, but I hear that's a fun project. We've just had a 2000-line vi(1) implementation posted to the site recently. On that note, I believe all (?) major BSDs maintain a vi(1) as part of the base system, and I don't think that requires much maintenance either.

andyc

??? If anything, I feel like LLMs have made plain text more important, at least for programmers

Many people switched from using IDEs -- where you could imagine the UI eventually substituting for plain text -- to agents, which are adept at manipulating plain text

I mean I guess it's true that the agents may hide the bash commands they're running from you, and some people have no idea what the agents are doing

But I like that they are using plain text. LLMs even output diagrams in ASCII art !!! Rather than a format that's more non-standard or opaque to humans


And yeah I agree, I have not seen non-programmers using plain text for decades. Most people don't even know the difference between say plain text e-mail and HTML e-mail. The e-mails I receive make that obvious.