Shawn's avatar
Shawn
_@shawnyeager.com
npub1clk6...pup9
From product to pipeline—GTM advisory for frontier tech Bitcoin · AI · Distributed Systems · Open Source Podcast: trustrevolution.co Substack: sideband.pub Projects: lab.sideband.pub
Shawn's avatar
shawn 3 months ago
gm, good people. ☕
Shawn's avatar
shawn 3 months ago
"the UK is like if reddit mods ran a country" —anon
Shawn's avatar
shawn 3 months ago
Music is a time machine.
Shawn's avatar
shawn 3 months ago
gm, good people. ☕ Have a great weekend.
Shawn's avatar
shawn 3 months ago
Has anyone successfully migrated @Alby from the @Umbrel ☂️ Community Store to the official app store release? The former appears to be abandoned, and I'm not excited about ripping it out and starting over (connections, etc.). #asknostr
Shawn's avatar
shawn 3 months ago
gm, good people. ☕
Shawn's avatar
shawn 3 months ago
VCIR — Vibe Coder in Residence
Shawn's avatar
shawn 3 months ago
Lightning Address tip: Edge functions beat redirects. If you're using HTTP redirects for your vanity Lightning Address (sats@yourdomain.com → you@getalby.com), you're adding ~85ms latency. Wallets make two round trips. I switched to a Netlify Edge Function proxy. Single request, server-side fetch to Alby, returns response directly. Bonus: rewrites metadata so wallets show your vanity address instead of the upstream provider. Results: ~220ms vs ~305ms in my tests. Netlify Free tier: 3M edge function calls/month. HOWTO: