Live data from Hacker News

Show HN: CodeMic

codemic.io

1–10 of 30 posts

Show HN: CodeMic

#1
With CodeMic 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 love to hear your thoughts.

Show HN: CodeMic
codemic.io

Re: Show HN: CodeMic

#2
I know I've seen something like this on hackernews before. SaaS for taking over the IDE at any point of a recording, just without the video.

EDIT: https://news.ycombinator.com/item?id=28207662

Seems this but with a slightly different spin?

EDIT2: Gave it a go. Works as intended, so good job on that. The video being a video, makes it a bit awkward though - if I stop the recording and edit some part, I'd want to see the changes live, but for that I guess I'd have to start the server myself? And when I hit play, my changes got deleted anyway (?).

As for the usefulness aspect, personally I am not sure that this has a benefit over e.g. watching youtube tutorials/following books. I watched one of the videos and I'd have to concentrate on the video, the text and audio at the same time, and it wouldn't be me typing the code anyway, so I'm not sure how much I'd remember of it. I'd have to stop, open a new project and try to rewrite it myself to memorize the concepts deeper. But that's just my personal take - might be that there's a big userbase for such interactive learning!

Re: Show HN: CodeMic

#4
Coding session these days is someone typing into Claude Code and waiting. I think this would have been a decent idea a few years ago. Humans typing code into an editor is going to be as rare as debugging assembly.

Re: Show HN: CodeMic

#6

Coding session these days is someone typing into Claude Code and waiting. I think this would have been a decent idea a few years ago. Humans typing code into an editor is going to be as rare as debugging assembly.

This has huge potential as an education tool. People still have to learn how to code. A person who doesn't cannot achieve shippable products even with Claude code.

Re: Show HN: CodeMic

#7

Coding session these days is someone typing into Claude Code and waiting. I think this would have been a decent idea a few years ago. Humans typing code into an editor is going to be as rare as debugging assembly.

This has huge potential as an education tool. People still have to learn how to code. A person who doesn't cannot achieve shippable products even with Claude code.

I disagree, and even more so in the future. Programming languages will become a relic of the past. I think LLMs will just create binary from spec/tests/

Re: Show HN: CodeMic

#9

Earlier quoted context omitted.

This has huge potential as an education tool. People still have to learn how to code. A person who doesn't cannot achieve shippable products even with Claude code.

I disagree, and even more so in the future. Programming languages will become a relic of the past. I think LLMs will just create binary from spec/tests/

Why do you think this? I don't see a pathway for a language model to create binaries directly. Is someone working on this?

Re: Show HN: CodeMic

#10

Earlier quoted context omitted.

I disagree, and even more so in the future. Programming languages will become a relic of the past. I think LLMs will just create binary from spec/tests/

Why do you think this? I don't see a pathway for a language model to create binaries directly. Is someone working on this?

I mean the code would be intermediate and not really kept around. Code could be any language llm would choose best depending on requirements.
Post reply on HN