From e5907e23495aa0fa194c13a318da71be45acb8e3 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 13 Apr 2025 11:33:35 -0600 Subject: overhaul
display --- _posts/2022-10-30-taxonomy-of-open-source.md | 5 +---- _posts/2023-02-12-uuid-versions.md | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to '_posts') diff --git a/_posts/2022-10-30-taxonomy-of-open-source.md b/_posts/2022-10-30-taxonomy-of-open-source.md index cfe2a4e..895a22d 100644 --- a/_posts/2022-10-30-taxonomy-of-open-source.md +++ b/_posts/2022-10-30-taxonomy-of-open-source.md @@ -9,8 +9,7 @@ description: a list - license standards: bare minimum / give code back / don't be evil / be specifically good - how bills get paid: not users' problem / crowdfunding / selling support / we productized the hosting so if you also productize the hosting you're being a dick -
-for example +for example: - React is professionally maintained, owner-driven, PRs welcome, bare minimum, not users' problem - MongoDB is the same but give code back and we productized the hosting @@ -21,5 +20,3 @@ description: a list - anti-licenses are the secret fifth tier of license standards, Good Fucking Luck - some projects are actually community-driven but I can't think of one off the top of my head - most of my side projects are not maintained, owner-driven, view-only, Good Fucking Luck, and crowdfunding at the time they were written but currently not your problem. - -
diff --git a/_posts/2023-02-12-uuid-versions.md b/_posts/2023-02-12-uuid-versions.md index 9293056..52d5fde 100644 --- a/_posts/2023-02-12-uuid-versions.md +++ b/_posts/2023-02-12-uuid-versions.md @@ -17,11 +17,12 @@ in the early 90s, some UNIX people ran into this problem when drawing up their D the UUID format has two control fields and three data fields. the version field is pretty straightforward - it's 1 for UUIDv1, 2 for UUIDv2, etc. at this point, they only had 1 and 2, but they left room in the spec for up to 15 just in case. there's also a variant field, which says whether it's a normal UUID (`10`, hex value `8` through `b`) or some other bullshit that may or may not adhere to any of the rest of this spec.
- other bullshit +
the data fields are -- cgit v1.2.3