Older stuff
Links previously highlighted in my main page:
2026-07-01: 🎬 Cinema: Mr Inbetween I’ve thoroughly enjoyed watching television series Mr Inbetween, a daring mix of action, crime thriller, relationship drama, and dark comedy. The deadpan delivery makes this take on the “loveable criminal” genre very refreshing.
2026-06-11: 🖋️ Programming: Avoid Boolean Types (4 min): In source code or databases, prefer enumerations over boolean types. Use boolean types only for expressions that compute temporary values fed to conditional expressions like if, while, or SQL’should WHERE.
2026-05-28: 🖋️ Knitting: Mental health and growth (6 min): Knitting —the art of tangling very long threads into useful and unlikely shapes— offers personal lessons about learning and cognition.
2026-04-15: 🖋️ AI: Transposing the Agent Loop (7 min): Instead of few long-running agent loops, aim for many short agent loops, each moving one step closer to the solution to your complex problems. This massive decomposition avoids many of the problems of context decay.