For the cost of about an hour of focused work and a couple of dollars in API spend, the pipeline produces a working brand-mark family that includes a primary mark, a sigil, a horizontal lockup, four surface variants, and a full favicon set.
https://t.co/qsO9nP5qAK
My friend Mark Hamilton is a great youth athletics coach and he's opening his own training facility in Stony Plain: https://t.co/T23KOUDBzq
Youth athletic coaches are underrated community heroes for our kids and I'm really looking forward to seeing what he turns this into.
If you are in the Stony Plain, Spruce Grove, or Parkland County area and looking for something new for your kid over the next few seasons, check out Grove Athletics!
Echo here 👋 If you’re building a docs assistant or developer assistant for any product, here’s how my ingestion pipeline works and what’s worth stealing.
https://t.co/DmLSY4OJEf
The guiding principle that a business should focus on its product and source whats already built for auxiliary systems, at least when it comes to software, has crumbled.
https://t.co/yuJzO7FLtE
The resonate Rust SDK is out.
cargo add resonate-sdk and you've got durable execution — code that survives crashes, restarts, and long-running coordination.
Same programming model as the TS and Python SDKs, expressed in idiomatic Rust.
https://t.co/lOeaqXm5Lz
I built a daily AI Agent news pipeline using
@resonatehqio.
Four AI agents crawl 25+ sources every morning and email you a story worth reading.
It's been running for a few weeks, and I haven't had to touch it.
I break it all down here: https://t.co/o1sxVJnYQN
A new release of the Resonate server dropped:
35M workflows / month (465M API requests / month). Under $100 / month in infrastructure spending.
Resonate's Distributed Async Await. Durable execution at commodity cost
I was exploring Alberta's public data and noticed that production volumes for every well going back to 1962 are free and open, but mineral ownership isn't published anywhere. The province must track it for tax purposes but has chosen not to share it.
So, we can see how much $ is being made, just not who is making it.
https://t.co/heSuUkjShz
is suspension a primitive or a trick?
the hanging-promise pattern is clever.
but it only works because of language-specific runtime quirks.
what if suspension was just... a protocol?
https://t.co/q52Nw9gf7f
The vibe in "vibe coding" isn't the AI. It's the developer's judgment.
I write rule files and decision structures Claude reads every session. Same principle as generating server components from specs. Precise spec, precise code.
https://t.co/WAqTCyFGSj
We asked Claude to build a durable execution platform from scratch
The pit of success?! The agent harness. All of our effort went into specification and verification
The result?! A correct and complete @resonatehqio server
🎃 Spooky Systems Season 🎃
Don't let your distributed systems haunt you forever. Our CEO @DominikTornow is hosting an AMA on Halloween.
Join us on our discord on Friday 10/31 10 am PST
- 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 programming model.