Nicholas Peterson
Nicholas Peterson
I had a conversation with RyanLeeSipes a while ago, about the same time that video was released. He told me that the voice in this particular promotional video was a...
Has anyone considered compiling mimic using a "Unity Build" (single compilation unit). The compilation speed benefits are pretty large, because in reduces redundant compilation. Being IO bound is rarely the...
I have been playing around with the build process a bit. Moved all files into one directory(except for the files my system doesn't need), compiling with `gcc -g -O0 -o...
@forslund those files in question are not generated by the build scripts. My guess is they are made by a external tool. I was able to get them to work...
Yeah it's just that now days we have built up higher levels, and to some, C++ is a lower level then the level they work in, so confusion from some...
Personally I don't have any problem with how it is currently worded. > You can be a good programmer and still make mistakes. Correct, and that section states that as...
Also, the phrase: >if you don’t want idiots writing bad code for your project, then don’t hire any idiots is pretty much a quote from jblow, iirc Some might find...