04 / LOG ↓

Raw Notes

5 entries · unfiltered

Termic main workspace showing the Claude Code CLI running inside a sandboxed worktree

Anthropic killed Conductor.build's subscription pricing, so I built an open-source replacement in a weekend

Termic (termic.dev) is a native macOS app that spawns the real Claude Code, Codex, and Gemini CLIs in PTYs. Subscription stays valid, per-workspace sandbox, multi-repo workspaces. Rust, Tauri 2, React, no Electron, AGPL.

claude-codetaurirustdeveloper-tools
Free custom domain email with Gmail, Cloudflare, and an SMTP relay

Free custom domain email with Gmail, Cloudflare, and an SMTP relay

Route hello@yourdomain.com into your personal Gmail with Cloudflare, send replies from it via SMTP2GO or Resend. No Google Workspace bill. $0/month forever.

emailcloudflareself-hosted
A personal SRE bot on Telegram that uses my Claude Max subscription, wakes up only when prod breaks, and runs on a 5W mini PC

A personal SRE bot on Telegram that uses my Claude Max subscription, wakes up only when prod breaks, and runs on a 5W mini PC

I forked NanoClaw, wired it to my Claude Max OAuth token, and added monitoring crons that wake the agent only when something is actually wrong. $0 marginal cost, 5W at the wall, three production projects watched from my phone.

claude-agent-sdkself-hostedhome-labsecurity
Stop Claude Code from running rm -rf, force push, and DROP TABLE: a PreToolUse hook you can ship today

Stop Claude Code from running rm -rf, force push, and DROP TABLE: a PreToolUse hook you can ship today

A 150-line Python PreToolUse hook for Claude Code that blocks destructive Bash commands (rm -rf, force push, DROP TABLE, kubectl delete, curl exfil) before they run. One-liner install, team rollout via just up.

claude-codesecuritydevopspython
WhatsApp Desktop for Mac showing the Logged out modal over a blurred chat list, with a Restart WhatsApp button

Recovering 102,000 WhatsApp messages with no backup: the iOS injection technique every recovery tool fails to mention

How to restore WhatsApp chats from a Mac Desktop leftover to iPhone with no iCloud, no iTunes backup, and no paid recovery tool. Solution-first, with the six Android dead ends that do not work in 2026.

iosforensicswhatsappreverse-engineering