tornadofart

↗ HN profile [ 64.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Happy new year! Weird question but here goes. My colleague has a strong work ethic, works hard, learns fast, goes out of his way to increase test coverage etc. I would say his contribution is net-positive but some of…

  2. Take for example the equation U = R * I In many languages, I have to re-implement this equation according to which values are known and which are not. Something like this pseudocode: var u = r * i; ... var r = u / i;…

  3. I want to prevent counterfeit hardware from being used in a machine. The solution should be stand-alone,so independent from the existence of a network. I have a vague idea, but I'm not sure. You could have one…