|
|
|
|
|
by 23skidoo
1332 days ago
|
|
I'm a little perplexed by the ISBN system. The whole centralized affair, where you have to purchase ISBNs seems like a racket. ISBNs cost more in some countries (America) than they do in others (Canada). Not for any reason other than that they can get away with it. Much better would be a UUID generated from unique values, like a hash of the timestamp and publisher of a book. If you limit the length and number of the fields you hash to generate the UUID, you could even prove there will be zero collisions and eliminate any need to collision checks and thus an organization that charges money. |
|
I will leave figuring out which hashing functions were known back in 1970, and experimenting with calculating them by hand, up to you. :)