Skip to content
View 0x00-sys's full-sized avatar
💭
My own CEO
💭
My own CEO

Block or report 0x00-sys

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
0x00-sys/README.md

I build support infrastructure for Discord.

Most of my time goes into ticketcord.net

stack

TicketCord

Support platform for Discord, tens of thousands of bots in production. TypeScript on the web side, Go where it matters. The parts I actually enjoy working on:

  • Atlas, the in-app assistant. Function calling with ticket context, so it acts on real state instead of guessing
  • Knowledge base crawler feeding Qdrant, RAG replies served directly by the bots
  • The bot manager in Go. Lock-free where possible, sync.Map and an event bus doing the heavy lifting. Boring and fast, the way infra should be
  • 12 languages on the web, 19 in the bots. Doing i18n late is a mistake you make once

discordgo fork

I maintain my own fork of the Go Discord bindings. Upstream is fine for one bot, less fine for tens of thousands. Mine fixes the bugs I kept hitting and trims the hot paths. It runs TicketCord's entire bot layer, so it gets battle tested daily whether I like it or not.

Other things

  • Reclaim, a macOS app that finds the gigabytes eaten by git worktrees, build caches and AI coding agents, and gives them back
  • Agents and RAG pipelines, mostly in service of the above
  • A rule I stick to: anything done twice by hand becomes a script before there's a third time. Laziness with follow-through is most of engineering

streak

Pinned Loading

  1. Reclaim Reclaim Public

    Find your lost gigabytes. A macOS app that safely cleans disk space eaten by git worktrees, build caches, and AI coding agents.

    Swift 1

  2. dokploy dokploy Public

    Forked from Dokploy/dokploy

    Open Source Alternative to Vercel, Netlify and Heroku.

    TypeScript

  3. discordgo discordgo Public

    Forked from bwmarrin/discordgo

    (Golang) Go bindings for Discord

    Go 1

  4. Magisk Magisk Public

    Forked from topjohnwu/Magisk

    The Magic Mask for Android

    Kotlin