ruel@alarcon:~$
Scroll to Projects v

~/my_projects/

make

gcc -c src/project_manager.c -o build/project_manager.o

gcc -c src/display_handler.c -o build/display_handler.o

gcc -c src/process_monitor.c -o build/process_monitor.o

gcc -c src/main.c -o build/main.o

gcc build/project_manager.o build/display_handler.o build/process_monitor.o build/main.o -o build/my_projects

ln -sf $(pwd)/build/my_projects /usr/local/bin/my_projects

Build complete.

./my_projects --help

my_projects v1.0.0

DESCRIPTION:

A top/htop-style resource monitor for displaying projects.

Shows active projects with details including PID, language,

command name, and memory usage.

USAGE:

my_projects [OPTIONS]

OPTIONS:

--help Show this help message

--version Show version information

./my_projects
Processes
Info
Hi there~! <3 This is a collection of some of my programming projects.

Clicking on a project in the Processes list will select it. If you click the same one again, that'll unlock it so you can hover for previews again.

Please check out the links section, especially showcases for my projects if that project has one~!
Hi there~! <3 This is a collection of some of my programming projects.

Clicking on a project in the Processes list will select it.

Please check out the links section, especially showcases for my projects if that project has one~!
Name
Hover over a project to preview, click to view Click a project to view
Description
Hover over a project to preview, click to view Click a project to view
Technologies
Hover over a project to preview, click to view Click a project to view
Links
Hover over a project to preview, click to view Click a project to view

~/about_me/

cat coding.txt

Hiya~ I'm currently {{age}} years old and originally from the Philippines, though I moved away by the time I was 1. My beginnings as a programmer started in elementary school, where I learned the basics of Lua by editing and writing scripts for Roblox exploits. From that point I became interested in stuff like Minecraft server plugins and eventually networking.

Now, I'm always working on my next project. I usually like keeping up with stuff like developments in AI (not strictly LLMs) and web technologies. That said, I also have a deep fondness for low-level code and code optimization, especially as scalability becomes more and more important for the internet.

poetry install

Installing dependencies from lock file

Package operations: 1 install, 0 updates, 0 removals

- Installing ascii-bresenham (1.2.0)

poetry run python cube.py
cat anime.txt

Watching anime has always been one of my favorite hobbies, ever since I was a kid. Nothing beats watching an anime as its episodes release week by week.

In general I'd say anime has been a pretty foundational inspiration for my creative projects in both music and programming.

vcpkg install

Detecting compiler hash...

The following packages will be built and installed:

live2d[core]

Starting package 1/1: live2d

Building live2d...

Installing live2d...

Elapsed time to handle live2d: 2.1 s

Total install time: 2.1 s

cmake --build build

[ 20%] Building CXX object CMakeFiles/waifu.dir/src/main.cpp.o

[ 40%] Building CXX object CMakeFiles/waifu.dir/src/renderer.cpp.o

[ 60%] Building CXX object CMakeFiles/waifu.dir/src/model.cpp.o

[ 80%] Building CXX object CMakeFiles/waifu.dir/src/physics.cpp.o

[ 90%] Linking CXX executable waifu

[100%] Built target waifu

./build/waifu
cat music.txt

Another fun fact about me is that I'm also a professional jazz pianist! Very occasionally, you may find me doing gigs at various places such as the Sundog Arts & Entertainment Faire. After an introductory few years of classical lessons, I began self-teaching jazz piano and have been for over 10 years.

I also grew up listening to dubstep and EDM, so I've come to absolutely love electronic music, as well as genres that blend jazzy harmonies with interesting sound design, like Future Bass, Glitch Hop, and other EDM genres.

Below is one of my favorite songs! Simply scroll down and hit play.

cargo build

Compiling ffmpeg-sys v0.5.2

Compiling ansi_colours v1.2.2

Compiling music_video v0.1.0

Finished dev [unoptimized + debuginfo] target(s) in 3.47s

cargo run

Finished dev [unoptimized + debuginfo] target(s) in 0.08s

Running `target/debug/music_video`

Thanks for checking out my portfolio~!