Skip to content
View coderask's full-sized avatar

Block or report coderask

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

Aarnav Koushik

Computer Engineering @ UCSB | LinkedIn | Email


About Me

I’m a Computer Engineering student at UCSB. I’m focused on systems-level programming. My work varies, but I am a Firmware Developer @ UCSB Gaucho Racing and my most recent endeavor was building Interchat.


Work

  • Converted messy CAN data across multiple spread sheets into a single source of truth YAML file. Wrote associated parsers to generate appropriate structs.
  • Wrote a interactive tool to simplify managing CAN data for other subteams within Gaucho Racing. Check it out: (https://gaucho-racing.github.io/Firmware/). Usually a few versions behind.

*Figma for LLM's. Built fullstack application using Next.js, MongoDB, various OAuth integrations, Pinecone DB for RAG.

Other Stuff

  • UCSB ArchLab Research: Currently building a RISC-V core in PyRTL; focusing on the ALU and instruction decoding.
  • Network Traffic Profiler: SB hacks project(not submitted). Used hostapd and dnsmasq to find bandwith hoggers & profile people on DNS requests. Turned linux box into a rogue AP.
  • Blindly(https://github.com/parthdiwane/Blindly.git) SB hacks submission. Scans your assignments from multiple sources and does all setup work so you can do work, Blindly.
  • Branch Prediction Simulator:(https://github.com/coderask/Branch_Prediction) Wrote out some Branch Prediction algorithms & plotted accuracy. Mainly for learning.
  • card-counter(https://github.com/parthdiwane/card-counter) Wrote EV algorithms so that we can use CV on Meta glasses to tell you to hit or not in blackjack.
  • f1-strategy-research(https://github.com/coderask/f1racesim.git) High school research project. Merged 2 Feed-Foward Neural Net's to improve accuracy by ~15%.

Note

I'm a student and I move quickly on these projects. They are for research and learning—if you run anything and something breaks, I am not liable.


Pinned Loading

  1. Gaucho-Racing/Firmware Gaucho-Racing/Firmware Public

    An implementation of all of post-GR25 firmware in mega-repo format

    C 6

  2. interchat_showcase interchat_showcase Public

    TypeScript

  3. Branch_Prediction- Branch_Prediction- Public

    My Exploration of Branch Prediction

    Python

  4. f1racesim f1racesim Public

    Forked from TUMFTM/race-simulation

    This repository contains a race simulation to determine a race strategy for motorsport circuit races. Race strategy in this context means the determination of pit stops.

    Python

  5. parthdiwane/Blindly parthdiwane/Blindly Public

    Python

  6. parthdiwane/card-counter parthdiwane/card-counter Public

    Python