Skip to content
View nicholicaron's full-sized avatar

Block or report nicholicaron

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

Yello 👋

I'm Nicholi (also Neeko)! Some stuff I'm interested in:

  • Compilers
  • Deep Learning
    • Neural Differential Equations
    • Graph Neural Networks
    • Etc.
  • ML Infra
    • Specialized HW/SW Codesign
      • TPUs, FPGA's, etc.
    • Compilers & Programming Languages
      • Projects like Apache TVM, Mojo, Tinygrad are super fascinating
  • Fuzzers & Binary Security
  • Mathematics
    • Numerical Linear Algebra
    • Graph Theory
    • Combinatorics
    • Optimization/Linear Programming
    • Calculus
  • Game theory
  • Languages:
    • Rust <3
    • Mojo
    • C++
    • Python

  • Pronouns:
    • He/him
  • Tabs or Spaces?
    • Idrc, tabs I guess?
  • Indentation or Curly Braces?
    • Indentation 0_0
  • Occupation:
    • Undergraduate studying Mathematics with a concentration in Discrete Math & Operations Research
    • Former ML Research Intern, Sysadmin, & IT Helpdesk guy
    • Moonlighting as a member of the Arch Linux/Rust evangelism strike force
  • Editor?
    • Spacemacs/NeoVim.
  • 📫 How to reach me:

P.S.: Oh yeah! If you're bored, check out my blog

Pinned Loading

  1. chop chop Public

    CHOP (Combinatorial Heuristic Optimization Powerhouse) is a research project in which we explore ways to solve Combinatorial Optimization problems faster by using Deep Reinforcement Learning to lea…

    Python 3

  2. CMU_compilers CMU_compilers Public

    Auditing Carnegie Mellon's CS-15-411 course on Compilers

    Rust 4 1

  3. atl_sound_exchange atl_sound_exchange Public

    Atlanta Sound Exchange -- Proof of Concept for a Crowdfunded Music Record Label

    Rust

  4. KSU-AI-Club/BusyBee KSU-AI-Club/BusyBee Public archive

    The goal of project Busy Bee is to create a lightweight object detection model capable of identifying Bees and tracking their movements. If possible, we would like to also differentiate between dif…

    Jupyter Notebook 9 6

  5. NeekOS NeekOS Public

    This project is my attempt to learn about Operating Systems by implementing one

    Rust

  6. FuzzTheWorld FuzzTheWorld Public

    This fuzzing suite combines LLVM coverage instrumentation with random input generation to effectively test C/C++ programs. By leveraging Rust's safety guarantees and performance, it provides robust…

    Rust