Identify All the Things With UUIDs!

Comments

Comments are closed.

Kees Schepers at 12:29 on 24 Jun 2016

Nice talk. Good to know the architecture behind the UUID. One comment though try to get more interaction with your audience.

Ciaran McNulty at 16:27 on 24 Jun 2016

Great overview

Niels Nijens at 17:24 on 24 Jun 2016

Interesting to hear about the 'internals' of UUIDs.

Good overview.

Youri Thielen at 22:19 on 25 Jun 2016

Great overal review of UUIDS including some in depth information. One thing I missed is for example the migration from auto increment primary keys to UUIDs. Also more practical examples of pros and cons, the ones mentioned were quite abstract and high level.

Ronald D. at 10:11 on 26 Jun 2016

Good insight, and well presented

Nic Wortel at 09:50 on 27 Jun 2016

I have been working with UUIDs (using your library) in multiple projects, but had never looked into the internals (except during the Code Night). Which is probably a good thing, because that means that it Just Works™. But I wanted to learn some more about how the UUIDs and your library work exactly and your talk helped me accomplish that.

Thank you again for the great talk and for your work on the UUID library!

Jorn Oomen at 21:49 on 27 Jun 2016

Great talk about the algorithm of UUID's and the different versions.

It was interesting to hear that UUIDs are not completely random, and what the differences between the different versions are.
I also liked the part about how a lot of configuration can be swapped in ramsey/uuid to customise UUIDs for those who are so inclined.
Interesting talk, well presented.