Fallback
“Fallback” seems to be the favorite word of AI coding agents, and the bane of my existence lately. To paraphrase one famous quote: “Wenn ich ‘Fallback’ höre … entsichere ich […]
“Fallback” seems to be the favorite word of AI coding agents, and the bane of my existence lately. To paraphrase one famous quote: “Wenn ich ‘Fallback’ höre … entsichere ich […]
Any group of people, development teams included, creates its own mini-language where existing words change meaning and new words are invented. In our case the word was “unattended.” Over a […]
We were discussing time zones at work, and suddenly I had a refreshing thought: why do we have negative UTC offsets? This regularly causes bugs when translating times to dates. […]
A typical story: your project has an internal component named xyz, you develop a new version and name it, of course, xyz_new. Is it a good idea? I don’t think […]
My phone’s USB-C connector was having problems holding on to cables for a long while, and today it finally stopped working altogether: the cable will pop out no matter what […]
I am using quite a bit of “vibe”-ish coding at my new job. I actually like it, but… Some day I will probably write a proper post about it, but […]
TL;DR. I ended up using Smtp2Go My website uses minimal email traffic, but it does send emails from time to time: mostly to myself as notifications. I could probably get […]
Anyone who used virtual machines (VMs) and Docker containers knows that Docker images tend to be much smaller than VM images and to start orders of magnitude faster. But why […]
TL;DR If you use language other than English, you pay more per word sent/received from an LLM. If you don’t use Latin alphabet, you pay way more. Here’s why. LLMs […]
Disclaimer: this is a summary for my records after a deep dive into current state of Redis. I tried to be as precise as possible (after all, I am writing […]