-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
alias:: particles, object, cid, content address | ||
|
||
tags:: cyber, cyb | ||
|
||
- object of [[information]] | ||
- [[neurons]] measure [[information]] by computing [[particle]] from [[file]] | ||
- particle is a format for content identification of data | ||
- essentially, particle, or content address is web3 link | ||
- instead of using the location on the server: | ||
- ``` | ||
https://bitcoin.org/bitcoin.pdf | ||
``` | ||
- we use the object itself: | ||
- ``` | ||
QmRA3NWM82ZGynMbYzAgYTSXCVM14Wx1RZ8fKP42G6gjgj | ||
``` | ||
- which generally is [[hash]] of the [[file]] | ||
- content addresses give [cool properties](https://steemit.com/web3/@hipster/an-idea-of-decentralized-search-for-web3-ce860d61defe5est)for [[superintelligence]] | ||
- mesh-network future-proof | ||
- interplanetary accessibility | ||
- censorship resistance | ||
- technological independence | ||
- deduplication | ||
- [[bostrom]] use [[cidv0]] standard of content addressing | ||
- basically content address is ubiquitous SHA-256 [[hash]] | ||
- SHA-256 have rich software and hardware infrastructure | ||
- any information can be expressed as [[particle]] | ||
- two linked particles is [[cyberlink]] | ||
- to compute particle from file you can use | ||
- [[cyb/oracle]] or [[cy]] | ||
- [[go-ipfs]] | ||
- any other [[ipfs]] related services | ||
- discover more [[concepts]] |