Hint: The Answer's a Distribution, Not a Number| tidyfirst.substack.com
Every modern programming language needs a formatter to make your code look pretty and consistent. Formatters are source-transformation tools that parse source code and re-print the resulting AST in some canonical form that normalizes whitespace and optional syntactic constructs. They remove the tedium of matching indentation and brace placement to match a style guide.| mcyoung.xyz
Not long ago, I was auditing a codebase for work (looking for bugs) when I realized that despite the quality of the code, I was becoming mentally fatigued extremely quickly and had a hard time working on it for long stretches of time…| seeinglogic blog
Rust trait object layout| neugierig.org
Code ownership is a popular concept, but it emphasizes the wrong thing.| ntietz.com
I recently took a deep dive into the Linux kernel to understand how it handles processes, scheduling, memory, and more. While I had some OS knowledge from school, it always felt too abstract - so I wanted to see how things actually work. This post covers what I learned, from system calls to interrupts, and how kernel development differs from userspace.| Luca Cavallin
Labels push to spike cost of Internet Archive fight over old 78s.| Ars Technica
Packages| dmitri.shuralyov.com
Writing about the big beautiful mess that is making things for the world wide web.| blog.jim-nielsen.com
We are being boiled like frogs. It happened gradually, one algorithmic tweak at a time. What started as a way to connect with friends has become a system that gives the corporations that run social media control over what we consume and the ability to subtly shape how we think.| usher.dev
Standards for ANSI escape codes| Julia Evans
When Staff+ engineers transition from a team lead to an org-level lead, the increased ambiguity often leads to feeling lost and overwhelmed. This article explores the "Performance Cliff" phenomenon and offers practical strategies to adapt, stay organized, and redefine success in a leadership role.| sylormiller.com
Microsoft’s AI head is plotting a future without OpenAI. According to a report from The Information, Mustafa Suleyman, the head of Microsoft’s AI division, has set his sights on a bold objective: reducing the company’s dependence on OpenAI. In a report titled 'Microsoft’s AI Guru Plots a Future Without OpenAI,' The Information reported: "After setbacks,| Tech Startups - Startups and Technology news
Effective writing for software developers| refactoringenglish.com
By Jade Garratt In our experience, the most effective lever for increasing psychological safety within a team is flattening the power gradient – the gap between those with the most power and those with the least. In practice, this usually […]| Psych Safety
A detailed compilation of my post-processing and custom stylized shader experiments — from pixel patterns and optical illusions to dynamic, animated effects.| The Blog of Maxime Heckel