Skip to content
View 2kDarki's full-sized avatar
💭
Stoic Dao
💭
Stoic Dao

Block or report 2kDarki

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

Profile Views

Builder of pragmatic systems that eliminate friction.
Python · TypeScript · Dart/Flutter · Kotlin · Shell


Who I Am

I build tools, systems, and automation that eliminate friction.

I don't optimize aesthetics first. I optimize control, leverage, and durability.

If a process is manual, it's broken.
If it breaks often, it gets automated.


⭐ Tier 1: Production Systems

Persistent memory system for AI coding sessions.

Automatic observation capture, vector search (Chroma), progressive disclosure (~10x token savings). Works with Codex, Cursor, Claude Code.

Stack: Node.js · TypeScript · Chroma · SQLite · FTS5

Docs GitHub

📋 ASEE

Assessment Structure Extraction Engine — deterministic exam PDF parsing.

Converts exam PDFs to canonical JSON. Layout-first heuristic AST, board-agnostic adapters, reproducible outputs.

Stack: Python · FastAPI · PDFMiner · Heuristic AST

Docs GitHub

📚 Examly

AI-powered exam practice platform (ZIMSEC MVP).

Content ingestion via ASEE, exam simulation, rule-based + AI grading with event sourcing. Full infrastructure from ingestion → results.

Stack: Flutter · Node.js · PostgreSQL · RabbitMQ

Setup GitHub

Personal growth tracker with gamified productivity.

Session logging, debrief with randomized questions, streaks, XP, personal commandments. Zero dependencies, pure Python.

Stack: Python · CLI · JSON

GitHub


🔧 Tier 2: Developer Acceleration

Project What It Does Stack
pnp Automate Git workflows: commit → bump version → GitHub releases Python · Git · GitHub API
Drace Pragmatic Python linter + formatter. Syntax-tolerant, rule-driven, maintainability-first Python · AST
Droot Python project scaffolding in seconds. Licenses, boilerplate, tests, watermarks Python · CLI
cache-cleaner Clean all package manager caches in one command Python · Rich TUI

🏗️ Tier 3: Infrastructure & Platforms

📱 iTermux

Embeddable Android terminal runtime (clean Termux fork).

Library-first architecture, dynamic path resolution, optional proot support, offline bootstrap.

Stack: Kotlin · Dart

GitHub

💻 DDS

Darkian Studio — Android IDE via Flutter.

Code editor, integrated terminal, file manager, extensions marketplace (Open VSX).

Stack: Flutter · Kotlin

GitHub

Change Tracker — offline-first mobile ledger for informal retail.

Local-first, no accounts, no cloud. Perfect for tuckshops and small retailers.

Stack: Flutter · SQLite

GitHub

Duolingo for AI agent engineering. Learn prompt orchestration through gamified challenges.

22 agent-paradigm skills, curriculum progression, achievements. MVP for Android.

Stack: Flutter · Dart · Drift · OpenRouter

GitHub


📚 Tier 4: Utilities & Libraries

Project What It Does Stack
TUI-Toolkit Terminal utilities library. Console helpers, text tools, list ops, timezone data Python
proot-portable-android-binaries Pre-built PRoot binaries for Android (x86_64, x86, aarch64, armv7) C/Build

🛠️ Tech Stack


📊 GitHub Stats

GitHub Stats Top Languages
GitHub Streak

🎯 Signal Policy

I'm Building For

  • Infrastructure that compounds — Systems that get better, not just older
  • Pragmatic over perfect — Shipped beats hypothetical
  • Friction reduction — Automate the manual
  • Developer experience — Tools that get out of your way
  • Deep work in constrained environments — CLI-first, minimalist, Termux-capable

I'm NOT Building

  • Tutorial farms or clone projects
  • Resume-filler content
  • One-off scripts
  • Systems that require cloud for local work

🤝 Open for Collaboration

Codex-mem

  • Vector search optimization
  • Performance at scale (100K+ observations)
  • Additional IDE integrations (VS Code, JetBrains)

ASEE

  • Board-specific adapters
  • OCR confidence metadata
  • Math expression parsing

Examly

  • Content ingestion pipeline
  • Analytics dashboard
  • Admin UX refinement

What I'm looking for:

  • Code ships tested
  • Commits reference context
  • PRs respect architectural boundaries

What I'm NOT:

  • Broad feature requests
  • Resume-padding contributions
  • Unscoped asks

📍 Current Focus

Priority: Codex-mem scaling — AI memory persistence across development sessions

Secondary: ASEE + Examly integration — deterministic EdTech infrastructure

Maintained: pnp, Drace, Droot, Habitrax, TUI-Toolkit, cache-cleaner


I build infrastructure that reduces friction.

📫 Issues and PRs are the best way to reach me.

Popular repositories Loading

  1. pnp pnp Public

    Push-and-publish: CLI tool to push commits, bump tags, and publish releases including GitHub releases.

    Python 13

  2. codex-mem codex-mem Public

    A Codex plugin that automatically captures everything Codex does during your coding sessions, compresses it with AI (using Codex's agent-sdk), and injects relevant context back into future sessions.

    TypeScript 10

  3. iTermux iTermux Public

    iTermux is an embeddable Android terminal runtime. A clean fork of Termux with dynamic path resolution, a library-first architecture, and optional proot-distro support. Built to live inside other a…

    Kotlin 1 1

  4. adtc-2026 adtc-2026 Public

    Forked from Africa-Deep-Tech-Foundation/adtc-2026-submission-template

    Official submission for the Africa Deep Tech Challenge 2026 Laptop LLM track

    Python 1 1

  5. Habitrax Habitrax Public

    A CLI-based personal growth tracker inspired by discipline, reflection, and momentum. Habitrax helps you build better habits, log personal data, and track your growth across various life categories…

    Python 2

  6. Droot Droot Public

    CLI tool to generate a structured Python project scaffold with licenses, tests, and more in seconds!

    Python