Skip to content
View whoashish115's full-sized avatar
🏓
Creating - "The Dream Machine"
🏓
Creating - "The Dream Machine"

Organizations

@x-atelier @blackbox-experiments @worldseed-labs @bluzen-labs

Block or report whoashish115

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.

Content in all repositories owned by your account will be closed.
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
whoashish115/README.md

The UNIVERSE I'm IMAGINING   \(⁠╹⁠▽⁠╹⁠⁠)/

I'm a developer, AI systems research engineer, polymath, and an unapologetic STEM nerd. I like understanding things from the model down to the machine, and I enjoy moving between different areas of computing and science.

My main focus is AI systems, especially LLMs, world models, generative & diffusion models, multimodal learning, reasoning, agentic systems and GPU computing.

I'm also interested in robotics, low-level systems, hardware-software co-design, neuroscience, AR/VR, graphics, animation, creative coding, artificial life, algorithms, competitive programming, and mathematics ... honestly, the list is endless. I'm interested in almost everything, and sooner or later I usually want to learn it, build something with it, or both.

I experiment a lot. I build things, test ideas, go down rabbit holes, and sometimes end up somewhere completely different from where I started. Mostly, I just love learning about things and making something with them.

desk

Followers Following Public Repos Public Gists Sponsors Organizations

Thanks for stopping by

Feel free to look around, explore the projects, and wander through the things I've been building and experimenting with. You'll find a list of them further down, along with plenty of side quests hidden around here too.

Contact

In This Dream, I Am Here in Reality

Website · GitHub · LinkedIn · Hugging Face · Kaggle · Bluesky · Mastodon · Matrix · E-Mail

GitHub Quests

Created PRs · Merged PRs · Reviewed PRs · All Involvements

Sponsors

Your sponsorship means a lot to me. It will help me sustain my projects actively, make more of my ideas come true, and push me to create more PRs on GitHub. If my code has been helpful to you, kindly consider sponsoring me.

Projects

Systems & Low-Level

  • Hypertracer - From-scratch ray tracer in C++ with CUDA GPU acceleration and physically based rendering.
  • Wintergreen - Vector search library with Flat, IVF, HNSW, Product Quantization, and K-Means indexes in C++.
  • Autiepie - Regex engine in C++ using Thompson's NFA construction for backtracking-free linear-time matching.
  • Uwun - Lightweight cross-platform VPN tunneling IP traffic over mutual TLS using OpenSSL in modern C++.

AI & Computer Vision

Web Development

Full-Stack Apps

  • Wonder Hive - Full-stack social media platform with Next.js, Express, MongoDB, Socket.IO, and real-time chat.
  • Niko Waves - Anime streaming and discovery platform with Next.js, React, Bun, Hono, and Firebase.
  • Blocky Net - Full-stack blogging platform with a CMS, analytics, and integrated crypto market data.
  • Aether Nest - Visual content platform for Flashes, Boards, and social features built on the MERN stack.
  • Nova Social - Full-stack social platform with real-time chat, calls, stories, and customizable themes.

Frontend & APIs

  • Nyron Ring - Open-source webring template with a member directory, tag search, combined RSS blog and a widget.
  • Retro Palace - Retro 88×31 button maker with a layer-based editor, animations, and GIF export.
  • Vox Cell - Browser-based pixel art studio with layers, palettes, drawing tools, and filters.
  • Bit Space - Browser-based ASCII art studio with image-to-ASCII conversion, FIGlet text, and rich exports.
  • Solid Explore - Advanced search query builder with file-type filters, operators, and multi-engine support.
  • Baka Pager - Desktop web app to paginate through any GitHub user's followers/following via GraphQL.
  • Neuro Vance - Modern tech company landing page with smooth animations and responsive design.
  • Luxe Artifacts - Web3-inspired landing page with immersive animations and a futuristic interface.
  • Giggle Charisma - Meme generator with drag-and-drop editing, popular templates, and image downloads.
  • Terminal Portfolio - Terminal-style portfolio template with interactive CLI, ASCII art, and theme switching.
  • Med Experts - Medical and physiotherapy landing page template with appointment booking and dark mode.

Creative Coding & Algorithmic Art

ALife

  • Conway's Game of Life - Exploration of cellular automata, emergent behaviors, and various life-like rules.

Game Development

  • Cube Cracker - Interactive 3D Rubik's Cube simulator with Pygame, OpenGL, camera controls, and solve playback.
  • Void Break - Neon brick-breaker arcade game with 100 procedural levels, power-ups, and enemy bricks.
  • Space Shooter - 2D space shooter with scrolling backgrounds, asteroid battles, a boss fight, and sound effects.
  • Cyber Swarm Escape - Fast-paced 2D arcade survival game built with Pygame.
  • Snake Game - Modern Snake game with PyQt6 featuring AI opponents and multiple difficulty levels.

Algorithms & Puzzles

  • Maze Flux - Maze editor and A* pathfinding visualizer with animated algorithm playback in PyQt6.
  • Sudoku Solver - Desktop Sudoku app with recursive backtracking solver and real-time visualization.

Bioinformatics

  • Gene Archive - CLI DNA data storage simulator that encodes files into DNA sequences with parity-based recovery.

Bots & Automation

  • Solistra Bot - Telegram bot for anime/manga discovery with search, watchlists, and image recognition via Jikan API.
  • Auralis Bot - Discord bot for fetching the latest news with keyword/category search using NewsData API.
  • GitHub Avatar Crawler - CLI tool to crawl GitHub followers/following and download profile avatars.
  • Moe Kaiketsu - Chrome/Edge extension that adds a waifu above every Codeforces problem statement.

Miscellaneous

  • Library Management - Desktop Library Management System with Python, CustomTkinter, MySQL, and automated fines.
  • Archive Toolkit - Simple toolkit for archiving and backing up personal data.

Problem Sets

  • CSES - Solutions to the CSES Problem Set in C++.
  • SPOJ - Solutions to SPOJ Classical Problems in C++.
  • Tensara - Tensara solutions while learning CUDA and GPU programming.
  • Rosalind - Solutions to Rosalind bioinformatics problems combining biology and algorithmic thinking in Rust.
  • Project Euler - Solutions to Project Euler problems in C++ exploring mathematical concepts.

Widgets

Snake

GitHub Profile Trophies

Visitors

Pinned Loading

  1. hypertracer hypertracer Public

    A from-scratch C++ implementation of Ray Tracing in One Weekend, extended with CUDA GPU acceleration, physically based rendering, progressive sampling, and procedural scenes.

    Cuda 45 1

  2. autiepie autiepie Public

    Autiepie is a C++ regular expression engine built using Thompson’s NFA construction algorithm, providing deterministic, backtracking-free pattern matching with linear-time performance and support f…

    C++ 20

  3. uwun uwun Public

    A lightweight cross-platform VPN implementation written in modern C++ that securely tunnels IP traffic using virtual TUN interfaces and OpenSSL-based mutual TLS.

    C++ 20

  4. wintergreen wintergreen Public

    Vector search library built from scratch with exact and approximate nearest-neighbor indexes. Includes Flat, IVF, HNSW, Product Quantization, and K-Means implementations.

    C++ 20

  5. wonder-hive wonder-hive Public

    A modern full-stack social media platform with Next.js, Express.js, MongoDB, Socket.IO, Cloudinary, realtime chat, stories, notifications, and customizable themes.

    JavaScript 14

  6. niko-waves niko-waves Public

    Modern anime streaming and discovery platform built with Next.js, React, Bun, Hono, and Firebase, featuring watchlists, favorites, comments, and HiAnime-powered content APIs.

    JavaScript 14