Hacker News new | ask | show | jobs
by jrockway 5490 days ago
You don't need to know this. You make an image of the text for every combination possible, apply the blur algorithm, and see which one is a pixel-perfect match for to the image on the web site.

Or rather, you don't do this, you write a program to do it :)

1 comments

But you'll have to go through 64 ^ (64 x 9), combinations which will take years which was what I said in the first post.