🦀 Rust: Zero-copy and production investigation Great TokioConf talk on what happens when a Rust/Tokio system goes from 10M to 45M req/s and every comfortable assumption breaks. Takeaway: profile first, question every abstraction. www.youtube.com/watch?v=Ersq... #rust #rustlang
Viacheslav Biriukov
@biriukov.dev
Linux System Engineer 💻 ex-Apple, ex-Facebook. Distributed systems and networks. Golang, Rust, C, Python. https://biriukov.dev/
🐹 Go: from code to a binary A great deep dive into what actually happens after go build. Explains why Go sometimes allocates, inlines, or removes bounds checks. blog.gaborkoos.com/posts/2026-0... #go #golang
⚙️ epoll vs io_uring vs sync I/O Great walkthrough of serving files over HTTP in C three ways: 1. thread-per-request sync I/O 2. epoll event loop – 3. io_uring completions theconsensus.dev/p/2026/05/18... #c #clang #epoll #io_uring
Paper of the week: A Definition of AGI 🤖 The missing gap between today’s specialized #AI and human-level cognition #agi #gpt5 agidefinition.ai/paper.pdf
Must read presentation for #go #golang developers speakerdeck.com/konradreiche...
Writing Better Go: Lessons from 10 Code Reviews
Why do Go developers obsess over variable names, error handling, and interfaces, even when your approach does the job, too? Whether gently or not so gen…
speakerdeck.com