this post was submitted on 20 Feb 2025
228 points (95.6% liked)

Programmer Humor

35551 readers
21 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 31 points 2 months ago* (last edited 2 months 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

[โ€“] far_university190@feddit.org 6 points 2 months ago

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

Can 100% use transpile mpv as dependency.