Welcome to my website!

My Bio

Matheus has enjoyed programming and computer science from a young age, and has been teaching himself concepts from books and courses. His favorite fields are computer architecture and software engineering, and currently programs in C and Rust.

Notable Projects

  1. Conway's Game of Life
    • conway's game of life running on a terminal application
  2. A Chip-8 Interpreter
    • breakout, a classic arcade video game running on the interpreter
      Br8kout by SharpenedSpoon running on the emulator.
    • You may be asking: what's a Chip-8? "Chip-8 is a simple, interpreted, programming language which was first used on some do-it-yourself computer systems in the late 1970s and early 1980s. These computers typically were designed to use a television as a display, had between 1 and 4K of RAM, and used a 16-key hexadecimal keypad for input. The interpreter took up only 512 bytes of memory, and programs, which were entered into the computer in hexadecimal, were even smaller." - Cowgod's Chip-8 Technical Reference.
    • You might get rare exotic disease from looking at the source code; you have been warned.
  3. User Managment System
    • A simple and uncomplicated CLI tool for managing a database of users.

This website is self-hosted on a Rocket server behind Nginx by WildSir.