Blog
-
The Engine Legacy: From Asteroids to rpgCore
The Vision Learning to build the foundation before the house. The transition from a discrete project to a generalized toolkit. Why I built an engine to solve my own friction The shift from RogueAsteroid (Specific) to rpgCore (General) was born out of a realization: I was re-writing movement, collision, and state logic for every small
-
The Hybrid Engine: Rust Performance, Python Agility
The Vision Speed is everything in DeFi, but rigidity is a death sentence. A pure-Rust bot is fast but a nightmare to iterate on. A pure-Python bot is agile but loses the race to the block. The Systemic Fix I engineered a Hybrid FFI Bridge. 1. The Rust Core: Handles the “Hard Work”—WebSocket connections, memory-safe
-
The Insight Lens: Visualizing the Dialer Blindspot
The Vision In high-volume digital marketing, the dialer is the engine. But most managers are driving blind, relying on static reports that are out-of-date by the time they are read. The Friction (Manual Patch) The standard workflow involved manual CSV exports, Excel “voodoo,” and re-uploading leads. This created a latency gap—by the time we realized
-
PhantomArbiter: Orchestrating the Hybrid Engine
The Original Vision PhantomArbiter was built to execute high-speed arbitrage opportunities on the Solana blockchain. What Went Wrong / The Pivot The Biggest Win (Systemic Synergy): The Hybrid Bridge: Successfully building a Memory-Safe / High-Velocity Execution Engine in Rust that consumed a Dynamic / Hot-Swappable Strategy Layer in Python. This reduced execution latency by ~90%
-
From Pong AI to Play Store: How a Childhood Hobby Became a Rust Game Engine
From a childhood Pong AI to a Rust game engine on Android. The story of rpgCore, the transmutation to Rust, and where OperatorGame stands today.
-
Solana Arbitrage: What I Learned From 400 Trades (And $4 in Losses)
I built a real trading bot, ran 400 live trades, and lost . The software worked. The economics didn’\”t. Here’\”s the full breakdown.
-
Hello, beautiful world!
Welcome to my WordPress. This is my first post. I figured this a fitting title as I am a Hobbyist Computer Programmer, Video Game Designer, and all-around “hacker.”
-
Building rpgCore: Cross-Language Architecture for Multi-Genre Games
How I wired Python, C#, and Rust into a single game engine using ECS architecture and socket IPC — and why 31 passing tests made the difference.
-
Automating 60% of My Job: Data Pipeline & Lead Enrichment Lessons
I inherited a mess of spreadsheets and manual data entry. Then I built a pipeline that saved 642 hours in the first year. Here’\”s exactly how.