Mama told me not to come.

She said, that ain’t the way to have fun.

  • 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • My apologies.

    In the west, we have an informal concept called “wife approval factor,” which is how supportive your wife would be about something. Then there’s the idea of “a happy wife, a life” and “if momma ain’t happy, ain’t nobody happy,” so it’s in the husband’s interest to keep the wife happy.

    I thought this was pretty universally true. I have coworkers from very different parts of India (one Muslim from the north, the other Hindu from the very south), and if we have a surprise work-provided lunch, they’ll eat the one they brought from home at the end of the day so their wives don’t get mad at them not eating the lunch they prepared. So even in a very patriarchal society, they’ll still go out of their way to keep their wives happy.

    It’s not that women call shots (men get away with a lot of nonsense here), the “permission” is largely about keeping the wife happy.




  • For many users, probably. I do have plans to have a “moderation queue” or something where you can opt in to seeing stuff that was hidden and adjust your moderation preferences.

    On Reddit, the recommendation was to upvote constructive comments even if you didn’t agree, and downvote unconstructive comments even if you do. People didn’t do that, so we got echo chambers.

    On mine, I plan to have four responses to a comment:

    • relevant
    • flag (irrelevant, spam, or distasteful content)
    • agree
    • disagree

    Users could adjust the weights of each, but by default “relevant” and “flag” would be much more highly weighed than “agree” and “disagree.” You can also block users. All of those are taken into account by the moderation graph to decide which content to show and in what order.




  • domain name system

    What do you need moderation for that for? All a domain name service needs is some kind of reputable link between two things (e.g. domain name and IP), and Plebbit seems to be using it to reserve community names (so name -> public key, or maybe the other way, I haven’t looked into it). The reputation comes from the blockchain, which dramatically increases the barrier for an attacker to change an entry. Instead of a central authority, you have a group of individuals (ETH is based on proof-of-stake now, and I assume ENS is as well) who verify claims before it becomes part of the blockchain.

    To me, it’s the least problematic part of it, I’m more concerned about communities having owners, and thus communities can die if the owner decides to stop hosting it or decides to dramatically change the rules (or moderators, etc). One of the major points of decentralization is to remove the power of individuals to change/break things, and Plebbit doesn’t do that. The most problematic part, IMO, is ties to cryptocurrency, which seems to be its profit motive, so the moment it takes off, the creator gets rich (because they hold a ton of PLEB token), and that doesn’t bode well for the long-term viability of the project.

    That said, we’ll see how it works out. I think it has some interesting ideas, and I’m all for alternatives to the established players in the social media space.


  • unmoderatable free-for-all

    I read through the whitepaper, and it has moderators similar to Reddit/Lemmy. Basically, whoever creates the community (subplebbit) is the owner/admin (they like to say “adminless,” but each community has an admin), and they can select moderators, who can do moderation tasks like deleting posts.

    So it should have the same benefits and problems as Reddit since it’ll all come down to the moderation team the admin selects.

    If you think of it like Lemmy, but instead of instance admins you have community admins, you’ll be more right than wrong.

    On an unrelated topic, I’m working on my own P2P Reddit clone that doesn’t have centralized moderation, but instead relies on a Web of Trust system to handle moderation, but instead of binary trust, it’s fractional (i.e. you can trust someone 10%, someone else 20%, and posts will be filtered accordingly). In fact, trust isn’t manually handled, it’s handled based on how similarly you act vs others (i.e. you both upvote/downvote similarly, flag posts similarly, etc), and I’m deciding whether making this based on community makes sense (i.e. you trust user A on community X, but not on community Y).

    Just because moderation doesn’t look similar to what you’re familiar with doesn’t mean it’s ineffective. We’ll see if Plebbit works out, but I’m still going to try my own approach and see if that works. Oh, and my approach doesn’t have a blockchain, crypto currency, or really any way to monetize it FWIW.


  • Did they pay devs to build it for them?

    I’m working on a similar project, but I’m 100% bootstrapping it. I’m using Iroh (similar to IPFS, but hopefully faster), and there will just be the one UI until someone makes another. I haven’t done authentication yet, but I might end up using blockchain for that, idk, I need some form of trusted directory.

    I’m going to be looking through this, because it sounds very similar to what I’m working on, and I’d love to just join a project instead of doing all the leg work of getting traction myself. The things I’m particularly interested in are:

    • moderation - I plan to use something like a web of trust, but with transitive trust; you select people you trust, and whether you see something depends on how those users moderated
    • persistence when users go offline - I use a local first approach, so a post is cached locally if you either authored or viewed it, and peers will pull from you if you’re the closest source; caches would need to expire so we don’t blow up everyone’s storage
    • communities operate in a single namespace (so fix the main complexity w/ federation) - you create a community by posting to that namespace, and it gets mixed w/ other users who post to that same namespace

    I’m also interested in building an ActivityPub bridge, so this network can act like an “instance” of sorts and push/pull content from the rest of the Fediverse. This is mostly to seed content in the early days, and I’ll decide whether it’s worth it once everything else works.

    I don’t know if Plebbit does any or all of this, hence the interest. That said, someone spending actual money on it seems a bit… odd, since I don’t see how this could be monetized.