my students and I made and gates out of NPN transistors today. I read someone made a whole computer from components like this (not logic ICs) MADNESS

seen from Singapore
seen from China

seen from T1
seen from United States
seen from Senegal

seen from Canada

seen from Germany
seen from United States
seen from China
seen from China
seen from United States
seen from China
seen from T1

seen from Japan
seen from United States
seen from Canada
seen from Canada
seen from France
seen from Malaysia

seen from United States
my students and I made and gates out of NPN transistors today. I read someone made a whole computer from components like this (not logic ICs) MADNESS
Logic Gate - Distant Echoes
Self-released
2014
Knowledge 6
Source and read more in: www.elprocus.com
Source: Link
Source: electricalsymbols.org
Listen/purchase: HDK 140 † Starlight by LOGIC GATE
"The void holds constellations of its own, eclipsing lesser legends we arrange in shining pebbles. Shadowy & strange, they stretch their silhouettes like raptors flown from rifted light. What’s not is all they are, & even that invisible to eyes corrupted by the toxic blare of skies too wise for night, or wearied by the stars. Small wonder that those few who see—or saw— these negative enigmas seldom map their shapes for strangers. Ancient ways prevail when recognizing epics in the raw, or navigating eddies of perhaps along this river. This dark-winding trail." 𝒜𝓃𝓃 𝒦. 𝒮𝒸𝒽𝓌𝒶𝒹𝑒𝓇, 𝒟𝒶𝓇𝓀 𝒞𝑜𝓃𝓈𝓉𝑒𝓁𝓁𝒶𝓉𝒾𝑜𝓃𝓈 (2014)
Jul 23, 2019 (The Expresswire) -- Logic Gate Market analyse the global Logic Gate market size (value & volume) by company, key regions, products and end...
Truth Table Generator -
I was in a fix as to which online tool to use to solve truth table problems before I came across this truth table generator. It has been a life-changer for me since then.
Taking inspiration from the Venus flytrap and how it makes sophisticated decisions about when to snap shut on potential prey despite the absence of a brain, engineers at Penn State have designed structures that carry “embodied logic.”
First Bottleneck
So after setting up the basic Logic Gate template I’ve managed to get four basic modes working as of now. I’m going with a 1 input 1 output setup for the NOT Gate and 2 input 1 output setup for the other gate types
The NOT gate will only broadcast an output when it does not receive any input and will stop broadcasting when it receives an input.
The AND gate will only broadcast an output if BOTH inputs are on. Otherwise it will remain off.
The OR Gate will only broadcast a signal when either one or both of the inputs are on. When none of the inputs are on it will not broadcast a signal.
The XOR Gate will only broadcast a signal when there is one input that is OFF and one that is ON. Otherwise it will remain off.
I’ve originally written the code so that the Logic Gate input variables can only be modified through an external script which is enough for a “Input -> LG -> Output” type setup but what if I want to do nested Logic gates such as this one?
So now I have to make the Logic Gate script be able to modify other Logic Gate scripts as well which is...well confusing since now I have to modify the script to allow it to not only be modified externally but to modify other Logic Gate scripts externally as well.