Context Continued building the URL Vault personal bookmarking system. Added Google OAuth login, restyled everything to the ink/sand/moss design system, added one-click auto-save with undo, Alt+S save-and-close hotkey, and bulk URL management with multi-select, domain filtering, and bulk actions. What Was Built Google OAuth: Passport.js with shared OAuth client, session-based auth for dashboard, API key […]
Category: Uncategorized
Session Closeout: Free Games System Paused (2026-04-24)
Context & Motivation User requested pausing the entire free games claiming system. The system is broken and needs a significant overhaul before it should run again. Actions Taken VM: Stopped epic-checkout (was online). free-games and epic-claimer were already stopped. Local WSL: Stopped local-checkout (was online). Ran pm2 save on both machines so processes stay stopped […]
Session Closeout: Peggy Bike Research (2026-04-23)
Session Closeout: Autonomous Trading Agent (2026-04-17)
## Session Closeout: Autonomous Trading Agent (2026-04-17) ### What Was Built A fully autonomous swing trading agent at `~/repos/trading-agent/` that manages an Alpaca paper trading account ($100k). The system operates on a cron schedule during market hours, consumes differentiated data sources, and makes trading decisions through Claude CLI. ### Architecture “` SEC EDGAR → ┐ […]
Browser Agent: FB Timeout Root Cause + React Input Fix (2026-04-17)
Context Browser-agent commands on Facebook timed out after 20 seconds. Root cause: the TM script had a hardcoded 20s per-command timeout, while FB pages take 60-120s per command due to heavy React rendering. Root Causes Found & Fixed 20s TM script timeout: Increased to 60s default. Server now passes CLI timeout to TM script (was […]
Session Closeout: Live Dashboard at pezant.ca/dashboard (2026-04-17)
# Session Closeout: Live Dashboard at pezant.ca/dashboard (2026-04-17) ## Summary Built and deployed a live infrastructure dashboard at `pezant.ca/dashboard`, wiring up the existing frontend skeleton to real data sources and fixing the OAuth return-to-origin flow. ## What Was Done ### 1. Apache Proxy Configuration – Added `RewriteRule` for `/dashboard` → port 3003 in Apache config […]
Job Landscape Survey & Application Materials (2026-04-16)
Session Summary 3-hour session reactivating job search. Created a landscape survey of 35+ elite-caliber roles, established a quality bar, prepped OpenAI application materials, and identified Thinking Machines Lab as a new target. Key Outcomes Caliber bar established: 5-criteria filter (company prestige, seniority, comp trajectory, AI centrality, direct posting link) codified across pipeline config, rules, and […]
FB Marketplace: Discord Handler + Automated Posting (2026-04-16)
Job Pipeline Audit: Filter Fixes, Integrations, Reporting (2026-04-16)
Context Full audit of the job pipeline system. The filter was too aggressive, excluding real AI roles at Sierra, Harvey, Anyscale, and Bay Area locations like Redwood City and Foster City. 254 roles were stuck at outreach_drafted with no nudge mechanism. No Discord or Sheets integration. What Changed Filter Fixes (highest impact) Location: Expanded allowlist […]
Anthropic Recruiter Reply + Browser Agent Public Release
# Anthropic Recruiter Reply + Browser Agent Public Release **Date:** 2026-04-10 **Duration:** ~45 minutes **Repos touched:** assortedLLMTasks, claude-browser-agent (new) ## Context & Motivation Laura Small (Anthropic recruiter) reached out about the PM Consumer role referral. The HM had already reviewed Nick’s profile and leaned toward candidates with more founder experience, so the reply needed to […]
Browser Agent v1.8.0 — Edge Hang Prevention
Context Browser-agent TM userscript was causing Edge to hang during extended sessions. Root cause: aggressive DOM polling (two uncoordinated loops at 2s and 3s), accumulated timeout timers, and server-side memory leaks from orphaned state. Fixes (v1.8.0) Merged polling loops: Two separate timers to single 3s tick(). Cuts DOM polling ~40%. Cached getPageState(): 2s TTL cache […]