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/)AC
Posts
0
Comments
131
Joined
2 yr. ago

  • C was built mostly to abstract from assembly

    That’s actually not true; rather, many modern architectures are designed to allow languages like C to be compiled more easily. Old architectures don’t even have a built-in stack.

  • Because sometimes one has no choice, be it for your job, or hardware support, etc.

    Unfortunately, there is some scientific and medical equipment that only supports Microsoft Windows (often obsolete versions, which is even worse).

  • Maybe about 4-5 years ago, I read through the source to find obscure undocumented features of a couple system calls that allowed me to write a detailed system/process monitor utility that does things that nothing else seems to know about.