Created at 7am, Apr 16
ilkeCrypto
0
Ethena, SBF, Blast and More!
bglmBWiZuJkwlCOK4aCE9bdK-qhs6xouYBktjS5FnqM
File Type
MP3
Entry Count
835
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

In this episode, amidst the crypto bull market's fervor, Haseeb Qureshi, Tom Schmidt, Tarun Chitra, and Robert Leshner dissect the launch of Ethena and its repercussions, including a potential DeFi civil war spurred by integration disputes between MakerDAO and AAVE. The conversation then shifts to the broader implications of SBF's sentencing, exploring how this landmark legal decision could reshape the landscape of trust and regulation within the crypto community. Moreover, they tackle the ethical and operational dilemmas faced by Blast in response to a significant hack, debating the merits and risks of potential rollbacks and the preservation of user funds against the backdrop of decentralized ideals. As they navigate through these complex issues, they shed light on the dynamics between decentralization, regulation, and innovation, offering nuanced perspectives on the challenges and opportunities that lie ahead for crypto.Unchained, April 2024

Everyone who I know who works at Entropic slash EA Sympathizer thinks it was too harsh and should have been five years.
And the funny thing is the average of the two, if I average the two estimates, it comes out to the 25.
So that's just my sort of statistical thing that says, okay, it seems like it's fair.
start: 35:52 - end: 35:57
If you sample enough people, it seems as a bimodal distribution where the people who put 25 are the ones who just don't care that much.
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": "bglmBWiZuJkwlCOK4aCE9bdK-qhs6xouYBktjS5FnqM", "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": "bglmBWiZuJkwlCOK4aCE9bdK-qhs6xouYBktjS5FnqM", "level": 2}'