this post was submitted on 20 Feb 2025
224 points (95.2% liked)

Programmer Humor

34474 readers
50 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Korne127@lemmy.world 30 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Now do it by displaying the video directly in the terminal (using colored blocks and the line delete feature like progress bars do) before it's executed.

Edit: Apparently, mpv can already be used for that, maybe you can use it as dependency :P

mpv written in c. C transpile to js using emscripten.

Can 100% use transpile mpv as dependency.