Created at 9am, Mar 27
ilkeTechnology
0
The Chopping Block: Data Availability & Why It’s Important
yAaLvxyPn0zDQ43NXvEwNmT4_Vj9NtqN5NGGj6mZluc
File Type
MP3
Entry Count
247
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Welcome to The Chopping Block – where crypto insiders Haseeb Qureshi, Tom Schmidt, Tarun Chitra, and Robert Leshner chop it up about the latest news. This week kicks off with a crucial question: Are the latest trends in crypto ETFs signaling a major shift in the investment landscape? They delve into the market's nuanced response to these ETFs and what it means for investors. How important is client diversity for Ethereum's stability and future growth? The squad engages in a lively debate on this topic. With the advent of Proto-Danksharding, how might Ethereum's scalability be impacted, and what are the implications for the blockchain ecosystem? They further examine the user experience across blockchain platforms, particularly comparing Solana and Ethereum in terms of their user interfaces and transaction dynamics. Looking to the future, what breakthroughs and challenges can we anticipate in blockchain technology? The Chopping Block, January 2024

Another blockchain?
start: 52:48 - end: 52:49
You know, like, we haven't quite gotten there.
start: 52:49 - end: 52:53
That's true.
start: 52:53 - end: 52:56
That said, we love blockchains, especially on the show.
start: 52:56 - end: 52:58
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": "yAaLvxyPn0zDQ43NXvEwNmT4_Vj9NtqN5NGGj6mZluc", "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": "yAaLvxyPn0zDQ43NXvEwNmT4_Vj9NtqN5NGGj6mZluc", "level": 2}'