The humanism of blockchains. Spontaneous organization, natural language and computer protocols

“The basic tools of civilization — language, morals, law and money — are all the result of spontaneous growth and not of design.” (1)

The humanism of blockchains. Spontaneous organization, natural language and computer protocols
Basic sounds limited in meaning

The humanism of blockchains, spontaneous organization, natural language and computer protocols

“The basic tools of civilization — language, morals, law and money — are all the result of spontaneous growth and not of design.” (1)

The phonemic list below categorizes the basic sounds people can naturally make. Sounds have limited meaning but together they create language.

The limiting (but sufficient?) physical features for making sounds triggered the explosion of linguistic expression in the world. Some say evolution of our species was most influenced by new abilities for greater sound making and the ensuing, spontaneous use of sounds to communicate.

Consider the early ‘sounds’ used in computer networking. These protocols started with sound (remember your 256k Baud modem and connecting to AOL?) (nerd note : Emile Baud (2))

Transmission control protocol and internet protocol allows computers to communicate.

https://www.slideserve.com/jihan/tcp-ip-protocol

Any one packet is limited in meaning. Combined they give you ‘youtube’. TCP/IP triggered a host of routing protocols to improve the web.

Some web 2.0 protocols — “phonemics of earlier computer networking”

Basic protocols have yielded more complex protocols. We have gone from simple TCP/IP to manage packets of information to HTTP and serving rich content.

https://www.youtube.com/watch?v=yUE5m1KpFT8

People use language. Computers use protocols. People use computers and these protocols are extensions of language. For language to thrive, it must endure frequent change, yet the most endemic protocol HTTP, is based on a centralized distributed model.

This model is good, but is it sufficient?

Witness the evolution of an early ‘slang’ to the ‘http’ protocol hegemony. The much maligned peer to peer or p2p protocol.

P2P is decentralized communication. This protocol contains elements of natural language as it is a mix of centralized and decentralized spontaneous organization.

https://www.slideshare.net/tristanpenman/chord-a-scalable-peertopeer-lookup-protocol-for-internet-applications

Peer to peer means many copies of the same thing, all distributed and shared with many others. Early uses of p2p where focused on distributing content away from any central authority or server (and so not paying for IP). Digital property could easily be stolen. Life, liberty but no right to property is recipe for lawless mutual internet impoverishment.

The positive of early P2P networks was improvement in web latency. The data people want tends to the peers to which people are adjacent. Kind of like ‘Schwiezerduetsch’ speakers concentrated in Zurich and not Alaska.

The problem with facilitating an uncontrollable amount of digital copies are not only property rights but authenticity. Using HTTP protocols people relied upon and were relatively sure their content was a copy of an original. The server involved was usually trusted.

No article about crypto goes without an Orwell quote : “Big Brother is Watching You.” (3) becomes the problem with relying on central server(s) telling you truthiness. (4)

Need fosters spontaneous ingenuity. P2p protocols have spawned a revolution in cryptography and hashing.

If you hash and compare 2 data items alleged to be copies but your hashing results of each are different, one item has been modified. This is great until you realize you still do not which one may be a fake and real.

Enter Satoshi Nakamoto with his blockchain solution to the above problem best characterized as the Byzantine general problem (5).

Blockchain consensus protocols couple p2p mass copying with linked cryptographically hashed blocks of data. A blockchain protocol links enough hashed blocks such that to estimate truth, we need only to compare magnitudes of hashing work embedded in competing chains.

Blockchain is a watershed moment in computing evolution but sadly, too late for the old Byzantine generals. Less obvious is these protocols have origins in and are tied to, human linguistic evolution. This evolution continues in the form of the current cascade of decentralized finance protocols today on the blockchain.

Protocol is extended language and the impulses from decentralized systems are breeding new and valuable spontaneous organization on the web.

  1. Friedrich A. Hayek, The Constitution of Liberty: The Definitive Edition, vol. 17, The Collected Works of F. A. Hayek (Chicago: University of Chicago Press, 2011 [1960]), p. 495.

2. https://en.wikipedia.org/wiki/Baud — Emile Baud

3. George Orwell

4. https://www.pythonmorsels.com/topics/truthiness/

5. https://academy.ivanontech.com/blog/byzantine-generals-problem-an-introduction — love Ivan on Tech!!