My name is Abhishek Issac. I'm sixteen years old, I live in
Wayanad, a green corner of Kerala in southern India where the wifi forgets
you exist about twice an hour and the sunsets are usually generous enough to make
up for it. I attend +1 BioScience on the NCERT syllabus, which means
my school week is divided fairly evenly between Botany, Zoology, Physics, Chemistry,
Maths, English, and Hindi — and the rest of the day belongs to the laptop.
I write code in Python, mostly Telegram bots, on top of
Pyrogram. Behind the bots there's usually MongoDB with
Motor for the fast-and-forgetful state, and PostgreSQL with
asyncpg for the data I refuse to lose. Almost all of it gets typed on a
Poco X3 Pro running Termux, sometimes connected to a Bluetooth
keyboard, sometimes not. The Poco is technically a phone but at this point it has
spent more of its life being a development machine.
Outside the editor I am a professional ROM tourist — I have flashed,
unflashed, dirty-flashed, EDL-rescued and OrangeFox-sideloaded my way through MIUI,
HyperOS ports, crDroid A15, Project Infinity X, crDroid A16, and finally the
OxygenOS 15 port for vayu/bhima that I'm currently sitting on. I
keep KernelSU on top of all of this for root and a small collection of
Magisk-style modules for school apps and games.
I prefer hand-built things over generated ones — this site, for example, is a single
HTML file, a single CSS file, and a single JavaScript file. No frameworks,
no build step, no telemetry, no shortcuts. The numbers you see (repo count,
stars, languages, recent commits) are pulled live from the GitHub REST API at
page-load. The contributions snake gets rebuilt by a GitHub Action every twelve hours.
Everything else is copied carefully out of a private notes file I keep on the same
phone I'm typing this from.