Show HN: Sneakers (1992) in Your Terminal
60 points by ryan-c 2 months ago | 7 commentsI've converted the movie Sneakers to a "high def" terminal animation, complete with subtitles.
The frames were rendered using the Python `tv` package, the subtitles were done with custom tools, and the ssh backend is russh.
Try it!
ssh ansi.rya.nc
(bonus: try "rickroll" as the username)
- lazyfanatic42 2 months agoWow I didn't know anyone could do anything like this over SSH, truly I live in the future past! Amazing. Thank you for sharing.
- rrr_oh_man 2 months agoThis is amazing!
- rrr_oh_man 2 months agofor anyone (like me) who initially failed with the macOS terminal: you need to download iTerm2 or another 24-bit terminal.
- ryan-c 2 months agoWhat's the TERM variable for the default macOS terminal? I want to try to detect non-working terminals.
- nickdothutton 2 months agoTERM=xterm-256color
TERM_PROGRAM=Apple_Terminal
- nickdothutton 2 months ago
- ryan-c 2 months ago
- rrr_oh_man 2 months ago
- fivestones 2 months agoAmazing stuff. Do you have a write up with more details? Is your code open source somewhere?
- ryan-c 2 months agoIt's a WIP, but some of the code is on github:
https://github.com/ryancdotorg/ansi-player-rs
https://github.com/ryancdotorg/ansiani
I haven't posted the SSH part yet, but that is planned along with a writeup.
- ryan-c 2 months ago
- 2 months ago
- jry258 2 months ago[flagged]