higlass-server icon indicating copy to clipboard operation
higlass-server copied to clipboard

Is it 'uid' or 'uuid'?

Open mccalluc opened this issue 7 years ago • 3 comments

In some places it's one, in some places another. I remember Nils having concerns that if the user can assign it, it's not really universally unique, so maybe that's why it's only one "u" in some places? I don't care, and would be happy with any of uuid/uid/id, but the inconsistency seems like something we'll trip over in the future.

mccalluc avatar Feb 15 '17 16:02 mccalluc

It can be either. Should stand for universal identifier. If you need to use it somewhere new use 'uid'.

On Feb 15, 2017 5:39 PM, "mccalluc" [email protected] wrote:

Assigned #16 https://github.com/hms-dbmi/higlass-server/issues/16 to @pkerpedjiev https://github.com/pkerpedjiev.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hms-dbmi/higlass-server/issues/16#event-963396513, or mute the thread https://github.com/notifications/unsubscribe-auth/ACC1jfZKBoTMDrIYtt4PXfVUQoExvlC2ks5rcyougaJpZM4MB8mG .

pkerpedjiev avatar Feb 15 '17 16:02 pkerpedjiev

So, uuid that means Universally Unique Identifier. This is cryptographically strong pseudo random number generator. About uid or Unique Id over time with respect to the host that it was generated on.

Example:

  • Generated UUID : 4e4deff9-b027-4359-8ad5-320e429b5739
  • Generated UID: 3e336481:14ed674b5d1:-8000

Personally i prefer use uuid

imperd1x avatar Jun 01 '18 00:06 imperd1x

The ancient Romans used uuid I believe, but eventually what we know today as "roman numerals" took over as it was regarded as "disruptive tech" at the time.

drew-512 avatar Feb 27 '23 03:02 drew-512