The video for my #monktoberfest 2025 talk on trust as infrastructure is now up:
https://www.youtube.com/watch?v=WF7J7qtZ8TA
Slides are here:

Create Types on Demand and Cecilifier: https://gamlor.info/posts-output/2025-12-02-just-in-time-types-and-cecilifier/en/. Cecilifier brough to you by @adrianoverona
Every-time I debug a Maven or SBT build I got reminded how understandable https://mill-build.org builds are.
Mill build stays my 'least-hated' build system, which is a good sign for a build system ;) #Java #Scala
Me:
1. Lets check a deepEquals package for JavaScript, for some inspiration / things I might overlook.
2. Looking at code: Hmm, it has dependencies?
3. Checking. 18 direct dependencies! 18! Plus 16 dev dependencies!
For a 'deepEquals' implementation.
Of course it is popular with 21Million downloads a week.
*sigh*
*instant close*
Anyway, will do my 'own' ;)