imno
I type stuff into my puter. During last few years I also wrote several programs/projects which you can explore below.
# timber
CA modern C logging library
Easy to use logging library with C23 feature with easy to understand logging format. C++ and python bindings available.
View Source View Docs C++ bindings Python bindings# A/C controler
C • RaspberrPi PicoControl A/C from your web browser or using home assistant.
A smart air conditioning controller that allows you to manage your AC unit remotely through a web interface or integrate it with home automation systems like Home Assistant.
View Source# Asteroids
C • SDLCooperative multiplayer asteroids game with both single-player and network co-op.
A modern take on the classic asteroids arcade game featuring cooperative multiplayer gameplay, smooth SDL2 graphics, and network support for playing with friends.
View Source# ish
RustA basic linux shell.
Tired of bash, zsh, fish? Use this shell which offers minimal functionaliy. Curently supported features:
- cd
- background tasks
- stopping a task
- start that stopped task
- fd redirecting
- output piping