Created at 1pm, Mar 12
ilkeCrypto
0
The Blockchain Socialist - Safeguarding Ethereum's Soul - Protocol Guild and governing the digital commons
5nOR2LFos2UWfn7GbUCFShcxoyU3IWLoEMuB_8VXyKE
File Type
MP3
Entry Count
580
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

In this episode The Blockchain Socialist spoke with Trent Van Epps , who is part of the Ethereum Foundation and a key member of Protocol Guild (PG). PG is a collective of 152 Ethereum core protocol contributors who are curated to receive public good funding from ecosystem sponsors. In turn, this is meant to balance incentives for contributors to work on the Ethereum protocol and prevent high contributor turnover. During the interview we discuss how Ethereum is actually governed more publicly than people realize, the need for alternatives to venture capital, and how other digital commons like the Linux OS is governed.The Blockchain Socialist, January 2024

Um, it seems it's like, it seems that you guys are able to, uh, is an interesting, like a creation of, um, almost like our acknowledgement of history through some sort of cultural artifact.
Uh, and then there happens to be like enough people that become, uh, willing to donate or willing to give, give some of their ETH because of that as part of, there's like almost like a need for a ritual for people to, to engage in, to like, to free them of their money, which means that like, I think partially that, uh, not everybody in the Ethereum ecosystem at least is not purely motivated by simply making money.
Um, of course, like if you are a core developer and then you go and see like, you know, your friend went to poopoo coin, defy project and they're making like $10 million off of, off of that.
They're like, you're going to, you may second guess yourself for, for a little bits to go, um, to go get some, some of that, some of that money.
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "5nOR2LFos2UWfn7GbUCFShcxoyU3IWLoEMuB_8VXyKE", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "5nOR2LFos2UWfn7GbUCFShcxoyU3IWLoEMuB_8VXyKE", "level": 2}'