You can checkout my github here.
- kobo, the markdown blog framework used to build the site you're seeing right now :)
- gamut.ink, an LLM-powered "Idea Editor" revolutionizing the world of writing.
- rano, a mini text editor written in rust (an exercise in learning rust). Supports syntax highlighting, edit history, and clipboards.
- nn, a tiny neural network framework.
- sml-parser, a miniature regex engine based on a cool paper and an exercise in learning sml