Get an invite to the gopher's slack. It is a great resource for just asking questions or discussing various topics you might be interested in.
For Pivots there is also #gophers and #gopher-den-community slack channels.
A few people have asked me for the tools I use to record my "live" demos. Here are the two I have tried and I think work well:
- rfk/playitagainsam - This actually records stdin/out so you can use it for things other than shell. Good for demoing long running processes that require stdin like debuggers, ssh sessions, etc. By default everything is recorded so it isn't live but there is a live option.
- sloria/doitlive - This one lets you write what is basically a shell script that gets eval’ed as you type.