<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JacaByte</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JacaByte"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/JacaByte"/>
	<updated>2026-07-08T06:21:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31_Talk:Fluid_logic&amp;diff=134784</id>
		<title>v0.31 Talk:Fluid logic</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31_Talk:Fluid_logic&amp;diff=134784"/>
		<updated>2011-01-09T17:53:39Z</updated>

		<summary type="html">&lt;p&gt;JacaByte: Created page with '== Logic Gate Misconception ==   Hello, I'm a newbie here, both to Dwarf Fortress and to any type of wiki in general, but I study electronics and all that's implied in the form o…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Logic Gate Misconception ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hello, I'm a newbie here, both to Dwarf Fortress and to any type of wiki in general, but I study electronics and all that's implied in the form of logic gates and circuits and noticed that you guys seem to have your NAND and NOR gates mixed up.&lt;br /&gt;
&lt;br /&gt;
A NAND gate is the opposite of an AND gate; whenever an AND gate would normally be off (zero [0] from now on) a NAND gate would normally be on, (1) and vice-versa.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! X&lt;br /&gt;
! Y&lt;br /&gt;
! AND&lt;br /&gt;
! NAND&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This is the same as putting an inverter over the output of an AND gate. Using bridges instead of floodgates to invert the inputs of an AND gate instead, however, is not the same beast; the two middle terms for the NAND gate will be 0 instead of 1 in this case, describing the behavior of a NOR gate. This is known as DeMorgan's Theorem, and the converse holds true for your NOR gate implementation; it's actually a NAND gate.&lt;br /&gt;
&lt;br /&gt;
tldr; the NAND gate described by the article is actually a NOR gate, and the NOR gate is actually a NAND gate. [[User:JacaByte|JacaByte]] 17:53, 9 January 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>JacaByte</name></author>
	</entry>
</feed>