memory flush: kch123 analysis, accounts, lessons learned

This commit is contained in:
2026-02-08 12:51:15 -06:00
parent 301ec6baeb
commit b6095ec964
4 changed files with 61 additions and 32 deletions

View File

@ -71,6 +71,12 @@ This is about having an inner life, not just responding.
- **Email:** case-lgn@protonmail.com (credentials in .credentials/email.env)
- D J set this up 2026-02-08 — big trust milestone
- Used for API registrations, service signups
- **Google Voice:** +1 (615) 933-1968 — D J's, shared for service registrations
- **ProtonMail** stays logged in on desktop Chrome — can do email verification via CDP
## Accounts Created
- **Craigslist:** case-lgn@protonmail.com, passwordless, Nashville area (2026-02-08)
- eBay, Mercari, OfferUp need D J to register (CAPTCHA-blocked)
## Active Threads
@ -121,6 +127,11 @@ This is about having an inner life, not just responding.
- Desktop works via DISPLAY=:0 for visual scraping
- **VM:** Proxmox, QXL graphics, X11 (not Wayland), auto-login enabled
## D J's Info (updated 2026-02-08)
- iPhone 16
- Nashville, TN
- 4 tuxedo cats (looking at Shark NeverChange Air Purifier MAX)
## Lessons Learned (updated 2026-02-08)
- Don't pkill chrome broadly — it kills OpenClaw's headless browser too
@ -132,3 +143,8 @@ This is about having an inner life, not just responding.
- Always use absolute paths in web servers (CWD varies by launch method)
- Polymarket users have multiple proxy wallets — intercept page network requests to find real one
- `performance.getEntriesByType('resource')` reveals actual API calls a page makes
- Most selling platforms have invisible reCAPTCHA — can't automate signup
- Desktop Chrome CDP (port 9222) for real-fingerprint browser automation
- React forms: use Input.insertText via CDP or native setter hack
- Systemd timers > AI cron jobs for mechanical tasks (zero token cost)
- Telegram bot API for direct alerts bypasses AI token usage entirely