Facinus
RepoSince our college switched from Windows to Ubuntu, I had a cool idea to remotely control my classroom PCs.
I discovered gsocket.io and started developing a tool that deploys a local web admin panel to collect logs from connected clients.
I used an Ubuntu VM in QEMU and Bash scripted everything.
OS-in-1000-lines
My implementation of Operating System in 1000 lines by Seiya Nuta.
A small operating system written from scratch for RISC-V CPU architecture.
This project will have basic context switching, paging, user mode, a command-line shell, a disk device driver, and file read/write operations in C.
And also I'll try to add some more functionality to it.
Right now I'm still working on basic stuff before implementing something new.
I'm still learning C and Assembly, the RISC-V instruction set is new to me.
Reverse engineering book translation
This is a book from @mytechnotalent (English version here) that I decided would be cool to translate in Ukrainian with python script and LLM hosted locally
I generally moved from outdated gitbook to honkit for publishing this as an E-book, created a python script for parsing markdown files and translating using LTEngine and Llama LLM (8b params) hosted locally.
I was also able to make an automatic push to my github pages on each update
Wallpapers
Organized personal wallpaper collection into a git repo, with a script to regenerate README previews and categories.
Dotfiles
Customized Linux setup using Arch, Hyprland, NVChad, and tmux.