Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VE
Posts
10
Comments
196
Joined
2 yr. ago

  • This is an overstatement, definitely. C is one of the few (mainstream) languages where memory safety vulnerabilities are even possible. So if you batch C and C++ together, they probably cover more than 90% of all the memory unsafe cove written in last 50 years, which is a strong implication that they will contribute to 90% of memory vulnerabilities.

    All that said, memory vulnerabilities are about 65% of all high implact vulnerabilities on Chromium project^1 and about 70% of vulnerabilities at Microsoft ^2.

  • My house was built in 1939. Initial installation of ecectric cables consisted of a wire in a sleeve filled over with concrete. That was all replaced with proper tubing and isolation, but these few outlets do not have ground.

  • Wait, but if you have, for example an HTTP API and you listen on a unix socket in for incoming requests, this is quite a lot of overhead in parsing HTTP headers. It is not much, but also cannot be the recommended solution on how to do network applications.

  • This is the real big-endian way. So your things line-up when you have all of these:

     
        
    file_dialogue_open
    file_dialogue_close
    file_dropdown_open
    file_rename
    directory_remove
    
      

    If I were designing a natural language, I'd put adjectives after the nouns, so you start with the important things first:

    car big red

    instead of

    big red car