Skip to content

Instantly share code, notes, and snippets.

@reagle
Created September 5, 2023 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reagle/2bcc885ff9dbdcffb239a8d74828d014 to your computer and use it in GitHub Desktop.
Save reagle/2bcc885ff9dbdcffb239a8d74828d014 to your computer and use it in GitHub Desktop.
description: "Add top-level ethnographic codes for interviews about AI & moderation"
---
# https://github.com/STealthy-and-haSTy/EnhancedSnippets
# Optional: Set a tabTrigger to define how to trigger the snippet
#tabTrigger: "code"
# Optional: Set a scope to limit where the snippet will trigger
scope: "text.html.markdown"
# Optional: Set a filename glob to limit where the snippet will trigger
#glob: "test_*.md"
# Optional: Set a description for what this snippet does
description: "add ethnographic coding for interviews about AI & moderation"
options:
- field: 1
placeholder: "codes"
values:
- text: "info"
details: "orienting information"
- text: "threats"
details: "why is this threatening to your community"
- text: "threats:quality"
details: "why is this low-quality content (veracity, authenticity_human, missing_point, spam, karma_farming, unoriginal)"
- text: "processes"
details: "organizational dynamic and governance of deciding responses"
- text: "responses"
details: "what they decide to actually do for reddit"
- text: "responses:rules"
details: "update, clarify, modify, deploy"
- text: "detection:heuristics"
details: "how to determine if suspect"
- text: "detection:tools"
details: "reporting, detectors, diff, automod, ..."
- text: "levels"
details: "of severity threat"
- text: "motives"
details: "of suspect"
---
**$SELECTION**{{${1:codes}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment