From d5b04a7f9db3413077e13287d9f5c9652f6c6ac1 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Sat, 24 Jun 2023 14:00:00 -0700 Subject: [PATCH] start of serde post --- content/rnd/a_serialized_mystery/index.md | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/rnd/a_serialized_mystery/index.md diff --git a/content/rnd/a_serialized_mystery/index.md b/content/rnd/a_serialized_mystery/index.md new file mode 100644 index 0000000..dd45fa7 --- /dev/null +++ b/content/rnd/a_serialized_mystery/index.md @@ -0,0 +1,25 @@ ++++ +title = "A Serialized Mystery, in One Part" +slug = "serialized-mystery-one-part" +date = "2023-06-22" +updated = "2023-06-22" +[taxonomies] +tags = ["software", "rnd", "proclamation", "upcsm"] +[extra] +toc = false ++++ + +# *Mise en Scene* + +Imagine, if you will, that you're a computer programmer. + + - programmers like efficiency + - databases have primary keys and keep indices + - uuids are useful but wasteful (note: NO BENCHMARKS!) + - ulids seem cool + - endianness + - profit + +# First steps + +## A puzzling failure