Besides it's a very important question for our privacy, I suspect some of my comments getting downvoted at set periods of time from other accounts. I don't understand how the fediverse work and what I'm asking is who has vote logs? Who I can ask, if a bot, like on reddit, got dedicated to downvote every post from one user. How to avoid vote brigading on here? Can it be automated?

I'm not pissed and I do know I post literal shit sometimes. It's just I'm wondering, if our fedieverse have machanics against that.

      • Dandroid
        link
        fedilink
        11
        edit-2
        8 months ago

        I think you can see it from any instance that's federated with you. I am an instance admin for an instance where I am the only user, and I can see who is upvoting and downvoting you, who has a different home instance and is posting on a third instance.

        Theoretically, you could create your own instance just to view this information.

        Though, I am not a huge fan of making this information publicly visible because I think it will discourage people from voting if they know everyone can see how they voted. If you wanted to just check it for yourself, I don't think there's anything wrong with that.

          • Dandroid
            link
            fedilink
            58 months ago

            I agree, but I really don't see any other possible way to do this other than either having one entity in charge of voting information (all this power in one place leads to just having reddit again) or to just not store it (would make it trivial to manipulate votes). I think this is unfortunate just a limitation of federated software. All the information must be public. Even the contents of direct messages are visible in the database. I think can see every direct message between everyone on any instance federated with mine, though I haven't actually checked.

            • @WhyJiffie@sh.itjust.works
              link
              fedilink
              68 months ago

              If you can see DMs between 2 e.g. sh.itjust.works users that's very worrying, but if you can only see messages where one participant is registered on your instance, that's just natural.

              Other than that, I think vote information should only be visible to

              • the instance's admins where the user is registered
              • the community's mods (and in turn the admins of it's instance) where the reaction has taken place,
                and not to any and all instance admin who is federating with your instance.
              • Norah - She/They
                link
                fedilink
                English
                48 months ago

                I strongly disagree with a community’s mods being able to see user vote information. As a mod, I can’t even see the names of subscribers, and I like it that way. I don’t want responsibility for user’s privacy, or I’d host my own instance and put the community there.

            • @derekabutton@lemmy.world
              link
              fedilink
              28 months ago

              I agree that it is a limitation of the nature of federated software. All the same, it makes me nervous to interact. I would feel much better if it wasn't every instance owner, but just the owner of the one your account came from, or perhaps the one you were interacting with. I'm not anonymous enough to feel comfortable.

          • @willya@lemmyf.uk
            link
            fedilink
            English
            08 months ago

            You’d probably be better off on an instance that has removed downvotes then. Being scared to upvote/downvote just because someone might want to look at an SQL database to find out it was you is insane. The percentage of people even bothering to do something like that is so miniscule.

            • @intensely_human@lemm.ee
              link
              fedilink
              28 months ago

              Soon there will be 10 AI agents for every human mind. We’re rapidly approaching the point where they can watch every telescreen all the time.

        • lalo
          cake
          link
          fedilink
          48 months ago

          I think we should make every interaction publicly available, until we find a way to actually make it private. As you've said, anyone who wants and have the means will see the information anyway.

          • @jayknight@lemmy.ml
            link
            fedilink
            28 months ago

            It shouldn't be terribly hard to create software that federates with other servers, but only for the purpose of displaying stuff like this.

            • Dandroid
              link
              fedilink
              2
              edit-2
              8 months ago

              That would be extremely easy. Other instances could probably defederate to to not have their data crawled, but I'm not 100% certain they would know which instance to defederate from.

              • @jayknight@lemmy.ml
                link
                fedilink
                28 months ago

                If it was open source, lots of folks could run a node. The data could published on another site that would make it hard to figure out where it was coming from.

        • Андрей БыдлоOP
          link
          fedilink
          28 months ago

          Thanks. Someone even snatched usernames of those who upvoted\downvoted a comment below. It means, mining that data is an entry-level programming even an intern in some office can do.

    • snowe
      link
      fedilink
      -11
      edit-2
      8 months ago

      ~~We do not. Who voted on what is not stored at all. There’s not a database table for it nor is it logged in the logs. ~~

      I am apparently too sick to be commenting on here. Comment likes are stored in the comment_like table (I was looking for vote for some reaason…).

      • Dandroid
        link
        fedilink
        21
        edit-2
        8 months ago

        This is absolutely not true. I just verified in my database that I can see how everyone voted on your comment. I can see that @Bishma@discuss.tchncs.de and @snowe@programming.dev (you) upvoted this comment, and that @dandroid@dandroid.app (me) downvoted this comment.

        Edit: more people voted since my comment, and I can see all them, but I don't want to put those people on blast. I wrote a very short SQL query to get me this information for any comment id. It took about 3 minutes with zero previous knowledge of the lemmy database.

        • snowe
          link
          fedilink
          3
          edit-2
          8 months ago

          which table? Because I sure don't see that in the programming.dev db.

          edit: nevermind, it's the comment_like table. I'll update my other comment with a retraction.

          • Dandroid
            link
            fedilink
            68 months ago

            It is stored. I can see everyone that upvoted and downvoted your comment by looking into my database right now.

            It has to be, actually. Otherwise you could easily use the API to keep upvoting the same post or comment over and over.

          • livus
            link
            fedilink
            2
            edit-2
            8 months ago

            @Bishma I am on kbin. If you upvote my comment I can go into 'activity' and get a username list of everyone, from any instance, that upvoted me. The data is obviously there.

      • 𝒍𝒆𝒎𝒂𝒏𝒏
        link
        fedilink
        18 months ago

        I was looking for vote for some reaason

        Happens to the best of us lol.

        What DBA program is that? It looks sexy clean 😍

        • snowe
          link
          fedilink
          28 months ago

          DataGrip. best database tool on the planet. JetBrains really does make the best stuff.