IntToUuid encodes a non-negative 64-bit integer identifier and an optional 32-bit namespace into a valid UUID at runtime — no need to store the UUID alongside the integer. The UUID is fully reversible ...
A small CLI tool for migrating Better Questing progress from one player UUID to another. This exists because the common one-off scripts floating around only cover one storage layout. This tool ...
Generate sortable experiment IDs with Python 3.14's UUID v7 🔑 UUID4 generates purely random identifiers that lack chronological ordering. Without embedded timestamps, you need separate timestamp ...