Browse
Notes
67 notes
Remote iOS Deployment Over ZeroTier: What Worked, What Didn’t
OpenAI Codex App Update
Major update to Codex desktop app macOS/Windows adding computer use, browsing, images, memory, plugins for developer workflows. TL;DR - Download app: https:...
Odak 1.1.0 Release Notes
What If You Could Call Your Claude Code Sessions?
From Blind to Aware: Teaching Claude Code to See Your React Native App
A walkthrough of the systematic approach I used to close the DX gap between web and mobile development in Claude Code — from identifying blind spots to building a layered solution with metro-mcp, screenshot hooks, cmux notifications, and accessibility-tree testing.
Closing the React Native + Claude Code Workflow Gaps: Metro Logs, Screen Awareness, and cmux
How I set up metro-mcp, auto-screenshot hooks, deep cmux integration (status pills, sidebar logs, progress bars), and autonomous test flows for my Expo project — closing the gap between web and mobile Claude Code workflows.
Odak — Complete SwiftUI Rebuild Plan
NAT Traversal for Peer-to-Peer Streaming: STUN, TURN, and MQTT Signaling
Complete guide to NAT traversal for remote desktop streaming: MQTT-based signaling, STUN for public IP discovery, ICE-like candidate probing, TURN relay deployment with coturn, and end-to-end encryption. Based on Astropad Workbench's networking stack.
Injecting Apple Pencil Pressure into macOS via CGEvent
How to capture Apple Pencil pressure, tilt, and azimuth on iOS and inject them as native tablet events on macOS using CGEvent's hidden tablet fields. Includes wire format, coordinate mapping, and App Store considerations.