CAT README.MDCAT README.MD
// retry an RxJS stream with exponential backoff + jitter — used in // the cashier's deposit polling loop. signals abort on permanent 4xx. export function withRetry<T>( { max = 5, base = 300, isFatal }: RetryOpts, ): MonoTypeOperatorFunction<T> { return retry({ count: max, delay: (err, attempt) => { if (isFatal?.(err)) throw err; const wait = base * 2**attempt + Math.random() * base; return timer(wait); }, }); }
SYS_HEALTH_MONITORSYS_HEALTH_MONITOR
LIVE_PERF.JSONLIVE_PERF · LIGHTHOUSE
./EXEC INTERACTIVE_SHELL/BIN/SH · INTERACTIVE
LS -LA ./PROJECTSLS -LA ~/PROJECTS
- drwxr-xr-x
JNKIE_STREAMZ
Full streaming platform — built from scratch. Custom UI, stream management, vibe coded end to end.
- STATUS:
- COMING SOON
- TYPE:
- STREAMING PLATFORM
- STACK:
- VIBE CODED
- drwxr-xr-x
DISCORD_ECOSYSTEM
50+ Discord servers designed and built — roles, structure, automation, branding, full ecosystem setup.
- SERVERS:
- 50+ BUILT
- USERS:
- 1.3K+ COMMUNITY
- STACK:
- DISCORD / BOTS / DESIGN
- drwxr-xr-x
BOT_FLEET
5 custom Discord bots deployed — moderation, automation, utility. Built and maintained across live servers.
- BOTS:
- 5 DEPLOYED
- SCOPE:
- MULTI-SERVER
- STACK:
- DISCORD.JS / NODE
- -rwx------
SELF_BOT_SCRIPTS
Custom self bot scripts — personal automation, tooling, and workflow scripts built for real use.
- TYPE:
- AUTOMATION
- SCOPE:
- PERSONAL TOOLING
- STACK:
- JS / SCRIPTS
- drwxr-xr-x
SMOKEZ.SH
This portfolio. Terminal-style, vibe coded, built to show what I actually do — not what looks good on a CV.
- STYLE:
- TERMINAL / HACKER
- METHOD:
- VIBE CODED
- STACK:
- NEXT.JS / TS
CAT ~/.NOWCAT ~/.NOW
CAT ~/.LINKSCAT ~/.LINKS
# communities & projects - Smoke Nation RCE (Rust Console Edition community · 1,200+ members · kill to win, not pay to win) - PS4 Save Bot (modded PS4 save tool · 1,400+ members · install, decrypt and mod game saves via Discord) - GitHub (scripts, tools and projects · open source · free to use) # other - PK Streamz (beta) (vibe coded streaming platform · Optimised for Phones · built from scratch · Invite Only! · ) - Free Palestine 🇵🇸 (donate to Gaza appeal · every bit helps) > reach out: owner@smokenationrce.co.uk