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

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


Projects

nodix — Real-time compute graph engine for robotics. DAG-based execution with EDF/Rate Monotonic scheduling, 5K+ iter/sec, <1ms p99 latency, zero-copy Arc-based data flow. Rust Blog →

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 Blog →

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 Blog →

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 Blog →

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 Blog →

gretun — GRE tunnel management CLI. Create, probe, and manage site-to-site tunnels for cloud VPC interconnection via netlink. Go Blog →


Open Source

  • rust-clippy#16402 — Fixed false positive lint for proc-macro generated code
  • RustPython#6661 — Fixed set in-place operators with self argument
  • cloudflare/agents#781 — Fix: properly type tool error content in getAITools
  • cilium/ebpf#1945 — Add poller and eventRing interfaces
  • floem#1025 — Cache whitespace TextLayouts in editor paint
  • rapier#806 — GeometricMean coefficient combine rule for friction simulation (open, passes checks)
  • hyper#4011 — Case-insensitive trailer field matching per RFC 9110 (open, passes checks)
  • tokio#7874 — Lock-free is_cancelled via AtomicBool for CancellationToken (open, passes checks)
  • torchcvnn#47 — Added input validation to normalization layers

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.8k 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