• 0 Posts
  • 364 Comments
Joined 1 year ago
cake
Cake day: August 27th, 2023

help-circle



  • A lot of great answers here, but there’s another possibility I haven’t seen mentioned yet. When you are gathering information like this it says to the engineer that you want to change things, and they don’t know if that change is going to make things easier or harder for them. Usually things only ever get harder as a project lives longer. So they’ll be less incentivised to help you unless you give them an idea of what you intend to do and specify what problems you intend to solve to make life easier for them personally.

    Also, as an engineer, things like this I generally see as less important than making sure the product works and that development is processing on pace. Having to explain everything about my job to someone coming in with 0 prior knowledge is a huge waste of time.

    One tip I saw mentioned works well in this situation: get them to start complaining about things they hate about the current processes. Everyone likes to complain because it is cathartic.

    It will help if you can educate yourself before talking to them. Present the info you have and ask them to fill in the blanks or make corrections. Must engineers like to solve problems, so present this as one for them to solve like a puzzle. Engineers are generally not novelists. Don’t ask them to just start spitting out history of The Process to you.










  • Nothing to hide yet*. Just because you trust the current government and companies doesn’t mean you always will. Data harvested now can be used against you (or your family) in the future. How will these people feel when 20 years from now they are denied medical insurance coverage because they have some data on you that proves you used to consume something that is later proven to cause a medical issue. For example, 50 years ago people didn’t know that tobacco caused cancer. How would they feel if that information was used against them? What if just smoking even one cigarette increased their insurance premiums by double? These sorts of things could happen in the future. You never know how laws or economies will change, but one thing is certain: information collected on you now will never be used to your benefit, only to your detriment.





  • And you need a central online API to validate the token, like oauth, which means any system using it needs to be connected to the Internet, and that API needs to be very reliable, kept up-to-date, and DDOS resistant.

    Or require the user to enter a PIN like with x509 certs, but then you also need a way for people to reset their PIN when it gets forgotten or compromised which means a huge bureaucratic burden and expense. And between the time of needing a reset and getting it, you’ll be unable to access any services requiring your ID token which will almost definitely cause some people from making payments (if banks change to requiring a digital ID token) and who knows what else.

    There will also be a requirement for hooking this death records in order to disable people’s tokens when they die to prevent identity theft. That’s going to require cooperation from private corporations (hospitals) and the government. I get that this is already done to an extent, but there are likely other processes like this that need to be established for this system to work and it’s not trivial.