Skip to content
View 3vilM33pl3's full-sized avatar

Highlights

  • Pro

Block or report 3vilM33pl3

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
3vilM33pl3/README.md

Olivier's Github πŸŽ‰

πŸ‡¬πŸ‡§ London | 🧰 Inventor + Product Builder | πŸš€ Agentic Engineer

Rust Go C C++ Unreal Engine Ansible Kubernetes OpenTofu TypeScript Python

I build practical software and infrastructure that is reliable, secure, observable, and easy to operate.

My Projects

In active development

  • 🧠 Memory - My own distributed memory system for coding agents
  • πŸͺ£ Buckets version control system - A version control tool for game asset and expectation management.
  • ☎️ Soundmind Desktop meeting assistant for transcribing system audio and give help during video calls
  • πŸ’¦ Homelab Public - Sanitized version of my Homelab setup
  • πŸ•ΉοΈ Canal Game - Unreal Engine game for my Steamdeck (early stage)

'Finished' and in use

  • πŸ“Ί RaspberryPi 5 Info Display - Rust-powered display app for status and metrics on Raspberry Pi devices.
  • 🍲 Recipes - Recipe platform with backend + frontend plus deployment automation.
  • πŸ“± Recipes App iOS - Native iOS client for browsing and managing recipe content
  • πŸ“Έ Godox AR400 Cross-Polarizer Mount 3d print files for polarizing filter holder for the Godox AR400 flash
  • πŸͺŸ tmux - fork of tmux, now with one-key big labels so you always know where you are. (Similar to 'Show a clock')
  • 🎲 Random Web - Small web service for secure random generation and visualization
  • πŸ–¨οΈ 3D printing models - OpenSCAD models for 3D printing

Archived

Research Projects

SCTP - My favorite network protocol - RFC9260

I think SCTP should be treated as a first class citizen just like TCP and UDP. In the following projects I have added SCTP to the runtime / standard library in the same way TCP and UDP are implemented. Experimental and proof of concepts.

  • SCTP in Go on FreeBSD - This project is part of my Masters Thesis and presented at the BSD conferences in Asia, Europe and Canada in 2012 and 2013.
  • SCTP in Go on Linux - Revisiting my old SCTP in Go project, now with the latest version of Go on Linux, done with the power of LLMs(!)
  • SCTP in Rust on Linux - SCTP in Rust as a first class citizen like TCP and UDP? Yes we can!

GitHub Activity

GitHub Contribution Graph

Recognition

What I'm Doing

  • 🧠 Building an open source distributed memory system for (coding) LLMs
  • βš™οΈ Building a reliable zero trust homelab
  • πŸ” Running my own Certificate Authority
  • πŸ•ΉοΈ Indie game development
  • πŸ› οΈ Shipping small tools to make life easier

Connect

Linkedin LinkedIn Β  GitHub GitHub

Pinned Loading

  1. vscode-rust-test-adapter vscode-rust-test-adapter Public

    Rust test adaptor for VSCode Test Explorer. This is a fork of the original. This version navigates to the test location if you click on the test and shows the output of failed tests

    TypeScript

  2. raspi-info-display raspi-info-display Public

    A modular Rust application that displays comprehensive system information on an SSD1306 OLED display connected to a Raspberry Pi via I2C.

    Rust 3

  3. go-sctp go-sctp Public

    Forked from golang/go

    The Go programming language. This project is part of my Masters Thesis and presented at the BSD conferences in Asia, Europe and Canada in 2012 and 2013.

    Go 26 5

  4. buckets buckets Public

    Buckets is a tool for game asset and expectation management. It controls the version of work a user creates and sets and records expectations they have of each others work to improve collaboration.

    Rust

  5. varnish-urlsort varnish-urlsort Public

    Canonicalize Varnish cache keys by sorting URL query parameters

    Roff 26 4

  6. memory memory Public

    Local knowledge base for coding agents with a Rust CLI/TUI, PostgreSQL storage, and optional background capture.

    Rust