Skip to content

Instantly share code, notes, and snippets.

@WitchTP
WitchTP / FifthDay.hs
Created December 5, 2020 20:33
Fifth day of Avent Code 2020
module FifthDay where
import Data.List (sort)
data FrontBack = F | B deriving (Eq, Read, Show)
data LeftRight = L | R deriving (Eq, Read, Show)
data TicketChar = Row FrontBack | Column LeftRight
data Ticket = Ticket {
row :: ![FrontBack],
column :: ![LeftRight]
@WitchTP
WitchTP / contessa-mod.md
Last active October 11, 2020 14:07
Contessa's Simple Guide To Effective Moderation

The Contessa Test For Effective Moderator Management

  1. Do you have a central rulebook?
  2. Do you train new mods?
  3. Do you have a centralized and persistent moderation log for recording actions and observations?
  4. Do you have a communication platform for the mods?
  5. Do your mods check over each others' actions on a regular basis?
  6. Do you have a method for people to submit appeals?
  7. Do you have a method for people to ask for mod assistance?
  8. Do you regularly assess each moderator's quality and activity?