You are reading content from Scuttlebutt
User has not chosen to be hosted publicly
@andrestaltz %dYZJoV5m7xgFCFeDLew53mB66QJjzB9XZi9VtNyrFsU=.sha256

Overall the influx of people is a good way to get feedback on what's priority. We tend to look at bigger milestones, but often a collection of details is important as a foundation.

User has not chosen to be hosted publicly
@mikey %uOq0zR68QQwpqnc24xuDudO1U0Q9YeDZNEJ7OAwNH6s=.sha256

@yangwao you might be interested in: %gVFvcYy....
also, check out a search for "private groups" or even "fractal groups". :smile_cat:

User has not chosen to be hosted publicly
User has not chosen to be hosted publicly
@mix %LRb+22Mh988hvrdVF7L6rEZ7l2w11rknC4InFII4Pbc=.sha256

@substack interested to know what you were using a block for.
Agree it could be time to re-visit this. I think there's a bunch of scope for how to visually display a range of meta-data your friends could attach to one another (including block / fraudulent), let alone how and what this influences the replication protocol.

@mikey %ThTCb7P13unbvJuE/qWvDeo/BdQ6TXFAIwr/LEHIB6E=.sha256

I think there's a bunch of scope for how to visually display a range of meta-data your friends could attach to one another (including block / fraudulent), let alone how and what this influences the replication protocol.

@mix why not copy what Patchwork Classic did? it seemed to work well in practice, what do you think specifically should be changed?

basically when you blocked someone, it would ask you the reason, and then that reason would be displayed on that person's profile as a warning for everyone in your neighborhood to see.

i did some code archaeology to find exactly how this was done, see a search for "flag" in Patchwork Classic and scuttlebutt.io documentation on vote messages as flags.

basically, a "block" is two messages:

  • a contact message with { blocking: true } (which is already handled in replication by scuttlebot)
{
  "type": "contact",
  "contact": "@...",
  "blocking": true
}

and

{
  "type": "vote",
  "vote": {
    "link": "@...",
    "value": -1,
    "reason": "abuse"
  }
}

A positive vote on a user signals trust in that user. It's generally used to "confirm" that you think that user publishes good information.

A negative vote on a user is a "flag." You can flag a user for publishing bad information, making false claims, or being abusive. You can also flag a user if the owner lost the keys.

Common values for reason in downvotes on users:

  • dead: Dead Account / Lost Keys
  • spam: Spammer
  • abuse: Abusive behavior

so, what if we implemented this, as it was before Patchwork v3?

@mikey %gpbZpgb5X38twZAFxTaTx5bh9+dVUztrUTc8Cs74bCQ=.sha256

i see in %+SJ+Cvq... some feedback from @keks, that it'd be nice to silently block: as in create the contact message to stop replication but not the additional vote message to show up on their profile.

@Dominic %IOkhjB9SG855SHSJI6BWN14t3G1zFi5LpzcL+ujDIgo=.sha256

@mikey I disagree that actually worked, being flagged just annoyed that guy more, but he eventually got bored and went away.

Another problem with the pw-classic user flag thing is that the options where hardcoded, and didn't fit well. graabin wasn't really doing abuse (making people feel unsafe) he was more getting on every thread and making it be about his own pet topic (which happened to be paranoid conspiracy theories), but when he was flagged as "abuse" he could claim an injustice against him.

The original blocking code was more about stopping them from seeing your messages, because that was the hard, interesting part. In practice, a simple mute would probably be better.

Incidentially, @mixmix has recently been working on a filter for patchbay (for decluttering rather than filtering content, but same problem really)

@mikey %ww9mzMNQB1xCuMBZKMnFAoFt4dbKZhJ13t18cC2xgBE=.sha256

@Dominic, sure. i'm still interested in many ways to signal feedback, in the spectrums of positive to neutral to negative, and public to private to silent (personal). i'm not convinced a silent mute alone is enough for a community to self-police bad behavior, i think in some cases it's important to talk about what is wrong so a community can learn together about what they value or don't value, so they can coordinate better.

@Dominic %a29WMA7TiqQgiI6VcPVrab/ixbCqJijy1F0bu3IcsJQ=.sha256

i'm not convinced a silent mute alone is enough for a community to self-police bad behavior

I'm not saying it's the end of the conversation, just that it's the simplest thing that is a step in the right direction.

@Bob %+WnkmdDqs4BmLDyTrAE1ds051+7AK3d1A7j7sVlhfYU=.sha256

one thing that I think would be simple and would help alot (at me) i to have a "view" where you only see the post of the ppl you follow, and not your extended socail graph

@dan %O2BmYdSU4NMYRaoEopsAlkOG7sga1ZUcjDwLDsNqLvM=.sha256
Voted one thing that I think would be simple and would help alot (at me) i to hav
@dan %4leBTSDRk5+aK8ssH9DPYnKX2BXSxqulsaV8u068Oz8=.sha256
Voted # better moderation tools I just used the block feature of sbot (a first!)
Join Scuttlebutt now