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 · huecodes@proton.me


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 →

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 →

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 →

gretun — GRE tunnel management CLI. Create, probe, and manage site-to-site tunnels for cloud VPC interconnection via netlink. Go 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 →

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 →


Open Source

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

Pinned Loading

  1. gretun gretun Public

    GRE tunnel manager for Linux

    Go

  2. 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

  3. 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

  4. Sensor-Bridge Sensor-Bridge Public

    A real-time sensor data pipeline for robotics in Rust

    Rust

  5. hyper hyper Public

    Forked from hyperium/hyper

    An HTTP library for Rust

    Rust

  6. cloudflared cloudflared Public

    Forked from cloudflare/cloudflared

    Cloudflare Tunnel client

    Go