Conversation

Unless a Google Youtube engineer with knowledge of the id creation mechanism chimes in regarding Youtube ids, I still think that there is some information embedded in the 64 bits. They could easily scramble the bits around to encode time and other data -- sort of like Twitter's
1
3
Snowflake algorithm but a more obfuscated version of it. Twitter's snowflake algo simply embeds the timestamp in the higher order bits and the server and datacenter ids in the lower order bits. What I'm wondering is what it would look like if one were to embed a timestamp but
1