T729:About: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
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 wanted to do something different. A base3 computer seemed like a cool idea. | 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 wanted to do something different. A base3 computer seemed like a cool idea. | ||
During college I figured out on my own on paper the truth tables for the logic gates SUM, CONS, and ANY and made a full adder; proving a ternary computer was possible. Soon after I discovered | During college I figured out on my own on paper the truth tables for the logic gates SUM, CONS, and ANY and made a full adder; proving a ternary computer was possible. | ||
Soon after I discovered '''The Ternary Manifesto by Douglas W. Jones''' https://homepage.cs.uiowa.edu/~dwjones/ternary/ | |||
This site provided a strong foundation to build upon. | |||
There seems to be very little publicly accessible information on balanced ternary computing that I can easily find. Most of it is behind paywalls. | There seems to be very little publicly accessible information on balanced ternary computing that I can easily find. Most of it is behind paywalls. | ||
Because there is so little useful information I have had to self teach myself how binary computers and | Because there is so little useful information I have had to self teach myself how binary computers work and do things and then recreate it with balanced ternary logic myself. | ||
I originally went to college for Computer Science but it was ALL programming classes and then I struggled with the required higher English and Math classes so much I switched to Electronics which didn't have the higher requirements. I learned a lot more in the electronics classes and it was much more hands on and fun. | I originally went to college for Computer Science but it was ALL programming classes and then I struggled with the required higher English and Math classes so much I switched to Electronics which didn't have the higher requirements. I learned a lot more in the electronics classes and it was much more hands on and fun. |
Revision as of 03:41, 25 May 2024
The T729 Balance Ternary Computer is a hobby project that I have slowly been working on since 2012. 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 wanted to do something different. A base3 computer seemed like a cool idea.
During college I figured out on my own on paper the truth tables for the logic gates SUM, CONS, and ANY and made a full adder; proving a ternary computer was possible.
Soon after I discovered The Ternary Manifesto by Douglas W. Jones https://homepage.cs.uiowa.edu/~dwjones/ternary/ This site provided a strong foundation to build upon.
There seems to be very little publicly accessible information on balanced ternary computing that I can easily find. Most of it is behind paywalls.
Because there is so little useful information I have had to self teach myself how binary computers work and do things and then recreate it with balanced ternary logic myself.
I originally went to college for Computer Science but it was ALL programming classes and then I struggled with the required higher English and Math classes so much I switched to Electronics which didn't have the higher requirements. I learned a lot more in the electronics classes and it was much more hands on and fun.
I now have an AS in Electronics but my work background is still computers; IT tech support and computer repair.
Other hobbies are programming and messing with small Arduino/ESP32 projects. Built a Raspberry Pi robot that can be viewed and driven over the internet in a web browser. Dabble with Blender 3D making 3d models for 3d printing and rendered stills and animations. Running a small "Homelab" that I host video game servers on for friends and myself.