David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said 11 months ago on Optical Character Recognition :
Good call   Hussein  . I didn't even realize that I had this installed. Not sure if it was from a previous library or dependency, but thanks for posting that!

David Kimura PRO said 11 months 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 11 months 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 11 months 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 11 months 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.