Mission Logs
[ RAW FEED // RSS ]Notes to future-me — and you, if you're building something messy too. You're not alone. Honest logs on teaching, shipping, and the fuckups in between.
Press / to search
Infinite Intelligence — API Keys, Rate Limits, and Recursion Depth Guardrails
MIT-licensed BYOK multi-agent tool v4.0.0: you supply Gemini API keys, pay per token, and must cap debate depth — honest economics and limits.
Infinite Intelligence Tech Stack — Client Orchestration, @google/genai, Export, Zero Backend
Why v4.0.0 uses React 19 + Vite 6 + @google/genai with html2canvas/jsPDF export — no server, BYOK Gemini calls from the browser.
Why a Council of Models — Multi-Agent Process vs Single-Shot Certainty
Honest origin story for The Infinite Intelligence v4.0.0: BYOK multi-agent orchestration with HITL, branching, and synthesis — not three generic Gemini roles.
Why Read Aloud — Article TTS Without Cloud APIs or Page Noise
Honest origin story for Read Aloud v4.0.0: MV3 chrome.tts extension with article extraction, CSS Highlight API, 59 tests — not Web Speech API.
Why FinTrack — Expenses vs Growth Spending, Not Guilt-Based Budgeting
Honest origin story for FinTrack v1.0.0: dual-ledger personal finance with Recharts dashboards, Zustand state, JSON backup — not Chart.js, not bank sync.
Seamless QR Dining — What's Simulated vs What a Real Restaurant Would Need
Honest limits of Seamless QR Dining v3.0.0: in-memory orders, simulated OTP, no payments — and what production contactless dining actually requires.
Seamless QR Dining Tech Stack — Next.js 16, Context Order Bus, Component Architecture
Why Seamless QR Dining v3.0.0 uses Next.js App Router and React Context for order sync — not WebSockets or a separate Node socket server.
Why QR Table Ordering — Customer + Kitchen Surfaces in One Demo
Honest origin story for Seamless QR Dining v3.0.0: Next.js 16 demo with customer menu and kitchen dashboard — real-time via React Context, not WebSockets.
FuelDrop — Open Demo, Simulated OTP, Not Production Fuel Ops
MIT-licensed FuelDrop v3.0.0 is a free UX demo — simulated auth, no payments, no live logistics. Honest scope for forkers and evaluators.
FuelDrop Tech Stack — React 19, Leaflet, PWA, and What Needs a Backend
Why FuelDrop v3.0.0 is a Vite SPA with Leaflet and vite-plugin-pwa — and what client-only cannot ship for real fuel logistics.
Why FuelDrop — On-Demand Fuel UX Prototype vs Real Logistics
Honest origin story for FuelDrop v3.0.0: frontend-only fuel delivery UX demo with customer + captain surfaces — not WebSocket production logistics.
MarkPDF — No Server, No Math (Yet), Browser-Dependent PDF Output
MIT-licensed, client-only MarkPDF v1.0.0: free to use and fork, with honest limits on LaTeX math, print variance, and large documents.
MarkPDF Tech Stack — react-markdown, Print CSS, and Syntax Highlighting Tradeoffs
Why MarkPDF v1.0.0 uses react-markdown + remark-gfm + react-syntax-highlighter and exports via browser print — not jsPDF or KaTeX.
Why MarkPDF — Zero-Install Markdown to PDF via Browser Print, Not jsPDF
Honest origin story for MarkPDF v1.0.0: react-markdown + GFM preview, browser print-to-PDF export — not KaTeX, not jsPDF, not Remark/Rehype pipeline.
DeltaV Lab Native Physics Core — Escaping the React/TypeScript Ceiling
Engineering plan to extract RK4, atmosphere, and guidance from the browser worker into Rust/C++/Python — WASM for the UI, native binaries for Monte Carlo, and why that split matters for commercial adoption.
What Is Next for DeltaV Lab — A Roadmap to Professional-Grade Launch Simulation
Honest phased plan from browser teaching sandbox to something a flight-dynamics team could pilot: V&V, 6DOF, Monte Carlo, native physics core, HIL, and the trust ladder SpaceX-adjacent engineers actually use.
Why Vellor Is Free — and What "Zero Terms" Actually Means
MIT license, no subscriptions, no data harvesting — and the honest part: zero SaaS terms is not the same as zero legal text or zero maintenance burden.
The Gamification Trap — When Vellor Almost Became a Mobile Game
Confetti, ranks, and 25+ achievements are real features — and a real fuckup when they almost buried the invoice button.
Local-Only Backup Reality — No Server Means You Own Disaster Recovery
AES-GCM localStorage, 14-day backup nudges, and JSON export — the unglamorous truth about privacy without a safety net.
Why I Chose This Tech Stack for Vellor — Honest Tradeoffs
React 19, Zustand 5, Vite 6, localStorage + AES-GCM — not because they are trendy, but because a solo tutor app has different enemies than a SaaS unicorn.
Why Vellor Exists — and What It Actually Is
Honest origin story for my free tutoring-management PWA: nine years of watching teachers rent their own student data, and what v4.2 actually ships.
Why Vireo — Wellness UI Today vs the Private Journal I Advertised
Honest origin story for Vireo Wellness v2.0.0: a mock-data wellness UI demo with meals, glucose charts, and simulated devices — not an offline PWA journal yet.
Why Bill Express — Local POS for Small Retail, Not a Freelancer PDF Toy
Honest origin story for Bill Express v1.0.0: Express + SQLite GST POS with inventory, customers, and invoices — not a browser-only jsPDF freelancer tool.
Why DeltaV Lab Is Not Professional-Grade (Despite What the README Says)
An honest audit: no published flight V&V, simplified 2D physics, browser 50Hz limits, and the gaps in path_to_perfection.md — implemented rigor is not industry trust.
The Science Inside DeltaV Lab — Forces, Integration, and Flight Software
What physics DeltaV Lab actually implements: 50Hz RK4, gravity, thrust, drag, atmosphere, Tsiolkovsky, DSL guidance, and Web Worker separation — sourced from the sim repo.
Why Glassbox Exists — Org Feedback Terminal, Not a Code Sandbox
Honest origin story for Glassbox v4.2.1: cyberpunk employee feedback terminal with Kanban, metrics, and Gemini sentiment — not VM2 sandbox security.
Why DeltaV Lab Exists — and What It Actually Is
Honest origin story for my browser rocket simulator: KSP intuition, STK price tags, VAB + Mission Control scope, and who should (and should not) trust it.
Why I Built a Deep-Link Handoff Tool — and What It Actually Is (Not Electron)
Honest origin story for Instant App Opener v0.2.0: a Next.js web app that turns social URLs into mobile deep links, QR codes, and Web Share — not a tray launcher.
DeltaV Lab Flight Computer — Teaching Autopilot Without Faking Physics
How the WHEN/THEN DSL guides real launches in DeltaV Lab — parser design, condition variables, and why scriptable GNC beats cinematic autopilot.
DeltaV Lab Mission Log: RK4, Web Workers, and the KSP Problem
Engineering diary on threading — SharedArrayBuffer, the chatty postMessage fuckup, and why physics stays in the worker. Physics deep-dives live in separate transmissions.
Teaching From First Principles: A Mission Log on How I Actually Teach
My teaching philosophy in plain language — observation before equations, sibling-centric trust, and why I refuse to let students memorize what they do not understand.
Vellor Mission Log: Power-Tutor Ops and the Storage Correction
Engineering diary on Vellor v4.2 — roster performance, PWA cache fights, and admitting I wrote IndexedDB when the repo actually uses AES-GCM localStorage.
How I Teach: Bus Wheels, Kitchen Labs, and Open Skies
A mission log on my non-traditional teaching philosophy — sibling-centric tutoring, everyday observations, and why I stopped lecturing from a raised podium.
Why I Started DBS Classes: The Physics of Curiosity
An honest mission log on why I launched a YouTube channel for maths and physics — nine years of tutoring, a war on rote learning, and the mission to spark first-principles thinking.
Why I Stopped Uploading: An Honest Audit of Consistency and Flaws
A candid mission log on why I halted the DBS Classes YouTube channel — solo production burnout, novelty fade, and the lesson that systems beat motivation.
DeltaV Lab Scrollytelling Demo — Orbital Insertion Walkthrough
Live demo of the site Scrollytell component: scroll through a DeltaV Lab launch profile (pad, Max Q, MECO, circularization) with synced telemetry panels.