Skip to content
View XboxBedrock's full-sized avatar
🐛
Gotta squash those bugs!
🐛
Gotta squash those bugs!

Highlights

  • Pro

Organizations

@hackclub @BuildTheEarth @BuildTheEarth-South-Asia @ASEAN-Build-The-Earth @Cal-Commit @calhighrobotics

Block or report XboxBedrock

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

Hello, I'm Sushrut

I'm a student who likes to solve problems in interesting ways

Visit my blog @ blog.sushrut.dev


Projects

carnatictuner:

  • The only free and open source tuner app for Carnatic instruments
  • Uses FFT to provide easy tuning interface for instruments
  • 10k+ downloads over Apple App Store and Google Play Store

betterhearing:

  • Uses GP Regression to increase the efficiency and accuracy of audiograms via adaptive testing
  • Adheres to ISO standards on audiogram calibration

buildtheearth/main-bot:

  • The main discord bot for the BuildTheEarth project, catering a peak of 250k users
  • Written in TypeScript with Discord.js making use of TypeORM
  • Efficient and scalable

block-color-api:

  • A project intended to give information of the closest Minecraft blocks that match a given color
  • Written in Golang using VIPS for image processing
  • Extremely efficient being able to generate and serve images on the scale of 1-10 milliseconds

simwheel:

  • Fully custom force feedback sim racing steering wheel, achieves ~15Nm of torque with hoverboard wheel motor
  • Inspired by the mercedes F1 wheel
  • Sponsored by Hack Club Highway
  • Custom designed electronics built on OpenFFBoard

buildtheearth/bot-utils:

  • Utility library for the BuildTheEarth bots
  • Used in all the BuildTheEarth bots, contains a variety of useful and scalable utilities

notsocubicchunks-wip:

  • Work in progress fork of PaperMC to add infinite height support to Minecraft without client mods
  • Uses RocksDB for world storage

aoc2022:

  • Advent of Code 2022 solutions
  • Did the first 15 days in a new programming language each day to expand my skills and pick up new syntactical patterns

calhighrobotics/1516a

  • WIP Public code to be uploaded soon
  • All the code for Cal High robotics team 1516A
  • Extensive use of C++ to write fast and efficient code
  • Optimizing autonomous routines using python pathgen scripts

buildtheearth/terrabungee:

  • Efficient platform to scale and deploy minecraft servers
  • Working on migrating to the Velocity proxy platform and PaperMC server platform

CACSoccerTracker:

  • Project that is tied to a PCB in order to collect statistics from a soccer player
  • Small device that is intended for power efficiency

The Non-Tech Stuff

I'm a member of the ITF (International Taekwondo Federation) and competed at the 2025 ITF Taekwon-Do World Championships in Barcelona.

I also do photography when I get the chance, check out my best photos on flickr. (I promise they're good).



Here's a cookie for reading my entire readme 🍪

Pinned Loading

  1. BuildTheEarth/main-bot BuildTheEarth/main-bot Public

    The main bot for the BuildTheEarth Discord servers.

    TypeScript 23 12

  2. minecraft-block-info minecraft-block-info Public

    JavaScript

  3. xboxbedrock.github.io xboxbedrock.github.io Public

    My website

    HTML

  4. BuildTheEarth/bot-utils BuildTheEarth/bot-utils Public

    A utility library for the bots!

    TypeScript

  5. aoc2022 aoc2022 Public

    My Advent of Code 2022 solves

    Python 1

  6. block-color-api block-color-api Public

    An application written in GoLang to find the blocks closest matching to a color

    Go