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

推荐订阅源

博客园 - 三生石上(FineUI控件)
L
LangChain Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
T
Tailwind CSS Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
B
Blog
N
Netflix TechBlog - Medium
T
Threat Research - Cisco Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
O
OpenAI News
M
MIT News - Artificial intelligence
D
DataBreaches.Net
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
LINUX DO - 热门话题
C
CERT Recently Published Vulnerability Notes
V
Visual Studio Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
News and Events Feed by Topic
Vercel News
Vercel News
T
Tenable Blog
Security Latest
Security Latest
C
Check Point Blog
云风的 BLOG
云风的 BLOG
PCI Perspectives
PCI Perspectives
月光博客
月光博客
TaoSecurity Blog
TaoSecurity Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Project Zero
Project Zero
雷峰网
雷峰网
IT之家
IT之家
H
Hacker News: Front Page
Microsoft Security Blog
Microsoft Security Blog
B
Blog RSS Feed
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Last Week in AI
Last Week in AI
G
Google Developers Blog
Forbes - Security
Forbes - Security
The Register - Security
The Register - Security
Cyberwarzone
Cyberwarzone
小众软件
小众软件
Martin Fowler
Martin Fowler
K
Kaspersky official blog
P
Proofpoint News Feed
T
Threatpost
Google Online Security Blog
Google Online Security Blog
Microsoft Azure Blog
Microsoft Azure Blog

kmcd.dev

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) Shell Log: Namaste HTTP/2 From Scratch: Part 1 IRC Log: Standup HTTP/1.1 From Scratch WHOIS is dead, long live RDAP Months Considered Harmful Encryption vs. Compression On Creating My Own Cover Art Traceroute Tool from Scratch in Go My Favorite Interview Question From JSON to Protobuf Breaking gRPC Morse Code Can You Hack a Phone with Your Voice? Visualizing the Internet (2025) HTTP QUERY and Go I made a daily word game Protovalidate: Can Input Validation Be This Easy? Behold! The Barcode Scanner Mixing CEL and Protobuf for Fun FauxRPC and Protovalidate The Call of the Monolithic Codebase FauxRPC + Test Containers Self-Documenting Connect Services gRPC Over HTTP/3: Followup JSON to Protobuf Conversion gRPC: The Ugly Parts Working with Protobuf in 2024 Introducing FauxRPC HTTP/1.0 From Scratch Y'all are sleeping on HTTP/3 HTTP/0.9 From Scratch What version of HTTP are you using? Texans in Denmark gRPC Over HTTP/3 gRPC: The Good Parts Leaving Texas for Greener Pastures gRPC: The Bad Parts Unit Testing ConnectRPC Servers Daily Prompts Adding chart.js to Hugo Why I'm Rebranding Benchmarking gRPC (golang) Blog Update gRPC From Scratch: Part 3 - Protobuf Encoding Tracking the Wins Visualizing the Internet (2024) Dropping Unknown Fields in ConnectRPC RESTless: Web APIs After REST Introducing unknownconnect-go Making gRPC more approachable with ConnectRPC Inspecting Protobuf Messages Introducing protoc-gen-connect-openapi gRPC From Scratch: Part 2 - Server gRPC From Scratch: Part 1 - Client Why you should use gNMI over SNMP in 2026 The Rollercoaster of Productivity in Side Projects Lessons from a Decades-Long Project How I learned to code Economists with (virtual) Guns Visualizing the Internet (2023) softlayer-python: language bindings/CLI for a cloud company SwFTP: SFTP/FTP Server For Openstack Swift Video: Morning Copenhagen Commute Goodbye Evepraisal Visualizing the spectrum of the sun (Part 2) Visualizing the Internet (2022) Evepraisal: A price estimation tool for Eve Online Visualizing the spectrum of the sun
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.”