In contrast, I am sure we all know some older people who were not in prisson for the past 30 years and still don't know how to write an email, what a zoom call is or when it's appropriate to double-click vs single click items on a computer. I know people in their 50s who pretend that "they don't need this technology" or "I can just go to the bank if I need something". Sure, if you're in your 80s you might want to dod…
I'm a software engineer yet I don't do online banking (I literally "just go to the bank if I need something"). I don't consider myself a "luddite", I just don't see the advantage over traditional "offline banking". Same with shopping and all the other little nuisances of daily life.
When I was young, after opening my first checking account, I fat-fingered a transfer from checking to savings online and the bank software interpreted this as me trying to transfer more than I had, so it happily proceeded to give me a large cash advance and then charge me $75 for the trouble, and another $35 for the NSF fee.
Now, maybe because I work in software, and maybe even moreso because I have literally written checking account software - I do not use online or mobile apps for non-trivial banking things. I call a person. Or I walk up to a person. I verify everything they are doing before they do it, and by acting as my agent during more complicated tasks they assume liability if they fat-finger something or mess something up (so far).
For the curious: the online form had separate inputs for dollars and cents, and some JS regex removed punctuation marks. So when I typed "1,0,period, 0, 0", instead of trying to transfer $10, it transferred $1000. I absolutely breezed through the "verify the amount step".