Comments: Using UUIDs as Primary Keys
2 - Rewritten
This section has been written to clarify.
3 - UUID are replication friendly
UUID primary id's not only can be used to guarantee uniqueness among different systems, but also as a pratical way to have mysql shard's storing info between different servers and doing replication between them, avoiding primary id collisions.

By poppitypop on 18/6/08
1 - What is this?
What is a UUID? What does it stand for? This should be explained!