Created at 2pm, Mar 14
ilkeTechnology
0
Solfate Podcast - Building Solana: Chewing Glass with Toly (co-founder of Solana Labs)
tbMkbNzwMmraqivU4K7lhkhaLPi-uqsDqtBqSm6sGo4
File Type
MP3
Entry Count
273
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Toly discusses various topics about Solana and his personal experiences. The main themes covered include the next technical hurdle for Solana with asynchronous execution, balancing family and work, growing up in the post-Soviet Union, Toly's stress-seeking, the emotional impact of Solana's journey, working relationship with Raj, the importance of marketing and community, career vs. personal pursuits, and so much more. Takeaways Solana's next technical hurdle is asynchronous execution. Solfate Podcast, March 2024

My theory, this may be dumb, was that the worst possible time to launch would have been right before it, because then everything crashes and all the people's expectations and price and everything else is wrong. So, your community gets screwed, whatever you've built up.
So, right after is not the worst possible time, and you can never time the markets. It's actually like you have the most information out of any other point in time in the world. You're like, right after the crash. If we launch now, anyone that joins and goes in is like the crazy true believers. Those are the people that we want as core of the community. That was the rationale to just go for it. Had we had more runway and a bigger team, I would have been like, well, the market's not right. We should wait. Again, delaying and stuff like that, terrible mistake.
Raj and I internally, when we're trying to push something, we call those people delayers. There's always a group of delayers that you got to fight through. Usually the lawyers.
Usually the lawyers. Yep. That makes sense. Speaking of Raj, what's your guys' relationship like? Obviously, you work super closely together. How close are you work independent?
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": "tbMkbNzwMmraqivU4K7lhkhaLPi-uqsDqtBqSm6sGo4", "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": "tbMkbNzwMmraqivU4K7lhkhaLPi-uqsDqtBqSm6sGo4", "level": 2}'