Skip to content
View a2Fsa2k's full-sized avatar
  • Bhor Enterprises
  • India
  • 07:08 (UTC +05:30)

Highlights

  • Pro

Block or report a2Fsa2k

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
a2Fsa2k/README.md

Starry Night Banner

👋 Hello, I'm Omkar

Building systems from first principles • Low-level to high-level • Obsessed with clean code

GitHub followers GitHub stars


🚀 About Me

I'm a software engineer passionate about understanding how things work at a fundamental level. From CUDA kernels to web interfaces, from programming language design to distributed systems, I enjoy building projects that solve real problems while exploring interesting technical concepts.

💼 Featured Projects

🤖 anuGPT

A 9.84M parameter GPT-style transformer trained from scratch in CUDA

  • Built a complete language model with custom CUDA kernels
  • 97% loss reduction in 3.5 hours on RTX 4050
  • Features BFloat16 quantization, fused kernels, and Tiger optimizer
  • Web UI for interactive story generation

CUDA C++ Python Deep Learning Transformers

Chat with your notes using any LLM provider

  • RAG system with semantic search over Obsidian vaults
  • FastAPI backend with ChromaDB vector database
  • Supports OpenAI, Anthropic, Gemini, and local LLMs
  • Incremental indexing with automatic sync

TypeScript Python RAG FastAPI ChromaDB

🕹️ PokénatorWeb

Information theory meets Pokémon guessing game

  • Uses Shannon's entropy maximization for optimal questions
  • 95%+ accuracy with fuzzy logic responses
  • Anti-spam diversity system for better UX
  • Both CLI and web versions available

Python JavaScript Information Theory Algorithms

🔗 Barter

Offline P2P cryptocurrency wallet

  • Works completely offline over local networks
  • Ed25519 signatures with blockchain validation
  • UDP peer discovery + TCP transaction transfer
  • No internet required for transactions

Go Cryptography P2P Blockchain Networking

🗣️ Swaraj

Programming language with Marathi keywords

  • C-like language honoring linguistic heritage
  • Full interpreter with REPL written in Rust
  • Functions, loops, conditionals, and lists
  • Making programming accessible in native language

Rust Programming Languages Interpreters Compilers

🛠️ Tech Stack

Languages      ► Rust, Go, Python, C++, CUDA, TypeScript
ML/AI          ► PyTorch, CUDA, Transformers, RAG, ChromaDB
Systems        ► Blockchain, P2P Networks, Cryptography
Web            ► FastAPI, Node.js, React
Tools          ► Git, Docker, Linux, Obsidian

📫 Let's Connect

  • 💼 Open to interesting opportunities and collaborations
  • 🔬 Always happy to discuss systems, ML, or language design
  • 📧 Reach out via GitHub or check my repositories

"Simple can be harder than complex: You have to work hard to get your thinking clean to make it simple." — Steve Jobs

Profile Views

Pinned Loading

  1. anuGPT anuGPT Public

    Taking wyGPT's high-performance CUDA code and making it teachable - like nanoGPT, but for GPU programming.

    Cuda 4 1

  2. barter barter Public

    Go

  3. obsidian-ask-my-vault-plugin obsidian-ask-my-vault-plugin Public

    TypeScript 1

  4. pokenator-cli pokenator-cli Public

    Python

  5. swaraj swaraj Public

    Minimal C-like programming language with Marathi keywords, featuring interpreter and REPL, written in Rust.

    Rust 1

  6. pokenator-web pokenator-web Public

    JavaScript