# First Genetic Learning Project
A long time ago, I decided to make my own simulation to see if “virtual organisms” would be able to learn to survive in a simulated habitat. These virtual organisms were named “Quibs.” I don’t know…
A long time ago, I decided to make my own simulation to see if “virtual organisms” would be able to learn to survive in a simulated habitat. These virtual organisms were named “Quibs.” I don’t know…
In my high school electronics class, I decided to build a 4bit full adder out of discreet CMOS 40XX series integrated circuits.This means there were only AND, OR, and XOR gates in my design.
For my capstone project at Penn State, I built a React JS single page app (SPA) that used Axios to communicate using an IoT protocol known as oneM2M in realtime. I’ve recently become interested in…
Last December, I published version 1 of spider-crab on GitHub.spider-crab is written in Rust and uses Tokio, clap, reqwest, scraper, and petgraph to crawl across webpages to check for broken links.
I won first place at the <a href="https://hackpsu.org/live">Hack PSU</a> hackathon in Spring of 2022!My team’s entry was titled <i>Sauron</i>, which is an event data aggregator and dashboard for…
Block based sandbox games are fantastic. Minecraft and Terraria dominate the market for it, but it’s always fun to try to create your own games. Many other open source “voxel” based games and…