I know and use several programming languages in my software and firmware development projects. There is a core set that I use most often, because they happen to be the right tools for the job. Early on, I learned several …
Read moreWill a game engine in Python be slower than one written in C++?
If we assume that: The Python programmers are highly competent, and The C++ programmers are highly competent, and Python is interpreted, and C++ compiles to native (machine) code, and has typical optimizations enabled in the compiler, and There is no …
Read moreMy big fat rookie mistake as a software design engineer
It seems that we often wax nostalgic around the holidays, and significant past events, whether good or bad, come back to us. In talking with a colleague, I was reminded of my first rookie mistake as a software design engineer. …
Read more