Glossary of terms
DIDā
Decentralized identifiers (DIDs) are a new type of identifier to provide verifiable, decentralized digital identity. These new identifiers are designed to enable the controller of a DID to prove control over it and to be implemented independently of any centralized registry, identity provider, or certificate authority. DIDs are URLs that relate a DID subject to a DID document allowing trustable interactions with that subject. DID documents are simple documents describing how to use that specific DID. Each DID document can express cryptographic material, verification methods, or service endpoints, which provide a set of mechanisms enabling a DID controller to prove control of the DID. Service endpoints enable trusted interactions with the DID subject.
IPIDā
The Interplanetary Identifiers DID method (did:ipid:)
supports DIDs on the public and private Interplanetary File System (IPFS) networks. IPFS is the distributed content addressable permanent web. More specifically, the IPID DID method utilizes the Interplanetary Linked Data (IPLD) suite of tools. The IPID DID method has minimal design goals: a DID trust anchor based on the IPFS and Libp2p protocol. In and of itself, this is not a blockchain solution. However, blockchains and other distributed ledger technologies could be utilized to anchor the artifacts of this DID methods for further enhanced security.
IPFSā
IPFS is a system that hopes to change how we use the internet, so it comes with many new concepts. The guides section has an overview of major concepts in IPFS (including terms and ideas associated with distributed file systems generally), guides for specific IPFS use cases, and example projects demonstrating various ways to use the IPFS ecosystem.
CIDā
A CID is a self-describing content-addressed identifier. It uses cryptographic hashes to achieve content addressing. It uses several multiformats to achieve flexible self-description, namely multihash for hashes, multicodec for data content types, and multibase to encode the CID itself into strings.
Concretely, it's a typed content address: a tuple of (content-type, content-address).
Multihashā
Multihash is a protocol for differentiating outputs from various well-established hash functions, addressing size + encoding considerations. It is useful to write applications that future-proof their use of hashes, and allow multiple hash functions to coexist.
Security indexā
WIP
Discovery Indexā
WIP
Successful participationā
Participation where the user was participating without the intention to cheat and with the correct data.
Example:
Lets say that we have a following event Train the AI model on snake photos
where successful participation will grant each user 10AGY/IDI. Each user (this is a user f the app that knows these things like Anagolay.photo) broadcast the notification about that event to all its users. Users who decide to participate must follow the rules and requirements of the event, sending the photos with snakes
only, correctly tagged and titled. Users who follow these rules and correctly send photos upon finished event are considered to be a successful participant and therefor can claim their 10AGY/IDI. Users who send wrong data, photo contains a dog and a cat but it's tagged as a snake
, are considered unsuccessful participant due to the reasons of intentionally misguiding the training models.
Although that kind of misbehavior sometimes can be very much welcomed, the point is to conform to the rules of the event.
:::
User Credibilityā
WIP :::
Copyrightā
Copyright is the exclusive right given to the creator of a creative work to reproduce the work, usually for a limited time.
source Wikipedia
The legality varies around the world.
Copyright infringementā
Copyright infringement (colloquially referred to as piracy) is the use of works protected by copyright law without permission for a usage where such permission is required, thereby infringing certain exclusive rights granted to the copyright holder, such as the right to reproduce, distribute, display or perform the protected work, or to make derivative works. The copyright holder is typically the work's creator, or a publisher or other business to whom copyright has been assigned. Copyright holders routinely invoke legal and technological measures to prevent and penalize copyright infringement.
source Wikipedia
Ownershipā
https://en.wikipedia.org/wiki/Ownership#Ownership_models
Proofā
A proof is sufficient evidence or a sufficient argument for the truth of a proposition.
source Wikipedia Proof(Truth)
The Proof in Anagolay Network is of the same definition but upgraded with the components that are independently verifiable and calculable. this Provability logic ??
Original Document IDā
The common identifier for the original resource from which the current resource is derived. For example, if you save a resource to a different format, then sa GUID identifies the resource in that format, but should retain the ID of the source file here.They are GUID Sometimes the cameras are not parsing the ID as they would today, they strip the -
from the ID and ass it to the metadata. for example C4CEBFD8B6A782A5E0DC32AFE31D6D09
equals c4cebfd8-b6a7-82a5-e0dc-32afe31d6d09
. To test it check Runkit by woss
Remixā
A remix is a piece of media which has been altered or contorted from its original state by adding, removing, and changing pieces of the item. A song, piece of artwork, books, video, poem, or photograph can all be remixes. The only characteristic of a remix is that it appropriates and changes other materials to create something new.
source Wikipedia
Leaf Operationā
Leaf Operation is the deepest child operation in the dependency tree. This opeartion does not have any children, only parent.