Featured post what's this? ✨ .NET bin and obj Directory Cleaner | no dogma blog Here is a .NET CLI tool that will help you delete all the `bin` and `obj` directories that are hanging around on your disks.
Is code review dead? After weeks of AI coding, some thoughts on the dawn of a new journey. This article is still a working progress, and as usual comments are wellcome at the end.
Why a GPU Profiling Capture Turned into a Distributed Systems Problem Starting from the ideas behind Meta’s MAIProf, I redesigned capture ownership, process discovery, and trace delivery for Kubernetes.
Living on the Edge I tried to hold myself back with writing about AI. It felt like I didn't have enough insight. Besides, everything related to AI changed so fast in the last 2 years that I didn't feel that anything I could write down will still be valid tomorrow. So I didn...
A story about Joe Joe joined the team uninvited. His first PRs were a mess, and I was stuck with him.
Clean your Mac & Windows/Linux PC with Disk Space TLDR: Download the best disk cleanup app in existence from diskspace.io. A fun experiment in writing the same app three times (well kind of 4 times) with AI, and being as optimised and OS native as…
My Little Hill I'm back from holidays. Back in London. It's a bit stormy out there. Milky London. The copper and golden trees are dancing, making the illusion of an early f...
Why Task Prioritization Fails | Jatabag Explore why static task priorities become inaccurate and how Jatabag uses Focus, dependencies, and timing to show what needs attention.
Runtime CSS-in-JS deserves a rehearing — tenphi.me Runtime CSS-in-JS has real costs, but runtime-capable systems can solve real composition problems. Their cost should be judged against what they enable.
How I Fixed Movement in Adrift by Changing the Character Sprite — Jack Pritz What do you do when everyone tells you that your game is something it's not?
I connected my Withings Body+ to Home Assistant with an ESP32 My Withings scale now sends weight and body composition data directly to Home Assistant through an ESP32, without going through the Withings cloud.
Comments Considered Harmful Coding agents are quick to synthesise comments from context, but bad at reading and maintaining them, which makes every comment a mine waiting for the next agent to trip.
Why do developers continue to write code by hand? Imagine you need to write a long piece of text that requires you to think things through, gather information, and analyze it. Then you have to write the text itself, proofread it, correct any errors, and refine the wording. Let’s say you spend 10 hours on...
Logos Not Found Essence, reasoning, and optimization are universally relevant for serious software, with or without AI
Latency Is Now the Bottleneck AI Interfaces need low-latency interaction. Diffusion models might get us there.
Finding Your Way Through a Dependency Graph Modularization Strategies and the Maven Dependency-Graph Plugin Bonjour à tous, and hi everyone! 👋 Today I want to talk about something that sounds dry but turns out to be surprisingly interesting once you're in the thick of it: how to modularize an ex...
Don’t Do Anything You Can’t Undo – Bogdan Susala There’s a scene in a series I watched recently (Reacher, Season 4). A disturbed woman in a subway seems to be about to do something wrong. Reacher is talking to her, trying to stop her, not yet knowing what she intends (we find later she kills herself in ...
.NET bin and obj Directory Cleaner | no dogma blog Here is a .NET CLI tool that will help you delete all the `bin` and `obj` directories that are hanging around on your disks.
Release Audacity-4.0.0 · audacity/audacity Audacity 4.0 Audacity 4 rebuilds the application interface on Qt and introduces many new quality-of-life improvements, including a new clip-editing model. Most Audacity 3 workflows remain available...
Pre-release of Polars 2.0 Preview of Python Polars 2.0, bringing the streaming engine to all lazy queries