From b2544be6b8236f4c365eb6dd7479fdcae4479087 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Mon, 21 Jul 2025 16:35:55 -0700 Subject: [PATCH] fix link to lines on kittcollective --- content/sundries/presenting-julids/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/sundries/presenting-julids/index.md b/content/sundries/presenting-julids/index.md index ada1efd..18a11c0 100644 --- a/content/sundries/presenting-julids/index.md +++ b/content/sundries/presenting-julids/index.md @@ -292,7 +292,7 @@ those crates! Feel free to steal code from me any time! [^monotonic]: At least, they will still have a total order if they're all generated within the same process in the same way; the code uses a [64-bit atomic - integer](https://git.kittencollective.com/nebkor/julid-rs/src/commit/2484d5156bde82a91dcc106410ed56ee0a5c1e07/src/julid.rs#L11-12) + integer](https://git.kittencollective.com/nebkor/julid-rs/src/commit/2484d5156bde82a91dcc106410ed56ee0a5c1e07/src/julid.rs#L11-L12) to ensure that IDs generated within the same millisecond have incremented counters, but that atomic counter is not global; calling `Julid::new()` in Rust and `select julid_new()` in SQLite would be as though they were generated on different machines. I just make sure to only generate