Live data from Hacker News

Ask HN: Software for producing terminal-based tutorials?

news.ycombinator.com

1–10 of 45 posts

Ask HN: Software for producing terminal-based tutorials?

#1
Prof here. Need to create online lectures for delivery this fall. Course is scientific computing. Plan is video of ipython shell and an editor plus audio of me blathering on. I use a Mac. Suggestions for software for the screen portion? Thx!

Edit: OBS Studio? Screenflow? Camtasia?

Re: Ask HN: Software for producing terminal-based tutorials?

#9
post #3

I've given some live showcasing/presentations with the help of https://github.com/paxtonhare/demo-magic to smooth over parts that are either time consuming, or not error-proof (e.g. networking and such). It might be useful here as well?

If you're wanting to combine that with e.g. asciinema - you can front-load a shell script via `asciinema rec -t "Some Presentation" -c ./presentation.sh`

Re: Ask HN: Software for producing terminal-based tutorials?

#10
post #4

Never used it, but saw it on a couple of tutorials, https://asciinema.org

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.

Post reply on HN