Hacker News new | ask | show | jobs
by thdn 2212 days ago
Never used it, but saw it on a couple of tutorials, https://asciinema.org
7 comments

I use it and it's awesome! It's not just a video, you can copy-paste from it if you want.

Here's another one I want to try for a long time but still haven't (to have a single, animated SVG file, still copy-pastable): https://github.com/nbedos/termtosvg .

I love the ability to pause and cut/paste from the animations.
I also recommend asciinema.

A tutorial using asciinema in action.

https://asciinema.org/a/188659

You can't add voice into asciinema itself but a asciinema recording URL would be an excellent handout material (like powerpoint) to give to students. Your students can view Terminal action with very clear text, unlike videos where reading text can be difficult.

Even if you use other method for recording/delivering your voice/audio lecture, including Asciinema replay link would be a huge benefit to students.

I'll also plug a little tool I wrote to supplement asciinema: asciiscript [1]. Basically if you get tired of watching yourself fix typos in your recordings, you can script stuff ahead of time and then record it automatically with asciinema. Although I don't think it works with programs that take input, like a REPL unfortunately.

[1]: https://github.com/christopher-dG/asciiscript

I need this! Thank you!
I was just about to suggest ascicinema.

I think it's excellent but it is limited to just the terminal. I don't think it's possible to incorporate a voiceover or soundtrack which you may sometimes want to do.

Similar to asciinema but you can stream in real-time https://github.com/miguelmota/streamhut
Works great. Record, stop, and it spits out a URL. You can even self-host if you want.
I've made a wrapper for it that works a bit more responsively on mobile https://github.com/enigmacurry/kick-ascii