<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>40tude</title>
    <description>40tude.fr, personal blog in French and English. Topics: Rust, Python, C++, assembly (algorithms, tutorials, OS creation), Windows/Linux administration, mathematics, machine learning, and motorcycle track riding notes.</description>
    <link>https://www.40tude.fr</link>
    <atom:link href="https://www.40tude.fr/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Mon, 18 May 2026 09:54:07 +0000</pubDate>

    

    
    <item>
      <title>Jeûne de 6 jours : poids, glycémie, cétones et autophagie</title>
      <link>https://www.40tude.fr/docs/99_divers/003_jeune_6_jours_fevrier_2023/jeune_6_jours_fevrier_2023.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/99_divers/003_jeune_6_jours_fevrier_2023/jeune_6_jours_fevrier_2023.html</guid>
      <pubDate>Sun, 17 May 2026 17:51:43 +0000</pubDate>
      <description>Retour d’expérience détaillé sur un jeûne prolongé de 6 jours avec suivi du poids, de la glycémie, des cétones et des sensations au quotidien.</description>
    </item>
    
    <item>
      <title>First track day: the session-by-session schedule to print and keep in your pocket</title>
      <link>https://www.40tude.fr/docs/07_moto/000_premiere_fois_sur_circuit/first_track_day.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/000_premiere_fois_sur_circuit/first_track_day.html</guid>
      <pubDate>Wed, 06 May 2026 11:53:03 +0000</pubDate>
      <description>Six sessions, one goal per session, one sheet of paper. Everything you need to get the most out of your first track day without drowning in theory.</description>
    </item>
    
    <item>
      <title>Spec-Driven Development with Rust and GitHub Spec Kit</title>
      <link>https://www.40tude.fr/docs/06_programmation/rust/027_speckit/speckit.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/06_programmation/rust/027_speckit/speckit.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>Building and evolving a small Axum web app step-by-step using specs, tasks, and AI-assisted workflows.</description>
    </item>
    
    <item>
      <title>What Is a Power Law? Discovering Scale Invariance with Real Examples</title>
      <link>https://www.40tude.fr/docs/03_maths/021_power_laws/power_laws.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/03_maths/021_power_laws/power_laws.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>Learn what power laws are, how log-log plots reveal them, and why phenomena like earthquakes, city sizes, and metabolic scaling follow these surprising patterns.</description>
    </item>
    
    <item>
      <title>Running Local LLMs on Windows 11: From Ollama Setup to Gemma 4 and Context Tuning</title>
      <link>https://www.40tude.fr/docs/09_ml_ai/005_ollama/ollama.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/09_ml_ai/005_ollama/ollama.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>A hands-on guide to running local LLMs on Windows 11 using Ollama, comparing Gemma 4 and Qwen models, and solving real-world limitations like context size for development workflows.</description>
    </item>
    
    <item>
      <title>From Monolith to Distributed Systems in Rust: A Practical Introduction</title>
      <link>https://www.40tude.fr/docs/06_programmation/rust/026_monolith_to_distributed/monolith_to_distributed.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/06_programmation/rust/026_monolith_to_distributed/monolith_to_distributed.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>A hands-on journey through small, working projects to understand when and why architecture needs to evolve.</description>
    </item>
    
    <item>
      <title>Learning Modular Monolith Architecture with Rust - 00</title>
      <link>https://www.40tude.fr/docs/06_programmation/rust/025_modular_monolith/modular_monolith_00.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/06_programmation/rust/025_modular_monolith/modular_monolith_00.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>Learn Rust modular monolith: 7-step tutorial from Hello World to I/O-agnostic application with hexagonal architecture, traits and crates. For beginners, tinkerers, hobbyists, amateurs, and early-career developers...</description>
    </item>
    
    <item>
      <title>From Derivatives to Action: How Physics Describes Change</title>
      <link>https://www.40tude.fr/docs/03_maths/020_equa_diff_in_physics/equa_diff_in_physics.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/03_maths/020_equa_diff_in_physics/equa_diff_in_physics.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>Building intuition from local laws, differential equations, and variational principles</description>
    </item>
    
    <item>
      <title>YOLO Mode, Behind Glass: Running Claude Code in Docker on Windows 11</title>
      <link>https://www.40tude.fr/docs/09_ml_ai/006_claude_in_docker/claude_in_docker.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/09_ml_ai/006_claude_in_docker/claude_in_docker.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>Full AI autonomy inside a container, zero risk to the host, and a fix for OneDrive&apos;s thousand-files problem</description>
    </item>
    
    <item>
      <title>Claude and the WAT Task Pipeline</title>
      <link>https://www.40tude.fr/docs/09_ml_ai/007_claude_and_wat_framework/claude_and_wat_framework.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/09_ml_ai/007_claude_and_wat_framework/claude_and_wat_framework.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>...</description>
    </item>
    
    <item>
      <title>Half of All Developers Have Less Than 5 Years of Experience: Myth, Reality, and Why It Matters</title>
      <link>https://www.40tude.fr/docs/06_programmation/005_50_percent_dev/50_percent_dev_5_years_xp.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/06_programmation/005_50_percent_dev/50_percent_dev_5_years_xp.html</guid>
      <pubDate>Wed, 06 May 2026 09:27:46 +0000</pubDate>
      <description>A data-driven investigation into one of the most repeated claims in software engineering, and what it means for technical education in 2026.</description>
    </item>
    
    <item>
      <title>Stage De Radiguès Rider School (DRRS) — Compte rendu complet : La Ferté Gaucher, 2019</title>
      <link>https://www.40tude.fr/docs/07_moto/500_stage_de_radigues_rider_school_drrs/stage_de_radigues_rider_school_drrs.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/500_stage_de_radigues_rider_school_drrs/stage_de_radigues_rider_school_drrs.html</guid>
      <pubDate>Tue, 05 May 2026 18:57:31 +0000</pubDate>
      <description>Deux jours de stage DRRS à La Ferté Gaucher pour découvrir que je conduisais comme un gendarme, que mes fesses ne sortaient pas et que poser le genou, c&apos;est une autre histoire. Récit honnête, session par session.</description>
    </item>
    
    <item>
      <title>Pilotage moto sur circuit : méthode progressive pour rouler plus vite</title>
      <link>https://www.40tude.fr/docs/07_moto/001_notes_pilotage/000_introduction/introduction.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/001_notes_pilotage/000_introduction/introduction.html</guid>
      <pubDate>Tue, 05 May 2026 18:57:31 +0000</pubDate>
      <description>Introduction aux notes de pilotage moto sur piste : trajectoires, freinage, vision et techniques pour progresser méthodiquement.</description>
    </item>
    
    <item>
      <title>Découvrir un circuit moto : repères, trajectoires et premier roulage</title>
      <link>https://www.40tude.fr/docs/07_moto/001_notes_pilotage/001_decouverte_de_la_piste_1/decouverte_de_la_piste_1.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/001_notes_pilotage/001_decouverte_de_la_piste_1/decouverte_de_la_piste_1.html</guid>
      <pubDate>Tue, 05 May 2026 18:57:31 +0000</pubDate>
      <description>Comment découvrir un circuit moto efficacement : repères visuels, placement et premières bases du pilotage sur piste.</description>
    </item>
    
    <item>
      <title>Conduite de virage moto sur circuit : trajectoire, pivot et remise des gaz</title>
      <link>https://www.40tude.fr/docs/07_moto/001_notes_pilotage/005_conduite_du_virage/conduite_du_virage.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/001_notes_pilotage/005_conduite_du_virage/conduite_du_virage.html</guid>
      <pubDate>Tue, 05 May 2026 17:49:40 +0000</pubDate>
      <description>Améliorer sa vitesse en virage grâce au pivot, au point de corde et à une remise des gaz plus précoce.</description>
    </item>
    
    <item>
      <title>Trajectoire moto sur circuit : méthode Three Steps et décomposition du virage</title>
      <link>https://www.40tude.fr/docs/07_moto/001_notes_pilotage/003_three_steps/three_steps.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/001_notes_pilotage/003_three_steps/three_steps.html</guid>
      <pubDate>Sat, 25 Apr 2026 09:17:00 +0000</pubDate>
      <description>Comment découper un virage en trois étapes, placer son regard et améliorer précision et régularité sur piste.</description>
    </item>
    
    <item>
      <title>Short Shift moto sur circuit : quand monter un rapport plus tôt</title>
      <link>https://www.40tude.fr/docs/07_moto/001_notes_pilotage/011_short_shift/short_shift.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/001_notes_pilotage/011_short_shift/short_shift.html</guid>
      <pubDate>Sat, 25 Apr 2026 09:17:00 +0000</pubDate>
      <description>Comprendre quand utiliser le short shifting sur piste pour stabiliser la moto et améliorer les sorties.</description>
    </item>
    
    <item>
      <title>Pif-Paf moto sur circuit : enchaîner les changements de direction rapidement</title>
      <link>https://www.40tude.fr/docs/07_moto/001_notes_pilotage/009_pif_paf/pif_paf.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/001_notes_pilotage/009_pif_paf/pif_paf.html</guid>
      <pubDate>Sat, 25 Apr 2026 09:17:00 +0000</pubDate>
      <description>Technique de pilotage pour améliorer timing, transfert et vitesse dans les enchaînements type pif-paf.</description>
    </item>
    
    <item>
      <title>Transition gauche droite en moto : technique Knee to Knee sur circuit</title>
      <link>https://www.40tude.fr/docs/07_moto/001_notes_pilotage/008_knee_to_knee/knee_to_knee.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/001_notes_pilotage/008_knee_to_knee/knee_to_knee.html</guid>
      <pubDate>Sat, 25 Apr 2026 09:17:00 +0000</pubDate>
      <description>Comment enchaîner les changements d’angle rapidement avec la technique Knee to Knee en pilotage moto.</description>
    </item>
    
    <item>
      <title>Hook Turn moto sur circuit : resserrer la trajectoire pour sortir plus fort</title>
      <link>https://www.40tude.fr/docs/07_moto/001_notes_pilotage/006_hook_turns/hook_turns.html</link>
      <guid isPermaLink="true">https://www.40tude.fr/docs/07_moto/001_notes_pilotage/006_hook_turns/hook_turns.html</guid>
      <pubDate>Sat, 25 Apr 2026 09:17:00 +0000</pubDate>
      <description>Technique du Hook Turn en pilotage moto : comment resserrer un virage, charger l’avant et améliorer les sorties de courbe sur circuit.</description>
    </item>
    

  </channel>
</rss>
