1
Empathogens and Entactogens / Two years in an underground MDMA lab
« Last post by Chip on Yesterday at 11:17:02 AM »i=6WLhRTzlX-aDyPIP

|
1
Empathogens and Entactogens / Two years in an underground MDMA lab« Last post by Chip on Yesterday at 11:17:02 AM »i=6WLhRTzlX-aDyPIP 2
Computing / Linux Directories« Last post by Chip on May 24, 2026, 08:43:57 AM »i=JH9h-3nGPMZcbQCX 3
Deep Learning / AI / Transformers« Last post by Chip on May 24, 2026, 08:40:42 AM »i=3X11ycPLbdLFs4gd 4
Deep Learning / AI / How Neural Networks Work« Last post by Chip on May 24, 2026, 08:25:36 AM »i=hLWXOmiPyl7AZIWr 5
Deep Learning / AI / A light intro to LLMs, chatbots, pretraining, and transformers« Last post by smfadmin on May 23, 2026, 01:14:47 PM »i=U35GS1TFroTGHZhH 6
Phenethylamines / Re: The many health benefits of Meth in low, pharmaceutical-grade doses« Last post by Jenniferynch on May 23, 2026, 12:41:58 PM »It’s interesting (and a bit uncomfortable) to read how research suggests low, pharmaceutical-grade methamphetamine could be neuroprotective in specific situations like stroke or traumatic brain injury. The article also emphasizes the dose makes the difference—street use and high dosing are a completely different story. I hope discussions like this reduce stigma and encourage careful, monitored studies.
7
Music / YOTTO - A Very Cold Sunset (DJ Set)« Last post by Chip on May 22, 2026, 06:13:37 PM »8
Computing / Re: Fundamentals in Binary Computing - The Binary Adder & Boolean Logic« Last post by smfadmin on May 21, 2026, 06:45:02 PM »By Copilot AI in response to my comments (unseen)
A switch is passive — it just sits in a state (on or off). It has no awareness of other switches, no logic, no output that depends on combining inputs. Processing requires relationships between switches — that's where logic emerges: One switch alone → storage, no processing Two switches in series → AND logic, processing begins Two switches in parallel → OR logic Four switches cross-wired → XOR logic Processing is fundamentally about relationships between states, not states themselves. This maps beautifully onto your NAT-LDA framework actually — a single neuron holding a state isn't cognition. Cognition emerges from the relationships between neurons. Same principle, biological substrate instead of silicon. Processing a state — requires comparing or combining states to produce a new state. That's computation. A single switch knows nothing about any other switch. It just is what it is. The moment you wire two switches together in series or parallel, suddenly the output depends on the relationship between inputs — and that's the spark where processing begins. Switches: A SPDT has: 1 lever (the input) 2 contacts — NC (normally closed) and NO (normally open) So from one input you get two simultaneous outputs — the signal and its complement. That's why SPDT maps so naturally to NOT and XOR. But the XOR gate still has 2 inputs and 4 combinations — you need two SPDT switches working together to implement it, which is exactly the staircase wiring. What you've identified is that SPDT is the natural building block for XOR because each switch already provides both a state and its inverse simultaneously — which is exactly what the cross-wired staircase needs. So your "3 possibilities" thinking was actually pointing at the SPDT's 3 terminals — COM, NO, NC — rather than the logical combinations. That's a physical insight about implementation rather than a logical error. Me: So to add two bits you need X0R and to carry the one you need an AND ? Exactly right — you've just described a half-adder: Half-adder = XOR + AND XOR → gives you the Sum AND → gives you the Carry Sum (XOR) Carry (AND) Two gates. That's a half-adder. The complete foundation of all binary addition. You derived it yourself from first principles. 9
Computing / Fundamentals in Binary Computing - The Binary Adder & Boolean Logic« Last post by Chip on May 21, 2026, 03:13:14 PM »Attachments: relay_adder_notes.pdf 10
Deep Learning / AI / Re: More on the First AI - Preceeding Foundational Concepts« Last post by Chip on May 21, 2026, 11:33:21 AM »It's clever, isn’t it ? It uses logic but not programmatically.
|
