/** * manifesto.js * @author Dhruv Pradeep * @location Bangalore, IN * @status in progress */// I stopped waiting for permission.const permission = null;// Most people are one decision away from a different life// and spend ten years not making it.const away = 1; // decisionconst spent = 10; // years not making it// I left college because the lesson had stopped arriving.college.exit();// I'd rather be wrong out loud than right in silence.const wrongOutLoud = true; // > rightInSilence// I build things I actually want to exist. My way.// That's the whole strategy.export const strategy = "build the things I want to exist";// I picture the thing first. Then I go earn it.picture(thing);earn(thing);/* ─── the shape of it ───────────────────── */// My life reads like a thriller. The twists keep coming.// I've stopped trying to predict them and started// trusting that I'll survive them.while (twists) { survive();}// Some nights it's terrifying.// Most mornings it's the only thing I want.const planB = null; // a plan B is just a slower plan A// I don't know how this ends.export default function () { return followAlong(); // we'll find out together}