RFC 9562 UUID implementation in Zig sites.wisp.place/jcollie.dev/uuid.zig/
zig uuid
1

Configure Feed

Select the types of activity you want to include in your feed.

configure mirroring to github

Jeffrey C. Ollie (May 20, 2026, 12:22 PM -0500) ca25cff2 251d849c

+4 -2
+4 -2
.tangled/workflows/mirror.yml
··· 11 11 12 12 engine: nixery 13 13 14 + clone: 15 + depth: 0 16 + 14 17 dependencies: 15 18 nixpkgs: 16 19 - openssh ··· 46 49 - name: Push to GitHub 47 50 command: | 48 51 git fetch origin main 49 - git switch main 50 52 git remote add github git@github.com:jcollie/uuid.zig.git 51 - git push --force github main 53 + git push github origin/main:main