Skip to content

Instantly share code, notes, and snippets.

@jaredpereira
Created December 20, 2022 07:43
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 jaredpereira/415822bbd3d529a9bf1d2cb92466e587 to your computer and use it in GitHub Desktop.
Save jaredpereira/415822bbd3d529a9bf1d2cb92466e587 to your computer and use it in GitHub Desktop.

Backlinks

What if all entries in threads backlinked to other threads they were in? Or threads themselves backlinked to if they were posted in other threads? It would be possible to weave fairly complicated structures here. But, it might

Thread rules

What if a thread creator could set rules for what replies are valid in a thread? Cloudflare Workers has a great streaming HTML parser, so we could fetch submitted links and parse them for different stuff. Like imagine accepting only websites who's background color is green, or, more seriously, only websites that link back to the thread itself, or other entries in the thread.

You could also have rules based on the URLs themselves, only allowing links from Wikipedia, or blocking all large social sites.

Richer moderation

What if people could annotate entries in a thread, and then the thread creator could moderate them in someway, both positively, highlighting things, and negatively, removing things that aren't contributing to the conversation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment