David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said almost 3 years ago on Realtime Client Updates from Background Jobs with Stimulus :
I think that this would be a good one to revisit. 

David Kimura PRO said almost 3 years ago on Optical Character Recognition :
On alpine linux versions, I also found that we had to install tesseract with
apk add tesseract-ocr
apk add tesseract-ocr-data-eng

David Kimura PRO said almost 3 years ago on Email Tracking :
I thought about that but ultimately decided that obscuring it didn’t really make sense as it is a noninvasive tracker, but depending on the business, this could make sense.

David Kimura PRO said almost 3 years ago on Text to Image with Machine Learning :
Yea, an HA Proxy would make a lot of sense with something like this. As you scale up the number of Interference services for SD, you can increase the number of background workers that are available on the Ruby side to take advantage of the additional servers. You can probably set up HA Proxy to balance the load which would help simplify the infrastructure. By default, I think it does Round Robin which would route each task to a different server in turns. 

David Kimura PRO said almost 3 years ago on Email Tracking :
The logic that I meant was for sending out the emails. Typically, instead of looping over all of the users, you would check if the user has unsubscribed from the email, if there was any kind of time preference, using batch finds instead of looping through every user, etc.