ajij@arch ~/mission-control
β― ./scan --deep --target "unidentified engineer"
[ lifeform identified ............ ββββββββββββ 100% ]
CALLSIGN ......... imajij
CLASS ............ software engineer β rust Β· full-stack Β· genAI
BASE ............. Bengaluru, IN
ACTIVE OP ........ rust backend & devops @ symbiotes.ai
PRIOR SORTIES .... pipecode.ai Β· MegaLLM Β· stealth AI startup
ALLIANCE ......... dora-rs β open-source robotics dataflow (Rust)
ACADEMY .......... B.Sc. Computer Science β BITS Pilani Γ Scaler
THREAT LEVEL ..... ships to production
STATUS ........... [ ONLINE ] open to SDE internships
| VESSEL | CLASS | STACK | FLIGHT RECORD |
|---|---|---|---|
| typeahead | β‘ Interceptor | Rust Axum Tokio SQLite |
Google-style autocomplete from an in-memory trie β p99 ~1.4 ms, typo-tolerant (Damerau-Levenshtein), background write-batching cuts SQLite fsyncs ~50Γ |
| render-farm | π‘οΈ Carrier | Next.js TypeScript Postgres Supabase |
Distributed video-generation platform β brokerless job queue on SKIP LOCKED, RLS-only authorization (zero DB creds in the web tier, 21 adversarial tests), crash-tolerant recovery for 2β4 h jobs |
| talking_pipeline | πΈ Mothership | Python Modal ComfyUI H100 |
Self-hosted talking-avatar video generation on serverless GPUs β open diffusion models + custom LoRAs, near-zero per-video cost vs paid tools |
| intern-wire | π°οΈ Recon Drone | Python FastAPI Docker |
Internship radar scraping LinkedIn + X with no login β 8-hour auto-refresh, stale-listing purge, URL-based dedup, token-gated admin |
dora-rs/dora β open-source Rust dataflow framework for AI-based robotics
- PR #2039 Β· merged β fixed a daemon-reconnection regression that killed running dataflows whenever the coordinator restarted; bounded retry window with unit-tested reconnect logic
- PR #2026 Β· merged β Arrow round-trip tests for four safety-critical MAVLink2 vehicle-command messages; distinct per-field sentinels catch silent field-transposition bugs