Skip to content
View HueCodes's full-sized avatar

Block or report HueCodes

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

distributed systems, networking, and infra

Rust Go C Python Linux AWS GCP Azure Kubernetes Docker Terraform

Seattle · huecodes.github.io · [email protected]


Projects

Sensor-Bridge — Lock-free 4-stage pipeline for IMU/LIDAR fusion. Cache-padded SPSC buffers, 2.2B items/sec, ~20ns latency, sub-nanosecond ring buffer ops. no_std compatible. Rust

forge-db — SIMD-accelerated vector database. IVF-PQ + HNSW indexing, AVX2/AVX-512 runtime detection, 13K QPS at 75µs, 32x memory compression. Pure Rust, no external deps. Rust

Go-Hunter — Multi-cloud attack surface management. Concurrent discovery across AWS/GCP/Azure/Cloudflare/DO at 1K assets/min, SHA256-based drift detection, multi-tenant SaaS architecture. Go

Rust-ServiceMesh — L7 proxy with circuit breakers, HTTP/2, gRPC. Lock-free atomics + DashMap achieve 52M ops/sec. Prometheus metrics, graceful shutdown, connection pooling. Rust tokio hyper


Open Source Contributions

cloudflare/agents hyper rust-clippy cilium/ebpf RustPython kubernetes

Pinned Loading

  1. Sensor-Bridge Sensor-Bridge Public

    A real-time sensor data pipeline for robotics in Rust

    Rust

  2. rust-clippy rust-clippy Public

    Forked from rust-lang/rust-clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

    Rust 1

  3. forge-db forge-db Public

    High-performance vector database in Rust.

    Rust

  4. sudoku-vision sudoku-vision Public

    App for scanning and solving sudoku puzzles with computer vision

    Python

  5. RustPython/RustPython RustPython/RustPython Public

    A Python Interpreter written in Rust

    Rust 21.7k 1.4k

  6. ebpf ebpf Public

    Forked from cilium/ebpf

    ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.

    Go