john-tipper.bsky.social
@john-tipper.bsky.social
I’m keenly awaiting those blog posts, particularly around the architecture for achieving distribution and what it looks like for network communication and what gets stored and where, how much inter-AZ traffic etc.
January 26, 2025 at 11:04 PM
Thanks for this, Rob, much appreciated.
November 1, 2024 at 8:41 AM
1. restate.dev as an alternative to traditional stream processing frameworks for implementing distributed business logic owned by multiple teams.
2. Use of Rust to write very fast multi-threaded processing logic and using Python as the glue for wiring it up.
Restate
restate.dev
October 27, 2024 at 6:32 PM
One use case I’ve seen is to have an LLM provide suggested improvements to input text and to score the text against several metrics, then to provide an overall sum of the individual scores. “Give me a weighted vector representation of text for later post processing” could be useful when docs >> 1.
October 27, 2024 at 6:45 AM
Agreed, it’s very painful. It’s feels a bit like the data model is broken where perhaps AWS is missing some sort of account-level default settings/permissions boundary that would auto-attach to newly created repos, so that pushing images would auto-create repos if repo is absent.
October 24, 2024 at 3:05 PM
By the way, what’s your writing app of choice, please?
October 24, 2024 at 2:45 PM
I need a widget to cross-post easily, have given you a lengthy response on Twitter. TLDR: Stripe created Markdoc to offer this sort of capability. markdoc.dev
A powerful, flexible, Markdown-based authoring framework
From personal blogs to massive documentation sites, Markdoc is a content authoring system that grows with you.
markdoc.dev
October 24, 2024 at 2:29 PM
I’m interested in the choice of 2 relational DBs too. I’m guessing they wanted SQL queries against partitioned data for v large datasets (time series), which DuckDb doesn’t do, apparently: db-engines.com/en/system/Co... Do you know how Cockroach performs in this use case?
CockroachDB vs. DuckDB Comparison
Detailed side-by-side view of CockroachDB and DuckDB
db-engines.com
October 22, 2024 at 12:36 PM