Cully (@flossypurse) 's Twitter Profile
Cully

@flossypurse

ID: 806620579

linkhttp://flossypurse.io calendar_today06-09-2012 11:31:33

84 Tweet

79 Followers

60 Following

Resonate HQ (@resonatehqio) 's Twitter Profile Photo

Do you ❤️ Python? Do you ❤️ a good SDK? Well, good news! 😀 The Resonate Python SDK is almost ready! 🎉 Join the wait list: forms.gle/bVRdiHD4RoBgNX…

Do you ❤️ Python? Do you ❤️ a good SDK? Well, good news! 😀 
The Resonate Python SDK is almost ready! 🎉

Join the wait list: forms.gle/bVRdiHD4RoBgNX…
Cully (@flossypurse) 's Twitter Profile Photo

Using Resonate HQ Python SDK. Sequentially inserting 10,000 users took 4.121969 seconds... Batching the inserts for 10,000 users took 0.765734 seconds 🤯 ! blog.resonatehq.io/transparent-ba…

Resonate HQ (@resonatehqio) 's Twitter Profile Photo

Address efficiency: Speed + Resource Utilization. Cully provides an overview of our SDK's batching capabilities: youtube.com/watch?v=4pDThI…

Address efficiency: Speed + Resource Utilization.

<a href="/flossypurse/">Cully</a> provides an overview of our SDK's batching capabilities:
youtube.com/watch?v=4pDThI…
Cully (@flossypurse) 's Twitter Profile Photo

A clip of my human-in-the-loop demo from the Resonate HQ webinar last week. youtu.be/TDA0JmKdAP4?fe… TL;DR: Create and await on a promise. Resolve the promise from anywhere.

Cully (@flossypurse) 's Twitter Profile Photo

Build a durable summarization app in Python with Resonate HQ, Flask, and ollama docs.resonatehq.io/get-started/py… Check out my most recent tutorial showcasing: - Sequential programming model - Crash recovery (Durable Execution) - Automatic function execution retries - Fan-out/Fan-in

Build a durable summarization app in Python with <a href="/resonatehqio/">Resonate HQ</a>, Flask, and <a href="/ollama/">ollama</a> docs.resonatehq.io/get-started/py…

Check out my most recent tutorial showcasing:

- Sequential programming model
- Crash recovery (Durable Execution)
- Automatic function execution retries
- Fan-out/Fan-in
Cully (@flossypurse) 's Twitter Profile Photo

My latest article just dropped about how Resonate acts as a reliable Async RPC for distributed apps! resonatehqio.substack.com/p/resonate-is-…

My latest article just dropped about how Resonate acts as a reliable Async RPC for distributed apps!
resonatehqio.substack.com/p/resonate-is-…
Cully (@flossypurse) 's Twitter Profile Photo

Thanks to Dominik Tornow I have gotten in the habit of modelling my applications as call graphs. A cool realization we had recently is that, in the context of Resonate HQ, (i.e. a Resonate Call Graph) the call graph is actually a map of the durable world.

Resonate HQ (@resonatehqio) 's Twitter Profile Photo

Our latest article outlines our approach at using DST + Linearizability Checks to test the Resonate Server: journal.resonatehq.io/p/how-we-test-…

Dominik Tornow (@dominiktornow) 's Twitter Profile Photo

Simulate a distributed system—deterministically—in a single Python process?! Yep. That’s how we test the Resonate HQ python sdk Here’s how: x.com/resonatehqio/s…

Cully (@flossypurse) 's Twitter Profile Photo

The current evolution of agent tool calling is solely addressing the needs of autonomy and not distribution. journal.resonatehq.io/p/agent-tools-…

Cully (@flossypurse) 's Twitter Profile Photo

Durable asynchronous tool usage. A promise ID is the secret ingredient in the special sauce of solving for our distributed system problems. journal.resonatehq.io/p/agent-tools-…

Cully (@flossypurse) 's Twitter Profile Photo

- Out-of-the-box concurrent message processing to solve for head-of-line blocking issues. - Out-of-the-box function execution retries to solve for transient errors in message processing. - Out-of-the-box recovery and resumption from processing node crash failures. - Dead simple