تغريدة مثبتة
Kelly Sommers
114.5K posts

Kelly Sommers
@kellabyte
🇨🇦 Backend Brat. Distributed Diva. Relentless Learner.
Canada انضم Haziran 2009
357 يتبع49.4K المتابعون
Kelly Sommers أُعيد تغريده

#1 rule of selling to developers:
- be honest, like overly pedantically honest like a real engineer
- be real
that's it. that's all you have to do.
English
Kelly Sommers أُعيد تغريده

In a new article, @kirshatrov shares a technique for safely breaking down the (MySQL) database cost of each downstream service's API calls by having the database return cost information so that the downstream service can log it.

English

Insane that Paulina couldn’t find a drumming teacher that would accept her because she was too small.
Until one teacher finally said “leave her with me, she will be great”.
youtube.com/shorts/4WVWIo3…

YouTube
English
Kelly Sommers أُعيد تغريده

Daniel Lemire, "How many branches can your CPU predict?," in Daniel Lemire's blog, March 18, 2026, lemire.me/blog/2026/03/1….
English
Kelly Sommers أُعيد تغريده
Kelly Sommers أُعيد تغريده

What if you could write DataFrame logic once and run it on any SQL database?
Many data workflows begin with pandas for quick experimentation, while production pipelines might run on databases like PostgreSQL or BigQuery.
Moving from prototype to production usually means rewriting the same transformation logic in SQL. That translation takes time and can easily introduce errors.
Ibis solves this by letting you define transformations once in Python and compiling them into native SQL for 25+ backends automatically.
---
🚀 Tools for Portable DataFrames in Python: bit.ly/4cPYEUD
#Python #DataScience #SQL #DataEngineer

English

@KhuyenTran16 I’ve been thinking a lot about this lately.
I’ve also been curious about database local execution of DataFrame code. Like stored procs.
English
Kelly Sommers أُعيد تغريده

@eonem Thank you for chiming in. I love this app and how people building bigger systems than I have built (my biggest is 2,000 nodes) can chime in and educate us all.
English
Kelly Sommers أُعيد تغريده

@kellabyte Control planes often rely on intentional friction, so that over-admission can’t create instability while dealing with the resulting control plane event processing.
English

@eonem Yeah agreed but I also feel K8 has many of the building blocks in place and is close to enabling people to carve out consistency boundaries between namespaces and workloads.
It’s not necessary to treat every piece of metadata as system wide state.
English

@kellabyte For large-scale clusters (up to 65,000 nodes), GKE replaced etcd with Google Cloud Spanner as the backend state store, while still exposing the etcd API for compatibility.
Spanner gives horizontal scalability, global distribution, and low-latency consistency without etcd’s limits
English






