top | item 46511510

(no title)

langarus | 1 month ago

on disk, so basically I'm trying to save the image of a solution and reuse it if the same quiz is required. So instead of recomputing the result just return the same image.

discuss

order

ronbenton|1 month ago

Got it. Is that cache surviving the crashes?

langarus|1 month ago

I'd have to host it somewhere (s3?). Right now I only commit the solution png to github. OFC it's not a good option but it's free and fast.

slashyellow|1 month ago

curious question from a non-programmer - are you checking against the exact same image (i.e. hashed), or is there an easy way of trying to match an image to a very similar one you've seen before?