Live data from Hacker News

Asciinema – Record and share terminal sessions

asciinema.org

91–100 of 103 posts

Re: Asciinema – Record and share terminal sessions

#91
post #18

Let me be the devil advocate: why not use ttyrec + seq2gif instead? Or check https://intoli.com/blog/terminal-recorders/ if you don't like my recommendation ttyrec is a standard format that most people and tools understand. And if you want something fancy that asciinema output, you can use seq2gif which support all the bells n whistles asciinema does, while allowing you to also upload the ttyrec file. However, I woul…

Not sure about seq2gif but I think using ttyrec to capture data instead of asciinema has some benefits. For example, ttyrec is a 33KB standalone binary while asciinema needs python. This might be a problem if you are recording something on a remote machine with limited access or resources. You can upload ttyrec data to asciinema so nothing really changes on that front.

Unfortunately I guess only a small minority prefers 33KB binaries doing just their the job.

At least I learned about the SVG alternatives to asciinema that's both getting a better vectorial results, and saving size compared to a gif output. It is so obvious in retrospect! More kudos to the author for thinking about supporting various input formats, including asciinema.

Re: Asciinema – Record and share terminal sessions

#92
post #17

Earlier quoted context omitted.

Uploading ascii equivalents is a great idea! I usually do that, so I can later reconvert if needed. Can you tell me if your text browser/Braille reader works well with https://github.com/csdvrx/pg_csdvrx/blob/master/pg_csdvrx.tt... ? This is my latest recording. I removed color and unicode to be more accessible but I still have some Ansi.

easy way to test if a web page sucks for blind people: Use Lynx[1] to browse it. It's not a perfect representation of what they experience but it's a very easy way to get a good impression. [1]: https://lynx.browser.org/

I was wondering more how well ttyplay was working on Braille terminals, or if they could easily edit ttyrec files.

Re: Asciinema – Record and share terminal sessions

#94
post #21

Earlier quoted context omitted.

> please consider using plain text instead You do understand this is a false dichotomy? You can have both. Some people would rather watch a video and follow along, whereas others get more out of reading text... and both fit neatly on a page right next to one another.

For double the effort, which not many people go to.

Not sure it's double the effort. Once you've written the textual version, you pretty much only need to copy and paste it into a terminal to produce the asciicast version.

That's how I did the animations for this Powershell tool.

https://github.com/nickcox/cd-extras

Re: Asciinema – Record and share terminal sessions

#96

Earlier quoted context omitted.

Still not as bad as the BlackBerry company (Research In Motion, or RIM) careers website, "RIM.jobs"

Or the old 'expertsexchange.'

Would you really want your sex change done by someone who's not an expert?

Re: Asciinema – Record and share terminal sessions

#98
post #96

Earlier quoted context omitted.

Or the old 'expertsexchange.'

Would you really want your sex change done by someone who's not an expert?

It certainly beats a kidsexchange (which was some kind of daycare website back in the day, if memory serves).

Re: Asciinema – Record and share terminal sessions

#99
post #89

Earlier quoted context omitted.

Their logos are pretty great too.

"Your pen is Our business!"

"Q: Can I provide my own wood? A: In most cases we can handle your wood. We do require all shipments to be clean, free of parasites and pass all standard customs inspections."

I don't know how to interpret this now.

Re: Asciinema – Record and share terminal sessions

#100
post #86

Asciinema is great and a joy to use, but one of the coolest things about how Asciinema is made is that the web player implements a virtual terminal emulator in Clojure: https://github.com/asciinema/vt/blob/master/src/asciinema/vt... It's cljc, which means it runs on both JVM and in JS. I have no idea if they actually use the JVM bit.

[deleted]
Post reply on HN