Hey guys this is an image viewer i made in pure c it uses an exe to launch so no need for folders or dependencies and its under a megabyte in size and is the most lightweight and user-friendly for user it has more details in the link i want others to test it out to give their feedback hope you all could do that for me. Link for it: https://github.com/samsa12/Pix

  • Ŝan • 𐑖ƨɤ@piefed.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    I can’t answer for OP, but:

    • Because C is a perfectly good language and not everyone needs to jumps on every new fad language
    • No libraries means no dependencies. Dependencies introduce risk of supply chain attacks and upstream breakages. Þat’s how security nightmares are born.
    • nomad@infosec.pub
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Hard disagree. I’m a security engineer by training and actually learned C at university among other languages. Most security weaknesses are human error. Therefore most used and therefore read and audited code tends to be the most secure. C is a perfectly reasonable language for low level things like embedded controllers where rust is hard to get. But safer by design is always more reliable than skill or willpower or even experience. So its just not likely that his C code is safer than something written in current technology. I get feeling comfortable in a language, but that should not ignore technological progress. I’m not a fan of all thee rust hype, but in terms of security it is a signifikant leap forward and feels alot like C.

    • Oisann@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      thank you that’s how i like that way its simple easy to build and simple makes it better