1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#320
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#321
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#315
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+body: """
Kind of but not really? You’d have to federate out every vote individually. There’s no upvotes totals anywhere, there’s a `vote` table that contains who voted up/down on what, and it’s counted as needed. So if you want to send out 1000 votes, you need 1000 valid users and also send 1000 different activities to at least one instance.\n
\n
You can make it display 100000 votes on your own instance if you want, but it’s not going to alter the rating on other instances because they run their own tally.\n
\n
If you really want this to work long term, you need a credible looking instance with credible looking users that are ideally actually subscribed to the target community, and credible activity patterns too. Otherwise, the community can detect what you’re doing and defederate you and purge all the activities from your instance, and also revert all those votes as a side effect.\n
\n
Remember, all votes are individual activities, and all votes are replicated individually to every instance. On Kbin, you can even see all the votes right from the UI, they don’t even hide it! You can count them yourself if you want. So anyone with the dataset can analyze it and sound the alarm. And each instance can potentially have its own algorithm for that, so instead of having just one target to game, like Reddit and a subreddit, you have hundreds of instances to fool. There’s so many signals I could use to fight spam: instance age, instance user growth, the frequency and timing of the votes, are the users seemingly active 24/7, what other communities those users post into, what are they voting for, do they all vote in agreement with each other, and on and on.\n
\n
So, you technically can manipulate votes but it takes a lot of effort and care to make it as hard as possible to detect in practice. We play the same cat and mouse game as Reddit, but distributed and with many more eyes on it.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699694132 {#1769
date: 2023-11-11 10:15:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Inept@lemmy.world"
"@Max_P@lemmy.max-p.me"
]
+children: Doctrine\ORM\PersistentCollection {#2466 …}
+nested: Doctrine\ORM\PersistentCollection {#2288 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#2439 …}
+favourites: Doctrine\ORM\PersistentCollection {#2489 …}
+notifications: Doctrine\ORM\PersistentCollection {#60 …}
-id: 110529
-bodyTs: "'1000':46,50,56 '100000':69 '24/7':273 'activ':58,126,145,164,272 'actual':118 'age':257 'agreement':291 'alarm':212 'algorithm':221 'also':54,150 'alter':84 'analyz':207 'anyon':202 'anywher':20 'care':313 'cat':329 'communiti':123,131,276 'contain':27 'could':251 'count':36,195 'credibl':108,112,125 'd':7 'dataset':205 'defeder':139 'detect':133,322 'differ':57 'display':68 'distribut':336 'effect':158 'effort':311 'even':178,190 'everi':12,172 'eye':341 'feder':10 'fight':254 'fool':244 'frequenc':262 'game':232,332 'go':82 'growth':260 'hard':318 'hide':191 'hundr':240 'ideal':117 'individu':14,163,170 'instanc':63,74,89,110,148,173,215,242,256,258 'instead':225 'kbin':175 'kind':1 'least':61 'like':233 'long':103 'look':109,113 'lot':309 'make':66,315 'mani':248,339 'manipul':303 'mous':331 'need':38,49,106 'one':62,229 'otherwis':129 'pattern':127 'play':326 'possibl':320 'post':279 'potenti':217 'practic':324 'purg':142 'rate':86 're':136 'realli':5,98 'reddit':234,334 'rememb':159 'replic':169 'revert':151 'right':183 'run':92 'see':179 'seem':271 'send':44,55 'side':157 'signal':249 'sound':210 'spam':255 'subreddit':237 'subscrib':119 'tabl':25 'take':307 'talli':95 'target':122,230 'technic':301 'term':104 'time':264 'total':19 'ui':186 'up/down':30 'upvot':18 'use':252 'user':52,114,259,270,278 'valid':51 'vote':13,24,29,47,70,154,161,167,182,267,284,289,304 'want':42,77,99,200 'work':102"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.max-p.me/comment/1421757"
+editedAt: null
+createdAt: DateTimeImmutable @1699694132 {#1969
date: 2023-11-11 10:15:32.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#320
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#321
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#315
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+body: """
Kind of but not really? You’d have to federate out every vote individually. There’s no upvotes totals anywhere, there’s a `vote` table that contains who voted up/down on what, and it’s counted as needed. So if you want to send out 1000 votes, you need 1000 valid users and also send 1000 different activities to at least one instance.\n
\n
You can make it display 100000 votes on your own instance if you want, but it’s not going to alter the rating on other instances because they run their own tally.\n
\n
If you really want this to work long term, you need a credible looking instance with credible looking users that are ideally actually subscribed to the target community, and credible activity patterns too. Otherwise, the community can detect what you’re doing and defederate you and purge all the activities from your instance, and also revert all those votes as a side effect.\n
\n
Remember, all votes are individual activities, and all votes are replicated individually to every instance. On Kbin, you can even see all the votes right from the UI, they don’t even hide it! You can count them yourself if you want. So anyone with the dataset can analyze it and sound the alarm. And each instance can potentially have its own algorithm for that, so instead of having just one target to game, like Reddit and a subreddit, you have hundreds of instances to fool. There’s so many signals I could use to fight spam: instance age, instance user growth, the frequency and timing of the votes, are the users seemingly active 24/7, what other communities those users post into, what are they voting for, do they all vote in agreement with each other, and on and on.\n
\n
So, you technically can manipulate votes but it takes a lot of effort and care to make it as hard as possible to detect in practice. We play the same cat and mouse game as Reddit, but distributed and with many more eyes on it.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699694132 {#1769
date: 2023-11-11 10:15:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Inept@lemmy.world"
"@Max_P@lemmy.max-p.me"
]
+children: Doctrine\ORM\PersistentCollection {#2466 …}
+nested: Doctrine\ORM\PersistentCollection {#2288 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#2439 …}
+favourites: Doctrine\ORM\PersistentCollection {#2489 …}
+notifications: Doctrine\ORM\PersistentCollection {#60 …}
-id: 110529
-bodyTs: "'1000':46,50,56 '100000':69 '24/7':273 'activ':58,126,145,164,272 'actual':118 'age':257 'agreement':291 'alarm':212 'algorithm':221 'also':54,150 'alter':84 'analyz':207 'anyon':202 'anywher':20 'care':313 'cat':329 'communiti':123,131,276 'contain':27 'could':251 'count':36,195 'credibl':108,112,125 'd':7 'dataset':205 'defeder':139 'detect':133,322 'differ':57 'display':68 'distribut':336 'effect':158 'effort':311 'even':178,190 'everi':12,172 'eye':341 'feder':10 'fight':254 'fool':244 'frequenc':262 'game':232,332 'go':82 'growth':260 'hard':318 'hide':191 'hundr':240 'ideal':117 'individu':14,163,170 'instanc':63,74,89,110,148,173,215,242,256,258 'instead':225 'kbin':175 'kind':1 'least':61 'like':233 'long':103 'look':109,113 'lot':309 'make':66,315 'mani':248,339 'manipul':303 'mous':331 'need':38,49,106 'one':62,229 'otherwis':129 'pattern':127 'play':326 'possibl':320 'post':279 'potenti':217 'practic':324 'purg':142 'rate':86 're':136 'realli':5,98 'reddit':234,334 'rememb':159 'replic':169 'revert':151 'right':183 'run':92 'see':179 'seem':271 'send':44,55 'side':157 'signal':249 'sound':210 'spam':255 'subreddit':237 'subscrib':119 'tabl':25 'take':307 'talli':95 'target':122,230 'technic':301 'term':104 'time':264 'total':19 'ui':186 'up/down':30 'upvot':18 'use':252 'user':52,114,259,270,278 'valid':51 'vote':13,24,29,47,70,154,161,167,182,267,284,289,304 'want':42,77,99,200 'work':102"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.max-p.me/comment/1421757"
+editedAt: null
+createdAt: DateTimeImmutable @1699694132 {#1969
date: 2023-11-11 10:15:32.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#320
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#321
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#315
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+body: """
Kind of but not really? You’d have to federate out every vote individually. There’s no upvotes totals anywhere, there’s a `vote` table that contains who voted up/down on what, and it’s counted as needed. So if you want to send out 1000 votes, you need 1000 valid users and also send 1000 different activities to at least one instance.\n
\n
You can make it display 100000 votes on your own instance if you want, but it’s not going to alter the rating on other instances because they run their own tally.\n
\n
If you really want this to work long term, you need a credible looking instance with credible looking users that are ideally actually subscribed to the target community, and credible activity patterns too. Otherwise, the community can detect what you’re doing and defederate you and purge all the activities from your instance, and also revert all those votes as a side effect.\n
\n
Remember, all votes are individual activities, and all votes are replicated individually to every instance. On Kbin, you can even see all the votes right from the UI, they don’t even hide it! You can count them yourself if you want. So anyone with the dataset can analyze it and sound the alarm. And each instance can potentially have its own algorithm for that, so instead of having just one target to game, like Reddit and a subreddit, you have hundreds of instances to fool. There’s so many signals I could use to fight spam: instance age, instance user growth, the frequency and timing of the votes, are the users seemingly active 24/7, what other communities those users post into, what are they voting for, do they all vote in agreement with each other, and on and on.\n
\n
So, you technically can manipulate votes but it takes a lot of effort and care to make it as hard as possible to detect in practice. We play the same cat and mouse game as Reddit, but distributed and with many more eyes on it.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699694132 {#1769
date: 2023-11-11 10:15:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Inept@lemmy.world"
"@Max_P@lemmy.max-p.me"
]
+children: Doctrine\ORM\PersistentCollection {#2466 …}
+nested: Doctrine\ORM\PersistentCollection {#2288 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#2439 …}
+favourites: Doctrine\ORM\PersistentCollection {#2489 …}
+notifications: Doctrine\ORM\PersistentCollection {#60 …}
-id: 110529
-bodyTs: "'1000':46,50,56 '100000':69 '24/7':273 'activ':58,126,145,164,272 'actual':118 'age':257 'agreement':291 'alarm':212 'algorithm':221 'also':54,150 'alter':84 'analyz':207 'anyon':202 'anywher':20 'care':313 'cat':329 'communiti':123,131,276 'contain':27 'could':251 'count':36,195 'credibl':108,112,125 'd':7 'dataset':205 'defeder':139 'detect':133,322 'differ':57 'display':68 'distribut':336 'effect':158 'effort':311 'even':178,190 'everi':12,172 'eye':341 'feder':10 'fight':254 'fool':244 'frequenc':262 'game':232,332 'go':82 'growth':260 'hard':318 'hide':191 'hundr':240 'ideal':117 'individu':14,163,170 'instanc':63,74,89,110,148,173,215,242,256,258 'instead':225 'kbin':175 'kind':1 'least':61 'like':233 'long':103 'look':109,113 'lot':309 'make':66,315 'mani':248,339 'manipul':303 'mous':331 'need':38,49,106 'one':62,229 'otherwis':129 'pattern':127 'play':326 'possibl':320 'post':279 'potenti':217 'practic':324 'purg':142 'rate':86 're':136 'realli':5,98 'reddit':234,334 'rememb':159 'replic':169 'revert':151 'right':183 'run':92 'see':179 'seem':271 'send':44,55 'side':157 'signal':249 'sound':210 'spam':255 'subreddit':237 'subscrib':119 'tabl':25 'take':307 'talli':95 'target':122,230 'technic':301 'term':104 'time':264 'total':19 'ui':186 'up/down':30 'upvot':18 'use':252 'user':52,114,259,270,278 'valid':51 'vote':13,24,29,47,70,154,161,167,182,267,284,289,304 'want':42,77,99,200 'work':102"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.max-p.me/comment/1421757"
+editedAt: null
+createdAt: DateTimeImmutable @1699694132 {#1969
date: 2023-11-11 10:15:32.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#320
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#321
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#315
date: 2023-10-13 08:03:47.0 +02:00
}
} |
|
Show voter details
|