Show HN: Record and share your coding sessions with CodeMic
Posted by seansh 1 day ago
You can record and share coding sessions directly inside your editor.
Think Asciinema, but for full coding sessions with audio, video, and images.
While replaying a session, you can pause at any point, explore the code in your own editor, modify it, and even run it. This makes following tutorials and understanding real codebases much more practical than watching a video.
Local first, and open source.
p.s. I’ve been working on this for a little over two years* and would appreciate any feedback.
* Previously: CodeMic: A new way to talk about code - https://news.ycombinator.com/item?id=42485088 - Dec 2024 (58 comments)
Comments
Comment by JaumeGreen 22 hours ago
I could not make it work to watch a session from my vscode in steamos (it could be misconfiguration from my part), so I don't know if you can alter the speed of the reproduction from there, which would be great.
From my inexistent list of improvements, make it so that 2 video sources can be sent simultaneously, one for the speaker, another for a presentation video. That way you can see the person doing the course, while seeing the important bits, and see the code.
Comment by seansh 22 hours ago
That's a good idea, I'll work on the overlapping video tracks.