Cosmologically Unique IDs
81–90 of 159 posts
Re: Cosmologically Unique IDs
#82Re: Cosmologically Unique IDs
#83Earlier quoted context omitted.
If protons decay. There isn't really any reason to believe they're not stable.
And recent DESI data suggests that dark energy is not constant and the universe will experience a big crunch in a little more than double its current age, for a total lifespan of 33 billion years, no need to get wild with the orders of magnitude on years into the future. The infinite expansion to heat death over 10^100 years is looking less likely, 10^11 years should be plenty. https://www.sciencedaily.com/releases/2…
Re: Cosmologically Unique IDs
#84Re: Cosmologically Unique IDs
#85Re: Cosmologically Unique IDs
#86Re: Cosmologically Unique IDs
#87I’m also going to devise a standard that arbitrarily breaks it into groups of hexadecimal digits of arbitrary length in the spirit of UUIDs, and reserve a prefix space for Planck-unit timestamps (computronium-ID-7) so that you can lexicographically sort your COMPID7s.
Man I got to get out in front of this.
Re: Cosmologically Unique IDs
#88[dead]
Re: Cosmologically Unique IDs
#89Quite offtopic, but: I found UUIDs being overused in many cases. People then abused them to store data, making them effectively "speaking IDs" or "multi column indices".
Unless it's a key that needs to be sortable (e.g. insertion order) or a metric/descriptor of some kind, I'm not sure why UUID would be overused or inappropriate for use.