how to reverse engineer Google's entity ids
问题 Google is using entities everywhere nowadays and they are usually prefixed with /m/ and /g/ (but I have also seen some /t/ lately) I am wondering how the numbering works. For /m/ there is a schema similar to what an url shortener would do. Define an alphabet (in case of /m/ this is 32 characters "0123456789bcdfghjklmnpqrstvwxyz_" and convert a number to a "short url" e.g. /m/0 4swd <-> 156524 ("/m/0" seems to be a kind of a prefix) I am stuck with /g/ IDs though. I created a reasonable