Email or username:

Password:

Forgot your password?
1 comment
Parker Higgins

@Gargron because I was a little sloppy! the twitter account is twitter.com/78_sampler, which is triggered by a cron job every few hours. it picks a record at random and uses openCV to try to find a label circle. If it does, it does a (computationally heavy) encode and post. If it doesn't, it exits with a failure code. So I wrapped the whole thing in an `until` loop. The DMCA notice caused the uploads to fail, so it was encoding non-stop and using 100+% CPU for hours

Go Up