Files
conversation_notes/ep_03.md
Don Goodman-Wilson 980e0229ba Episode 3 up!
2021-02-26 09:43:25 +01:00

3.8 KiB

Live Show Notes, 25 Feb 2021

Hosts: Joe Nash (@jna_sh), Don Goodman-Wilson (@DEGoodmanWilson)

Notes: Ramón Huidobro (@hola_soy_milk)

We'd love to have your feedback on how to make the DevRel Salon better!

Also notice we are moving to a monthly cadence (from fortnightly), next episode's date is TBD Watch our Twitter feed for details

Recording: https://www.youtube.com/watch?v=ZoahLla5aZM

Coding in Front of Others

The art of the live demo

  • Twilio 5 minute demo
  • Using CoScreen for collaboration (and this note taking!)
  • Downside to sharing code on video: Not being able to copy-paste, not accessible

Sharing code on video

  • WebRTC is not optimised for transmitting code
  • Making sure the resolution isn't too high and the text is reasonably big, low framerate, colour contrast
  • Not all syntax themes are accessible (colour contrast, accessibility)
  • Syntax highlighting
  • Highlighting different arguments, imports, exception highlighting
  • Highlighting sections of code in presentation software as an obstacle (Carbon is good for particular code samples)
  • ASCIInema create accessible terminal recordings
  • Paircast
  • Motivation: People want to bring their own tooling
  • Inventing on Principle by Brett Victor

Integration of IDEs into streaming platforms

  • Why don't we have a Twitch integration that provides a link to a git repo, container, "open in codespaces", "Glitch for Twitch", Gitpod
  • A spiritual little sister or so of Codespaces (that's been making the rounds these days) is https://github1s.com/mozilla/glean (you append "1s" to an url and it opens the repo in a web-based VSCode instance)
  • "Twitch plays with my VSCode"
  • Two coding tags on Twitch: Software Development and Web Development

Streaming platforms

Artist performances

Transcoding

  • Twitch partnership required
    • Seems unfortunate for smaller streamers who want to reach audiences with less bandwidth