I sometimes (once in a blue moon) write articles on extremq.com. Please check them out:
- The Inexact Design of Probabilistic Data Structures
- Punity, a Unity-like Game Engine for the Raspberry Pi Pico
There are a lot of repos on this profile, so I've made a list with some of the more interesting ones.
- extremq/punity: Game engine written for Raspberry Pi Pico. I also wrote a game using it. It aims to clone the Unity API.
- extremq/arduino-pomodoro: Pomodoro app written for Arduino boards.
- extremq/lcd1602_i2c: Very useful library for quickly programming multiple 16x2 LCDs with a Raspberry Pi Pico using the I2C communication protocol.
- extremq/nec_ir_remote_receiver_irq_pico: Library for Raspberry Pi Pico that decodes IR signals from NEC remotes.
- extremq/gptsubtitler: Simple program that translates and subtitles videos in any language, from any language.
- extremq/float: Custom calculator made for and used by my university.
- extremq/neural-network-number-recognizer: Wrote my neural network to detect numbers (MNIST dataset, more precisely).
- extremq/ninja: Multiplayer game for Transformice. It had 100 concurrent users at its peak.
- extremq/minigrep: Exercise from the Rust Book.
- extremq/rustlings: Covers my Rust write-ups for rust-lang/rustlings.
- extremq/pomodoro: Pomodoro app with a GUI.
- extremq/drawing-next: Next.js website used for uploading drawings. It has a smart tagging system.
- extremq/shobi-node: Social media built on express.