Welcome on Darkwood
-
Hello !
Do you have an idea or a project?
Let's meet!
Click here to find out more
News
-
🚀 Tech watch week 37 on September 11, 2025
This week's Watch highlights open source projects, applied research in AI and the web, and practical advances in PHP frameworks and development tools. 🎨 Prompt Engineering Framework The Grace repository explores building a strongly typed prompt engineerin...
-
🎲 Rock-Paper-Scissors: A Minimal Model of Balance and Strategy on September 10, 2025
Rock-paper-scissors is often viewed as a simple choice mechanism. Yet, this binary system, expanded to three options, is a canonical example of dynamic equilibrium. Its loop structure illustrates fundamental principles of game theory, mathematical modeling,...
-
⛓️ Strong vs Weak References: Mastering Memory and Avoiding Leaks on September 9, 2025
In the world of software development, memory management is an often invisible, yet crucial, topic. The wrong approach can lead to memory leaks, degraded performance, or even unmaintainable applications. This is where two key concepts come into play: strong...
-
🔄 Reverse to better reign on September 7, 2025
For nearly ten years, a conceptual blockage held back my experiments: how to properly manage the order of execution in a visual workflow? The answer eventually emerged in a simple but decisive form: invert the blocks to better reign. This blockage, experie...
-
🔐 Git: Ensuring the integrity and authenticity of history on September 6, 2025
Git isn't just a version control system. It's also a traceability system designed to ensure that a project's history is both tamper-proof and authenticated. Two main mechanisms ensure this reliability: SHAs → integrity of content and metadata GPG signatu...