Daily Shaarli

All links of one day in a single page.

April 18, 2025

When TDD doesn't work

Indeed a good reminder that TDD might not be possible to properly apply at the physical boundaries of the system.

Implementation-Inspired Tests

Struggling with TDD? Really feel like you need to write the implementation first? This is a fine approach. One caveat though, you have to be very disciplined in the way you uncomment the code, otherwise you'll quickly loose the benefits.

The perils of estimation

If you're asked a broad project estimate, building a very fine grained user story list is likely not the best approach.

CVE Foundation

Maybe something good will come out of the political turmoil around the CVE Program. This would be nice to see it more independent indeed.

Company apologizes after AI support agent invents policy that causes user uproar
thumbnail

I willadmit it... I laughed. And that's just one business risk among many.

Extreme Programming is as relevant now as before

This is funny how this article written a long while ago now is still relevant... These are all good reasons for reading Kent Beck's book about XP.

Reflections on Unikernels

They keep being fascinating to me. Nice reflections showing how they can impact regular systems as well. I wonder why OCaml seems to be so prevalent in that space though.