···570570 id: "no-counters",
571571 title: "(1) no counters on people",
572572 explanation:
573573- "because remote vouches can be created by anyone for any reason, you can't trust them at all. " +
574574- "this is also why trust decisions must always be made in the context of the current logged in user (you) " +
575575- "so that vouch chains can be located and shown to you specifically.",
573573+ "because remote vouches can be created by anyone for any reason, they cannot be trusted at all. " +
574574+ "this is also why trust decisions must always be made in the context of the current logged in user (you), " +
575575+ "using a vouch chain that is localized to your specific immediate graph.",
576576 },
577577 {
578578 id: "no-text",
579579 title: "(2) no text on vouches",
580580 explanation:
581581- "generally moderation reasons, plus i wouldn't want to implement some kind of block just for this " +
582582- "proof of concept. having singular vouch units pointing to people is enough from an actual usability " +
583583- "standpoint of the project.",
581581+ "text requires moderation and/or blocking, which i'd like to avoid, especially for a proof of concept. " +
582582+ "having singular vouch units pointing to people is sufficient to demonstrate the concept, " +
583583+ "while still remaining free of most harassment vectors.",
584584 },
585585 {
586586 id: "max-3-levels",
587587- title: "(3) routing from a max of 3 levels",
587587+ title: "(3) routing with a max of 3 levels",
588588 explanation:
589589- "this was made back when the demo was microcosm based, but now i could increase that to 4 or 5. " +
590590- "past 5 though i think the graphs would become very meaningless if more people actually used this, " +
591591- "so i'll leave at 3 and reconsider if anyone wants to bump that up.",
589589+ "this decision was made back when the demo used microcosm as its backend, but i could increase it to 4 or 5 now. " +
590590+ "past 5, though, i think the graphs would become largely meaningless if more people actually used this, " +
591591+ "so i'll leave it at 3 and reconsider if anyone requests a bump.",
592592 },
593593 {
594594 id: "explicit-type",
595595- title: "(4) you must explicitly type to vouch",
595595+ title: "(4) you must explicitly type handles to vouch",
596596 explanation:
597597- "there were buttons to let you vouch anyone to create mutual vouches, removed it though because " +
598598- "adding the friction to vouch is very intentional from a design perspective. at least to make you " +
599599- "think more carefully of who you vouch, at least that's the intent.",
597597+ "initially, there were buttons to let you vouch for your incoming vouches (i.e. mutual vouches). these were removed, " +
598598+ "though, because the friction in vouching is very intentional from a design perspective: the intent is to make you " +
599599+ "think more carefully about who you're willing to vouch for."
600600 },
601601];
602602