From 66a259bde3c4675c23d120a6747339a37916b0df Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Thu, 18 Aug 2022 13:26:47 -0400 Subject: [PATCH] * Carpentries: Added "livecode-streamer" lightning talk from 2022 CarpentryCon. --- .../20220801.Live-streaming-live-coding.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 carpentries/20220801.Live-streaming-live-coding.md diff --git a/carpentries/20220801.Live-streaming-live-coding.md b/carpentries/20220801.Live-streaming-live-coding.md new file mode 100644 index 0000000..36c571b --- /dev/null +++ b/carpentries/20220801.Live-streaming-live-coding.md @@ -0,0 +1,29 @@ +Live-streaming Live Coding Session +================================== + + +livecode-streamer +----------------- + +Authored by: Naomi Alterman, University of Washington eScience Institute + +Source code: https://github.com/naclomi/livecode-streamer/ + +Background: When learners get behind in their follow-along coding, +they will get lost w.r.t. instructor who had gone few (or many) steps +ahead. + +Summary of approach: + +* Codes written in notebook or plain source files can be "live-broadcasted" + on a static website that learners can refresh to get the latest progress. +* Terminal session can also be captured & broadcast using a plug-in. + +"CarpentryCon 2022 Lightning Talks: Live streaming your live coding to static webpages for audience" +https://www.youtube.com/watch?v=a3uJj7Eqwzg + +Slides: "Code streaming [CarpentryCon 2022]" + +* https://docs.google.com/presentation/d/1gUKy3V02MLKsWK4Op_gbEkBDYbLwU5B2Tw4UHKiDW4M/edit# +* https://staff.uw.edu/naomila/slides/2022-carpentrycon-livestreaming +