notes
This commit is contained in:
parent
b17eec4937
commit
f2f1d32e7e
6
_notes/field-guide-to-the-digital-real.md
Normal file
6
_notes/field-guide-to-the-digital-real.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
> Research findings will be incorporated into The Bentway’s Field Guide to the Digital Real (to be published May 2021). The Field Guide will be a public resource that provides insights, case studies, provocations, and speculations on how hybrid approaches are shaping and reshaping public space.
|
||||||
|
|
||||||
|
<https://www.thebentway.ca/stories/the-bentway-announces-eight-micro-residencies-as-part-of-the-digital-and-as-public-space-initiative/>
|
@ -2,7 +2,11 @@
|
|||||||
title: peer-to-peer
|
title: peer-to-peer
|
||||||
---
|
---
|
||||||
|
|
||||||
- [[Hypercore]]
|
Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the application. They are said to form a peer-to-peer network of nodes.
|
||||||
- [[IPFS]]
|
|
||||||
|
|
||||||
TBD
|
<https://en.wikipedia.org/wiki/Peer-to-peer>
|
||||||
|
|
||||||
|
## Projects
|
||||||
|
- [[Hypercore]]
|
||||||
|
- [[IPFS|InterPlanetary File System (IPFS)]]
|
||||||
|
- [[SSB|Secure Scuttlebutt (SSB)]]
|
13
_notes/ssb.md
Normal file
13
_notes/ssb.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: SSB
|
||||||
|
---
|
||||||
|
|
||||||
|
Scuttlebutt is a decentralised secure gossip platform.
|
||||||
|
|
||||||
|
Like other social platforms, you can send messages to your friends and share posts onto a feed. The cool thing is that the underlying technology here means that messages are passed directly between friends via a [[peer-to-peer]] (p2p) [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol).
|
||||||
|
|
||||||
|
As a decentralized social network, Scuttlebutt passes the data from friend to friend, without any central server. The data is localised and distributed so it also happens to work offline!
|
||||||
|
|
||||||
|
The name, Scuttlebutt, came from sea-slang for gossip. Basically, like a watercooler on a ship, where sailors and pirates go have a yarn.
|
||||||
|
|
||||||
|
<https://scuttlebutt.nz/>
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
<https://www.w3.org/Proposal.html>
|
https://www.w3.org/Proposal.html
|
||||||
|
|
||||||
# WorldWideWeb: Proposal for a HyperText Project
|
# WorldWideWeb: Proposal for a HyperText Project
|
||||||
From:
|
From:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user