
This is huge. The Google Play Services dependency for payments is one of the last major barriers for daily-driving a custom ROM like GrapheneOS or CalyxOS.
Currently if you want NFC payments without Google, your options are basically:
- Your bank’s website (clunky)
- Physical cards (works but defeats the purpose)
An open standard for payments would also benefit Linux phones (PinePhone, Librem) where Google services aren’t even an option.
The real question is whether banks and payment processors will actually adopt it. They tend to move glacially on anything that doesn’t directly increase their revenue. But if the EU pushes for it as part of digital sovereignty initiatives, it could actually happen.

💸 The real cost of JavaScript framework choices goes beyond the initial decision:
Hidden expenses that kill budgets:
What I’ve seen work: ✅ Vanilla JS first - Solve the problem, then add complexity if needed ✅ Boring technology - React/Vue might be “old” but talent is everywhere
✅ Bundle size audits - Every KB costs mobile users real money ✅ Progressive enhancement - Works without JS, better with it
Framework selection red flags: 🚩 “It’s the latest and greatest” 🚩 “We need it for this one feature” 🚩 “The CEO read about it in TechCrunch” 🚩 “It will make us move faster” (spoiler: it won’t)
Pro tip: Measure time-to-hello-world AND time-to-complex-feature before committing.
What’s your most expensive framework mistake? Share the pain! 😅
#JavaScript #WebDev #TechnicalDebt #ProjectManagement