You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gallery was flooded with spam and inappropriate messages. I have removed the worst content and am now attempting to write some code to bulk remove the repeated sketches.
If anyone can offer any help or ideas, please chime in here.
The text was updated successfully, but these errors were encountered:
Thanks to the always wonderful @meiamsome, they have now been removed. For future reference here is the code snippet which can run in the consol (only works if you are logged in as admin):
Difference checking might catch a lot of near-duplicates, especially sketches that are identical to a previous sketch but with an altered text string. "I changed a single string" seems easy to detect. So: in addition to duplicate detection, something like Levenshtein distance, or Baysian spam filtering, or fuzzy hashing.
The gallery was flooded with spam and inappropriate messages. I have removed the worst content and am now attempting to write some code to bulk remove the repeated sketches.
If anyone can offer any help or ideas, please chime in here.
The text was updated successfully, but these errors were encountered: