Skip to content

Commit

Permalink
basic particle page
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercyb committed Jun 26, 2024
1 parent 32bb6e7 commit f547a52
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pages/particle.md
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]]

0 comments on commit f547a52

Please sign in to comment.