Just gathering ideas.
Scheduled posts
Submitted 17 hours ago by asudox@lemmy.asudox.dev to fediverse@lemmy.world
Just gathering ideas.
Scheduled posts
In the mean-time this works schedule.lemmings.world/auth/login
Piefed has them
Piefed has scheduled posts. I haven’t used it because I have no reason to, but the functionality is there.
For automated ones, sure. But if you just want to schedule some post you made, that functionality is already available in Piefed and will be available in Lemmy in the next 1.0.0 release as well.
Automods are bad tools that result in more abuse than the problems they solve.
For context, this is what reddit’s limited automod is like
www.reddit.com/r/…/full-documentation/
I’m sure we can do better. For example, being able to use variables
Of course. Reddit’s automod is very simple.
My current design plan is leaving the implementation to community mods by embedding sandboxed Lua (might change).
Duplication post removal.
Sometimes two or more users post independently on a short time not knowing that a thread already exist.
Set a minimum age for posts and comments.
Automod was one of the worst things to happen to Reddit from a user experience standpoint. So what I want from an automod is to never see one.
Without automod functionality, every single subreddit of notable size becomes utterly bombarded with off-topic posts and spam.
Unfortunately, there is also a need for automatic moderation.
Humans can’t catch everything.
By the way, mind telling me what was infuriating about Reddit’s automod to you?
Automatically removing comments without human oversight and for mundane things.
Randomly triggered a hidden keyword? Goodbye post.
Only wrote 49 words instead of 50? Goodbye post.
Account didn’t get enough updoots from strangers prior to posting? Goodbye post.
Automatic comment replies based on keywords or key phrases.
Basically, if a comment contains a specific string, the automod would reply with a corresponding string, configurable by the community moderators.
Would this be doable?
I would like to be notified when users who are on a warning post or comment.
Skavau@piefed.social 16 hours ago
I made a post on this some weeks back. Whether it would be through an ‘automod’ bot (ideally not, in my opinion) - or community settings preventing posts from even going out is another matter.
asudox@lemmy.asudox.dev 16 hours ago
All of them are possible with my current design plan, which is allowing mods to write the functionality themselves (instead of predefining them like in some other automods).
I might still predefine some myself for performance.