The app looks neat though, good job
Asciinema
81–90 of 95 posts
Re: Asciinema
#82Earlier quoted context omitted.
If you are doing a terminal video, I'm pretty sure you are smart enough to break down that pipe and first download, and then run it.
So why not make that the way the instructions tell you to do it?
Re: Asciinema
#83Our open source project contains a command line tool for Docker orchestration and Asciinema is a perfect solution to introduce its features and use cases (https://asciinema.org/~kontena).
Re: Asciinema
#84Earlier quoted context omitted.
piping random shit into sh is wrong because domains go away, yet installation instructions might be repeated in countless other tutorials. easy to snap up domains and host malware. and SSL has nothing to do with it. packages are not cryptographically signed either and once on the system can easily become root.
Once you've installed it you've given local privileges (or even root) to the app, so you're hosed anyway.
Put it in ~/opt with xstow, and add ~/opt/bin to your path, ~/opt/man to your man-path, ~/opt/include, ~/opt/lib... to the various paths.
In this case, it seems like a lot of effort to get a tgz-archive just to download a single executable. I gather it's distributed as an archive in order for the Changelog, Readme and License to be available -- but as it's all downloaded from github anyway, it's hard to see why that really matters (rather than just have -h spit out a link or two).
As, if you're using a normal, full-featured web browser, there's no way of knowing if what you select, is what you copy and then paste -- it would probably be better to just link directly to the latest binary release for the various platforms (linux32, linux64, linux-arm, OSX 32bit, OSX 64bit) -- and let the user save the binary somewhere.
Limit the "command line instructions" to:
go get github.com/asciinema/asciinema
rather than fighting idiomatic go practices.If you really want to be clever, why not just use 0install?
Re: Asciinema
#85How does it work?
Re: Asciinema
#86It's be great to have a polished product like this but for programming sessions in a text editor like Sublime.
Just curious, what benefit would this have over something like git? Just to show your programming process?
Re: Asciinema
#87ttyrec is a tiny terminal utility that does this on your terminal. It was released in 2000, it's one of those nice little gems one is glad to discover. It records and playbacks terminal sessions. The recorded files are in kb's. [1] It's simple to use. 'ttyrec filename' starts recording, ctrl-c to stop recording. 'ttyplay filename' to playback. Of course with asciinema.org, you get the benefit of an html player for th…
You know this calls for a ttyrec html player...!
Re: Asciinema
#88It's really bad to curl | sh. You shouldn't do it, and you shouldn't recommend doing it... The app looks neat though, good job
Re: Asciinema
#89Cool product and nice execution, but I'm a little stuck on the name. I keep reading it as ascii-enema.
Re: Asciinema
#90Earlier quoted context omitted.
Me too. Is this a sort of allusion to something?
It's supposed to read as a portmanteau of "ASCII" and "cinema", but yeah, I can see the misreading.