diff --git a/_notes/field-guide-to-the-digital-real.md b/_notes/field-guide-to-the-digital-real.md new file mode 100644 index 0000000..4035bc6 --- /dev/null +++ b/_notes/field-guide-to-the-digital-real.md @@ -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. + + \ No newline at end of file diff --git a/_notes/peer-to-peer.md b/_notes/peer-to-peer.md index 1c597bb..6deabb0 100644 --- a/_notes/peer-to-peer.md +++ b/_notes/peer-to-peer.md @@ -2,7 +2,11 @@ title: peer-to-peer --- -- [[Hypercore]] -- [[IPFS]] +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. -TBD \ No newline at end of file + + +## Projects +- [[Hypercore]] +- [[IPFS|InterPlanetary File System (IPFS)]] +- [[SSB|Secure Scuttlebutt (SSB)]] \ No newline at end of file diff --git a/_notes/ssb.md b/_notes/ssb.md new file mode 100644 index 0000000..a90d7e0 --- /dev/null +++ b/_notes/ssb.md @@ -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. + + \ No newline at end of file diff --git a/_notes/world-wide-web.md b/_notes/world-wide-web.md index a22edaf..40cdd93 100644 --- a/_notes/world-wide-web.md +++ b/_notes/world-wide-web.md @@ -1,7 +1,7 @@ --- --- - +https://www.w3.org/Proposal.html # WorldWideWeb: Proposal for a HyperText Project From: