I want to livestream Nim programming on weekends, I'm thinking 8PM EST on Saturdays. I've done this once before for the people on the #nimworks channel (the people behind CPS, Nimskull, etc.), and it was pretty fun and productive, at least for me.
If anyone's interested, let me know and suggest something for me to try out. I'm willing to try out people's libraries and get familiar with new things, which is the reason I did it the first time.
The streams would be on my Owncast instance which supports fediverse nonsense if you happen to use that. I swear a lot and can be vulgar if anyone cares about that, so fair warning.
Let me know what you think.
I'm not part of the code-streaming audience generally, but I could suggest playing around with mummy a bit. Essentially write a small website using only websockets and ping pong messages back and forth with mummy as the server.
Could be pretty interesting to see how to best perform such a setup at length.
(If you're not familiar with websockets, here a small example that sets up client and server with the server being written with prologue)