2015-12-23 16:46:59-08:00

Learning a little about Bayesian models from Model-Based Machine Learning.

Identified cause of too many file handles being used when deploying using force cli, the creation of a new http.Client for each request when polling for status. Still need to figure out best solution. Using sync.Once is apparently a good solution for initializing singletons in Go.

Trying to learn something new every day