Main public logs
From TernaryWiki
Jump to navigationJump to search
Combined display of all available logs of TernaryWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:23, 13 April 2025 MrDyne talk contribs uploaded File:fontmap.png
- 13:22, 13 April 2025 MrDyne talk contribs created page Terminal (Created page with "thumb|alt=Font Map|Work In Progress Font Map This is for the future web browser simulator. == Terminal == * 4:3 Color Display * 27 Colors (Front and Background) * 81 x 27 Characters * 486 x 324 Resolution * 6 x 12 Pixel Characters == Colors == {| class="wikitable" style="text-align: center; font-family: monospace;" |+ 3-trit Color Table |- ! Hep !! 3-trits !! Color !! Name !! Hex Color |- | 0 || --- || style="background: #000000" | || Black || #...")
- 13:21, 13 April 2025 MrDyne talk contribs created page Add (Ternary) (Created page with "<big><b>Ternary Addition</b></big> == Uses == Adds two inputs and a carry in together. Outputs sum and carry out. Negating the B input will result in a subtraction. == Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bb"><b>B</b></td> <td class="tt_bb"><b>Ci</b></td> <td class="tt_bl tt_bb"><b>Co</b></td> <td class="tt_bb"><b>S</b></td> </tr> <tr> <td class="tt_r">-<...")
- 13:20, 13 April 2025 MrDyne talk contribs created page NOT (Binary Gate) (Created page with "== Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bb"><b>B</b></td> </tr> <tr> <td>0</td> <td class="tt_bl">1</td> </tr> <tr> <td>1</td> <td class="tt_bl">0</td> </tr> </table> </div> Category:Binary Category:Logic_Gates")
- 13:20, 13 April 2025 MrDyne talk contribs created page XOR (Binary Gate) (Created page with "== Truth Tables == === XOR === <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">XOR</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_bb">0</td> <td class="tt_bb">1</td> </tr> <tr> <td rowspan="2"><b>A</b></td> <td class="tt_br">0</td> <td>0</td> <td>1</td> </tr> <tr> <td class="tt_br">1</td> <td>1</td> <td>0</td> </tr> </table> <table class="tt"> <tr>...")
- 13:20, 13 April 2025 MrDyne talk contribs created page OR (Binary Gate) (Created page with "== Truth Tables == === OR === <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">OR</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_bb">0</td> <td class="tt_bb">1</td> </tr> <tr> <td rowspan="2"><b>A</b></td> <td class="tt_br">0</td> <td>0</td> <td>1</td> </tr> <tr> <td class="tt_br">1</td> <td>1</td> <td>1</td> </tr> </table> <table class="tt"> <tr> <t...")
- 13:20, 13 April 2025 MrDyne talk contribs created page AND (Binary Gate) (Created page with "== Truth Tables == === AND === <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">AND</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_bb">0</td> <td class="tt_bb">1</td> </tr> <tr> <td rowspan="2"><b>A</b></td> <td class="tt_br">0</td> <td>0</td> <td>0</td> </tr> <tr> <td class="tt_br">1</td> <td>0</td> <td>1</td> </tr> </table> <table class="tt"> <tr>...")
- 13:20, 13 April 2025 MrDyne talk contribs created page DEC (Ternary Gate) (Created page with "<big><b>Decrement</b></big> == Uses == Decrement will rotate the input down. It is used in Rotate Down operations. == Truth Table == thumb|alt=TempImage|TempImage <div class="tt"> <table class="tt"> <tr> <td colspan="2">DEC</td> </tr> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bl tt_bb"><b>Y</b></td> </tr> <tr> <td class="tt_r">-</td> <td class="tt_bl tt_b">+</td> </tr> <tr> <td class="tt_g">0</td> <td...")
- 13:20, 13 April 2025 MrDyne talk contribs created page INC (Ternary Gate) (Created page with "<big><b>Increment</b></big> == Uses == Increment will rotate the input up. Is used in Rotate Up operations. == Truth Table == thumb|alt=TempImage|TempImage <div class="tt"> <table class="tt"> <tr> <td colspan="2">INC</td> </tr> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bl tt_bb"><b>Y</b></td> </tr> <tr> <td class="tt_r">-</td> <td class="tt_bl tt_g">0</td> </tr> <tr> <td class="tt_g">0</td> <td class=...")
- 13:19, 13 April 2025 MrDyne talk contribs created page NEG (Ternary Gate) (Created page with "<big><b>Negate</b></big> == Uses == Negate is the ternary equivalent to the binary NOT. It inverts the input if it's not zero. == Truth Table == thumb|alt=TempImage|TempImage <div class="tt"> <table class="tt"> <tr> <td colspan="2">NEG</td> </tr> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bl tt_bb"><b>Y</b></td> </tr> <tr> <td class="tt_r">-</td> <td class="tt_bl tt_b">+</td> </tr> <tr> <td class="tt_g">0...")
- 13:19, 13 April 2025 MrDyne talk contribs created page MAX (Ternary Gate) (Created page with "<big><b>Maximum</b></big> == Uses == Do not know if this gate is actually useful for anything yet. == Truth Tables == === MAX === thumb|alt=Max Gate Symbol|Max Gate Symbol <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">MAX</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_r tt_bb">-</td> <td class="tt_g tt_bb">0</td> <td class="tt_b tt_bb">+</td> </tr> <tr>...")
- 13:19, 13 April 2025 MrDyne talk contribs created page MIN (Ternary Gate) (Created page with "<big><b>Minimum</b></big> == Uses == Do not know if this gate is actually useful for anything yet. == Truth Tables == === MIN === thumb|alt=Min Gate Symbol|Min Gate Symbol <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">MIN</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_r tt_bb">-</td> <td class="tt_g tt_bb">0</td> <td class="tt_b tt_bb">+</td> </tr> <tr>...")
- 13:19, 13 April 2025 MrDyne talk contribs created page COM (Ternary Gate) (Created page with "<big><b>Compare</b></big> == Uses == A tree of compares can compute if a register is negative, zero, or positive. This is done as part of the ALU Flags. I do not know yet if this gate is useful to Compare say two registers. This gate is biased towards the A input. Only when A is zero does B have any effect. == Truth Tables == === COM === thumb|alt=Com Gate Symbol|Com Gate Symbol <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_...")
- 13:19, 13 April 2025 MrDyne talk contribs created page EOR (Ternary Gate) (Created page with "<big><b>Ternary XOR</b></big> thumb|Eor Gate Symbol thumb|BCT NEOR Gate == Uses == Useful as a controllable Buffer or Negate. The negated form NEOR is useful to toggle between add and subtract modes within an Adder. == Truth Tables == === EOR === <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">EOR</td> <td colspan="3" class="tce"><b>B</b></td> </tr>...")
- 13:18, 13 April 2025 MrDyne talk contribs created page ANY (Ternary Gate) (Created page with "<big><b>Any</b></big> thumb|Any Gate Symbol thumb|BCT Any Gate == Uses == ANY gate is the ternary equivalent to the binary OR gate. The negated form NANY is a universal gate just like binary NOR. Every other logic gate can be made with the correct partern of NANY gates. == Truth Tables == === ANY === <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" r...")
- 13:16, 13 April 2025 MrDyne talk contribs created page CON (Ternary Gate) (Created page with "<big><b>Consensus</b></big> thumb|Con Gate Symbol thumb|BCT Con Gate == Uses == CON gate is the ternary equivalent to the Binary AND. The Negated form NCON is a universal gate just like Binary NAND. Every other logic gate can be made with the correct pattern of NCON gates. == Truth Tables == === CON === <div class="tt"> <table class="tt"> <tr> <td class...")
- 13:16, 13 April 2025 MrDyne talk contribs created page SUM (Ternary Gate) (Created page with "<big><b>Modulo-3 Sum</b></big> thumb|Sum Gate Symbol thumb|BCT Sum Gate == Uses == While there is a Ternary XOR gate, it's usefulness does not fit with what the Binary XOR can do. Another gate is needed to perform ternary addition. SUM does mod 3 addition, returning the remainder. It is also useful for cryptography and error correction being balanced, self-negating, associative, and...")
- 13:03, 13 April 2025 MrDyne talk contribs created page File:ternary quantum bird meme.png
- 13:03, 13 April 2025 MrDyne talk contribs uploaded File:ternary quantum bird meme.png
- 13:01, 13 April 2025 MrDyne talk contribs created page Quantum (Created page with "thumb|right|alt=Quantum Meme|Quantum Meme A few people have brought to my attention that quantum computing can do / does three states when I bring up my project. At this time I have zero desire to explore quantum computing for this project. Although, if you have an interesting tid-bit on quantum and ternary logic still feel free to contact me.")
- 13:00, 13 April 2025 MrDyne talk contribs created page Ternary vs Binary (Created page with "<p> Binary is flat out the better easier cheaper option for computing due to the very nature of how transistors work and current fabrication technology. However it does not mean we can't still explore ternary computer design. </p> <p> Maybe in the future someone will discover a semiconductor or material/atomic science electrical switch that supports three states as intrinsically as transistors and binary. </p> <p> Balanced ternary is almost 'pretty'. It handles negative...")
- 13:00, 13 April 2025 MrDyne talk contribs created page Current Focus (Created page with "== Circuitverse == * Optimizing Multiplier to Speed Up Result Output ** Parallelizing Adds (A+B)+(C+D)+(E+F) ** Multiplier Specific Carry Select Adder ** Karatsuba Algorithm? == Hung Up On == * Opcodes Operands Addressing Modes ** Choosing Registers ** Choosing Instructions *** Ordering Instructions ** Choosing Addressing Modes == Exploring Ideas == * Expanding from 6-trit to 9-trit. ** Instruction decoding would be easier. 6 trits for opcode and 3 trits for addressing...")
- 12:54, 13 April 2025 MrDyne talk contribs created page Project Goals (Created page with "I have many goals for this project that all overlap. * Developing a ternary computer architecture that everything else is based on. * Creating a web browser simulator based around the architecture that spoofs an "alt-history" late 1980s to early 1990s ternary home PC. * Physical implementation of the architecture. FPGA, discrete components, ASIC, or custom chip. * The first T729 design will be simple, inspiration drawn from classic 8-bit CPUs like the [https://en.wik...")
- 12:54, 13 April 2025 MrDyne talk contribs created page T729:About (Created page with "{{DISPLAYTITLE:About}} '''"I have no clue what I'm doing. Learning and making it up as I go along."''' The T729 Ternary Computer is a hobby project that I have been working on since 2014 in my spare time. It started as a thought experiment and was a day dream project during boring college classes. I've wanted to make some kind of DIY breadboard or discrete component computer for a long while but there is already an ocean of hobby 8 and 16 bit projects out there. I wante...")
- 12:52, 13 April 2025 MrDyne talk contribs deleted page Main Page (Like "Index" more.)
- 12:52, 13 April 2025 MrDyne talk contribs created page MediaWiki:Mainpage (Created page with "Index")
- 12:51, 13 April 2025 MrDyne talk contribs created page Index (Created page with "{{DISPLAYTITLE:T729 Balanced Ternary Computer}} <div style="text-align: center; font-weight: bold; font-size:120%;">Hobby Balanced Ternary Computer Project</div> <div style="text-align: center;"><div class="hcat"> == Wiki == * About * Project Goals * Current Focus * Ternary vs Binary * Quantum </div><div class="hcat"> == Logic Gates == <div class="hcat"> === Ternary === * +2 Input ** SUM ** CON...")
- 12:28, 13 April 2025 MrDyne talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges * SEARCH * TOOLBOX * LANGUAGES")
- 12:26, 13 April 2025 MrDyne talk contribs created page MediaWiki:Common.css (Created page with "div {margin-top: 0px; margin-bottom: 0px;} h3 {margin-top: 0px; margin-bottom: 0px;} h4 {margin-top: 0px; margin-bottom: 0px;} Home Page Categories: div.hcat {display: inline-block; vertical-align: text-top; margin: 10px;} Truth Tables: div.tt {text-align: center; font-family: monospace; font-size: 20px;} table.tt {font-family: monospace; font-size: 20px; margin: 50px; display: inline-block; vertical-align: text-top; border-collapse: collapse;} table.tt td {w...")
- 21:37, 11 April 2025 MediaWiki default talk contribs created page Main Page