Skip to content
View HilthonTT's full-sized avatar

Block or report HilthonTT

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

🪕 hilthon

a bit about me

Hey, I'm Hilthon — a self-taught developer. I just code and do a lil gaming, that's all

what I'm hacking on

  • nanobyte-os — following the nanobyte - Building an OS series.
  • SoftEngine — a CPU-only 3D software rasterizer in C#.
  • OpenChess — a terminal chess game.

shipped

  • LuaScript — a Lua-flavored programming language in Go for data science.
  • MoonMQ — a Kafka clone written in Lua 5.4.
  • hilthon-terminal — terminal-themed portfolio in Next.js. Type help when you land.
  • Codo — a from-scratch multi-threaded HTTP/1.1 server written in C11.

nerd corner

  • machine languages :: Go and C# share custody, TypeScript visits on weekends, Python lives in the guesthouse
  • instruments :: banjo, bass, electric guitar
  • editor :: Neovim. fight me.

the vibe

write code that explains itself, ship things that don't fall over.

github-snake

Pinned Loading

  1. DriveLinker DriveLinker Public

    DriveLinker is a user-friendly GUI application developed with C# .NET Maui. This application simplifies the process of connecting network drives on Windows by utilizing the net use command through …

    C# 5

  2. Helix Helix Public

    Cross-platform NAS drive manager built with .NET MAUI — connect, disconnect and mount network drives with audit logging, SQLite persistence, and multilingual UI (EN/FR/NL/DE/ID/JA).

    C# 4

  3. LuaScript LuaScript Public

    A Lua-flavored language in Go — Lua 5.4 syntax with Luau-style gradual types, a stack-based bytecode VM, coroutines, a REPL, formatter, and single-file .exe bundling.

    Go 2

  4. OpenChess OpenChess Public

    Chess in your terminal — TUI game with online 1v1, Elo ratings, engine analysis, time controls, XP/coins, achievements, leaderboards and 30+ themes. Bun + TypeScript + React (OpenTUI), Hono API, Pr…

    TypeScript 1

  5. SoftEngine SoftEngine Public

    Real-time software 3D rasterizer in C# — CPU-only pipeline with scanline rasterization, z-buffering, frustum clipping, and Flat/Gouraud shading. No GPU, no graphics API.

    C# 1

  6. MoonMQ MoonMQ Public

    Kafka-inspired log-structured message broker in pure Lua — partitioned append-only logs with CRC-32 records, binary TCP protocol, idempotent producer, consumer groups, PBKDF2 auth, and Prometheus m…

    Lua