RSSAmplifier

Blog

Sklivvz.com

Contains all the posts of Sklivvz.com

sklivvz.comRSS feed ↗5 posts

Latest posts

Introducing Positron Flux

Over the years, I've wondered why experienced software teams struggle to improve. Why do smart teams keep revisiting the same issues in retros without real progress? Not the "writing better code" variety of issues. The answer, more often than not, is that they're missing three things at once: real data, an explanation of what's driving the data, and a way actually to change it. Usually, you get…

I finally emulated my childhood

Last night I decided to dedicate some time to my old z80 emulator . I've squashed a few bugs and ported it to .NET 10. Then I added a ULA emulator. The ULA is a custom chip on a ZX Spectrum that handles IO, in practice, as an emulated chip it reads memory and ports and writes to audio buffers, screen buffers, and reads the keyboard connectors. Initially I thought it'd be a lot of work, but it…

MoonBuggy: zero-allocation i18n for .NET

I’ve shipped a lot of software where internationalization starts as “we’ll add it later” and ends as “why is this hot path allocating and formatting strings on every request?” This time I wanted to do it differently. So I ran an experiment: could I build a serious, production-ready internationalization framework for .NET in a weekend, using Claude Code as a turbocharged implementation…

TDD and the Zero-Defects Myth

If you’ve ever heard someone claim that Test-Driven Development leads to zero-defects code, congratulations, you’ve encountered one of software development’s most enduring myths. It’s an alluring idea. Write tests first, and your code becomes bulletproof. But like many things in life, the reality is far messier. TDD isn’t a golden ticket to perfection, nor should it be. Here’s why the idea of zero…

What can Stack Overflow learn from ChatGPT?

Stack Overflow is the go-to resource for developers worldwide seeking solutions to their programming problems. Its impressive database of millions of questions and answers has been curated and built over the years, offering an exhaustive library of programming knowledge. However, the site has come under fire for being too strict and unwelcoming to new users. Many developers are already using…