Hacker News new | past | comments | ask | show | jobs | submit login
Always Be Coding,A read every learning engineer should revisit (medium.com/davidbyttow)
5 points by eliethesaiyan on June 29, 2015 | hide | past | favorite | 3 comments



  # x = number of companies interviewed with onsite
  # y = number of offers received
  value = 100 * log(x) * y / x
Should have been:

  value = 100 * log(onsites) * offers / onsites


It wasn't entirely clear to me which base the logarithm is supposed to be taken, here.


I assume ln, it was the only one that gave me reasonable values.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: