Home
Squirt!
Info
Games
Contact
Fnirt.com
|
Information about GUIDs
Nothing you every wanted to know about GUIDS.
What is a GUID?
A globally-unique identifier (GUID) is an identifier that uniquely represents some "thing" anywhere on the globe. The need for GUID's is common in computing, but the most frequent solution seems to be an ad-hoc solution. In this approach, programmers arbitrarily choose a GUID and hope that it hasn't already been used by someone else. The primary advantage of the ad-hoc approach is that it's quick and easy to create a GUID. The disadvantage is that there's no way to ensure that a GUID is in fact unique.
The real reason for this site? Back in ~2000 I was working on a project that used GUIDs as unique identifiers for users. In discussions about testing, a project manager was concerned that if we executed too many tests, we could "run out of GUIDs." So we decided to create a site to waste as many as possible.
GUIDS in History
{4C-1EB5} A GUID from 1970. There were fewer computers back then.
{00000000-0000-0000-0000-0000} The first sequential GUID ever created.
{6D0CF6F0-9406-4F99-B229-0E0B391DF918} The GUID that led the police to the creator of one of the most prolific internet viruses
{4265A71C-814A-44E1-A384-B5BDD150DBF1} Bill Gate's personal GUID
{8FFA48C8-FC97-4A3F-9DE7-7162D66B1446} The first GUID of 2000.
Links
Getting the Goods on GUIDS
GUIDS in Security
About Them GUIDs
Create GUIDs
Managing GUIDs
Creating GUIDs in ASP
|
|