Low-Level Systems & Kernel Networking
I am bomberrie. I engineer Linux kernel flow-offload mitigations, line-rate zero-copy eBPF/XDP telemetry probes, and fault-tolerant distributed infrastructure.
Spotify audio daemon idling on hardware sink (DAC0).
Kernel & Systems Codebases
openwrt-flowoffload-pbr-mac-misroute
Root-cause diagnosis, synthetic netns reproducer, and kernel patch resolving MAC header corruption in OpenWrt 24.10 when software/hardware flowtables bypass Policy-Based Routing (PBR) neighbor lookups.
ebpf-xdp-telemetry-engine
High-frequency packet parser and zero-copy metric extractor operating directly at the NIC driver layer via eBPF/XDP, streaming L4-L7 flow states through lock-free ring buffers.
wireguard-dynamic-mesh-core
Autonomous peer-to-peer overlay network daemon featuring zero-trust dynamic routing, automated NAT traversal via STUN/DERP, and latency-optimized path switching.
hyper-lsm-kv-engine
Log-Structured Merge-tree storage engine implementing lock-free memtable concurrency, asynchronous io_uring disk flushes, and SIMD-accelerated Bloom filters.
nixos-baremetal-infrastructure
Hermetic, reproducible infrastructure-as-code repository managing physical hypervisors, edge routing appliances, and Kubernetes nodes via NixOS flakes.
sysmon-kernel-tui
Ultra-lightweight terminal interface for live inspection of Linux socket buffers, conntrack table state, CPU hardware performance counters, and IRQ distribution.
Kernel & Protocol Architecture
KERNEL & SYSTEMS
Kernel modules, sk_buff lifecycle, low-level memory layout
Async runtimes, lock-free data structures, io_uring bindings
Packet filters, kprobes, tracepoints, BPF ringbuffers
Netfilter architecture, Flowtable, conntrack, sysfs
NETWORKING & PROTOCOLS
Window tuning, congestion control, zero-copy splice
Policy-Based Routing (PBR), multi-WAN NAT, flowtables
Overlay encryption, dynamic mesh tunnels, MTU tuning
Autonomous system peering, route propagation, FIB
CONCURRENCY & STORAGE
Network daemons, gRPC microservices, concurrency primitives
Write-Ahead Logs, memtables, distributed state machines
Async submission/completion queues, polled I/O
Vectorized Bloom filter checks, AVX2/NEON hashing
DECLARATIVE INFRASTRUCTURE
Declarative bare-metal flakes, hermetic builds, custom kernels
eBPF-powered network policies, cluster routing, BGP peering
Direct kernel-to-userspace socket communication
bpftrace, perf, Prometheus exporters, Grafana dashboards