Skip to content
View lai3d's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Singapore

Highlights

  • Pro

Block or report lai3d

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lai3d/README.md

Hi there πŸ‘‹

I'm a DevOps/SRE engineer focused on building high-performance distributed systems.

πŸ”§ What I work with

Infrastructure: Kubernetes, Istio, Docker, Terraform
Monitoring: Prometheus, Grafana, Thanos, ClickHouse
Cloud: AWS
Languages: Rust, Go, TypeScript, Python


⛓️ Featured Project: QFC Blockchain

A custom Layer 1 blockchain with Proof-of-Contribution consensus, DeFi, NFT marketplace, and full wallet ecosystem.

graph LR
    Wallet[Wallet] -->|RPC| Node[QFC Node]
    Explorer[Explorer] -->|API| Node
    Node -->|P2P libp2p| Node2[QFC Node]
    Node --> Storage[(RocksDB)]
    DeFi[DEX / DeFi] -->|Contracts| Node
    NFT[NFT Marketplace] -->|Contracts| Node
Loading

Core: qfc-core β€” Rust blockchain node with Blake3 PoW, Merkle Patricia Trie, Ed25519/VRF cryptography, libp2p networking
Ecosystem: Explorer, DEX, NFT marketplace, wallet (desktop + mobile), faucet, AI inference router, SDK (JS/Python), VS Code extension
34 repositories covering the full blockchain stack

Tech stack: Rust, RocksDB, libp2p, Blake3, Ed25519, React, TypeScript, Solidity


πŸ›°οΈ Featured Project: Sigma

Lightweight VPS fleet management platform β€” track instances across dozens of cloud providers, manage IP addresses, and monitor with Prometheus/Grafana.

graph LR
    Web[React UI] -->|API| Server[Rust + Axum]
    Server --> PG[(PostgreSQL)]
    Agent1[sigma-agent<br/>VPS-1] -->|heartbeat| Server
    Agent2[sigma-agent<br/>VPS-N] -->|heartbeat| Server
    Prom[Prometheus] -.->|scrape| Agent1
    Prom -.->|scrape| Agent2
Loading

Components: sigma-api (Rust/Axum), sigma-web (React), sigma-agent, sigma-probe, sigma-cli
Tech stack: Rust, Axum, PostgreSQL, Redis, Prometheus, Grafana, Thanos, React, Docker, K8s


πŸš€ Featured Project: EdgeFlow CDN

A self-built content delivery network with edge caching, intelligent scheduling, and security.

graph LR
    User --> Scheduler[DNS Scheduler]
    Scheduler --> Edge[Edge Node]
    Edge --> Origin[Origin]
    Console[Admin UI] -->|REST API| Control[Control Plane]
    Control -->|gRPC| Edge
Loading

Highlights:

  • Edge Node (cdn-edge) β€” 32K QPS caching proxy with two-tier LRU cache, WAF, HTTP/3, Gzip/Brotli, WebSocket, image optimization
  • Control Plane (cdn-control) β€” REST API + gRPC config sync, JWT + TOTP 2FA, audit logging
  • Scheduler (cdn-scheduler) β€” DNS + HTTP 302 routing with GeoIP, health checks, load-weighted selection
  • Admin Console (cdn-console) β€” React + TypeScript + Ant Design dashboard
  • 8 repositories covering edge proxy, control plane, scheduler, console, CLI, deployment, Terraform, design docs

Tech stack: Go, gRPC, PostgreSQL, Redis, ClickHouse, Prometheus, React, Docker, K8s


🧠 Featured Project: MerlionOS

A bare-metal operating system purpose-built for LLM inference β€” zero overhead, maximum throughput.

graph LR
    App[LLM Inference] --> Kernel[merlion-kernel]
    Kernel --> GPU[GPU Direct Access]
    Kernel --> Mem[Memory Manager]
    Go[Go Programs] -->|go-merlionos| Kernel
    Rust[Rust Programs] -->|libmerlion| Kernel
    C[C/C++ Programs] -->|musl-merlionos| Kernel
Loading

Core: merlion-kernel β€” Custom kernel with GPU-first scheduling, zero-copy memory management
Language support: Go (go-merlionos), Rust (libmerlion), C/C++ (musl-merlionos)
Inference: merlion-infer β€” Bare-metal LLM inference engine
Zig port: merlionos-zig β€” Clean reimplementation in Zig
Try it: Playground

Tech stack: Rust, Zig, Assembly, C, Go, GPU/CUDA

Pinned Loading

  1. sigma sigma Public

    Lightweight VPS fleet management API for VPN infrastructure β€” Rust + Axum + PostgreSQL + React

    Rust

  2. MerlionOS/merlion-kernel MerlionOS/merlion-kernel Public

    A Singapore-inspired hobby operating system kernel written in Rust for x86_64

    Rust

  3. qfc-network/qfc-core qfc-network/qfc-core Public

    QFC Blockchain - Core Engine (Rust)

    Rust 1

  4. MerlionOS/merlionos-zig MerlionOS/merlionos-zig Public

    Zig

  5. EdgeFlowCDN/cdn-edge EdgeFlowCDN/cdn-edge Public

    EdgeFlow CDN - Edge node service (Go)

    Go

  6. mantis-exchange/mantis-matching-engine mantis-exchange/mantis-matching-engine Public

    Mantis Exchange - Order matching engine

    Rust