Projects

My varied interest in multiple areas of computer science is reflected in my projects: From this website, to a CPU based path tracer, a breadboard computer, and more. With work, college (not anymore 😊), and multiple hobbies, it can be difficult to find time to work on each project, but I tend to work on them as I want so as to avoid burnout. There's no point in working on a personal project if I'm not interested.

DIY Computer

I tested having two OR gates (NAND gate combinations) outputting to the same line, feeding into a third OR gate. As you can see in the images, only the inputs of the second gate are on, but the outputs of both gates are on. This is the setup for the test. Neither input LED for the first gate is on. However, the final output LED does not turn on all the time, but only when both of its inputs are on. This suggests a voltage issue, which is also seen in the dim first output LED. The rough circuit diagram is shown (simulated in Logisim). This test will need to be redone or redesigned, as the results from this setup were inconclusive.

Read the full story
23/8/2025 - 2/9/2025

CPU Path Tracer

Check out the latest on this project in my GitHub repo, linked here.