Skip to content
View adit4443ya's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report adit4443ya

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
adit4443ya/README.md

rm -rf /dev/boredom/* && sudo install ADITYA_TRIVEDI

Code Matrix

$ whoami

interface Developer {
  name: string;
  title: string;
  location: string;
  available_for: string[];
  current_bugs: number;
}

const aditya: Developer = {
  name: "Aditya Trivedi",
  title: "Compiler Developer @ LFortran",
  location: "IIT Jodhpur (where dreams meet deadlines)",
  available_for: [
    "Turning coffee into code",
    "Making GPUs cry, Use MPI and OpenMp to enter Parallel Multiverse",
    "Breaking production... I mean, testing",
    "Explaining why my code works on my machine"
  ],
  current_bugs: Number.POSITIVE_INFINITY
};

๐ŸŽฏ Current Side Quests

$ ps aux | grep "current_mood"

๐Ÿ”ฎ Wrestling with OpenMP, MPI and making GPUs do my bidding
๐ŸŽช Turning the LFortran LLVM Compiler into my personal playground
๐ŸŒช๏ธ Tornado-chasing through Parallel Computing, Blockchain, GPU Programming, Big Graphs Data Analytics, and Android realms
๐ŸŽฏ Seeking partners-in-crime for open-source mischief

๐Ÿ’Œ Want to join the chaos? โ†’ b22cs055@iitj.ac.in

๐Ÿ“ˆ Git Blame Statistics

Snake animation

๐Ÿ› ๏ธ Tech Stack Overflow

SELECT * FROM skills WHERE coffee_required = true;
Category Technologies
๐Ÿ’ป Core Powers C++ (because life needs more pointers) Python (snake charmer) JavaScript (making browsers cry)
๐Ÿš€ Parallel Universe OpenMP (race condition generator) CUDA (GPU whisperer) MPI (message passing insanity)
๐Ÿ“ฑ Mobile Mayhem Kotlin (Java, but cooler) JetPack Compose (UI magic)
๐ŸŒ Web Wizardry React (DOM manipulator) Express (server speedrunner) Node (async await paradise)
๐ŸŽ“ Also Fluent In Debugging production at 3 AM Reading legacy code Writing "self-documentary" code

๐Ÿ† Achievement Unlocked

while not success:
    try:
        code()
        success = True
    except Life as e:
        coffee.drink()
        continue

๐Ÿ“ก Signal Interceptors


while(!(succeed = try())); // Life in one line

Pinned Loading

  1. lfortran lfortran Public

    Forked from lfortran/lfortran

    Forked

    C++

  2. MIPS-Simulator MIPS-Simulator Public

    C++ 1

  3. Multi-Threaded-Crawling Multi-Threaded-Crawling Public

    C++ 3

  4. Musify Musify Public

    Forked from rahulrangers/Music-Recommendation-System

    PRML Course Project

    Jupyter Notebook

  5. WorkHub-Pro WorkHub-Pro Public

    Forked from rahulrangers/WorkHub-Pro

    Project and Task Management Solution

    Kotlin

  6. POT3D POT3D Public

    Forked from predsci/POT3D

    POT3D: High Performance Potential Field Solver

    Fortran