Load previous page…
book room at Selina (now called something else) as a replacement for our Airbnb that smells like mold everywhere and where the water pipes have pressure issues so it’s hard to even shower
#life
🤖 Burned more tokens documenting my agents and getting them using the same sub commands + debug and updating our justfiles too.
#agents
🚀 Pushed out a release of
#thumbim to make sure we are only storing one image at a time and not doubling up on them. Also up to 743 hosted images so I should be able to lock in reasonable pricing soon.
Configured Resend SMTP for all Supabase emails 📧
Setup custom SMTP in Supabase Dashboard:
- Host: smtp.resend.com
- Port: 465
- Sender: [email protected]
All auth emails now go through Resend:
- Signup confirmation
- Password reset
- Magic links
Consistent branding across all touchpoints!
#lopodesk
Fixed a mapping bug so catch-all email domains get saved correctly. 🛠️
Made the queue stats page way less chatty with the DB (no more N+1). ⚡
Cleaned up some UI bits (toggles + toasts) and fixed a crashy edge case in replies. 🎛️
Filled in a couple missing model relationships to make querying easier. 🔗
Removed some unnecessary UUID stuff and made job failures louder (no more silent swallows). 🧹