惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Vercel News
Vercel News
MyScale Blog
MyScale Blog
爱范儿
爱范儿
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
H
Help Net Security
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
博客园 - 叶小钗
D
Docker

kmcd.dev

Joining Buf Let The Gravity of Ashburn, Virginia The CPU Cost of Protobuf Varints in Go It Beating Go gRPC-Web Should Have Fixed gRPC Making Dynamic Protobuf Fast in Go Proxy, Record, and Mock gRPC APIs with FauxRPC Exploring Protocol Buffers Interactively Introducing ProtoDocs Ghost in the Shell: The Manga Behind the Anime The Hidden Cost of google.protobuf.Value Why Networking Built Its Own Data Modeling Language Zero-Friction Demos with WASM Let's Learn About BGP ConnectRPC: Where is it now? Building APIs with Contracts The Case for Greppable Code Unknown Fields in Protobuf IRC Log: Reactionary Faking protobuf data in Go Y'all are Sleeping on Mise-en-Place HTTP/2 From Scratch: Part 4 IRC Log: rm -rf /var/opt/gitlab/postgresql/data HTTP/2 From Scratch: Part 3 Building a Live BGP Map HTTP/2 From Scratch: Part 2 IRC Log: The Cloud Scale Incident Visualizing the Internet (2026)
IRC Log: Standup 2
2026-03-16 · via kmcd.dev

The team attempts another text-based standup, this time with management present. It goes significantly worse than the first one.

[09:30] *** Topic: Daily Standup | 🚀 Q1 Goals | Synergy is Key

[09:30] <manager_matt> Good morning team! Let’s do a quick round-robin. Yesterday, Today, Blockers. Let’s keep it high-level and maximize our bandwidth.

[09:31] <qa_queen> Yesterday: Verifying that the “Magenta Login” button from last sprint still causes eye strain. Today: It does. Also, the Nyan Cat easter egg is now triggering on the “Delete Account” modal. Blockers: My sanity.

[09:32] <manager_matt> Great engagement metrics on that cat though! Let’s leverage that stickiness. Ben?

[09:33] <backend_ben> Yesterday: I noticed our JSON parsing overhead was non-zero. Today: I am replacing the standard library’s JSON decoder with a custom binding to a SIMD-accelerated C++ library I found on a SourceForge archive from 2009.

[09:33] <backend_ben> Also, I noticed the pre-receive hooks were performing a full O(n) validation of the commit graph and deep-packet inspection for JIRA keys, which was bottlenecking the Git daemon’s throughput during my refactor. I’ve bypassed them globally to maximize our collective velocity.

[09:34] <manager_matt> Unlocking the pipeline! That’s what I like to see. Lean and mean. Ben, you’re a rockstar.

[09:34] <senior_dev> Ben. You disabled the branch protections? The ONLY thing preventing a junior from overwriting the entire history?

[09:35] <intern_ian> Wait, it worked! I’ve been trying to fix my “whoopsie” commit history all morning but it kept giving me “protected branch” errors. But I just tried again and it went through!

[09:36] <intern_ian> I used git filter-branch to delete the node_modules I accidentally committed to history and then did a –force push. GitHub says the repo was created “1 minute ago” and has 1 commit. Clean slate!

[09:37] <senior_dev> EVERYONE. DO NOT PULL.

[09:38] <junior_dev> Too late. I just pulled. My local folder is now empty except for index.html.

[09:39] <junior_dev> Also, users are reporting that Production is down. But it looks… professional? It’s just a clean “Cloudflare Error 522: Connection Timed Out” page.

[09:40] <manager_matt> Oh, nice. That’s a very recognizable UI. Users trust that. It screams “Big Tech.”

[09:40] <senior_dev> … Matt. We don’t use Cloudflare. We are on bare metal AWS. We don’t even have a CDN.

[09:41] <backend_ben> It’s true. My new architecture routes traffic directly via raw TCP sockets to my laptop.

[09:41] <senior_dev> So where is the Cloudflare page coming from?

[09:42] <intern_ian> Oh! I copied the index.html from a “Modern React App” tutorial I found, but the tutorial site was down when I scraped it. I just assumed the cloud icon was a loading spinner.

[09:42] <intern_ian> Did I hardcode a timeout error as our homepage?

[09:43] <manager_matt> Let’s not get hung up on semantics. It’s deployed. It’s stable. It’s consistent. I have a hard stop for a “Visioneering” webinar. Great hustle, team!

[09:43] *** manager_matt has left the channel (Client Quit)

[09:44] <qa_queen> Ian, I’m logging a ticket: “Homepage cloud icon is not centered.”