start of serde post
This commit is contained in:
parent
741fa33d7d
commit
d5b04a7f9d
1 changed files with 25 additions and 0 deletions
25
content/rnd/a_serialized_mystery/index.md
Normal file
25
content/rnd/a_serialized_mystery/index.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue