Builder Application - Pancakepig31

Minecraft name: Pancakepig31

What do you like the most about redstone?:

I’m an engineer in real life, but I got my start at a young age building redstone processors, it’s what made me become a real computer engineer.

What’s a thing you have made which demonstrates redstone knowledge?:

A full analog (no comparators or item-based logic) “bite” sized adder that can be pipelined and extended to do sub-second additions of n-bits.

What does the thing do?: Takes byte A, and byte B, and then adds them really really fast.

Image(s) and/or video(s) of the device:

What do you plan on making for your build trial?: Probably a solid analog incrementer.

Do you agree with the rules?: Yep.

Your application is not sufficiently advanced to apply for this position.

Generally, we require a 4-bit ALU or something equally (or more) advanced.

This is two 8 bit values getting added in sub second.

and can be extended infinitely.

Sub-second, expandable adders are common on ORE. If you want to trial then a requirement is something more advanced than an adder. By adding 5 control lines to your adder (!A, !B, Cin, OR, and FC) you meet the requirements of an ALU.