INMO (indian USAMO) top 15 in india
INOI (indian USACO) top 60 in india
selected to represent india at APIO
SMMC (putnam for asia,australia) 1st at IIT Delhi, 6th in India, 34th worldwide
ELMO silver (unofficial oly but still really fucking cool)
iitsocial.com : everyone at iitd gets a page (scraped the students list off LDAP), people write rumors, gossip, discuss anything about anyone anonymously, there is a feed and a bunch of other cool stuff. SO MANY USERS. over half the college uses it DAILY. its literally changed the social life at iit delhi completely. WIP.
EXOS : preserve privacy when lending/borrowing/swapping on aave. cryptographic commitments, relayed exectuion and ERC-4626 static wrappers. made the smart-contract architecture, note-based shield/operate/deshield flow. got flown out by Avalanche for their grant program (stopped working on this project tho)
doimog.com : get a mathematical rating of your face. Given a photo of your face i calculate a
a bunch of objective parameters of your face (canthal tilt, ratios etc.) and normalise them
to give you a "mathematical" score and put you up on the leaderboard.
Over 2900 users in 1 week. (only launched at iit delhi and hacker news)
around 300 people off hacker news.
over 60% of IITD used it.
this was literally my facemash moment lol. everyone was discussing this in all the whatsapp groups,
uploading instagram stories of their scores, showing it to profs, and i became really famous lmao
msgeveryone : send automated personalised messages to my whole contact list on important days
like "happy new year _name_" etc. etc.
this was in 2024, much before the time of openclaw haha. used selenium
hingeML : i was facebanned on hinge, so i decided to try to break hinge's FR.
so i developed a black-box adversarial machine learning pipeline to bypass industrial
FR systems while still being recognizable to baddies on hinge lmao.
made a local sandbox where i implemented arcface and implemented everything. made a custom
optimization loop using PGD {Projected Gradient Descent} , implemented a bunch of adverserial
FR papers. implemented a custom EOT (expectation over transformation) loop too to ensure compression
wont kill the noise.
got back on hinge but too much inidividual photo work still. this is a WIP.
Ramsey SAT : rewrote the triangular ramsey problem (R(3,t)) in SAT and found upto R(3,8) on my shitty macbook. this is a work in progress