Skip to content
View tomarai85's full-sized avatar

Block or report tomarai85

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
tomarai85/README.md

Tom

First-year at the University of Nebraska Omaha. I build infrastructure for running many AI coding agents at once, and native macOS tools.

overseer A local cockpit for a fleet of AI coding agents. The hard part is not the dashboard — it is deciding, from a transcript and a pid, whether a session is working, blocked, waiting on you, or safe to restart. Get that wrong and you either restart an agent mid-edit or leave it hung for an hour. 3.6k lines of Python, 17 test files, and a written market read that names its own weakest moat.
dualsense-bridge The PS5 DualSense's built-in mic, as a real macOS microphone, over Bluetooth, with no extra hardware. Sony's docs, macOS, and the standard libraries all treat that mic as USB-only; the projects that do capture it wirelessly need a Raspberry Pi Pico dongle. The audio turns out to be Opus-encoded inside the controller's HID input reports — decode it on the host, hand it to a virtual CoreAudio device, and "DualSense Mic" shows up in System Settings like any other input.
court-recover 95 lines of bash that catch one specific way an AI agent fails — it writes a tool call as prose instead of making it, then waits forever — and force a clean retry. Fail-open: if the hook itself breaks, the session continues. CI on every push.
Flote Shipped macOS app with a site and install steps. Option+Space floats a sticky note; write the thought as it comes out, press Organize once, and it becomes a title, key points and a checklist.

Work in other people's repositories: a multi-account switching change merged into steipete/CodexBar, and a multi-display window fix plus a battery-floor safety sent to fuji-mak/Capsomnia (open). claudebar is my build of CodexBar — the app is his, the multi-account switching is mine.

Pinned Loading

  1. flote flote Public

    Scribble now, sorted later. A native macOS sticky-note that reorganizes your notes with AI. Option+Space to summon. 14-day free trial, then $9 once. Source-available under FSL.

    Dart