diff --git a/projects/index.html b/projects/index.html index de3d410..f3f5a82 100644 --- a/projects/index.html +++ b/projects/index.html @@ -29,8 +29,12 @@
loc_myfiches.com:
- During my dev journey, I had the opportunity to create some cool projects.
- I've collected here those that might pick your interest.
+ 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:
- During my dev journey, I had the opportunity to create some cool projects.
- I've collected here those that might pick your interest.
+ 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:
- During my dev journey, I had the opportunity to create some cool projects.
- I've collected here those that might pick your interest.
-
- patatipata
- patatipata
- patatipata
- patatipata
- patatipata
- patatipata
- patatipata
- patatipata
- patatipata
- patatipata
- patatipata
+ 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.