Skip to content
View Jovinull's full-sized avatar
🍉
É no balanço da carroça que as melancias se ajeitam.
🍉
É no balanço da carroça que as melancias se ajeitam.

Highlights

  • Pro

Organizations

@CerneBR

Block or report Jovinull

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jovinull/README.md

An urutau, judging you

Felipe Jovino

I wrote an operating system so I'd have somewhere to run Doom.


Kintaro taking notes, from Golden Boy

Things I've built, in no particular order of sanity:

StinkOS — 32-bit x86 OS from scratch in C. Preemptive scheduler, a TCP/IP stack down to RFC 793, ELF userland, its own package manager. Zero third-party libraries in the kernel. Doom runs on it.

sonicheroes — decompiling Sonic Heroes for the GameCube, function by function.

macrocosm — dark matter particles coupled to a baryonic SPH fluid in expanding spacetime, volumetric rendering included. Pure C17.

SmartyRed & AwaLink — PPO agents learning Pokémon Red and Zelda: Link's Awakening from raw frames. One of them keeps track of roughly 1700 event flags. They are both very patient.

rinha-2026-zig — vectorized k-NN over a quantized IVF index. In Zig, without libc, on 0.40 of a vCPU.

Bixim — a Tamagotchi engine that runs on an ESP32 and on your desktop from the same codebase.

SignForest — real-time Libras recognition from a webcam.



Day job: IT Coordinator at WM Saúde (SMARTHOSP), CTO at AccessSim — AI + AR for architectural accessibility, picked up by Sebrae's Catalisa ICT — and a Master's in Intelligent Computing at UFS/LABIC.

Night job: everything above.


Achievement Unlocked: GitHub thought I was a bot

In June 2026, GitHub's anti-abuse system suspended my account. False positive — Support confirmed it. Apparently committing this much trips the automation. I choose to read this as a compliment.


Email · LinkedIn · Lattes · Portfolio

See You Space Cowboy...

Urutau photo and Golden Boy clip belong to their respective authors. Code here is MIT.

Pinned Loading

  1. sonicheroes sonicheroes Public

    Decompilation of Sonic Heroes for the Nintendo GameCube

    C++ 16 4

  2. StinkOS StinkOS Public

    32-bit x86 OS from scratch. ELF-aware bootloader, multiboot-compatible kernel at 1MB, preemptive scheduler, anonymous pipes, signals, TCP/IP stack (RFC 793), DHCP/DNS, ELF userland with per-process…

    C 5

  3. rinha-2026-zig rinha-2026-zig Public

    Rinha de Backend 2026 (Deteccao de Fraude) em Zig 0.13 sem libc: busca vetorial k-NN sobre indice IVF quantizado, sob restricao de 0.40 vCPU.

    Zig

  4. Kensho Kensho Public

    Companion de IA local para desktop Ubuntu: personagem flutuante sempre visivel movido por modelo Qwen .gguf local, com memoria persistente, agenda e tarefas. Rust + Tauri v2, Clean/DDD.

    Rust

  5. SmartyRed SmartyRed Public

    Agente autonomo que aprende a jogar Pokemon Red por Aprendizado por Reforco (PPO), observando frames empilhados, mapa de exploracao, badges e ~1700 event flags.

    Python

  6. Ondina Ondina Public

    Plataforma de streaming de video em Elixir/Phoenix: fragmentacao HLS adaptativa com FFmpeg, PubSub via Phoenix Channels, PostgreSQL e stack inteiramente conteinerizada.

    Elixir