Tag: #developer-experience
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 17 posts
The Claim That Understanding Is the Bottleneck, and Its Circularity — When the Explainer Is the Thing Under Review
An essay on what remains when agents produce code faster than people can read it drew a long discussion. The author proposes moving the goal from understanding-to-verify to understanding-to-participate, and offers three
2026-08-14 · 7 min read #engineering-culture#code-review#developer-experience#documentation#ai-assisted-developmentWhy Diátaxis Gets Mistaken for Four Folders — And Why Two Modes in One Page Collapse
Diátaxis divides documentation into four kinds: tutorial, how-to, reference, and explanation. Yet most teams finish their adoption by creating four folders, and the actual problem stays exactly where it was. The real fai
2026-08-09 · 9 min read #documentation#diataxis#technical-writing#developer-experience#information-architectureNix 2.35 Copies Flake Sources to the Store More Lazily — a 6-Year-8-Month Issue, and the Path Upstream Chose Instead of Lazy Trees
The first highlight of Nix 2.35.0, tagged July 13, 2026, is "Sources are copied to the store more lazily." The issue this one line closed, 3121, was opened by Eelco Dolstra himself on October 7, 2019, and closed on June
2026-07-16 · 14 min read #nix#reproducible-builds#build-systems#developer-experience#open-sourceThe eBPF Verifier Only Tells You Where It Stopped — Measuring the Diagnostic Gap Across 235 Reproduced Rejections
Anyone who has used eBPF has lived this: the verifier rejects your program, and the error message points at a line that looks perfectly innocent. A paper published in July 2026 is the first to put a number on that frustr
2026-07-16 · 18 min read #ebpf#linux#kernel#debugging#developer-experienceFive Habits for Working Well with AI Coding Tools
The same tool produced a 55.8% gain in one experiment and a 19% loss in another. What flipped the sign was not the tool, but how it was used. Five habits drawn from METR, the GitHub Copilot RCT, the Stack Overflow survey
2026-07-12 · 10 min read #ai#productivity#software-engineering#developer-experienceDoes AI Actually Make Developers Faster? What the Measured Numbers Say
Two randomized controlled trials reached opposite conclusions. One found developers using AI were 55.8% faster. The other found they were 19% slower. But METR, who produced the second number, published a follow-up in Feb
2026-07-12 · 18 min read #career#ai#productivity#software-engineering#developer-experienceLLM Burnout: When the Job Becomes Reviewing the Work Instead of Doing It
A developer's essay, 'I Think I Have LLM Burnout,' trended because it named a quiet shift: the workday is turning from writing code into reviewing what a model wrote. This post represents that argument faithfully and add
2026-07-11 · 6 min read #llm#developer-experience#burnout#ai-tooling#code-reviewGood tools are invisible: gingerBill on friction as a feature, and where "invisible" hides failure
A reflection on gingerBill's essay 'Good Tools Are Invisible,' which argues that a good tool disappears into the background and that reselling friction as a fun puzzle is a rationalization. I agree with his feeling-versu
2026-07-11 · 7 min read #tools#developer-experience#kubernetes#build-systems#editorsThe Rise of AI Code Review Tools — What to Delegate and What Humans Should Still See
AI code review tools are spreading fast. We separate the defects AI catches well from the areas humans must still own, and cover CI integration, an adoption checklist, and a critical perspective.
2026-06-25 · 16 min read #devops#code-review#ai-tools#developer-experience#ci-cdSurvival Japanese for Developers at Japanese Tech Companies 2026 — Keigo, Code Review, Meetings, Incidents, 1on1 Vocabulary Deep Dive
A 2026 field guide for non-Japanese engineers joining Mercari, LINE, ZOZO, CyberAgent, PayPay, Rakuten, DeNA, or any Japanese subsidiary — where foreign engineer ratios now cross 30%. 24 H2 sections covering the keigo po
2026-05-16 · 30 min read #japanese-for-developers#tech-japanese#keigo#business-japanese#code-reviewEnglish Tech Expressions for Developers 2026 - Code Review, Standup, 1:1, RFC, Postmortem, PR, Interview Practical Guide for Global Teams
Practical English phrase guide for non-native developers (Korean, Japanese, ESL) joining globally distributed engineering teams in 2026. Covers code review LGTM/nit/non-blocking, Slack heads up/bump/gentle ping, standup
2026-05-16 · 30 min read #technical-english#code-review#standup#rfc#postmortemModern Code Review and Merge Pipelines — PR, Merge Queue, Stacked PRs, Monorepo, AI Review, Trunk-Based, Husky, Semgrep Deep Dive (2025)
The daily activity we talk about least. PR sociology, Code Owners, Merge Queue (GitHub/Mergify/Aviator/Graphite), Stacked PRs (Graphite, Sapling, Jujutsu), Monorepo vs Polyrepo 2025, Nx/Turborepo/Moon/Bazel, AI review (C
2026-04-15 · 12 min read #code-review#pull-request#merge-queue#monorepo#stacked-prsPlatform Engineering Complete Guide 2025: Internal Developer Platform, Backstage, Golden Path
Everything about Platform Engineering! Building Internal Developer Platforms (IDP), Backstage (Service Catalog/Templates/TechDocs), Golden Paths, Self-service Infrastructure, Developer Experience Metrics, Platform as a P
2026-04-13 · 20 min read #platform-engineering#idp#backstage#golden-path#developer-experiencePlatform Engineering 2026: Boosting Developer Productivity 30% with Internal Developer Portals
Platform Engineering is replacing DevOps. Through Internal Developer Portals like Backstage, development teams follow "Golden Paths" where infrastructure, security, and deployment are fully automated, improving developme
2026-03-16 · 9 min read #platform-engineering#backstage#idp#developer-experience#devopsManaging Developer Cognitive Load and Team Topologies: A Practical Guide to DevEx Innovation
A practical guide to systematically measuring and improving Developer Experience (DevEx) by combining Cognitive Load Theory, the SPACE framework, and Team Topologies patterns.
2026-03-14 · 12 min read #devops#developer-experience#cognitive-load#team-topology#devexPlatform Engineering and Building an Internal Developer Platform with Backstage: A Practical Guide
A comprehensive Platform Engineering guide covering Backstage-based Internal Developer Platform construction, Software Catalog, Golden Path Templates, plugin development, and operations automation.
2026-03-06 · 21 min read #devops#platform-engineering#backstage#internal-developer-platform#developer-experienceThe Joy of Never Touching the Mouse: 5 Key Strategies to Maximize Terminal Productivity
Seamless navigation with vim-tmux-navigator, intuitive panel splitting, ultra-fast feedback loops with Vimux, system clipboard synchronization, and Dotfiles management — a comprehensive guide to 5 key strategies for maxi
2026-03-01 · 38 min read #vim#tmux#terminal#productivity#neovim