Skip to content
View Trafexofive's full-sized avatar
πŸ’­
Getting Gud ...
πŸ’­
Getting Gud ...

Block or report Trafexofive

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
Trafexofive/README.md

GODSPEED

C C++ Python Arch Linux Self Hosted Bare Metal

I build production infrastructure from scratch and run it on my own hardware. No cloud providers. No vendor lock-in. Everything self-hosted, battle-tested, and optimized for real workloads.

Systems programmer. Infrastructure engineer. FOSS maximalist.


Current Projects

Self-hosted knowledge management with AI-powered search and knowledge graphs.

Production semantic search over personal knowledge bases. FastAPI backend with SQLite storage, vector embeddings for similarity search, RAG for conversational queries, and Neo4j for relationship mapping. Handles thousands of documents with sub-second retrieval. Built to replace Notion/Obsidian with full data sovereignty.

Stack: Python β€’ FastAPI β€’ SQLite β€’ ChromaDB β€’ LangChain β€’ Neo4j
Features: Vector search β€’ RAG pipelines β€’ Knowledge graphs β€’ RESTful API

Distributed web crawler that transforms documentation into LLM-ready structured data.

Microservices architecture for concurrent crawling at scale. Intelligent parsing with content normalization, deduplication, and metadata extraction. Redis-backed task queue handles thousands of concurrent crawls. PostgreSQL stores structured output optimized for embedding generation.

Stack: Python β€’ FastAPI β€’ PostgreSQL β€’ Redis β€’ Docker β€’ BeautifulSoup
Features: Concurrent crawling β€’ Smart parsing β€’ Content normalization β€’ Microservices architecture

Self-hosted deep search engine with LLM enrichment and multi-source aggregation.

Aggregates results from multiple search engines, enriches with LLM analysis, caches intelligently, and serves through a unified API. Vector storage for semantic search. Built to replace Google with complete privacy and customizable ranking algorithms.

Stack: Python β€’ FastAPI β€’ Redis β€’ Vector DB β€’ LLM integration
Features: Multi-engine aggregation β€’ LLM enrichment β€’ Intelligent caching β€’ Semantic search


Technical Stack

Languages: C β€’ C++ β€’ Python β€’ Bash β€’ Lua β€’ Go β€’ TypeScript when necessary
Infrastructure: Arch Linux β€’ Bare metal servers β€’ Docker β€’ Systemd β€’ Nginx β€’ WireGuard
Databases: PostgreSQL β€’ SQLite β€’ Redis β€’ Neo4j
Tools: Neovim β€’ Git β€’ Make β€’ GCC/Clang
Philosophy: Minimal dependencies, maximum control, production-grade or don't ship

Self-Hosted Infrastructure

Currently running on hardware I own:

Core Services: Full email stack (Postfix, Dovecot, rspamd) β€’ Git server (Gitea) β€’ Proxy management (nginx) β€’ DNS/Ad-blocking (AdGuard) β€’ VPN (WireGuard) β€’ Dashboard (Glance)

Media & Content: Navidrome (music streaming) β€’ Audiobookshelf (audiobooks/podcasts) β€’ YouTube archiving (yt-dlp stack)

Development: Build servers β€’ Container registry β€’ Private package mirrors β€’ Testing environments β€’ Experimental labs

All managed as code. All version controlled. All understood at the system level.


Selected Work

Production Infrastructure

second-brain-stack - AI-powered knowledge management with semantic search, RAG, and knowledge graphs. Replaces Notion/Obsidian with full data sovereignty.

SimpleCrawler-MK4 - Distributed web crawler with microservices architecture. Transforms documentation into LLM-ready structured data at scale.

DeepSearchStack - Self-hosted search engine with multi-source aggregation and LLM enrichment. Complete privacy with customizable ranking.

DB-Forge-MK1 - Database-as-a-Service platform with TypeScript backend and multi-language clients.

iq-option-bot-api - AI-powered trading bot with LLM integration and microservices architecture.

AI & Automation

Cortex-MK1 - Experimental AI orchestration and agent coordination system.

automation-stack-MK1 - Self-hosted automation infrastructure with Docker orchestration.

LSP-Context - Language Server Protocol context extraction for enhanced code analysis.

Systems Programming

satori - Custom programming language implementation from scratch in C.

agent-lib - C++ library for building autonomous agents.

excel-tui - Terminal spreadsheet with Excel-like functionality in C++.

cub3d - Raycasting game engine inspired by Wolfenstein 3D.

minishell - Bash-like shell implementation from scratch.

IRC-cpp - Full IRC server implementation in C++.

Developer Tools

BoilerFab - Project scaffolding platform for rapid development setup.

RTFM - Documentation and reference tool with personality.

noter - Efficient note-taking CLI tool in Go.

blogen - Static blog generator with minimal dependencies.

Self-Hosted Services

inception-42 - Complete Docker infrastructure with multiple services.

ollama-api-server-docker - Local LLM API server.

whisper-docker - Self-hosted speech-to-text service.

yt-dlp-stack - YouTube download and archiving automation.


Research Interests

Systems architecture and emergent complexity β€’ AI agent orchestration and autonomy β€’ LLM safety and alignment β€’ Quantitative trading and algorithmic strategies β€’ Performance optimization at scale β€’ Low-level programming (assembly, embedded systems, FPGAs) β€’ Security and OSINT β€’ Entropy in systems design


Philosophy

Dependencies are technical debt. Complexity is justified only when it enables emergent capabilities. If you don't understand it at the system level, you don't control it. Production is the only environment that teaches truth. Manual processes are bugs waiting to be automated.

Infrastructure is a factory floor: optimize throughput, eliminate bottlenecks, automate relentlessly, measure everything, iterate until bulletproof. Every service is a machine in a larger assembly line. Every failure is a signal. Every optimization unlocks the next stage of scale.


Contact

Email: lamkadmi.business@gmail.com

Open to collaboration on systems-level projects, self-hosted infrastructure, performance optimization, and production-grade tooling. If you're building something that requires deep technical work and you ship real solutionsβ€”let's talk.


Building on my own infrastructure. Sharing what works.

Pinned Loading

  1. DeepSearchStack DeepSearchStack Public

    Python

  2. Cortex-MK1 Cortex-MK1 Public

    Python

  3. DB-Forge-MK1 DB-Forge-MK1 Public

    TypeScript

  4. ollama-api-server-docker ollama-api-server-docker Public

    Shell

  5. SimpleCrawler-MK4 SimpleCrawler-MK4 Public

    Production-ready microservices web crawling platform with FastAPI, PostgreSQL, Redis, and Docker. Transform documentation sites into LLM-friendly structured data.

    Python

  6. RTFM RTFM Public

    You can't possibly take this seriously. Welp who Im I to say?

    Python