• N0x0n@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    11 months ago

    Looks like a cool project ! But uuhg, i’m already struggling with native docker sometimes, and having hard times with bash scripts…

    Makes me feel sad… learning something like C must make you feel like a super hero! but totally out of my league !

    If only I had read the books my father bought back then… rather than playing counter-strike 1.5 xD

  • Unsafe@discuss.online
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 months ago

    There is really no reason to implement extensively audited runC in C, but the Dev only has the journey, no goals.

  • kanzalibrary@lemmy.ml
    link
    fedilink
    arrow-up
    2
    arrow-down
    4
    ·
    11 months ago

    I just found myself that C is the worst programming language as many people say, but the security and simplicity is more than any language in security. Thank you so much for this!

    • TimeSquirrel@kbin.social
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      11 months ago

      Nobody:

      C: “Lemme just accept anything the user gives me, write beyond the input buffer, glitch out, and start executing whatever the fuck the user injects in there.”

      Still a decent language though, but like an oxy-acetylene torch, it’s powerful tool, but you better know what you’re doing.

    • krash@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      How is C more secure than Rust? Doesn’t it lack features such as safe memory handling?