Live data from Hacker News

TTE: Terminal Text Effects

chrisbuilds.github.io

231–240 of 279 posts

Re: TTE: Terminal Text Effects

#231
These are really cool, and I wish I could have used them when I ran a dial-up BBS. (Although I don't know if 14.4k or 28.8k were fast enough to handle these.)

But, if you're going to go through the trouble to use these in a command-line program, why not make a GUI?

Re: TTE: Terminal Text Effects

#232
post #71
post #63

Earlier quoted context omitted.

I propose that developers are allowed to use it in production... so long as they do all the development work on a 9600 baud dialup with a VT102.

A few years ago, a submarine cable was knocked out, between our startup's MVP servers in Singapore AWS, and our networked factory stations in Asia. In lieu of the submarine cable, something closer to a wet string was being routed over. It had such high latency and packet loss, that a watchdog timer I'd implemented on the stations was timing out. Fortunately, the remote access we'd built into our stations (SSH and Ope…

TERM=dumb seems like a good idea in a situation like that.

Re: TTE: Terminal Text Effects

#233
post #118

Earlier quoted context omitted.

Hot damn, I have to respect the author for shutting down any attempt to make him give in to the pressure. All these serious enterprise people worried about their cows, but then they do install ‘cowsay’ on their systems xD

The people complaining probably don't have the authority to remove it from the base image they're forced to use, unfortunately.

How serious can your enterprise be if they install cowsay on their base image?

Re: TTE: Terminal Text Effects

#234

These are really cool, and I wish I could have used them when I ran a dial-up BBS. (Although I don't know if 14.4k or 28.8k were fast enough to handle these.) But, if you're going to go through the trouble to use these in a command-line program, why not make a GUI?

> But, if you're going to go through the trouble to use these in a command-line program, why not make a GUI?

Because this is more fun.

Re: TTE: Terminal Text Effects

#235
post #36

Earlier quoted context omitted.

Idk I wouldn’t mind one or two of these as loading screens or something.

What CLI tools have a slow enough boot to require a loading screen? I'm sure there are some but... The only one that comes to mine for me is FileBot[0] - and if the loading screen made it take ANY additional time, I'd be annoyed. [0] https://www.filebot.net/

It could be cool for GUI programs, when run from a terminal, to show a terminal loading screen parallel to the gui loading screen. Totally unnecessary, but cool.

Re: TTE: Terminal Text Effects

#236
post #166

Earlier quoted context omitted.

How exactly did you get the stations working? Be specific.

"Be specific" sounds like a high-stakes interview, so I'd better answer. :) * SITUATION: Factory reports MVP factory stations for pilot customer "not turning on" for the day, reason unknown. * TASK: Get stations up in time for production line, so startup doesn't go out of business. * ACTION: Determined cause was unexplained networking problem outside our control, and that was triggering some startup time checks. But…

Is it me reading it wrong or are you using two "startup" meanings in sentences very close to each other?

Re: TTE: Terminal Text Effects

#237

I freaking love this library! It reminds me of a time that I don't even know happened when computers seemed like a scifi possibility come true. So happy to see it on the front page. One of the coolest things is not just the ability to pipe cat outputs into it, but that it doubles up as a python library- next time you're making a throw away CLI with print outs and prompts, why not make it insanely jazzy?

It's fun for silly stuff, but I've definitely been on enough slow links that I wouldn't put it in a serious tool.

EDIT: Don't get me wrong, I think it's really cool, but I wouldn't use it as a universal hammer.

Re: TTE: Terminal Text Effects

#239
post #6

In a similar vein in Emacs: M-x zone Every time you run it, it triggers a random screen saver effect. Fun when it's on a timer and triggers so your work colleagues wonder wth is going on.

Thanks for everything you do for the Emacs community, mickeyp. I've learned so much from https://www.masteringemacs.org/

Re: TTE: Terminal Text Effects

#240
That's nice, but can we add a feature to terminals that actually understands what it shows and can post-process/augment the data? E.g. when `curl -v` dumped 10k json, the terminal would be able to prettify it right in the terminal. When there's an output with seemingly table data, it would be able to show it as a table with sorting, aggregations and export functionality. If it's code, do some syntax. Logs? - collapse long lines and highlight the parts of them.
Post reply on HN