From 7eee5d5203dc110917b98d70258bc919495c5c8e Mon Sep 17 00:00:00 2001 From: ocrampal Date: Thu, 9 Apr 2026 11:36:48 +0200 Subject: [PATCH] varie --- neuron/BEH-SOMA.md | 12 ++++++++++++ neuron/README.md | 8 ++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/neuron/BEH-SOMA.md b/neuron/BEH-SOMA.md index d20135d..9a68e70 100644 --- a/neuron/BEH-SOMA.md +++ b/neuron/BEH-SOMA.md @@ -49,6 +49,18 @@ ATP is a simplification of convenience — at this stage we do not comprehend th --- +**Appunti**: + +The reason the pump isn't the "timer" for the refractory period is scale. + +A single action potential only changes the internal sodium concentration by a fraction of 1% (approx. 0.0001 mM). + +The neuron does not need to "pump out" that sodium to fire again. It has enough "buffer" to fire hundreds or even thousands of times before the internal sodium concentration becomes a problem. + +Peer Correction: If the neuron had to wait for the pump to reset the concentration before every spike, our brains would run at about 1 Hz (1 spike per second) instead of 100–500 Hz. The pump is the "slow recharger," not the "instant reset." + +--- + **Simplified behaviors**: — ms: diff --git a/neuron/README.md b/neuron/README.md index f3f76db..6563a0a 100644 --- a/neuron/README.md +++ b/neuron/README.md @@ -1,14 +1,10 @@ # README.md -Qui mettiamo la descrizione del neurone. - -Da far capire le integrazioni spaziali e temporali, l'allostati, il metabolismo, la modulazione. - -Infatti l'espressione G. non e' come un programma tradizionale che puo' essere letto e capito, essendo i comportamenti omomorfi rispetto al codice. In un'espressione G. i comportamenti sono locali in tempo e spazio (contestualizzazione). Non essendoci un flusso programmatico, il commento ai comportamenti locali, non e' sufficienti a spiegare i comportamenti che sara' possibile verificare in diversi ambiti. C'e' quindi bisogno di esprimere i flussi e le chiusure che in diversi ambiti abbiamo voluto esprimere, tramite espressioni locali. +Qui mettiamo la descrizione del neurone. Infatti l'espressione G. non e' come un programma tradizionale che puo' essere letto e capito, essendo i comportamenti omomorfi rispetto al codice. In un'espressione G. i comportamenti sono locali in tempo e spazio (contestualizzazione). Non essendoci un flusso programmatico, il commento ai comportamenti locali, non e' sufficienti a spiegare i comportamenti che sara' possibile verificare in diversi ambiti. C'e' quindi bisogno di esprimere i flussi e le chiusure che in diversi ambiti abbiamo voluto esprimere, tramite espressioni locali. ## The four pillars -This document outlines the **Adaptive Engine Model** of the neuron, organized into four conceptual pillars. This framework describes a system that is not a static processor, but a living entity that balances high-speed communication with long-term survival and physical transformation. +This framework describes a system that is not a static processor, but a living entity that balances high-speed pattern extraction based on expectations with allostatic balancing and physical transformation. ### Pillar 1: The Electrical Pillar (The Integration Layer)