From 1c1782b062763ca4279487cc28299d2539b650a9 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 16 Feb 2022 13:00:01 -0500 Subject: [PATCH] Update for 16-02-22 13:00 --- tech/error_handling.wiki | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/tech/error_handling.wiki b/tech/error_handling.wiki index 4802f07..f14db2d 100644 --- a/tech/error_handling.wiki +++ b/tech/error_handling.wiki @@ -1,3 +1,36 @@ = Error Handling = +== Types of human error == +* slips + * genuine human error when operating equipment + * action is not what was intended +* lapses + * spacing out +* mistakes + * more serious consequences + * intention is not appropriate +* Violations + * purposful breaking things + +== Slips == + +=== types of slips/errors === + +* capture errors start of task sequence + * drive to store, but wound up driving to work +* description errors two tasks are very similar + * throwing laundry in toilet +* data-driven errors counting + * Meant one number but used another +* associative activation errors + * internal associations between tasks, IE fruendian slips +* loss-of-activation errors + * forgetting why you started a task + +=== prevent slips === + +* minimize number of steps by allowing existence of constraints +* provide clear visible or audible reminders/sugesstions +* utilize forcing functions + * IE required step to complete a process