all of these are actually already recorded in the library of babel as long as you spell them out.
Internet is Beautiful
Welcome to Internet is Beautiful Lemmy and Mbin community.
Find a cool or useful website on the internet. Share it here so others Lemmings can bookmark it too.
Rules
-
- No Political Content .
-
- No Gore or Disturbing content.
-
- If you want to repost atleast wait 3 months.
-
- No NSFW or adult content.
Related Communities
- Daily Games: [email protected]
This comment is in the library of babel.
How many bytes is the Library of Babel?
Petabytes? Exabytes? Zettabytes?
I'd guess its infinite.
The specifications described in Borges' original short story implies there are 25^1312000 books, which is unfathomably large but technically still finite.
If it's stored on a server somewhere, it can't be infinite.
Its generated dynamically based on a seed string.
Huh, if it's dynamically generated, would the storage required to host website grow as visitors search for more strings?
It doesn't generate and save it, it generates it again at the same position.
In that case, wouldn't the "address" for the position of the string in the library be as long as the string itself?
Yes, it's a fancy way to turn a link containing encoded text into that text.
Address is the seed. It's not stored. Try visiting it to see how it works.
God damn it now my uuids aren't universally unique!!!
Universally Used once IDentifier
Every v4 UUID 🤭 /snark
Thank God, found mine.
Finally, a useful website
my Minecraft uuid isn't in here :(
is it a v4? The search thing is a bit wonky.
My son is also named Bort.
Bort..as? Orville vibes, sorry.
A-bortion
The video the guy did about making this was great
Splain Lucy. What's the use case for these, please? Tried looking it up myself but still not sure. Thanks in advance.
A uuid is something that can be used as an id (identifier). It stands for Univerally Unique Identifier. This has a list of all of them, because it generates every valid one.
I did learn what it stood for in my travels. I wish to know the use cases for such things. Eli5 if posssible, please.
One use is in URL identifiers. If my account number is 47, for example, I could reasonably guess that accounts 1-46 exist and potentially look at other customers' data.
But if it uses a UUID instead then it's a lot harder to do that.
They are used as ids, like a post id or a user id in technology.
It would be nice if they were sorted.