Skip to content
View h5law's full-sized avatar
🧠
'; DROP * --;
🧠
'; DROP * --;

Block or report h5law

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
h5law/README.md

A passionate low-level bug creator systems engineer

  • πŸ’» Currently working on:

    • aion. A from-scratch implementation of a custom operating system called aion. Still in early development. (name not set in stone)
    • norman. A zero-dependency libc implementation and expanded C standard library. Made for the aion OS specifically. (name not set in stone)
    • ndjin. A chess engine (bot and game driver), as well as GUI client with 1v1 P2P multiplayer - written from scratch.
    • squawk. A rewrite of SQLite3 in Pure C with Zero dependencies, built completely from scratch. A big task but a lot of room for innovation and learning. Mainly focusing on an in-memory and persistent multithreaded B-Tree backed DB.
  • πŸ’‘ Project Pipeline

    NOTE: Projects are listed in no particular order

    Ongoing Projects

    1. UEFI Bootloader for kernel
    2. Video mode drivers and text rendering for OS
    3. Port libc implementation for x86 to match OS
    4. Fix networking on chess multiplayer
    5. Focus on and optimise the chess engine

    Future Projects

    1. Implementing a Key-Value store DB
    2. Reimplement sqlite - squawk
    3. Writing CHIP-8 Emulator
    4. Multi-threaded IRC chat client
    5. Write a FUSE FS
    6. A SSG in C using HTMX static pages rendered from markdown
    7. Write a Password Manager with 2FA code support - squawk for the DB
    8. IRC server implementation
    9. mpd spotify connect integration
  • ❓ Something most people don't know about me? I'm actually the zodiac killer πŸ˜„

  • πŸ” PGP Keys

Languages and Tools:

c go git linux docker kubernetes

Pinned Loading

  1. norman norman Public

    A pure zero-dependency libc implementation with an expanded stdlib with useful data-structures and functionality atop the standard. Used to build and power the rollo kernel and later operating syst…

    C 2

  2. aion aion Public

    aionOS is a hand-rolled, from scratch, implementation of a full operating system.

    C

  3. ndjin ndjin Public

    ndjin - a pure C zero-dependency chess engine and raylib based GUI client

    C 2

  4. pokt-network/smt pokt-network/smt Public

    A Go library that implements a Sparse Merkle Trie for a key-value map.

    Go 17 4

  5. lmc lmc Public

    Rust implementation of the Little Minion Computer, Assembler included

    Rust

  6. map map Public

    Simple and Fast Hashmap

    C