Skip to content
View Hogwarts-coder10's full-sized avatar

Block or report Hogwarts-coder10

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

πŸͺ„ Hi, I'm V SS Karthik

I build things that shouldn't work, then I make them fast. B.Tech CS (AI/ML) student who lives in the "how does this actually work?" phase of development β€” from write-ahead logs and skip lists to making models explain their own failures.

πŸ› οΈ What's in the Cauldron?

Systems

  • πŸ—„οΈ CDSA β€” A data structures library in C (Vector, HashMap, SkipList, ART, RingBuffer, and more), built as the foundation the rest of my systems work sits on.
  • πŸ”΄ Kedis-C (Upcoming) β€” A Redis-inspired in-memory store written in C on top of CDSA.
  • 🐍 kedis-python β€” A Redis-inspired store in Python: custom binary wire protocol (KESP), asyncio networking, master-replica replication, and optimistic-locking transactions (WATCH/UNWATCH).
  • πŸ₯ Anchor-Med β€” An offline-first medical inventory system powered by a custom Python B-Tree engine with WAL-based crash recovery, and an Electron/React frontend.

ML / Interpretability

  • πŸ” GlassBox-ML β€” An educational, NumPy-only ML library that exposes why a model behaves the way it does: loss history, gradients, assumption checks, failure modes, generalization estimates. Published on PyPI as glassboxml; basis of a paper in progress for Scientific Reports.
  • 🧠 GlassBoxDL β€” A model-agnostic deep learning interpretability library extending GlassBox-ML's philosophy to neural nets (saliency maps, Grad-CAM, activation probing), built as a semester deep learning project.

🧠 The Spellbook (Stack)

Languages: Python (most comfortable), C

Interests: Database internals, ML interpretability, systems design, astronomy

πŸ“¬ Reach Me

"Low-level logic, high-level curiosity."

Pinned Loading

  1. Anchor-Med Anchor-Med Public

    An offline-first, P2P medical inventory system powered by a custom Python B-Tree engine, WAL crash recovery, and an Electron/React frontend.

    JavaScript 1

  2. GlassBox-ML GlassBox-ML Public

    Educational ML library implementing core algorithms from scratch with emphasis on intuition, failure modes, and learning theory.

    Python

  3. DSAViz DSAViz Public

    A desktop DSA visualizer built as an execution engine, not an animation tool.

  4. kedis-python kedis-python Public

    In-memory data store built from scratch to explore system design, concurrency, and real-world backend architecture.

    Python

  5. CDSA CDSA Public

    DSA Library in C as a dependency for kedis-C

    C

  6. GlassBox-DL GlassBox-DL Public

    An educational deep learning framework built from scratch using NumPy, designed for transparency, learning, and experimentation.

    Python 1 1