mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-08 20:57:48 +10:00
Add uncategorised page for those things I can't give a category
This commit is contained in:
@@ -17,5 +17,6 @@
|
||||
- [Incident Management](categories/devops/incident.md)
|
||||
- [Web](categories/web.md)
|
||||
- [Success Team Work](categories/team-work.md)
|
||||
- [Uncategorised](categories/uncategorised.md)
|
||||
- English
|
||||
- [Business English Speaking for Professionals](categories/english/business-spoken-english.md)
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
# Uncategorised
|
||||
|
||||
|
||||
## Some interesting questions
|
||||
|
||||
### UUID or UUID4
|
||||
|
||||
* `UUID` use current time and your computer MAC address to generate the id
|
||||
* `UUID4` which is much simpler. Each and every bit of a UUID v4 is generated randomly and with no inherent logic. With the sheer number of possible combinations (2^128), it would be almost impossible to generate a duplicate unless you are generating trillions of IDs every second, for many years.
|
||||
Reference in New Issue
Block a user