diff --git a/pages/projects.html b/pages/projects.html index 508e0f4..f325034 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -13,7 +13,13 @@ 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

+

+ + 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.

@@ -23,15 +29,36 @@ by Creed.

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.

+ + my GitLab.

-

BasicKernel

+

+ + 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 + + + Writing a Simple Operating System from Scratch + + as a guide.

-

Colonel

+

+ + 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.

@@ -40,7 +67,13 @@ projects for the OS.

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

-

DMUX

+

+ + 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 @@ -51,21 +84,49 @@ shooter game.

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.

+

+ + Indivisible + +

+

A fun little project I've worked on for some time which generates +prime numbers and (necessarily) tests to see if a number is prime. It is +optimized based upon certain mathematical properties, implemented in +Rust with parallel computations. The main page is written in Spanish, as +it's for a contest in Spain, but the + + repository and documentation + is all in English.

-

NeoComm

+

+ + 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

+

+ + Prism-Break + +

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

-

SpaceShipSim

+

+ + SpaceShipSim + +

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