I'm not schizo, but "take your meds" is sort of a last resort of shills, so, get vaxxed.
For the readers; accusing others of a mental disorder for connecting the dots regarding a global conspiracy, after covid19 (which was created by ecohealth alliance), after recent research shows that the vaccine causes heart problems and overall increased mortality; generally means they are in on the conspiracy.
-- copy pasted from another thread, re "connections that aren't there"
Did he get into vaccines for the express purpose of population control? (see his TED talk)
Did he fly on Lolita express?
Did he fund the WHO which mandated vaccines?
Is he the son of a prominent eugenicist who was on the board of planned parenthood?
Ben West is cited in an article linked to from the OP article. He was hacking on that pump for the longest time since 2006 when I was living with him, and what do you know, he caused a movement.
Also check out Anthony Di Franco's open insulin project.
There are some issues with capital lockup costs, so other level-2 scaling solutions are also required. There's been more discussion of a Bitcoin bridge for Cosmos, as well as Ethereum. Tendermint sidechains is what crypto needs. Tezos recently announced plans Tendermint adoption, as well as Binance w/ the Cosmos SDK.
Disclaimer, I'm a longtime lurker & cofounder of Tendermint/Cosmos. Cosmos is coming.
Tendermint provides BFT security in the likes of Bitcoin proof-of-work, except without the mining. It allows for massively replicated public decentralized databases. (e.g. BFT as opposed to Raft's FT). The Tendermint algorithm guarantees that as long as less than 1/3 are malicious, the blockchain will continue to function very well. And if there ever is a double-spend attack, we can figure out who to blame (and it will necessarily be 1/3 of bonded stakeholders).
The human-readable part is relatively simple. You can easily program a name-resolution system using the Cosmos SDK. Using the KVStore implementation there, you can commit the value of a name in the Merkle tree, and get a Merkle proof all the way up to the block-hash. And the block-hash is signed by 2/3 of the validator-set by voting power.
There's more to it than that, but that's the gist of it. Now we can really, really securely know that a name resolves to a certain IP, and know that it would be extremely expensive to attack this system.
NameCoin almost solved it but you need something like this to keep persistent state and provide Merkle proofs: https://github.com/tendermint/iavl . You can with the simple Bitcoin UTXO Merkle tree, but then you can't provide fast updates or revocation easily.
p.s. anyone know why my parent post is getting downvoted? goes up and down, up and down ;)
> While many of the technologies I'd use already exist, rebuilding the web around blockchains and onion routing would require a revolution in user interface design to have a chance; otherwise it will be a playground for the technology elite
We've been working on proof-of-stake and blockchain scaling/interoperability infrastructure since 2014. It all starts with a classical BFT algorithm which provides simple light-client proofs and fork-accountability. Your mobile phone can verify transaction finality in 5 seconds, with no need for an hour of block confirmations as in Bitcoin proof-of-work mining.
https://github.com/tendermint/tendermint <-- blockchain consensus engine
https://github.com/cosmos/cosmos-sdk <-- blockchain framework in Go
https://github.com/keppel/lotion <-- blockchain framework in JS
https://github.com/cosmos/voyager <-- blockchain explorer
https://github.com/tendermint/go-amino <-- blockchain codec derived from Proto3
https://cosmos.network
https://tendermint.com
The Cosmos Hub will launch very soon. Lets build stuff! Onion routing for Tendermint would be a great addition. And DNS/name-resolution on Tendermint can actually solve Zooko's triangle.
Cosmos - "the universe seen as a well-ordered whole"
Given the nature of the word, I it think fits the Cosmos Network pretty well, as blockchains are mostly about consensus around ordering. And Cosmos IBC provides a kind of partial-but-sufficient ordering around the Cosmos Hub.
But maybe it'll all run on a CosmosOS, and be integrated with the Cosmos react system.
Either you understand these things, are you're naive and plugged into the matrix, or you're part of the many Agent Smith tribes.