Skip to content
View hwang-fu's full-sized avatar
🌸
🌸

Block or report hwang-fu

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

Live Preview: go here

Side Projects

  • 🤖 DevBot: A Discord bot with AI chat and GitHub notifications (heavily relies on 3rd party libraries).

  • 🧐 Portlens — A lightweight Linux network traffic sniffer from scratch. AF_PACKET sockets, manual protocol parsing, process identification (100% original work, v1.0.0 release).

  • 🧊 MiniContainer — A minimal Linux container runtime from scratch (100% original work, v1.0.0 release).

  • 「」wvec — A Word2Vec implementation from scratch in Rust + Modern Fortran. BLAS/OpenMP-accelerated training, BPE tokenizer. (100% original work, v1.0.0 release)

  • 🍊 Orange — A polyglot search engine from scratch (Go, OCaml, Haskell, Rust, Elixir, Fennel). No external libraries. (100% original work, WIP)

  • 📐 Delta — A tensor-based autograd engine from scratch in Rust. Zero dependencies. (100% original work, WIP)

  • ⚙️ rv32emu — A RISC-V RV32I emulator from scratch. ADTs for instruction encoding, exhaustive pattern matching for decoding. (100% original work, WIP)

Pinned Loading

  1. leetcodes leetcodes Public

    Me solving leetcode problems.

    TypeScript

  2. nn nn Public

    Neuron Network Implementation in Various Languages

    Haskell

  3. minicontainer minicontainer Public

    A Linux mini container runtime written in Go

    Go 83 9

  4. wvec wvec Public

    Two languages, one purpose: turning words into geometry.

    Rust 61 7

  5. portlens portlens Public

    Go-based local network traffic sniffer

    Go 4

  6. orange orange Public

    A search engine built from scratch for learning fundamentals

    OCaml 10