Hello there, it’s great to hear from you! I’ve been learning C, and I find myself forgetting things in C often due to the lack of opportunities to use it frequently, given my limited exposure. Are there any good novice-friendly projects or effective ways to improve my C skills?

edit: If it matters, what I eventually want to graduate into doing is fixing bugs on the linux kernel.

  • Oliver Lowe
    link
    210 months ago

    If it matters, what I eventually want to graduate into doing is fixing bugs on the linux kernel.

    The Linux kernel is pretty big. One thing you could try to do is start studying similar but smaller kernels. This can make it a lot easier & quicker to experiment with. Plan 9 and OpenBSD come to mind.