This page contains a non-extensive list of both personal projects and projects I have contributed to, many are software related, but others are related to my music. Some of these projects are incomplete while others are dead. Enjoy!

Music

I've been playing the guitar for many years now, and I've also had time to play around with synthesizers and drum machines.

The Music in Noise

Yup, this website is named after my solo artist alias. This is an ongoing project of mine in which I play with different styles and create music. There's not really any consistency with the genre, it's really just whatever I find entertaining at the moment.

LBRY Channel

I upload some covers and random guitar stuff to a LBRY channel I've got. I've even made some acoustic covers of metal songs, like "Higher" by Creed.

Software

I have been interested in coding and computers for a very long time, having used GNU/Linux as my main operating system since I was 15. I know plenty of programming languages, but my favorites are most definitely C and C++. You can find more of my personal projects on my GitLab.

BasicKernel

A basic kernel written for the x86 architecture. It's a small project I'm doing to learn kernel development from the ground up, using the book Writing a Simple Operating System from Scratch as a guide.

Colonel

A personal kernel project that I've been working on, my goal being to write a kernel and bootstrap a userland in order to be able to compile projects for the OS.

Decentralized

A collection of different free software applications that use a decentralized networking model to communicate between clients.

DMUX

This is a project I worked on for a year with Brigham Keys (back when it was still a C++ project). The aim was to create a 3D car derby shooter game.

DoublesGame

This really isn't a program on its own, but rather a fun little programming game you can play while waiting for your operating system to finish installing.

Indivisible

This is a fun little program I wrote that generates prime numbers using a parallelized computation algorithm, using OpenMP to parallelize the computations.

NeoComm

This is a small project I've been working on which aims at using DHT networking to create a decentralized and anti-censorship alternative to IRC.

Prism-Break

I contributed a few Spanish translations to this site, since I saw a lot of it was still in English.

SpaceShipSim

An educational simulation on how an object behaves in a frictionless environment such as that of space, using the Allegro5 libraries.