Theme 1 – MFA is painful/unsustainable; many want a single strong factor (passkeys/FIDO2)
- “The problem is the M. Anything beyond a single factor is unnecessarily painful. Make the single factor good (passkeys or FIDO2 or whatever) and the problem is solved without ‘M.’” – loeg
- “MFA as whack‑a‑mole UI sucks.” – browningstreet
- “Every time I leave my phone in the other room to ‘finally get some work done’, please enter this goddamn number we sent to your SMS, and I close my laptop.” – VeninVidiaVicii
Theme 2 – The 12‑Factor App methodology is still relevant and widely referenced
- “Still incredibly relevant. Even if you don’t apply it, there is so much to learn by reading this in 15 minutes.” – nebezb
- “I can’t believe how old this is and I feel like most devs still haven’t internalized this which is a shame.” – superposition
- “Oh! That's a term I have not heard in a long time!” – rietta
Theme 3 – Storing secrets in environment variables is insecure; vaults or workload identities are preferred
- “Secrets should go in a vault and retrieved with the help of a workload identity.” – patmorgan23
- “The env is not a secret store … It's as poor a delivery mechanism as ~/.bashrc is.” – nebezb
- “The environment is a crappy place for config data.” – zbentley