Skip to content
View ebowwa's full-sized avatar
🍊
🍊

Block or report ebowwa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ebowwa/README.md

Applied systems engineer building products across native software, AI models, hardware, and infrastructure.

GitHub followers Personal Site App Store Hugging Face Ollama X

I build systems that work outside the demo — native apps, on-device inference, camera and BLE hardware, training pipelines, and the services that connect them. Each starts with a product or hardware capability and grows the layers needed to ship it.

Selected public work

The repos are the artifacts; the lab notebooks are the wars — one debugging war per entry.

Sensing & interfaces rppg-vitalsigns · Open-Alterego · cosmos-framework 📓 The ANE lab — bending Apple's undocumented Neural Engine: shape laws, int8, the eval-cost ledger, embedding and cardio models on the engine — the research behind rppg-vitalsigns.

Hardware & edge labs BluetoothHID · ESP32-S3 Camera Firmware · Pi BLE Keyboard · Self-classifying edge devices — EdaxShifu 📓 A7 iOS 12.5.x — a junked iPad mini 2 turned self-hosting lab: Chimera jailbreak, kernel RE, an on-device ObjC/Rust toolchain — birthplace of the resident agent that types, watches its own screen, and studies its own deaths.

Agents & the fleet xcode-mcp · structured-prompts 📓 Agents: the mind loop — the resident agent's mortality architecture: the curiosity engine, watchdog tripwires, the obituary file, a mind in one gigabyte — and the fleet that watches the loop. 📓 Developer-space patterns — the habits the wars run on: ordinal-layer architecture, how a number gets to be true, and reading macOS metrics the OS stopped giving you.

Products 📓 Products — the lab ships outward: the agent's keyless web search + fetch toolkit built on the Mac's own headless Chrome, and gauge, the macOS monitor the fleet runs. CleanShots — privacy-focused iOS media processing: metadata removal, watermarking, fail-closed visual masking CaringMind — an AI companion and audio journal for personal advocacy, augmentation, and reflection SleepLoops — a sleep-cycle utility built around 90-minute timing and practical wake-time planning

All three apps ship through one pipeline I own: implementation, signing, CI, TestFlight, App Store Connect automation, post-release iteration.

Larger systems live in private monorepos; older experiments get folded into archives. The index of indexes holds the thread maps and the ecosystem census of which repos feed which series.

GitHub stats

GitHub Streak GitHub Stats Repos per language Most committed languages Profile Details Commit Time

Ship end-to-end. Verify on real systems. Extract what becomes reusable.

Profile views

Pinned Loading

  1. esp32s3-cam-firmware esp32s3-cam-firmware Public

    ESP32-S3 camera firmware for Seeed Studio XIAO board with BLE connectivity, battery management, audio support (Opus codec), LED indicators, and comprehensive API. Features OV2640/OV5640 camera supp…

    C++ 5 1

  2. The lab notebooks — the index of ind... The lab notebooks — the index of indexes: Series 1 A7 iOS 12.5.x · Series 2 the ANE · Series 3 developer-space patterns · Series 4 Agents · Series 5 Products · Series 6 the fly · Series 7 Radios. Includes the ecosystem census — which repos feed which series. One debugging war per gist, everywhere.
    1
    # The lab notebooks — the index of indexes
    2
    
                  
    3
    *One desk, several machines, one rule: every debugging war ships as a notebook
    4
    — and the habits the wars run on ship as patterns too, one pattern to a page.
    5
    This is the shelf.*
  3. mcwire mcwire Public

    Reverse-engineering Apple's MultipeerConnectivity (MC) layer so a foreign, non-Apple client can join sessions of an unmodified macOS/iOS app that uses MCSession.

    Python