top | item 46811845

(no title)

xenophonf | 1 month ago

I really wish you wouldn't. All the rinky dink colors and animations screw with the CLI output when you don't correctly detect whether the user's running the app interactively.

Keep it plain text. Regular, old, boring output is good.

discuss

order

skydhash|1 month ago

I dislike when devs only try to detect if it’s a tty, then enable all their gimmicks without even providing a flag. Not everything is xterm-256color.

kps|1 month ago

And not everything that calls itself xterm-256color is actually xterm compatible *cough* GNOME *cough*.

bitwize|1 month ago

I agree. So many TUIs from webshit devs don't even bother to call isatty, let alone check terminfo to see if ANSI escape codes are even valid for this terminal.

But modern open source subscribes to Mao's Continuous Revolution Theory. Calls for some measure of stability and sanity are usually dismissed with some form of the argument "awwww, is poor diddums afwaid of a widdle change?" Or in this case, "still using vi on your ADM3A, old timer? Our software is not for you."

xenophonf|1 month ago

Emacs on a Link MC5, although something doesn't like how the terminal handles flow control. I'm not sure if it's the O/S, the UART, the cable, or the terminal, but I have issues with I/O corruption. Even something a simple as a directory listing will get messed up, and on both FreeBSD and Linux, so maybe that rules out the O/S. Oh well. I'll figure it out some day.

davidw|1 month ago

Yeah. "The only winning move is not to play".

bl4kers|1 month ago

Big blocks of text are difficult to parse

xenophonf|1 month ago

Not with sed and awk they aren't.