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
# 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}'