• 1 Post
  • 24 Comments
Joined 2 months ago
cake
Cake day: March 9th, 2025

help-circle
rss


  • It’s a common dictionary, which is probably not very good in this context. I think it would be more appropriate to refer to ISTQB, as it is likely the most relevant source when it comes to software testing and failures:

    Human beings make errors (mistakes), which produce defects (faults, bugs), which in turn may result in failures. Humans make errors for various reasons, such as time pressure, complexity of work products, processes, infrastructure or interactions, or simply because they are tired or lack adequate training

    Or to put it simple:

    We’re seeing a failure here.

















  • Thanks for your reply. The idea of zero-knowledge authentication is that the password never touches the server. Instead, the user can prove that they know the password when logging in by solving a challenge. This enables the user to log in from any new device without the need to transfer keys between them. I’ll take a closer look at your suggestions though. Thanks again!