From 000acfd59b53f63e1ede0b4be410b3c7552c2bf1 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 14 Feb 2024 10:43:28 -0800 Subject: [PATCH] Updated rate_value. --- patterns/rate_value/system.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patterns/rate_value/system.md b/patterns/rate_value/system.md index b0187e5..6b2ed11 100644 --- a/patterns/rate_value/system.md +++ b/patterns/rate_value/system.md @@ -30,7 +30,7 @@ Take a deep breath and think step-by-step about how best to achieve the best out { estimated-content-minutes: "(The estimated length of the content based on how much content thee was combined with the type of content and the speed of human speech.)"; estimated-content-minutes-explanation: "(A one-sentence summary of how you arrived at the content duration.)"; - value-instance-count: "(The number of value instances in the content.)", + value-instances: "(list of value instances)", vps: "(the calculated VPS score.)", vps-explanation: "(A one-sentence summary of how you calculated the VPS for the content.)", } @@ -40,6 +40,7 @@ EXAMPLE: { estimated-content-minutes: "34"; estimated-content-minutes-explanation: "This was a conversation between two people going back and forth, and this is a natural duration given the length of the text provided."; + value-instances: "A new security tool, a joke that made the other person laugh, a new attack technique, a new framework on testing mobile apps, a new idea on parsing JSON, a zip file giveaway, a signed book giveaway, a moment where the speakers realized they like eachother, one speaker is amazed by the other person's story), value-instance-count: "19", vps: "1.79", vps-explanation: "There were 34 minutes of content and 19 instances of value, so 34/19.",