HackerTrans
TopNewTrendsCommentsPastAskShowJobs

seansh

no profile record

Submissions

Enable password input feedback for sudo

wiki.archlinux.org
2 points·by seansh·2 tháng trước·0 comments

Systemd's New Feature Brings Age Verification Option to Linux

itsfoss.com
4 points·by seansh·4 tháng trước·0 comments

Which programming languages pay the most?

stribny.name
2 points·by seansh·4 tháng trước·1 comments

How the TI-99/4A Home Computer Worked [video]

youtube.com
4 points·by seansh·5 tháng trước·0 comments

Show HN: CodeMic

codemic.io
52 points·by seansh·5 tháng trước·29 comments

Zram as Swap

wiki.archlinux.org
2 points·by seansh·5 tháng trước·1 comments

Show HN: Record and share your coding sessions with CodeMic

codemic.io
14 points·by seansh·5 tháng trước·2 comments

Show HN: CodeMic - replay coding sessions inside your editor, local-first

codemic.io
1 points·by seansh·6 tháng trước·0 comments

Show HN: Bring screencasts into your editor with CodeMic

codemic.io
3 points·by seansh·7 tháng trước·1 comments

Preexec and precmd functions for Bash just like Zsh

github.com
1 points·by seansh·8 tháng trước·0 comments

How Warp Works

warp.dev
1 points·by seansh·8 tháng trước·0 comments

ECL Runs Maxima in a Browser

mailman3.common-lisp.net
119 points·by seansh·8 tháng trước·12 comments

Programmer's Day

en.wikipedia.org
4 points·by seansh·10 tháng trước·2 comments

comments

seansh
·2 tháng trước·discuss
I wonder if the embedded programming sector has been relatively safe and unharmed by AI. Is there anybody here who can weigh in?
seansh
·5 tháng trước·discuss
Thank you. I’d love to spend some time studying the codebases of projects I admire like sqlite, luajit, or whatever Fabrice Bellard has a hand in, and try to find something interesting about them to share with everyone through CodeMic. There's so much to learn from human engineers of that caliber.
seansh
·5 tháng trước·discuss
> As for the usefulness aspect, personally I am not sure that this has a benefit over e.g. watching youtube tutorials/following books.

I do like YouTube video tutorials, but only as long as they're short. Watching Handmade Hero (by Casey Muratori) for example was a little frustrating: the videos are long, the codebase is large, things are moving fast, and I'd get lost.

I often wished I could pause the video to look up the definition of a function, or get an overview of when each file/line was edited and jump straight to that point.

Books/blogs are ok for explaining large codebases that already exist, but not for following a project as the code constantly changes. The book Crafting Interpreters did a really good job there, but that's really rare and hard to do.

I think CodeMic could be useful for this kind of long-form tutorials.
seansh
·5 tháng trước·discuss
Thank you very much.
seansh
·5 tháng trước·discuss
I made CodeMic for those who love to write code by hand and understand code written by hand. It's my little sanctuary from AI.

You may very well be right about the future. I won't argue. I just love the art of programming :)
seansh
·5 tháng trước·discuss
I think you mean Scrimba. Yes, it's similar in the sense that in both tools, when you're playing back a recording, you're not looking at the code as a video. But instead the code is there as text. You can pause the recording, look at the files in the project, scroll up and down the editor etc.

The difference is that CodeMic records and replays inside your editor, not on the web. Currently, only VSCode is supported, but the output is independent of VSCode, making it easy to bring it to other editors and even the web.

Another difference is that CodeMic is not focused on web development or any particular stack. It's more general.
seansh
·5 tháng trước·discuss
I'm working on CodeMic, a VS Code extension to record and share coding sessions directly inside your editor.

Think Asciinema, but for full coding sessions with audio, video, and images.

It makes following tutorials and understanding real codebases much more practical than watching a video.

Local first, and open source.

https://CodeMic.io
seansh
·5 tháng trước·discuss
Thanks for checking it out. I'd be happy to take a look and figure out what's wrong if you could please drop me an email or open a github issue.

That's a good idea, I'll work on the overlapping video tracks.
seansh
·7 tháng trước·discuss
Hi HN,

I've been working on this for a little over 2 years and I'm very excited to share it with you and hear your thoughts.
seansh
·10 tháng trước·discuss


    printf("And a segfault-free year ahead! \n");