loc_projects:

During my dev journey, I have the opportunity to create some cool projects.

I've collected here those that might pick your interest.

loc_myfiches.com:

In my last year of highschool I stumbled upon a problem with my studying methodology. I kept loosing my revision sheets.
So I decided to devellop my own solution, myfiches.com! This website works like a social media, where like minded individuals can post their revision sheets, like and even comment. It has enabled be to store and categorize my revision material, and also to share it with the world. The site is open for everyone to contribute but it's mostly in french.

I develloped it with Golang for the backend and svelte for the frontend, and it has worked pretty well for me :D

loc_rusty_slicer:

Rusty Slicer is a small app I built using rust, tauri and ffmpeg. I built it because I was frustrated with some youtube playlist video, that I wanted to "split" in individual music files. So you just put your video or music, the time chapters and voilà you've got your files.

loc_numworks_hacking:

The Numworks is the first graphing calculator that I got in my hands, in my first year of high school.
And after a few weeks of common calc usage, I looked into the homebrew community that formed around this piece of hardware.
And in a matter of weeks I used my raspi to jailbreak it, which allowed me to dive in and learn a ton of cool stuff about reversing and embedded system.

The first project I did on it, was a baremetal OS for the n0110 model, called Zeta OS. I did this OS from scratch and I got the LED and keyboard working. You can view my article on it here.

Then more than one year later I got my hand on the latest n0120 model, which had not any CFW. So I started working on reversing the official bootloader, and made my own by injecting some code in a code cave. This now let me run any OS even if it's not signed by NW and reflash both the bootloader and the OS.
Once again I did an article on it to document my process.

loc_a_la_carte:

À la carte is a game I built for the Numworks, in the context of a TI Planet contest. It's built in python and optimized for it to run smoothly on the target calculator.

loc_minecraft_mods:

During some of my (too) many Minecraft two weeks phases, I develloped some minecraft mods. Mainly in Fabric, I even did a tutorial to get started and be introduced to the wonderfull world of Mixins xD.

No more spire: I did this mod for the server that I was playing back then OriginRealms. Everyone was spamming about the spire update in chat, so I decided to do some cleanup and free the chat from this pollution.

Modern chunk detector: This mod was made for the server 9b9t that my friend and I were playing. It highlights the chunk that were generated in modern version of MC. Great to track bases trails ;)