Pity ^S/^Q don't work for pause/play. ^C/^Z also don't seem to work for quitting. I wonder what's preventing these keybindings from working. Very cool regardless.
The fact that Telnet is actually a protocol, and a weird one (mostly because it's ancient and actually predates UNIX). I believe the reason is that those keypresses are not interpreted by your terminal but instead sent over to the other side to be interpreted there. Obviously, they don't do anything there.
With "nc towel.blinkenlights.nl 23", on the other hand, they would work.
Ah, reminds me of messing with my friends by piping the output to a write message on their terminals. Super annoying because it just scrolls through the terminal frame by frame.
IIRC, that java was self-contained. I think the applet zip file contained the textfile, which I used to make my own local viewer. FWIW, the text file has changed over time (which I guess is fair, it's not like Lucas hasn't changed his versions over time)
In Firefox (v82) the text-field does not seem to render in a strictly non-proportional font. Thus everything is garbled. Unfortunately w3m text-mode browser isn't capable to display the page...
[EDIT] The following steps fix playback in Firefox for me:
- I press F12 to open the web-developer tools,
- select the "Console" Tab
- at the prompt at the bottom (marked by ">>") enter:
If I'm not mistaken, Courier New is one of Microsoft fonts; if you're on Linux there is an installer available for various distros; on apt-based systems it's:
I hope it is clear that this is not what the original link is about. VLC can output ascii art like what aalib and libcaca can produce (namely try to simulate images using terminal output), while the submission is an animated scene by scene recreation of A New Hope using ascii art.
30 comments
[ 2.1 ms ] story [ 84.6 ms ] threadWith "nc towel.blinkenlights.nl 23", on the other hand, they would work.
The telnet server says:
> Original Work : Simon Jansen ( http://www.asciimation.co.nz/ )
> Telnetification : Sten Spans ( sten@blinkenlights.nl )
> Terminal Tricks : Mike Edwards (pf-asciimation@mirkwood.net)
[EDIT] The following steps fix playback in Firefox for me:
- I press F12 to open the web-developer tools,
- select the "Console" Tab
- at the prompt at the bottom (marked by ">>") enter:
- press Return. Renders correctly now.It's been sitting there like that for 10 minutes or so. How long does this thing take?
"Looks trustworthy, what could go wrong?". I laughed, and then was amazed at the result.
Edit. Nope I remember wrong. It was an ASCII rendition of The Matrix that was the oldest on bittorrent.
https://torrentfreak.com/oldest-torrent-is-still-being-share...
https://news.ycombinator.com/item?id=10962253
https://news.ycombinator.com/item?id=18102578
To play the former, you’ll want to limit the rate that your terminal displays the text. I use `pv`, or “Pipe Viewer”, as such: