Hey there!
Welcome to my personal website. I want to put most of my stuff here.
I am a programmer and musician, really invested in low-level programming and chiptune.
I'm currently pursuing a computer science degree.
You might be interested in my repositories over on GitHub and my music over on my YouTube channel.
(More links at the end of the page)
Latest update
2025/08/01 17:36 -03:00 |
Spent quite a while working on Acrylic and cuca(sv) this week. I am terribly exhausted but I'm really proud of what I did managed to do :3 |
Current projects
Here are some of the projects I'm publicly working on.
See the full projects page for other projects I've worked on.
cuca(sv) | Attempt at a SystemVerilog implementation of a set of architectures created by a teacher of mine. in-progress |
ConquestVM | 32-bit fantasy computer, mostly inspired by Uxn. Includes a compiler and emulator. in-progress |
J.C. Experiment OST (2024-2025) | A soundtrack for Ruvyzvat's J.C. Experiment. music in-progress |
Acrylic | An... "up-and-coming" file format of mine for plain-text notetaking, trying to combine the convenience of Markdown with the outlining power of org-mode, along with a (somewhat) easy-to understand syntax and (hopefully) consistent rules. standard library tool in-progress |
Mini apps
I'm not the biggest web app enthusiast but I recognize it can be a good tool.
Here I am putting forth some small tools (only one at the moment) that I think might be useful.
Key tester (uses JS to track key presses)
Notes and documents
While I don't have my personal wiki, I guess this suffices?
Mini tutorial de C (wip) (pt-br)
Sistema Pa (lógica) (pt-br)
Updates
A short update log. I'm lazy so I probably won't update this always.
If you want a thorough list, check out the git log instead.
2025/08/01 17:36 -03:00 |
Spent quite a while working on Acrylic and cuca(sv) this week. I am terribly exhausted but I'm really proud of what I did managed to do :3 |
2025/03/25 22:37 -03:00 |
Was going to add a QR code generator page here. But the library I was gonna use was too outdated and I realized that way too late. :( So have this instead. It's pretty nice! Will use it myself. |
2025/02/16 17:54 -03:00 |
Reworked the project tag system. Now I have a strict set of tags, so I can't get lost in them... |
2025/01/16 22:21 -03:00 |
Hadn't realized I would get so many ideas for my website. Feeling happy lol |
2025/01/15 21:03 -03:00 |
Website redesign mostly done! Kinda broke mobile-friendliness in the process but I'll fix that later. Design inspired by em's website cuz it looked really cool. |
2025/01/15 20:12 -03:00 |
Trying to make this work |
To-dos
Turns out I still have a lot to do with this website. I plan to make it one of my main "outlets" to the internet, though I'm still not fully sure if I'd make it the main one.
Well, here's a general list of stuff I need to do:
- TODO: dedicated music page (with info about songs and filtering the project list)
- TODO: dedicated programming page (could be kind of a portfolio ig)
- TODO: blog + RSS feed + count them in the updates list
- TODO: add contact info
- TODO: make a list of old projects! yeah this is also inspired by em's website lol
- TODO: make a favicon
- TODO: figure out a better way to place the small website cards (maybe make what friend did @ https://www.pwndrenard.net/about/liens.htm)
And here's also a list of more codebase-related to-dos I guess...
- TODO: restructure the page code so each page exposes a single function that takes some export info and returns the contents
- TODO: make the page list a map with the name and its info. Would help with page titles and automatic sidebar.
- TODO: figure a simple way to batch-import functions in each page (I'm lazy).
- TODO: fetch some font from the internet at build time (PLEASE CACHE IT WHEN DOING IT LOCALLY)
- TODO: tag system: make each word some sort of command. Must be easy to parse though ffs
- TODO: integrate acrylic wiki here... somehow