• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • Literally all of them, but look at OpenSSL for a good example.

    Literally everything runs off it these days, and it’s like 3 guys and a trenchcoat working on it most of the time.

    It’s just how open source / the industry / people are. We all have our own stuff we want to do, so as long as the stuff your using works you don’t tend to care, and if it doesn’t you often don’t have the time or resources to do anything other than tell the owner to fix it.



  • Strykker@programming.devtoMemes@lemmy.mlso much for modern medicine
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    edit-2
    7 months ago

    It’s not odd at all that people are willing to take the vaccines. Hundreds of doctors and scientists have been involved in the process of determining how viruses work, how the body fights them how we can use that to improve the bodies response and then how to safely package that for delivery to every person in the country.

    There is no blind faith here except for that of doubters, just literal thousands of hours of dedication and science.





  • Except the C++ “Core dumped” line is telling you it just wrote a file out with the full state of the program at the time of the crash, you can load it up and see where it crashed and then go and look at what every local variable was at the time of the crash.

    Pretty sure you can even step backwards in time with a good debugger to find out exactly how you got to the state you’re currently in.