home.social

#mastomod — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mastomod, aggregated by home.social.

  1. If you don't encounter a lot of LLM-spam and obvious trolls in the Fediverse right now, then your mods are doing a lot of good, unpaid work. 👍

    #LLMMeAlone #moderation #MastoMod #FediMod

  2. If you don't encounter a lot of LLM-spam and obvious trolls in the Fediverse right now, then your mods are doing a lot of good, unpaid work. 👍

    #LLMMeAlone #moderation #MastoMod #FediMod

  3. From now on, whenever I report a new remote troll, I'm going to include "please moderate your signups" in the report.

    I might add "Or pay me for doing your moderation work." at some later point.

    #moderation #MastodonSocial #FediBlockTrolls #FediMod #FediAdmin #MastoMod #MastoAdmin #FediBlockMeta

  4. From now on, whenever I report a new remote troll, I'm going to include "please moderate your signups" in the report.

    I might add "Or pay me for doing your moderation work." at some later point.

    #moderation #MastodonSocial #FediBlockTrolls #FediMod #FediAdmin #MastoMod #MastoAdmin #FediBlockMeta

  5. Russian propagandists are still attempting to flood the #Fediverse with disinformation. We have zero tolerance for this and are suspending these accounts without warning.

    #MastoBlock #MastoMod

  6. Russian propagandists are still attempting to flood the #Fediverse with disinformation. We have zero tolerance for this and are suspending these accounts without warning.

    #MastoBlock #MastoMod

  7. @gnulinux
    > Vielleicht kann diese kurze Vorstellung dazu beitragen, damit ein wenig mehr Leben in das Forum und die Chatkanäle kommt.

    Das wäre auf jeden Fall echt nice :rm_smile:
    #fediadmins #fedimods #mastoadmin #mastoadmins #mastomod #mastomods #fedimins

  8. @gnulinux
    > Vielleicht kann diese kurze Vorstellung dazu beitragen, damit ein wenig mehr Leben in das Forum und die Chatkanäle kommt.

    Das wäre auf jeden Fall echt nice :rm_smile:
    #fediadmins #fedimods #mastoadmin #mastoadmins #mastomod #mastomods #fedimins

  9. I'd like to take a moment and welcome @liz as our new moderator here at #AllThingsTech

    Please give her a follow and huge welcome to the team if you have a moment!

    #NewMod #NewModerator #Mod #Moderator #MastodonModerator #MastoMod #MastodonMod #Staff

  10. I'd like to take a moment and welcome @liz as our new moderator here at #AllThingsTech

    Please give her a follow and huge welcome to the team if you have a moment!

    #NewMod #NewModerator #Mod #Moderator #MastodonModerator #MastoMod #MastodonMod #Staff

  11. Weil das Thema #Moderation auf #Mastodon aktuell sehr groß ist, fragen sich bestimmt einige: Ja was macht denn diese Moderation so?

    Deshalb habe ich mal meinen anekdotischen Vortrag zu dem Thema aus dem letzten Dezember auf der #rtc22 rausgeholt.

    Geschichten aus dem Leben einer Mastodon-Moderatorin
    :peertube: media.ccc.de/v/jev22-6627-gesc

    Darin gehe ich vor allem auf die allgemeinen Aufgaben der Moderation ein und berichte anschließend von den Twitter Wellen letztes Jahr. Der Vortrag dreht sich um meine persönlichen Erfahrungen. Das Thema der aktuellen Spam-Bot-Wellen wird nicht behandelt.

    #MastoMod #MastodMods #Fedimod #Fedimods

  12. Weil das Thema #Moderation auf #Mastodon aktuell sehr groß ist, fragen sich bestimmt einige: Ja was macht denn diese Moderation so?

    Deshalb habe ich mal meinen anekdotischen Vortrag zu dem Thema aus dem letzten Dezember auf der #rtc22 rausgeholt.

    Geschichten aus dem Leben einer Mastodon-Moderatorin
    :peertube: media.ccc.de/v/jev22-6627-gesc

    Darin gehe ich vor allem auf die allgemeinen Aufgaben der Moderation ein und berichte anschließend von den Twitter Wellen letztes Jahr. Der Vortrag dreht sich um meine persönlichen Erfahrungen. Das Thema der aktuellen Spam-Bot-Wellen wird nicht behandelt.

    #MastoMod #MastodMods #Fedimod #Fedimods

  13. @supernovae following up: here's the moderation stuff i was working on. shelving it to get back to Feditext. might be useful to others.

    github.com/VyrCossont/m1000 implements a webhook listener automod bot in Rust which automatically creates reports when posts or users match on configurable words, regexes, or link domains. should be able to handle another #thegx situation, or a small link-spam campaign. proof of concept, not quite prod-ready, but i'm already running it on my home instance.

    github.com/VyrCossont/mastodon removes the `if local?` check from Mastodon's `status.*` and `account.*` webhooks, allowing `m1000` to moderate remote posts and users.

    github.com/VyrCossont/mastodon adds a `report.updated` webhook to Mastodon, useful for integration with external ticketing systems.

    github.com/VyrCossont/mastodon creates an API for Mastodon's audit log, which currently doesn't have one. this would be useful for admin apps.

    #MastoAdmin #MastoDev #MastoMod #moderation #automod #webhook #webhooks

  14. @supernovae following up: here's the moderation stuff i was working on. shelving it to get back to Feditext. might be useful to others.

    github.com/VyrCossont/m1000 implements a webhook listener automod bot in Rust which automatically creates reports when posts or users match on configurable words, regexes, or link domains. should be able to handle another #thegx situation, or a small link-spam campaign. proof of concept, not quite prod-ready, but i'm already running it on my home instance.

    github.com/VyrCossont/mastodon removes the `if local?` check from Mastodon's `status.*` and `account.*` webhooks, allowing `m1000` to moderate remote posts and users.

    github.com/VyrCossont/mastodon adds a `report.updated` webhook to Mastodon, useful for integration with external ticketing systems.

    github.com/VyrCossont/mastodon creates an API for Mastodon's audit log, which currently doesn't have one. this would be useful for admin apps.

    #MastoAdmin #MastoDev #MastoMod #moderation #automod #webhook #webhooks

  15. @supernovae following up: here's the moderation stuff i was working on. shelving it to get back to Feditext. might be useful to others.

    github.com/VyrCossont/m1000 implements a webhook listener automod bot in Rust which automatically creates reports when posts or users match on configurable words, regexes, or link domains. should be able to handle another #thegx situation, or a small link-spam campaign. proof of concept, not quite prod-ready, but i'm already running it on my home instance.

    github.com/VyrCossont/mastodon removes the `if local?` check from Mastodon's `status.*` and `account.*` webhooks, allowing `m1000` to moderate remote posts and users.

    github.com/VyrCossont/mastodon adds a `report.updated` webhook to Mastodon, useful for integration with external ticketing systems.

    github.com/VyrCossont/mastodon creates an API for Mastodon's audit log, which currently doesn't have one. this would be useful for admin apps.

    #MastoAdmin #MastoDev #MastoMod #moderation #automod #webhook #webhooks

  16. @supernovae following up: here's the moderation stuff i was working on. shelving it to get back to Feditext. might be useful to others.

    github.com/VyrCossont/m1000 implements a webhook listener automod bot in Rust which automatically creates reports when posts or users match on configurable words, regexes, or link domains. should be able to handle another #thegx situation, or a small link-spam campaign. proof of concept, not quite prod-ready, but i'm already running it on my home instance.

    github.com/VyrCossont/mastodon removes the `if local?` check from Mastodon's `status.*` and `account.*` webhooks, allowing `m1000` to moderate remote posts and users.

    github.com/VyrCossont/mastodon adds a `report.updated` webhook to Mastodon, useful for integration with external ticketing systems.

    github.com/VyrCossont/mastodon creates an API for Mastodon's audit log, which currently doesn't have one. this would be useful for admin apps.

    #MastoAdmin #MastoDev #MastoMod #moderation #automod #webhook #webhooks

  17. @supernovae following up: here's the moderation stuff i was working on. shelving it to get back to Feditext. might be useful to others.

    github.com/VyrCossont/m1000 implements a webhook listener automod bot in Rust which automatically creates reports when posts or users match on configurable words, regexes, or link domains. should be able to handle another #thegx situation, or a small link-spam campaign. proof of concept, not quite prod-ready, but i'm already running it on my home instance.

    github.com/VyrCossont/mastodon removes the `if local?` check from Mastodon's `status.*` and `account.*` webhooks, allowing `m1000` to moderate remote posts and users.

    github.com/VyrCossont/mastodon adds a `report.updated` webhook to Mastodon, useful for integration with external ticketing systems.

    github.com/VyrCossont/mastodon creates an API for Mastodon's audit log, which currently doesn't have one. this would be useful for admin apps.

    #MastoAdmin #MastoDev #MastoMod #moderation #automod #webhook #webhooks

  18. Was können #Schutzkonzepte im und für das #Fediverse sein?

    Darum geht es im 4. #FediverseModerationsTreff

    termine.social/events/8fe718aa

    @ebinger, @w4ts0n und ich organisieren am Montag den 27. Feburar, 20:00 Uhr, online auf #BBB, eine Runde für alle #Mods und Interessierten, in der wir zusammen mit euch darüber diskutieren wollen, wie wir unsere Communitys schützen und unsere Server absichern können.

    Was? 4. Fediverse Moderation-Treff
    Wann? 27. Februar, 20:00 Uhr
    Wo? lecture.senfcall.de/tho-vpy-pl
    Thema? Schutzkonzepte im #Fedi

    #Mastodon #Friendica #Pleroma #Misskey #Pixelfed #Peertube #Funkwhale #Mod #FediMod #FediMods #MastoMod #MastoMods

  19. Was können #Schutzkonzepte im und für das #Fediverse sein?

    Darum geht es im 4. #FediverseModerationsTreff

    termine.social/events/8fe718aa

    @ebinger, @w4ts0n und ich organisieren am Montag den 27. Feburar, 20:00 Uhr, online auf #BBB, eine Runde für alle #Mods und Interessierten, in der wir zusammen mit euch darüber diskutieren wollen, wie wir unsere Communitys schützen und unsere Server absichern können.

    Was? 4. Fediverse Moderation-Treff
    Wann? 27. Februar, 20:00 Uhr
    Wo? lecture.senfcall.de/tho-vpy-pl
    Thema? Schutzkonzepte im #Fedi

    #Mastodon #Friendica #Pleroma #Misskey #Pixelfed #Peertube #Funkwhale #Mod #FediMod #FediMods #MastoMod #MastoMods