Minimum requirements of a good engineering employee

As title, just some random thought… Able to get things done independently (should be something reasonably complex and takes days or weeks to finish) Care what he is doing and be responsible to his products Good understanding of the current progress of the project and able to communicate this with the team Just to be…

Debugging Torch with Zerobrane

I am kind of new to Zerobrane studio and followed this guide to try to debug Torch code. However, I came across with the error attempt to index a nil value (global ‘utils’) for printf = utils.printf It turns out that the path was not setup correctly. In the config file (Edit | Preferences |…