GET https://kbin.spritesserver.nl/top/1y/articles?p=11

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.33 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.07 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Fighting-with-immich"
  +title: "Fighting with immich"
  +url: null
  +body: """
    After all the amazing reviews and post i read immich I decided to give it a try.\n
    \n
    To be honest I am quite impressed, it’s fast and polished, it just works.\n
    \n
    But I found a few quirks, and hit a wall with the developer that doesn’t seems kind to listen to users that much (on these issues at least!)\n
    \n
    Maybe you guys have suggestions?\n
    \n
    Here I go:\n
    \n
    One: it does not support base URLs, witch means that I had to spin a dedicated sub domain to be able to access it over internet while all my other services are on a single sub domain. I can work with that, but why. Dev already shut this request down in the past as “insecure”. Which I find baffling. (I mean use mydomain/immich instead of immich.mydomain)\n
    \n
    Two: auth cannot be tied to reverse proxy. I get it, it provides OAuth. But it’s much more complex than proxy based auth… And overkill for many cases, mine for sure.\n
    \n
    Three: impossible to disable authentication at all, which would just work fine in my use case. There is a switch that seems for that, but no, it’s only for using OAuth.\n
    \n
    Four: I cannot find a way to browse by location, only by map. (Locations list seems to be half baked unless I am missing something).\n
    \n
    Five: no way to deploy on bare metal, and I tried! due to lack of documentation (only info I found where very very outdated), and no willingness to provide info about that either. Seems that docker is so much better that supporting bare metal is a waste of time.\n
    \n
    Six: basically impossible to manage easily public albums. like a public landing page. I get this might be outside immich scope.\n
    \n
    Seven: even if now you can import existing libraries, it still does not detect albums withinbthem (sub folders) which is very annoying.\n
    \n
    So, overall its a great project and very promising, faster and more reliable than Libre Photos in my use case, but still lacking some basic features that the Dev seems not interested in adding. He developed it to please his wife, I get it :) - no pun intended, doing all this take lots of time, I know.\n
    \n
    These are the alternatives I know of:\n
    \n
    Photo prism requires a subscription for reverse Geo coding.\n
    \n
    LibrePhotos feels sluggish and kind if abandoned.\n
    \n
    Are there any others? (Piwigo and Lytchee are great tools, but different kind of tools)\n
    \n
    Let’s hope for immich, Dev is working a lit, let’s hope for the best.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727282318 {#158
    date: 2024-09-25 18:38:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 31895
  -titleTs: "'fight':1 'immich':3"
  -bodyTs: "'abandon':395 'abl':90 'access':92 'ad':350 'album':281,309 'alreadi':115 'altern':376 'amaz':4 'annoy':316 'auth':137,159 'authent':172 'baffl':128 'bake':219 'bare':231,267 'base':75,158 'basic':275,341 'best':426 'better':264 'brows':207 'cannot':138,202 'case':164,183,336 'code':388 'complex':155 'decid':12 'dedic':85 'deploy':229 'detect':308 'dev':114,345,416 'develop':45,352 'differ':407 'disabl':171 'docker':260 'document':240 'doesn':47 'domain':87,106 'due':236 'easili':279 'either':257 'even':296 'exist':302 'fast':27 'faster':326 'featur':342 'feel':390 'find':127,203 'fine':179 'five':225 'folder':312 'found':35,244 'four':200 'geo':387 'get':145,288,359 'give':14 'go':69 'great':321,404 'guy':64 'half':218 'hit':40 'honest':20 'hope':413,423 'immich':10,293,415 'immich.mydomain':135 'import':301 'imposs':169,276 'impress':24 'info':242,254 'insecur':124 'instead':133 'intend':363 'interest':348 'internet':95 'issu':59 'kind':50,393,408 'know':372,378 'lack':238,339 'land':285 'least':61 'let':411,421 'libr':331 'librari':303 'librephoto':389 'like':282 'list':214 'listen':52 'lit':420 'locat':209,213 'lot':368 'lytche':402 'manag':278 'mani':163 'map':212 'mayb':62 'mean':78,130 'metal':232,268 'might':290 'mine':165 'miss':223 'much':56,153,263 'mydomain/immich':132 'oauth':149,199 'one':70 'other':399 'outdat':248 'outsid':292 'overal':318 'overkil':161 'page':286 'past':122 'photo':332,380 'piwigo':400 'pleas':355 'polish':29 'post':7 'prism':381 'project':322 'promis':325 'provid':148,253 'proxi':143,157 'public':280,284 'pun':362 'quirk':38 'quit':23 'read':9 'reliabl':329 'request':118 'requir':382 'revers':142,386 'review':5 'scope':294 'seem':49,189,215,258,346 'servic':100 'seven':295 'shut':116 'singl':104 'six':274 'sluggish':391 'someth':224 'spin':83 'still':305,338 'sub':86,105,311 'subscript':384 'suggest':66 'support':74,266 'sure':167 'switch':187 'take':367 'three':168 'tie':140 'time':273,370 'tool':405,410 'tri':17,235 'two':136 'unless':220 'url':76 'use':131,182,198,335 'user':54 'wall':42 'wast':271 'way':205,227 'wife':357 'willing':251 'witch':77 'withinbthem':310 'work':32,109,178,418 'would':176"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705806438
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4975727"
  +editedAt: DateTimeImmutable @1727040153 {#241
    date: 2024-09-22 23:22:33.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705739438 {#171
    date: 2024-01-20 09:30:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Fighting-with-immich"
  +title: "Fighting with immich"
  +url: null
  +body: """
    After all the amazing reviews and post i read immich I decided to give it a try.\n
    \n
    To be honest I am quite impressed, it’s fast and polished, it just works.\n
    \n
    But I found a few quirks, and hit a wall with the developer that doesn’t seems kind to listen to users that much (on these issues at least!)\n
    \n
    Maybe you guys have suggestions?\n
    \n
    Here I go:\n
    \n
    One: it does not support base URLs, witch means that I had to spin a dedicated sub domain to be able to access it over internet while all my other services are on a single sub domain. I can work with that, but why. Dev already shut this request down in the past as “insecure”. Which I find baffling. (I mean use mydomain/immich instead of immich.mydomain)\n
    \n
    Two: auth cannot be tied to reverse proxy. I get it, it provides OAuth. But it’s much more complex than proxy based auth… And overkill for many cases, mine for sure.\n
    \n
    Three: impossible to disable authentication at all, which would just work fine in my use case. There is a switch that seems for that, but no, it’s only for using OAuth.\n
    \n
    Four: I cannot find a way to browse by location, only by map. (Locations list seems to be half baked unless I am missing something).\n
    \n
    Five: no way to deploy on bare metal, and I tried! due to lack of documentation (only info I found where very very outdated), and no willingness to provide info about that either. Seems that docker is so much better that supporting bare metal is a waste of time.\n
    \n
    Six: basically impossible to manage easily public albums. like a public landing page. I get this might be outside immich scope.\n
    \n
    Seven: even if now you can import existing libraries, it still does not detect albums withinbthem (sub folders) which is very annoying.\n
    \n
    So, overall its a great project and very promising, faster and more reliable than Libre Photos in my use case, but still lacking some basic features that the Dev seems not interested in adding. He developed it to please his wife, I get it :) - no pun intended, doing all this take lots of time, I know.\n
    \n
    These are the alternatives I know of:\n
    \n
    Photo prism requires a subscription for reverse Geo coding.\n
    \n
    LibrePhotos feels sluggish and kind if abandoned.\n
    \n
    Are there any others? (Piwigo and Lytchee are great tools, but different kind of tools)\n
    \n
    Let’s hope for immich, Dev is working a lit, let’s hope for the best.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727282318 {#158
    date: 2024-09-25 18:38:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 31895
  -titleTs: "'fight':1 'immich':3"
  -bodyTs: "'abandon':395 'abl':90 'access':92 'ad':350 'album':281,309 'alreadi':115 'altern':376 'amaz':4 'annoy':316 'auth':137,159 'authent':172 'baffl':128 'bake':219 'bare':231,267 'base':75,158 'basic':275,341 'best':426 'better':264 'brows':207 'cannot':138,202 'case':164,183,336 'code':388 'complex':155 'decid':12 'dedic':85 'deploy':229 'detect':308 'dev':114,345,416 'develop':45,352 'differ':407 'disabl':171 'docker':260 'document':240 'doesn':47 'domain':87,106 'due':236 'easili':279 'either':257 'even':296 'exist':302 'fast':27 'faster':326 'featur':342 'feel':390 'find':127,203 'fine':179 'five':225 'folder':312 'found':35,244 'four':200 'geo':387 'get':145,288,359 'give':14 'go':69 'great':321,404 'guy':64 'half':218 'hit':40 'honest':20 'hope':413,423 'immich':10,293,415 'immich.mydomain':135 'import':301 'imposs':169,276 'impress':24 'info':242,254 'insecur':124 'instead':133 'intend':363 'interest':348 'internet':95 'issu':59 'kind':50,393,408 'know':372,378 'lack':238,339 'land':285 'least':61 'let':411,421 'libr':331 'librari':303 'librephoto':389 'like':282 'list':214 'listen':52 'lit':420 'locat':209,213 'lot':368 'lytche':402 'manag':278 'mani':163 'map':212 'mayb':62 'mean':78,130 'metal':232,268 'might':290 'mine':165 'miss':223 'much':56,153,263 'mydomain/immich':132 'oauth':149,199 'one':70 'other':399 'outdat':248 'outsid':292 'overal':318 'overkil':161 'page':286 'past':122 'photo':332,380 'piwigo':400 'pleas':355 'polish':29 'post':7 'prism':381 'project':322 'promis':325 'provid':148,253 'proxi':143,157 'public':280,284 'pun':362 'quirk':38 'quit':23 'read':9 'reliabl':329 'request':118 'requir':382 'revers':142,386 'review':5 'scope':294 'seem':49,189,215,258,346 'servic':100 'seven':295 'shut':116 'singl':104 'six':274 'sluggish':391 'someth':224 'spin':83 'still':305,338 'sub':86,105,311 'subscript':384 'suggest':66 'support':74,266 'sure':167 'switch':187 'take':367 'three':168 'tie':140 'time':273,370 'tool':405,410 'tri':17,235 'two':136 'unless':220 'url':76 'use':131,182,198,335 'user':54 'wall':42 'wast':271 'way':205,227 'wife':357 'willing':251 'witch':77 'withinbthem':310 'work':32,109,178,418 'would':176"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705806438
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4975727"
  +editedAt: DateTimeImmutable @1727040153 {#241
    date: 2024-09-22 23:22:33.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705739438 {#171
    date: 2024-01-20 09:30:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Fighting-with-immich"
  +title: "Fighting with immich"
  +url: null
  +body: """
    After all the amazing reviews and post i read immich I decided to give it a try.\n
    \n
    To be honest I am quite impressed, it’s fast and polished, it just works.\n
    \n
    But I found a few quirks, and hit a wall with the developer that doesn’t seems kind to listen to users that much (on these issues at least!)\n
    \n
    Maybe you guys have suggestions?\n
    \n
    Here I go:\n
    \n
    One: it does not support base URLs, witch means that I had to spin a dedicated sub domain to be able to access it over internet while all my other services are on a single sub domain. I can work with that, but why. Dev already shut this request down in the past as “insecure”. Which I find baffling. (I mean use mydomain/immich instead of immich.mydomain)\n
    \n
    Two: auth cannot be tied to reverse proxy. I get it, it provides OAuth. But it’s much more complex than proxy based auth… And overkill for many cases, mine for sure.\n
    \n
    Three: impossible to disable authentication at all, which would just work fine in my use case. There is a switch that seems for that, but no, it’s only for using OAuth.\n
    \n
    Four: I cannot find a way to browse by location, only by map. (Locations list seems to be half baked unless I am missing something).\n
    \n
    Five: no way to deploy on bare metal, and I tried! due to lack of documentation (only info I found where very very outdated), and no willingness to provide info about that either. Seems that docker is so much better that supporting bare metal is a waste of time.\n
    \n
    Six: basically impossible to manage easily public albums. like a public landing page. I get this might be outside immich scope.\n
    \n
    Seven: even if now you can import existing libraries, it still does not detect albums withinbthem (sub folders) which is very annoying.\n
    \n
    So, overall its a great project and very promising, faster and more reliable than Libre Photos in my use case, but still lacking some basic features that the Dev seems not interested in adding. He developed it to please his wife, I get it :) - no pun intended, doing all this take lots of time, I know.\n
    \n
    These are the alternatives I know of:\n
    \n
    Photo prism requires a subscription for reverse Geo coding.\n
    \n
    LibrePhotos feels sluggish and kind if abandoned.\n
    \n
    Are there any others? (Piwigo and Lytchee are great tools, but different kind of tools)\n
    \n
    Let’s hope for immich, Dev is working a lit, let’s hope for the best.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727282318 {#158
    date: 2024-09-25 18:38:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 31895
  -titleTs: "'fight':1 'immich':3"
  -bodyTs: "'abandon':395 'abl':90 'access':92 'ad':350 'album':281,309 'alreadi':115 'altern':376 'amaz':4 'annoy':316 'auth':137,159 'authent':172 'baffl':128 'bake':219 'bare':231,267 'base':75,158 'basic':275,341 'best':426 'better':264 'brows':207 'cannot':138,202 'case':164,183,336 'code':388 'complex':155 'decid':12 'dedic':85 'deploy':229 'detect':308 'dev':114,345,416 'develop':45,352 'differ':407 'disabl':171 'docker':260 'document':240 'doesn':47 'domain':87,106 'due':236 'easili':279 'either':257 'even':296 'exist':302 'fast':27 'faster':326 'featur':342 'feel':390 'find':127,203 'fine':179 'five':225 'folder':312 'found':35,244 'four':200 'geo':387 'get':145,288,359 'give':14 'go':69 'great':321,404 'guy':64 'half':218 'hit':40 'honest':20 'hope':413,423 'immich':10,293,415 'immich.mydomain':135 'import':301 'imposs':169,276 'impress':24 'info':242,254 'insecur':124 'instead':133 'intend':363 'interest':348 'internet':95 'issu':59 'kind':50,393,408 'know':372,378 'lack':238,339 'land':285 'least':61 'let':411,421 'libr':331 'librari':303 'librephoto':389 'like':282 'list':214 'listen':52 'lit':420 'locat':209,213 'lot':368 'lytche':402 'manag':278 'mani':163 'map':212 'mayb':62 'mean':78,130 'metal':232,268 'might':290 'mine':165 'miss':223 'much':56,153,263 'mydomain/immich':132 'oauth':149,199 'one':70 'other':399 'outdat':248 'outsid':292 'overal':318 'overkil':161 'page':286 'past':122 'photo':332,380 'piwigo':400 'pleas':355 'polish':29 'post':7 'prism':381 'project':322 'promis':325 'provid':148,253 'proxi':143,157 'public':280,284 'pun':362 'quirk':38 'quit':23 'read':9 'reliabl':329 'request':118 'requir':382 'revers':142,386 'review':5 'scope':294 'seem':49,189,215,258,346 'servic':100 'seven':295 'shut':116 'singl':104 'six':274 'sluggish':391 'someth':224 'spin':83 'still':305,338 'sub':86,105,311 'subscript':384 'suggest':66 'support':74,266 'sure':167 'switch':187 'take':367 'three':168 'tie':140 'time':273,370 'tool':405,410 'tri':17,235 'two':136 'unless':220 'url':76 'use':131,182,198,335 'user':54 'wall':42 'wast':271 'way':205,227 'wife':357 'willing':251 'witch':77 'withinbthem':310 'work':32,109,178,418 'would':176"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705806438
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4975727"
  +editedAt: DateTimeImmutable @1727040153 {#241
    date: 2024-09-22 23:22:33.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705739438 {#171
    date: 2024-01-20 09:30:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-HD-is-chocking-but-I-don-t-want-to-throw"
  +title: "My HD is chocking but I don't want to throw away culturally precious mataerial (mainly movies)"
  +url: null
  +body: """
    I’ve left wigh 10 gb in my hd, almost 300 gb in my hd are occupied by culturally relevant films (in hig deifinition) that in the future (I bielieve, and I’m afraid) won’t be so easy to find and thus I am reluctant to delete.\n
    \n
    spoilerOut of curiousity, some of the movies are: Fellini’s 8 and a half; Metropolitan by whit stillman; Lust; by Ang Lee; Ice storm by Ang lee; The Dresser by Peter Yates; Another woman, by woody allen;\n
    \n
    I cannot right now buy and external HD (that in the long distance I will surely loose in the profoudities of a cupboard), is there any solutions, safe and cheap to keep them somewhere online and made them available to anyone somewhere that is interested to watch them?  \n
    Thanks to anyone who will want to help me. Have a nice day!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727919796 {#1876
    date: 2024-10-03 03:43:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 31894
  -titleTs: "'away':12 'chock':4 'cultur':13 'hd':2 'main':16 'mataeri':15 'movi':17 'precious':14 'throw':11 'want':9"
  -bodyTs: "'10':5 '300':11 '8':59 'afraid':34 'allen':85 'almost':10 'ang':69,74 'anoth':81 'anyon':126,136 'avail':124 'bieliev':30 'buy':90 'cannot':87 'cheap':115 'cultur':19 'cupboard':108 'curious':51 'day':146 'deifinit':24 'delet':48 'distanc':98 'dresser':77 'easi':39 'extern':92 'fellini':57 'film':21 'find':41 'futur':28 'gb':6,12 'half':62 'hd':9,15,93 'help':141 'hig':23 'ice':71 'interest':130 'keep':117 'lee':70,75 'left':3 'long':97 'loos':102 'lust':67 'm':33 'made':122 'metropolitan':63 'movi':55 'nice':145 'occupi':17 'onlin':120 'peter':79 'profoud':105 'relev':20 'reluct':46 'right':88 'safe':113 'solut':112 'somewher':119,127 'spoilerout':49 'stillman':66 'storm':72 'sure':101 'thank':134 'thus':43 've':2 'want':139 'watch':132 'whit':65 'wigh':4 'woman':82 'won':35 'woodi':84 'yate':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705824509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705738109 {#1884
    date: 2024-01-20 09:08:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-HD-is-chocking-but-I-don-t-want-to-throw"
  +title: "My HD is chocking but I don't want to throw away culturally precious mataerial (mainly movies)"
  +url: null
  +body: """
    I’ve left wigh 10 gb in my hd, almost 300 gb in my hd are occupied by culturally relevant films (in hig deifinition) that in the future (I bielieve, and I’m afraid) won’t be so easy to find and thus I am reluctant to delete.\n
    \n
    spoilerOut of curiousity, some of the movies are: Fellini’s 8 and a half; Metropolitan by whit stillman; Lust; by Ang Lee; Ice storm by Ang lee; The Dresser by Peter Yates; Another woman, by woody allen;\n
    \n
    I cannot right now buy and external HD (that in the long distance I will surely loose in the profoudities of a cupboard), is there any solutions, safe and cheap to keep them somewhere online and made them available to anyone somewhere that is interested to watch them?  \n
    Thanks to anyone who will want to help me. Have a nice day!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727919796 {#1876
    date: 2024-10-03 03:43:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 31894
  -titleTs: "'away':12 'chock':4 'cultur':13 'hd':2 'main':16 'mataeri':15 'movi':17 'precious':14 'throw':11 'want':9"
  -bodyTs: "'10':5 '300':11 '8':59 'afraid':34 'allen':85 'almost':10 'ang':69,74 'anoth':81 'anyon':126,136 'avail':124 'bieliev':30 'buy':90 'cannot':87 'cheap':115 'cultur':19 'cupboard':108 'curious':51 'day':146 'deifinit':24 'delet':48 'distanc':98 'dresser':77 'easi':39 'extern':92 'fellini':57 'film':21 'find':41 'futur':28 'gb':6,12 'half':62 'hd':9,15,93 'help':141 'hig':23 'ice':71 'interest':130 'keep':117 'lee':70,75 'left':3 'long':97 'loos':102 'lust':67 'm':33 'made':122 'metropolitan':63 'movi':55 'nice':145 'occupi':17 'onlin':120 'peter':79 'profoud':105 'relev':20 'reluct':46 'right':88 'safe':113 'solut':112 'somewher':119,127 'spoilerout':49 'stillman':66 'storm':72 'sure':101 'thank':134 'thus':43 've':2 'want':139 'watch':132 'whit':65 'wigh':4 'woman':82 'won':35 'woodi':84 'yate':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705824509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705738109 {#1884
    date: 2024-01-20 09:08:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-HD-is-chocking-but-I-don-t-want-to-throw"
  +title: "My HD is chocking but I don't want to throw away culturally precious mataerial (mainly movies)"
  +url: null
  +body: """
    I’ve left wigh 10 gb in my hd, almost 300 gb in my hd are occupied by culturally relevant films (in hig deifinition) that in the future (I bielieve, and I’m afraid) won’t be so easy to find and thus I am reluctant to delete.\n
    \n
    spoilerOut of curiousity, some of the movies are: Fellini’s 8 and a half; Metropolitan by whit stillman; Lust; by Ang Lee; Ice storm by Ang lee; The Dresser by Peter Yates; Another woman, by woody allen;\n
    \n
    I cannot right now buy and external HD (that in the long distance I will surely loose in the profoudities of a cupboard), is there any solutions, safe and cheap to keep them somewhere online and made them available to anyone somewhere that is interested to watch them?  \n
    Thanks to anyone who will want to help me. Have a nice day!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727919796 {#1876
    date: 2024-10-03 03:43:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 31894
  -titleTs: "'away':12 'chock':4 'cultur':13 'hd':2 'main':16 'mataeri':15 'movi':17 'precious':14 'throw':11 'want':9"
  -bodyTs: "'10':5 '300':11 '8':59 'afraid':34 'allen':85 'almost':10 'ang':69,74 'anoth':81 'anyon':126,136 'avail':124 'bieliev':30 'buy':90 'cannot':87 'cheap':115 'cultur':19 'cupboard':108 'curious':51 'day':146 'deifinit':24 'delet':48 'distanc':98 'dresser':77 'easi':39 'extern':92 'fellini':57 'film':21 'find':41 'futur':28 'gb':6,12 'half':62 'hd':9,15,93 'help':141 'hig':23 'ice':71 'interest':130 'keep':117 'lee':70,75 'left':3 'long':97 'loos':102 'lust':67 'm':33 'made':122 'metropolitan':63 'movi':55 'nice':145 'occupi':17 'onlin':120 'peter':79 'profoud':105 'relev':20 'reluct':46 'right':88 'safe':113 'solut':112 'somewher':119,127 'spoilerout':49 'stillman':66 'storm':72 'sure':101 'thank':134 'thus':43 've':2 'want':139 'watch':132 'whit':65 'wigh':4 'woman':82 'won':35 'woodi':84 'yate':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705824509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705738109 {#1884
    date: 2024-01-20 09:08:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "The-desire-to-build-a-self-defense-kit-from-Google-and"
  +title: "The desire to build a self-defense kit from Google and the Internet as it is today"
  +url: null
  +body: """
    (if you don’t want to go through all my strident words) Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to. How I become the actual owner of my device?\n
    \n
    (I’m Italian, sorry for my Englishi) I feel I’m enduring too many aspects of my everyday life. Because of my scarce knowledge on many things I am enforced to accept other’s companies decisione. My approach toward The mega companies who, in my view, are owning Internet is obsolete and definitely ineffective: I don’t use X, FB, instagram, TIK TOK and I boycott Amazon. I just use YT, via freetube, reVanced and Newpipe, until this will be possible. (but, alas, I pay to use chatgpt 4, rather useful tool sometimes) I don’t own a sufficient knowledge to use the net ad the mobile phone to riaffirm my independence and anonimity in this once beautiful world of collective enthusiasts and clever people that once was internet.  \n
    Also I find infuriating that I’m spied constantly for the simple fact of using a device that I bought with my money and that from the has never be mine but Google’s. I am just sick of it, but I, repeat, don’t have the knowledge to switch and turn into a citizen who strolls in the world of internet without being followed by ‘people’ who wants to sell you constantly something and wants to profile you. I find this too aggressive and unbearable. Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to? **** How the f**k I defend myself from these greedy psycopaths (in the film 'Don’t look up: Peter Isherwell, the billionaire CEO of BASH Cellular, was a pricelees portrait of people I cannot stand and for humanity are more harmful thant covid-19)\n
    \n
    ---
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727315865 {#1954
    date: 2024-09-26 03:57:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 31893
  -titleTs: "'build':4 'defens':8 'desir':2 'googl':11 'internet':14 'kit':9 'self':7 'self-defens':6 'today':18"
  -bodyTs: "'-19':348 '4':144 'accept':87 'actual':51 'ad':160 'aggress':268 'ala':138 'also':185 'amazon':122 'anonim':169 'approach':93 'aspect':70 'bash':329 'beauti':173 'becom':49 'billionair':326 'bought':204 'boycott':121 'build':26,284 'cannot':338 'cellular':330 'ceo':327 'chatgpt':143 'citizen':239 'clever':179 'collect':176 'compani':90,97 'constant':193,257 'covid':347 'decision':91 'defend':310 'definit':108 'devic':55,201 'disclos':37,295 'endur':67 'enforc':85 'englishi':62 'enthusiast':177 'everyday':73 'f':307 'fact':197 'fb':115 'feel':64 'film':318 'find':187,265 'follow':249 'freetub':128 'go':7 'googl':217 'greedi':314 'harm':345 'human':342 'independ':167 'ineffect':109 'inform':39,297 'infuri':188 'instagram':116 'internet':104,184,246 'isherwel':324 'italian':58 'k':308 'kit':29,287 'knowledg':79,155,232 'life':74 'look':321 'm':57,66,191 'mani':69,81 'mega':96 'mine':215 'mobil':162 'money':207 'net':159 'never':213 'newpip':131 'obsolet':106 'own':103 'owner':52 'pay':140 'peopl':180,251,336 'person':38,296 'peter':323 'phone':163 'portrait':334 'possibl':136 'pricele':333 'privat':35,293 'profil':262 'psycopath':315 'question':18,276 'rant':16,274 'rather':145 'repeat':227 'revanc':129 'riaffirm':165 'right':32,290 'scarc':78 'sell':255 'sick':222 'simpl':196 'someth':258 'sometim':148 'sorri':59 'spi':192 'stand':339 'start':23,281 'strident':11 'stroll':241 'suffici':154 'surviv':28,286 'switch':234 'thant':346 'thing':82 'thus':13,271 'tik':117 'tok':118 'tool':147 'toward':94 'turn':236 'unbear':270 'use':113,125,142,146,157,199 'via':127 'view':101 'want':5,45,253,260,303 'without':247 'word':12 'world':174,244 'x':114 'yt':126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705823230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736830 {#1960
    date: 2024-01-20 08:47:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "The-desire-to-build-a-self-defense-kit-from-Google-and"
  +title: "The desire to build a self-defense kit from Google and the Internet as it is today"
  +url: null
  +body: """
    (if you don’t want to go through all my strident words) Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to. How I become the actual owner of my device?\n
    \n
    (I’m Italian, sorry for my Englishi) I feel I’m enduring too many aspects of my everyday life. Because of my scarce knowledge on many things I am enforced to accept other’s companies decisione. My approach toward The mega companies who, in my view, are owning Internet is obsolete and definitely ineffective: I don’t use X, FB, instagram, TIK TOK and I boycott Amazon. I just use YT, via freetube, reVanced and Newpipe, until this will be possible. (but, alas, I pay to use chatgpt 4, rather useful tool sometimes) I don’t own a sufficient knowledge to use the net ad the mobile phone to riaffirm my independence and anonimity in this once beautiful world of collective enthusiasts and clever people that once was internet.  \n
    Also I find infuriating that I’m spied constantly for the simple fact of using a device that I bought with my money and that from the has never be mine but Google’s. I am just sick of it, but I, repeat, don’t have the knowledge to switch and turn into a citizen who strolls in the world of internet without being followed by ‘people’ who wants to sell you constantly something and wants to profile you. I find this too aggressive and unbearable. Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to? **** How the f**k I defend myself from these greedy psycopaths (in the film 'Don’t look up: Peter Isherwell, the billionaire CEO of BASH Cellular, was a pricelees portrait of people I cannot stand and for humanity are more harmful thant covid-19)\n
    \n
    ---
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727315865 {#1954
    date: 2024-09-26 03:57:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 31893
  -titleTs: "'build':4 'defens':8 'desir':2 'googl':11 'internet':14 'kit':9 'self':7 'self-defens':6 'today':18"
  -bodyTs: "'-19':348 '4':144 'accept':87 'actual':51 'ad':160 'aggress':268 'ala':138 'also':185 'amazon':122 'anonim':169 'approach':93 'aspect':70 'bash':329 'beauti':173 'becom':49 'billionair':326 'bought':204 'boycott':121 'build':26,284 'cannot':338 'cellular':330 'ceo':327 'chatgpt':143 'citizen':239 'clever':179 'collect':176 'compani':90,97 'constant':193,257 'covid':347 'decision':91 'defend':310 'definit':108 'devic':55,201 'disclos':37,295 'endur':67 'enforc':85 'englishi':62 'enthusiast':177 'everyday':73 'f':307 'fact':197 'fb':115 'feel':64 'film':318 'find':187,265 'follow':249 'freetub':128 'go':7 'googl':217 'greedi':314 'harm':345 'human':342 'independ':167 'ineffect':109 'inform':39,297 'infuri':188 'instagram':116 'internet':104,184,246 'isherwel':324 'italian':58 'k':308 'kit':29,287 'knowledg':79,155,232 'life':74 'look':321 'm':57,66,191 'mani':69,81 'mega':96 'mine':215 'mobil':162 'money':207 'net':159 'never':213 'newpip':131 'obsolet':106 'own':103 'owner':52 'pay':140 'peopl':180,251,336 'person':38,296 'peter':323 'phone':163 'portrait':334 'possibl':136 'pricele':333 'privat':35,293 'profil':262 'psycopath':315 'question':18,276 'rant':16,274 'rather':145 'repeat':227 'revanc':129 'riaffirm':165 'right':32,290 'scarc':78 'sell':255 'sick':222 'simpl':196 'someth':258 'sometim':148 'sorri':59 'spi':192 'stand':339 'start':23,281 'strident':11 'stroll':241 'suffici':154 'surviv':28,286 'switch':234 'thant':346 'thing':82 'thus':13,271 'tik':117 'tok':118 'tool':147 'toward':94 'turn':236 'unbear':270 'use':113,125,142,146,157,199 'via':127 'view':101 'want':5,45,253,260,303 'without':247 'word':12 'world':174,244 'x':114 'yt':126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705823230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736830 {#1960
    date: 2024-01-20 08:47:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "The-desire-to-build-a-self-defense-kit-from-Google-and"
  +title: "The desire to build a self-defense kit from Google and the Internet as it is today"
  +url: null
  +body: """
    (if you don’t want to go through all my strident words) Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to. How I become the actual owner of my device?\n
    \n
    (I’m Italian, sorry for my Englishi) I feel I’m enduring too many aspects of my everyday life. Because of my scarce knowledge on many things I am enforced to accept other’s companies decisione. My approach toward The mega companies who, in my view, are owning Internet is obsolete and definitely ineffective: I don’t use X, FB, instagram, TIK TOK and I boycott Amazon. I just use YT, via freetube, reVanced and Newpipe, until this will be possible. (but, alas, I pay to use chatgpt 4, rather useful tool sometimes) I don’t own a sufficient knowledge to use the net ad the mobile phone to riaffirm my independence and anonimity in this once beautiful world of collective enthusiasts and clever people that once was internet.  \n
    Also I find infuriating that I’m spied constantly for the simple fact of using a device that I bought with my money and that from the has never be mine but Google’s. I am just sick of it, but I, repeat, don’t have the knowledge to switch and turn into a citizen who strolls in the world of internet without being followed by ‘people’ who wants to sell you constantly something and wants to profile you. I find this too aggressive and unbearable. Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to? **** How the f**k I defend myself from these greedy psycopaths (in the film 'Don’t look up: Peter Isherwell, the billionaire CEO of BASH Cellular, was a pricelees portrait of people I cannot stand and for humanity are more harmful thant covid-19)\n
    \n
    ---
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727315865 {#1954
    date: 2024-09-26 03:57:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 31893
  -titleTs: "'build':4 'defens':8 'desir':2 'googl':11 'internet':14 'kit':9 'self':7 'self-defens':6 'today':18"
  -bodyTs: "'-19':348 '4':144 'accept':87 'actual':51 'ad':160 'aggress':268 'ala':138 'also':185 'amazon':122 'anonim':169 'approach':93 'aspect':70 'bash':329 'beauti':173 'becom':49 'billionair':326 'bought':204 'boycott':121 'build':26,284 'cannot':338 'cellular':330 'ceo':327 'chatgpt':143 'citizen':239 'clever':179 'collect':176 'compani':90,97 'constant':193,257 'covid':347 'decision':91 'defend':310 'definit':108 'devic':55,201 'disclos':37,295 'endur':67 'enforc':85 'englishi':62 'enthusiast':177 'everyday':73 'f':307 'fact':197 'fb':115 'feel':64 'film':318 'find':187,265 'follow':249 'freetub':128 'go':7 'googl':217 'greedi':314 'harm':345 'human':342 'independ':167 'ineffect':109 'inform':39,297 'infuri':188 'instagram':116 'internet':104,184,246 'isherwel':324 'italian':58 'k':308 'kit':29,287 'knowledg':79,155,232 'life':74 'look':321 'm':57,66,191 'mani':69,81 'mega':96 'mine':215 'mobil':162 'money':207 'net':159 'never':213 'newpip':131 'obsolet':106 'own':103 'owner':52 'pay':140 'peopl':180,251,336 'person':38,296 'peter':323 'phone':163 'portrait':334 'possibl':136 'pricele':333 'privat':35,293 'profil':262 'psycopath':315 'question':18,276 'rant':16,274 'rather':145 'repeat':227 'revanc':129 'riaffirm':165 'right':32,290 'scarc':78 'sell':255 'sick':222 'simpl':196 'someth':258 'sometim':148 'sorri':59 'spi':192 'stand':339 'start':23,281 'strident':11 'stroll':241 'suffici':154 'surviv':28,286 'switch':234 'thant':346 'thing':82 'thus':13,271 'tik':117 'tok':118 'tool':147 'toward':94 'turn':236 'unbear':270 'use':113,125,142,146,157,199 'via':127 'view':101 'want':5,45,253,260,303 'without':247 'word':12 'world':174,244 'x':114 'yt':126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705823230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736830 {#1960
    date: 2024-01-20 08:47:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Charlie-Morgan-Easy-Grow-Top-Quality"
  +title: "Charlie Morgan - Easy Grow (Top Quality)"
  +url: null
  +body: "Find us on Telegram - @multistorecourses or Email - silverlakestore@yandex.com."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705736711 {#1957
    date: 2024-01-20 08:45:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@multistorecourses"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 31892
  -titleTs: "'charli':1 'easi':3 'grow':4 'morgan':2 'qualiti':6 'top':5"
  -bodyTs: "'email':7 'find':1 'multistorecours':5 'silverlakestore@yandex.com':8 'telegram':4 'us':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736711 {#1932
    date: 2024-01-20 08:45:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Charlie-Morgan-Easy-Grow-Top-Quality"
  +title: "Charlie Morgan - Easy Grow (Top Quality)"
  +url: null
  +body: "Find us on Telegram - @multistorecourses or Email - silverlakestore@yandex.com."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705736711 {#1957
    date: 2024-01-20 08:45:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@multistorecourses"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 31892
  -titleTs: "'charli':1 'easi':3 'grow':4 'morgan':2 'qualiti':6 'top':5"
  -bodyTs: "'email':7 'find':1 'multistorecours':5 'silverlakestore@yandex.com':8 'telegram':4 'us':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736711 {#1932
    date: 2024-01-20 08:45:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Charlie-Morgan-Easy-Grow-Top-Quality"
  +title: "Charlie Morgan - Easy Grow (Top Quality)"
  +url: null
  +body: "Find us on Telegram - @multistorecourses or Email - silverlakestore@yandex.com."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705736711 {#1957
    date: 2024-01-20 08:45:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@multistorecourses"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 31892
  -titleTs: "'charli':1 'easi':3 'grow':4 'morgan':2 'qualiti':6 'top':5"
  -bodyTs: "'email':7 'find':1 'multistorecours':5 'silverlakestore@yandex.com':8 'telegram':4 'us':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736711 {#1932
    date: 2024-01-20 08:45:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1398
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1393
    date: 2024-01-20 08:24:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1398
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1393
    date: 2024-01-20 08:24:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1398
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1393
    date: 2024-01-20 08:24:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#1374
  +user: Proxies\__CG__\App\Entity\User {#1365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Q-re-New-Yorker-Article-online-vs-print"
  +title: "Q re: New Yorker. Article online vs print?"
  +url: null
  +body: """
    How can I tell which print edition of the New Yorker has the online article? Do all online articles appear in the print edition?\n
    \n
    I read the online Interview with Justin Torres, loved it, I want the print edition to frame. The online edition says it was published 12/31/2023, I just can’t find it in print.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046542 {#1394
    date: 2024-09-23 01:09:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1369 …}
  +votes: Doctrine\ORM\PersistentCollection {#1370 …}
  +reports: Doctrine\ORM\PersistentCollection {#1375 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1400 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1902 …}
  +badges: Doctrine\ORM\PersistentCollection {#1891 …}
  +children: []
  -id: 31886
  -titleTs: "'articl':5 'new':3 'onlin':6 'print':8 'q':1 're':2 'vs':7 'yorker':4"
  -bodyTs: "'12/31/2023':49 'appear':20 'articl':15,19 'edit':7,24,39,44 'find':54 'frame':41 'interview':29 'justin':31 'love':33 'new':10 'onlin':14,18,28,43 'print':6,23,38,57 'publish':48 'read':26 'say':45 'tell':4 'torr':32 'want':36 'yorker':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705751990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734990 {#1366
    date: 2024-01-20 08:16:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1374
  +user: Proxies\__CG__\App\Entity\User {#1365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Q-re-New-Yorker-Article-online-vs-print"
  +title: "Q re: New Yorker. Article online vs print?"
  +url: null
  +body: """
    How can I tell which print edition of the New Yorker has the online article? Do all online articles appear in the print edition?\n
    \n
    I read the online Interview with Justin Torres, loved it, I want the print edition to frame. The online edition says it was published 12/31/2023, I just can’t find it in print.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046542 {#1394
    date: 2024-09-23 01:09:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1369 …}
  +votes: Doctrine\ORM\PersistentCollection {#1370 …}
  +reports: Doctrine\ORM\PersistentCollection {#1375 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1400 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1902 …}
  +badges: Doctrine\ORM\PersistentCollection {#1891 …}
  +children: []
  -id: 31886
  -titleTs: "'articl':5 'new':3 'onlin':6 'print':8 'q':1 're':2 'vs':7 'yorker':4"
  -bodyTs: "'12/31/2023':49 'appear':20 'articl':15,19 'edit':7,24,39,44 'find':54 'frame':41 'interview':29 'justin':31 'love':33 'new':10 'onlin':14,18,28,43 'print':6,23,38,57 'publish':48 'read':26 'say':45 'tell':4 'torr':32 'want':36 'yorker':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705751990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734990 {#1366
    date: 2024-01-20 08:16:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1374
  +user: Proxies\__CG__\App\Entity\User {#1365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Q-re-New-Yorker-Article-online-vs-print"
  +title: "Q re: New Yorker. Article online vs print?"
  +url: null
  +body: """
    How can I tell which print edition of the New Yorker has the online article? Do all online articles appear in the print edition?\n
    \n
    I read the online Interview with Justin Torres, loved it, I want the print edition to frame. The online edition says it was published 12/31/2023, I just can’t find it in print.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046542 {#1394
    date: 2024-09-23 01:09:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1369 …}
  +votes: Doctrine\ORM\PersistentCollection {#1370 …}
  +reports: Doctrine\ORM\PersistentCollection {#1375 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1400 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1902 …}
  +badges: Doctrine\ORM\PersistentCollection {#1891 …}
  +children: []
  -id: 31886
  -titleTs: "'articl':5 'new':3 'onlin':6 'print':8 'q':1 're':2 'vs':7 'yorker':4"
  -bodyTs: "'12/31/2023':49 'appear':20 'articl':15,19 'edit':7,24,39,44 'find':54 'frame':41 'interview':29 'justin':31 'love':33 'new':10 'onlin':14,18,28,43 'print':6,23,38,57 'publish':48 'read':26 'say':45 'tell':4 'torr':32 'want':36 'yorker':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705751990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734990 {#1366
    date: 2024-01-20 08:16:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#1848
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "About-Google-and-Degoogling-in-schools"
  +title: "About Google and Degoogling in schools"
  +url: null
  +body: """
    Here in Italy, often schools, the educative relationship betwenn teachers and students is kept through google classroom. Once I’ve worked in a school that had both solutions: Moodle (the usability is very very scarce) and Google classroom. During the years I’ve developped an increasing grudge toward Google, because in the very beginning I’ve had pinned a lot of hopes in this company, naively thinking that it could have changed the world for the better (don’t be evil, a multibillion company who choose this as a motto! I was hopeful and impressed): I was very naive. Now I would like to know if there are systems (because Google classroom works very fine, I have to admit) that works equally fine or even better that are disappeared under the magnitude of this monopolistic leviathan.  \n
    Could someone help me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727194464 {#1956
    date: 2024-09-24 18:14:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 31885
  -titleTs: "'degoogl':4 'googl':2 'school':6"
  -bodyTs: "'admit':119 'begin':54 'better':77,126 'betwenn':9 'chang':72 'choos':86 'classroom':17,38,112 'compani':65,84 'could':70,137 'develop':44 'disappear':129 'educ':7 'equal':122 'even':125 'evil':81 'fine':115,123 'googl':16,37,49,111 'grudg':47 'help':139 'hope':62,93 'impress':95 'increas':46 'itali':3 'kept':14 'know':105 'leviathan':136 'like':103 'lot':60 'magnitud':132 'monopolist':135 'moodl':29 'motto':90 'multibillion':83 'naiv':66,99 'often':4 'pin':58 'relationship':8 'scarc':35 'school':5,24 'solut':28 'someon':138 'student':12 'system':109 'teacher':10 'think':67 'toward':48 'usabl':31 've':20,43,56 'work':21,113,121 'world':74 'would':102 'year':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734632 {#2438
    date: 2024-01-20 08:10:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#1848
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "About-Google-and-Degoogling-in-schools"
  +title: "About Google and Degoogling in schools"
  +url: null
  +body: """
    Here in Italy, often schools, the educative relationship betwenn teachers and students is kept through google classroom. Once I’ve worked in a school that had both solutions: Moodle (the usability is very very scarce) and Google classroom. During the years I’ve developped an increasing grudge toward Google, because in the very beginning I’ve had pinned a lot of hopes in this company, naively thinking that it could have changed the world for the better (don’t be evil, a multibillion company who choose this as a motto! I was hopeful and impressed): I was very naive. Now I would like to know if there are systems (because Google classroom works very fine, I have to admit) that works equally fine or even better that are disappeared under the magnitude of this monopolistic leviathan.  \n
    Could someone help me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727194464 {#1956
    date: 2024-09-24 18:14:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 31885
  -titleTs: "'degoogl':4 'googl':2 'school':6"
  -bodyTs: "'admit':119 'begin':54 'better':77,126 'betwenn':9 'chang':72 'choos':86 'classroom':17,38,112 'compani':65,84 'could':70,137 'develop':44 'disappear':129 'educ':7 'equal':122 'even':125 'evil':81 'fine':115,123 'googl':16,37,49,111 'grudg':47 'help':139 'hope':62,93 'impress':95 'increas':46 'itali':3 'kept':14 'know':105 'leviathan':136 'like':103 'lot':60 'magnitud':132 'monopolist':135 'moodl':29 'motto':90 'multibillion':83 'naiv':66,99 'often':4 'pin':58 'relationship':8 'scarc':35 'school':5,24 'solut':28 'someon':138 'student':12 'system':109 'teacher':10 'think':67 'toward':48 'usabl':31 've':20,43,56 'work':21,113,121 'world':74 'would':102 'year':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734632 {#2438
    date: 2024-01-20 08:10:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#1848
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "About-Google-and-Degoogling-in-schools"
  +title: "About Google and Degoogling in schools"
  +url: null
  +body: """
    Here in Italy, often schools, the educative relationship betwenn teachers and students is kept through google classroom. Once I’ve worked in a school that had both solutions: Moodle (the usability is very very scarce) and Google classroom. During the years I’ve developped an increasing grudge toward Google, because in the very beginning I’ve had pinned a lot of hopes in this company, naively thinking that it could have changed the world for the better (don’t be evil, a multibillion company who choose this as a motto! I was hopeful and impressed): I was very naive. Now I would like to know if there are systems (because Google classroom works very fine, I have to admit) that works equally fine or even better that are disappeared under the magnitude of this monopolistic leviathan.  \n
    Could someone help me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727194464 {#1956
    date: 2024-09-24 18:14:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 31885
  -titleTs: "'degoogl':4 'googl':2 'school':6"
  -bodyTs: "'admit':119 'begin':54 'better':77,126 'betwenn':9 'chang':72 'choos':86 'classroom':17,38,112 'compani':65,84 'could':70,137 'develop':44 'disappear':129 'educ':7 'equal':122 'even':125 'evil':81 'fine':115,123 'googl':16,37,49,111 'grudg':47 'help':139 'hope':62,93 'impress':95 'increas':46 'itali':3 'kept':14 'know':105 'leviathan':136 'like':103 'lot':60 'magnitud':132 'monopolist':135 'moodl':29 'motto':90 'multibillion':83 'naiv':66,99 'often':4 'pin':58 'relationship':8 'scarc':35 'school':5,24 'solut':28 'someon':138 'student':12 'system':109 'teacher':10 'think':67 'toward':48 'usabl':31 've':20,43,56 'work':21,113,121 'world':74 'would':102 'year':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734632 {#2438
    date: 2024-01-20 08:10:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\Entry {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#2440
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#2439
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#2436
    date: 2024-01-20 08:08:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#2440
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#2439
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#2436
    date: 2024-01-20 08:08:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#2440
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#2439
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#2436
    date: 2024-01-20 08:08:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#2358
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Traffic-Engineering-a-help-from-Italy"
  +title: "Traffic Engineering: a help from Italy"
  +url: null
  +body: "Good morning, I write from Italy and here, where I live, but it is not only here the problem, are launched public roads projects that are breathtakingly bad and obsolete. I am no expert, I just think to have a minimum of good sense to understand that projects that are raping the countryside to build streets and welcome the circulations of more cars, more pollution and that conceive human beings like automatons that are staring the tv, then the windshield and then again the monitor at work. Imagining human life this way, in 2023, is a bit of a nightmare. Thus I would like to educate myself on traffic egineering. Is there someone out there that can point me YT channels; podcasts or worth to read books about this subject? At least, when there will be a public meeting, a city hall pubblic assembly I can think of intervening and say that there’s something better that just open roads after roads, after roads. Thank you"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727095128 {#2483
    date: 2024-09-23 14:38:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 31881
  -titleTs: "'engin':2 'help':4 'itali':6 'traffic':1"
  -bodyTs: "'2023':94 'assembl':144 'automaton':72 'bad':28 'be':70 'better':156 'bit':97 'book':127 'breathtak':27 'build':55 'car':63 'channel':121 'circul':60 'citi':141 'conceiv':68 'countrysid':53 'educ':106 'egin':110 'expert':34 'good':1,43 'hall':142 'human':69,89 'imagin':88 'interven':149 'itali':6 'launch':21 'least':132 'life':90 'like':71,104 'live':11 'meet':139 'minimum':41 'monitor':85 'morn':2 'nightmar':100 'obsolet':30 'open':159 'podcast':122 'point':118 'pollut':65 'problem':19 'project':24,48 'pubblic':143 'public':22,138 'rape':51 'read':126 'road':23,160,162,164 'say':151 'sens':44 'someon':113 'someth':155 'stare':75 'street':56 'subject':130 'thank':165 'think':37,147 'thus':101 'traffic':109 'tv':77 'understand':46 'way':92 'welcom':58 'windshield':80 'work':87 'worth':124 'would':103 'write':4 'yt':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705815952
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733952 {#2354
    date: 2024-01-20 07:59:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#2358
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Traffic-Engineering-a-help-from-Italy"
  +title: "Traffic Engineering: a help from Italy"
  +url: null
  +body: "Good morning, I write from Italy and here, where I live, but it is not only here the problem, are launched public roads projects that are breathtakingly bad and obsolete. I am no expert, I just think to have a minimum of good sense to understand that projects that are raping the countryside to build streets and welcome the circulations of more cars, more pollution and that conceive human beings like automatons that are staring the tv, then the windshield and then again the monitor at work. Imagining human life this way, in 2023, is a bit of a nightmare. Thus I would like to educate myself on traffic egineering. Is there someone out there that can point me YT channels; podcasts or worth to read books about this subject? At least, when there will be a public meeting, a city hall pubblic assembly I can think of intervening and say that there’s something better that just open roads after roads, after roads. Thank you"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727095128 {#2483
    date: 2024-09-23 14:38:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 31881
  -titleTs: "'engin':2 'help':4 'itali':6 'traffic':1"
  -bodyTs: "'2023':94 'assembl':144 'automaton':72 'bad':28 'be':70 'better':156 'bit':97 'book':127 'breathtak':27 'build':55 'car':63 'channel':121 'circul':60 'citi':141 'conceiv':68 'countrysid':53 'educ':106 'egin':110 'expert':34 'good':1,43 'hall':142 'human':69,89 'imagin':88 'interven':149 'itali':6 'launch':21 'least':132 'life':90 'like':71,104 'live':11 'meet':139 'minimum':41 'monitor':85 'morn':2 'nightmar':100 'obsolet':30 'open':159 'podcast':122 'point':118 'pollut':65 'problem':19 'project':24,48 'pubblic':143 'public':22,138 'rape':51 'read':126 'road':23,160,162,164 'say':151 'sens':44 'someon':113 'someth':155 'stare':75 'street':56 'subject':130 'thank':165 'think':37,147 'thus':101 'traffic':109 'tv':77 'understand':46 'way':92 'welcom':58 'windshield':80 'work':87 'worth':124 'would':103 'write':4 'yt':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705815952
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733952 {#2354
    date: 2024-01-20 07:59:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#2358
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Traffic-Engineering-a-help-from-Italy"
  +title: "Traffic Engineering: a help from Italy"
  +url: null
  +body: "Good morning, I write from Italy and here, where I live, but it is not only here the problem, are launched public roads projects that are breathtakingly bad and obsolete. I am no expert, I just think to have a minimum of good sense to understand that projects that are raping the countryside to build streets and welcome the circulations of more cars, more pollution and that conceive human beings like automatons that are staring the tv, then the windshield and then again the monitor at work. Imagining human life this way, in 2023, is a bit of a nightmare. Thus I would like to educate myself on traffic egineering. Is there someone out there that can point me YT channels; podcasts or worth to read books about this subject? At least, when there will be a public meeting, a city hall pubblic assembly I can think of intervening and say that there’s something better that just open roads after roads, after roads. Thank you"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727095128 {#2483
    date: 2024-09-23 14:38:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 31881
  -titleTs: "'engin':2 'help':4 'itali':6 'traffic':1"
  -bodyTs: "'2023':94 'assembl':144 'automaton':72 'bad':28 'be':70 'better':156 'bit':97 'book':127 'breathtak':27 'build':55 'car':63 'channel':121 'circul':60 'citi':141 'conceiv':68 'countrysid':53 'educ':106 'egin':110 'expert':34 'good':1,43 'hall':142 'human':69,89 'imagin':88 'interven':149 'itali':6 'launch':21 'least':132 'life':90 'like':71,104 'live':11 'meet':139 'minimum':41 'monitor':85 'morn':2 'nightmar':100 'obsolet':30 'open':159 'podcast':122 'point':118 'pollut':65 'problem':19 'project':24,48 'pubblic':143 'public':22,138 'rape':51 'read':126 'road':23,160,162,164 'say':151 'sens':44 'someon':113 'someth':155 'stare':75 'street':56 'subject':130 'thank':165 'think':37,147 'thus':101 'traffic':109 'tv':77 'understand':46 'way':92 'welcom':58 'windshield':80 'work':87 'worth':124 'would':103 'write':4 'yt':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705815952
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733952 {#2354
    date: 2024-01-20 07:59:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\Entry {#2481
  +user: Proxies\__CG__\App\Entity\User {#1512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Let-s-get-raunchy"
  +title: "Let's get raunchy"
  +url: null
  +body: "The most outrageous/crazy place you’ve had sex"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728098978 {#2484
    date: 2024-10-05 05:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1508 …}
  +votes: Doctrine\ORM\PersistentCollection {#1501 …}
  +reports: Doctrine\ORM\PersistentCollection {#1521 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1546 …}
  +badges: Doctrine\ORM\PersistentCollection {#1545 …}
  +children: []
  -id: 31880
  -titleTs: "'get':3 'let':1 'raunchi':4"
  -bodyTs: "'outrageous/crazy':3 'place':4 'sex':8 've':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820333
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733933 {#1391
    date: 2024-01-20 07:58:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#2481
  +user: Proxies\__CG__\App\Entity\User {#1512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Let-s-get-raunchy"
  +title: "Let's get raunchy"
  +url: null
  +body: "The most outrageous/crazy place you’ve had sex"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728098978 {#2484
    date: 2024-10-05 05:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1508 …}
  +votes: Doctrine\ORM\PersistentCollection {#1501 …}
  +reports: Doctrine\ORM\PersistentCollection {#1521 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1546 …}
  +badges: Doctrine\ORM\PersistentCollection {#1545 …}
  +children: []
  -id: 31880
  -titleTs: "'get':3 'let':1 'raunchi':4"
  -bodyTs: "'outrageous/crazy':3 'place':4 'sex':8 've':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820333
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733933 {#1391
    date: 2024-01-20 07:58:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#2481
  +user: Proxies\__CG__\App\Entity\User {#1512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Let-s-get-raunchy"
  +title: "Let's get raunchy"
  +url: null
  +body: "The most outrageous/crazy place you’ve had sex"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728098978 {#2484
    date: 2024-10-05 05:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1508 …}
  +votes: Doctrine\ORM\PersistentCollection {#1501 …}
  +reports: Doctrine\ORM\PersistentCollection {#1521 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1546 …}
  +badges: Doctrine\ORM\PersistentCollection {#1545 …}
  +children: []
  -id: 31880
  -titleTs: "'get':3 'let':1 'raunchi':4"
  -bodyTs: "'outrageous/crazy':3 'place':4 'sex':8 've':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820333
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733933 {#1391
    date: 2024-01-20 07:58:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\Entry {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Multi-Criteria-Fire-Alarms"
  +title: "Multi-Criteria Fire Alarms"
  +url: null
  +body: """
    Hey all,\n
    \n
    This is only tangentially related to HA, but it seems like this crowd might have answers. HA integration would be nice but is not required\n
    \n
    We moved into a new house about 3 years ago and have been plagued by nuisance alarms ever since. They happen most often in the middle of the night, but aren’t uncommon in the daytime.\n
    \n
    I have:\n
    \n
    - Replaced all the old hardwired detectors with new battery-only ones thinking it might be caused by EMI.\n
    - Ruled out insects crawling into the detectors.\n
    - Sealed the electrical boxes thinking it might be dust from the attic.\n
    - Installed an excellent filter system in the HVAC.\n
    - Cleaned out all of the detectors with canned air.\n
    \n
    Other random info:\n
    \n
    - Only the ones on the second floor go off. There are five upstairs and two downstairs.\n
    - I’m pretty sure one (and only one) of the false alarms was caused by humidity from a shower.\n
    - Seems like they’re happening less often since I installed a new HVAC system, but that could be due to less dust or due to smaller temperature swings (less of a setback at night).\n
    \n
    I think at this point I want to get some fancy multi-criteria alarms, ones that are specifically for reducing your nuisance alarm rate. Also for increased capability, though - one of my coworkers just narrowly escaped a housefire with his wife and dog. Their fire alarms failed to go off and he was only woken by the sound of the flames.\n
    \n
    Any suggestions for multi-criteria alarms that work with hardwired 120VAC, preferably with hardwired interconnection?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727550924 {#1481
    date: 2024-09-28 21:15:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 31879
  -titleTs: "'alarm':5 'criteria':3 'fire':4 'multi':2 'multi-criteria':1"
  -bodyTs: "'120vac':266 '3':35 'ago':37 'air':120 'alarm':44,151,207,216,239,261 'also':218 'answer':18 'aren':58 'attic':103 'batteri':75 'battery-on':74 'box':95 'can':119 'capabl':221 'caus':82,153 'clean':112 'could':175 'cowork':226 'crawl':88 'criteria':206,260 'crowd':15 'daytim':63 'detector':71,91,117 'dog':236 'downstair':139 'due':177,182 'dust':100,180 'electr':94 'emi':84 'escap':229 'ever':45 'excel':106 'fail':240 'fals':150 'fanci':203 'filter':107 'fire':238 'five':135 'flame':254 'floor':130 'get':201 'go':131,242 'ha':9,19 'happen':48,163 'hardwir':70,265,269 'hey':1 'hous':33 'housefir':231 'humid':155 'hvac':111,171 'increas':220 'info':123 'insect':87 'instal':104,168 'integr':20 'interconnect':270 'less':164,179,187 'like':13,160 'm':141 'middl':53 'might':16,80,98 'move':29 'multi':205,259 'multi-criteria':204,258 'narrowli':228 'new':32,73,170 'nice':23 'night':56,192 'nuisanc':43,215 'often':50,165 'old':69 'one':77,126,144,147,208,223 'plagu':41 'point':197 'prefer':267 'pretti':142 'random':122 'rate':217 're':162 'reduc':213 'relat':7 'replac':66 'requir':27 'rule':85 'seal':92 'second':129 'seem':12,159 'setback':190 'shower':158 'sinc':46,166 'smaller':184 'sound':251 'specif':211 'suggest':256 'sure':143 'swing':186 'system':108,172 'tangenti':6 'temperatur':185 'think':78,96,194 'though':222 'two':138 'uncommon':60 'upstair':136 'want':199 'wife':234 'woken':248 'work':263 'would':21 'year':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774428
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10938558"
  +editedAt: DateTimeImmutable @1727015705 {#1482
    date: 2024-09-22 16:35:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705732428 {#1511
    date: 2024-01-20 07:33:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Multi-Criteria-Fire-Alarms"
  +title: "Multi-Criteria Fire Alarms"
  +url: null
  +body: """
    Hey all,\n
    \n
    This is only tangentially related to HA, but it seems like this crowd might have answers. HA integration would be nice but is not required\n
    \n
    We moved into a new house about 3 years ago and have been plagued by nuisance alarms ever since. They happen most often in the middle of the night, but aren’t uncommon in the daytime.\n
    \n
    I have:\n
    \n
    - Replaced all the old hardwired detectors with new battery-only ones thinking it might be caused by EMI.\n
    - Ruled out insects crawling into the detectors.\n
    - Sealed the electrical boxes thinking it might be dust from the attic.\n
    - Installed an excellent filter system in the HVAC.\n
    - Cleaned out all of the detectors with canned air.\n
    \n
    Other random info:\n
    \n
    - Only the ones on the second floor go off. There are five upstairs and two downstairs.\n
    - I’m pretty sure one (and only one) of the false alarms was caused by humidity from a shower.\n
    - Seems like they’re happening less often since I installed a new HVAC system, but that could be due to less dust or due to smaller temperature swings (less of a setback at night).\n
    \n
    I think at this point I want to get some fancy multi-criteria alarms, ones that are specifically for reducing your nuisance alarm rate. Also for increased capability, though - one of my coworkers just narrowly escaped a housefire with his wife and dog. Their fire alarms failed to go off and he was only woken by the sound of the flames.\n
    \n
    Any suggestions for multi-criteria alarms that work with hardwired 120VAC, preferably with hardwired interconnection?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727550924 {#1481
    date: 2024-09-28 21:15:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 31879
  -titleTs: "'alarm':5 'criteria':3 'fire':4 'multi':2 'multi-criteria':1"
  -bodyTs: "'120vac':266 '3':35 'ago':37 'air':120 'alarm':44,151,207,216,239,261 'also':218 'answer':18 'aren':58 'attic':103 'batteri':75 'battery-on':74 'box':95 'can':119 'capabl':221 'caus':82,153 'clean':112 'could':175 'cowork':226 'crawl':88 'criteria':206,260 'crowd':15 'daytim':63 'detector':71,91,117 'dog':236 'downstair':139 'due':177,182 'dust':100,180 'electr':94 'emi':84 'escap':229 'ever':45 'excel':106 'fail':240 'fals':150 'fanci':203 'filter':107 'fire':238 'five':135 'flame':254 'floor':130 'get':201 'go':131,242 'ha':9,19 'happen':48,163 'hardwir':70,265,269 'hey':1 'hous':33 'housefir':231 'humid':155 'hvac':111,171 'increas':220 'info':123 'insect':87 'instal':104,168 'integr':20 'interconnect':270 'less':164,179,187 'like':13,160 'm':141 'middl':53 'might':16,80,98 'move':29 'multi':205,259 'multi-criteria':204,258 'narrowli':228 'new':32,73,170 'nice':23 'night':56,192 'nuisanc':43,215 'often':50,165 'old':69 'one':77,126,144,147,208,223 'plagu':41 'point':197 'prefer':267 'pretti':142 'random':122 'rate':217 're':162 'reduc':213 'relat':7 'replac':66 'requir':27 'rule':85 'seal':92 'second':129 'seem':12,159 'setback':190 'shower':158 'sinc':46,166 'smaller':184 'sound':251 'specif':211 'suggest':256 'sure':143 'swing':186 'system':108,172 'tangenti':6 'temperatur':185 'think':78,96,194 'though':222 'two':138 'uncommon':60 'upstair':136 'want':199 'wife':234 'woken':248 'work':263 'would':21 'year':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774428
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10938558"
  +editedAt: DateTimeImmutable @1727015705 {#1482
    date: 2024-09-22 16:35:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705732428 {#1511
    date: 2024-01-20 07:33:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Multi-Criteria-Fire-Alarms"
  +title: "Multi-Criteria Fire Alarms"
  +url: null
  +body: """
    Hey all,\n
    \n
    This is only tangentially related to HA, but it seems like this crowd might have answers. HA integration would be nice but is not required\n
    \n
    We moved into a new house about 3 years ago and have been plagued by nuisance alarms ever since. They happen most often in the middle of the night, but aren’t uncommon in the daytime.\n
    \n
    I have:\n
    \n
    - Replaced all the old hardwired detectors with new battery-only ones thinking it might be caused by EMI.\n
    - Ruled out insects crawling into the detectors.\n
    - Sealed the electrical boxes thinking it might be dust from the attic.\n
    - Installed an excellent filter system in the HVAC.\n
    - Cleaned out all of the detectors with canned air.\n
    \n
    Other random info:\n
    \n
    - Only the ones on the second floor go off. There are five upstairs and two downstairs.\n
    - I’m pretty sure one (and only one) of the false alarms was caused by humidity from a shower.\n
    - Seems like they’re happening less often since I installed a new HVAC system, but that could be due to less dust or due to smaller temperature swings (less of a setback at night).\n
    \n
    I think at this point I want to get some fancy multi-criteria alarms, ones that are specifically for reducing your nuisance alarm rate. Also for increased capability, though - one of my coworkers just narrowly escaped a housefire with his wife and dog. Their fire alarms failed to go off and he was only woken by the sound of the flames.\n
    \n
    Any suggestions for multi-criteria alarms that work with hardwired 120VAC, preferably with hardwired interconnection?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727550924 {#1481
    date: 2024-09-28 21:15:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 31879
  -titleTs: "'alarm':5 'criteria':3 'fire':4 'multi':2 'multi-criteria':1"
  -bodyTs: "'120vac':266 '3':35 'ago':37 'air':120 'alarm':44,151,207,216,239,261 'also':218 'answer':18 'aren':58 'attic':103 'batteri':75 'battery-on':74 'box':95 'can':119 'capabl':221 'caus':82,153 'clean':112 'could':175 'cowork':226 'crawl':88 'criteria':206,260 'crowd':15 'daytim':63 'detector':71,91,117 'dog':236 'downstair':139 'due':177,182 'dust':100,180 'electr':94 'emi':84 'escap':229 'ever':45 'excel':106 'fail':240 'fals':150 'fanci':203 'filter':107 'fire':238 'five':135 'flame':254 'floor':130 'get':201 'go':131,242 'ha':9,19 'happen':48,163 'hardwir':70,265,269 'hey':1 'hous':33 'housefir':231 'humid':155 'hvac':111,171 'increas':220 'info':123 'insect':87 'instal':104,168 'integr':20 'interconnect':270 'less':164,179,187 'like':13,160 'm':141 'middl':53 'might':16,80,98 'move':29 'multi':205,259 'multi-criteria':204,258 'narrowli':228 'new':32,73,170 'nice':23 'night':56,192 'nuisanc':43,215 'often':50,165 'old':69 'one':77,126,144,147,208,223 'plagu':41 'point':197 'prefer':267 'pretti':142 'random':122 'rate':217 're':162 'reduc':213 'relat':7 'replac':66 'requir':27 'rule':85 'seal':92 'second':129 'seem':12,159 'setback':190 'shower':158 'sinc':46,166 'smaller':184 'sound':251 'specif':211 'suggest':256 'sure':143 'swing':186 'system':108,172 'tangenti':6 'temperatur':185 'think':78,96,194 'though':222 'two':138 'uncommon':60 'upstair':136 'want':199 'wife':234 'woken':248 'work':263 'would':21 'year':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774428
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10938558"
  +editedAt: DateTimeImmutable @1727015705 {#1482
    date: 2024-09-22 16:35:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705732428 {#1511
    date: 2024-01-20 07:33:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1539
  +user: Proxies\__CG__\App\Entity\User {#1541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bug-Unremovable-account"
  +title: "[Bug] Unremovable account"
  +url: null
  +body: """
    I seem to have gotten a saved account that can’t be switched to and therefore can’t be removed.\n
    \n
    My instance had some server side issues and on PC I had to delete my cookies to get the desktop site to work. Connect wouldn’t work and I had to add the account again. At some point the account name has changed to my email address @feddit.uk, which looks weird since it has two @ symbols. The newly added account works fine, but there’s this stuck second version of it.\n
    \n
    When I try to switch to the broken version I get an error pop up that just says “Error: unable to switch to ‘me@email.domain@feddit.uk’” and it seems to retain the currently selected account.\n
    \n
    Since I can’t switch to that account, I can’t sign out to have Connect forget it. So I don’t see a way to get rid of it.\n
    \n
    Has anyone else run into the same problem? Any suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729010616 {#1538
    date: 2024-10-15 18:43:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@feddit"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 31840
  -titleTs: "'account':3 'bug':1 'unremov':2"
  -bodyTs: "'account':8,54,60,80,125,133 'ad':79 'add':52 'address':67 'anyon':157 'broken':99 'chang':63 'connect':44,141 'cooki':36 'current':123 'delet':34 'desktop':40 'els':158 'email':66 'error':104,110 'feddit.uk':68,116 'fine':82 'forget':142 'get':38,102,152 'gotten':5 'instanc':22 'issu':27 'look':70 'me@email.domain':115 'name':61 'newli':78 'pc':30 'point':58 'pop':105 'problem':163 'remov':20 'retain':121 'rid':153 'run':159 'save':7 'say':109 'second':88 'see':148 'seem':2,119 'select':124 'server':25 'side':26 'sign':137 'sinc':72,126 'site':41 'stuck':87 'suggest':165 'switch':13,96,113,130 'symbol':76 'therefor':16 'tri':94 'two':75 'unabl':111 'version':89,100 'way':150 'weird':71 'work':43,47,81 'wouldn':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705744942
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6900289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705713942 {#1533
    date: 2024-01-20 02:25:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1539
  +user: Proxies\__CG__\App\Entity\User {#1541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bug-Unremovable-account"
  +title: "[Bug] Unremovable account"
  +url: null
  +body: """
    I seem to have gotten a saved account that can’t be switched to and therefore can’t be removed.\n
    \n
    My instance had some server side issues and on PC I had to delete my cookies to get the desktop site to work. Connect wouldn’t work and I had to add the account again. At some point the account name has changed to my email address @feddit.uk, which looks weird since it has two @ symbols. The newly added account works fine, but there’s this stuck second version of it.\n
    \n
    When I try to switch to the broken version I get an error pop up that just says “Error: unable to switch to ‘me@email.domain@feddit.uk’” and it seems to retain the currently selected account.\n
    \n
    Since I can’t switch to that account, I can’t sign out to have Connect forget it. So I don’t see a way to get rid of it.\n
    \n
    Has anyone else run into the same problem? Any suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729010616 {#1538
    date: 2024-10-15 18:43:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@feddit"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 31840
  -titleTs: "'account':3 'bug':1 'unremov':2"
  -bodyTs: "'account':8,54,60,80,125,133 'ad':79 'add':52 'address':67 'anyon':157 'broken':99 'chang':63 'connect':44,141 'cooki':36 'current':123 'delet':34 'desktop':40 'els':158 'email':66 'error':104,110 'feddit.uk':68,116 'fine':82 'forget':142 'get':38,102,152 'gotten':5 'instanc':22 'issu':27 'look':70 'me@email.domain':115 'name':61 'newli':78 'pc':30 'point':58 'pop':105 'problem':163 'remov':20 'retain':121 'rid':153 'run':159 'save':7 'say':109 'second':88 'see':148 'seem':2,119 'select':124 'server':25 'side':26 'sign':137 'sinc':72,126 'site':41 'stuck':87 'suggest':165 'switch':13,96,113,130 'symbol':76 'therefor':16 'tri':94 'two':75 'unabl':111 'version':89,100 'way':150 'weird':71 'work':43,47,81 'wouldn':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705744942
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6900289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705713942 {#1533
    date: 2024-01-20 02:25:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1539
  +user: Proxies\__CG__\App\Entity\User {#1541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bug-Unremovable-account"
  +title: "[Bug] Unremovable account"
  +url: null
  +body: """
    I seem to have gotten a saved account that can’t be switched to and therefore can’t be removed.\n
    \n
    My instance had some server side issues and on PC I had to delete my cookies to get the desktop site to work. Connect wouldn’t work and I had to add the account again. At some point the account name has changed to my email address @feddit.uk, which looks weird since it has two @ symbols. The newly added account works fine, but there’s this stuck second version of it.\n
    \n
    When I try to switch to the broken version I get an error pop up that just says “Error: unable to switch to ‘me@email.domain@feddit.uk’” and it seems to retain the currently selected account.\n
    \n
    Since I can’t switch to that account, I can’t sign out to have Connect forget it. So I don’t see a way to get rid of it.\n
    \n
    Has anyone else run into the same problem? Any suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729010616 {#1538
    date: 2024-10-15 18:43:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@feddit"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 31840
  -titleTs: "'account':3 'bug':1 'unremov':2"
  -bodyTs: "'account':8,54,60,80,125,133 'ad':79 'add':52 'address':67 'anyon':157 'broken':99 'chang':63 'connect':44,141 'cooki':36 'current':123 'delet':34 'desktop':40 'els':158 'email':66 'error':104,110 'feddit.uk':68,116 'fine':82 'forget':142 'get':38,102,152 'gotten':5 'instanc':22 'issu':27 'look':70 'me@email.domain':115 'name':61 'newli':78 'pc':30 'point':58 'pop':105 'problem':163 'remov':20 'retain':121 'rid':153 'run':159 'save':7 'say':109 'second':88 'see':148 'seem':2,119 'select':124 'server':25 'side':26 'sign':137 'sinc':72,126 'site':41 'stuck':87 'suggest':165 'switch':13,96,113,130 'symbol':76 'therefor':16 'tri':94 'two':75 'unabl':111 'version':89,100 'way':150 'weird':71 'work':43,47,81 'wouldn':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705744942
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6900289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705713942 {#1533
    date: 2024-01-20 02:25:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\Entry {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "When-is-the-next-Lemmy-Place-event"
  +title: "When is the next Lemmy Place event?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727262871 {#1631
    date: 2024-09-25 13:14:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 31838
  -titleTs: "'event':7 'lemmi':5 'next':4 'place':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705788668
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10931271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705712168 {#1406
    date: 2024-01-20 01:56:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "When-is-the-next-Lemmy-Place-event"
  +title: "When is the next Lemmy Place event?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727262871 {#1631
    date: 2024-09-25 13:14:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 31838
  -titleTs: "'event':7 'lemmi':5 'next':4 'place':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705788668
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10931271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705712168 {#1406
    date: 2024-01-20 01:56:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "When-is-the-next-Lemmy-Place-event"
  +title: "When is the next Lemmy Place event?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727262871 {#1631
    date: 2024-09-25 13:14:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 31838
  -titleTs: "'event':7 'lemmi':5 'next':4 'place':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705788668
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10931271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705712168 {#1406
    date: 2024-01-20 01:56:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\Entry {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Do-the-Lenovo-P500-P510-support-TFX-PSUs"
  +title: "Do the Lenovo P500/P510 support TFX PSUs?"
  +url: null
  +body: """
    Hi community,\n
    \n
    I’ve been looking at the older Lenovo P310/P500/P510 workstations as an alternative to Dell optiplexes on the used market. What I’m worried about is the PSU specifications required for the P500/P510 - do these support TFX PSUs? Can someone confirm?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705710545 {#1750
    date: 2024-01-20 01:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 31836
  -titleTs: "'lenovo':3 'p500/p510':4 'psus':7 'support':5 'tfx':6"
  -bodyTs: "'altern':15 'communiti':2 'confirm':43 'dell':17 'hi':1 'lenovo':10 'look':6 'm':25 'market':22 'older':9 'optiplex':18 'p310/p500/p510':11 'p500/p510':35 'psu':30 'psus':40 'requir':32 'someon':42 'specif':31 'support':38 'tfx':39 'thank':44 'use':21 've':4 'workstat':12 'worri':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719545
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10930586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705710545 {#1748
    date: 2024-01-20 01:29:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Do-the-Lenovo-P500-P510-support-TFX-PSUs"
  +title: "Do the Lenovo P500/P510 support TFX PSUs?"
  +url: null
  +body: """
    Hi community,\n
    \n
    I’ve been looking at the older Lenovo P310/P500/P510 workstations as an alternative to Dell optiplexes on the used market. What I’m worried about is the PSU specifications required for the P500/P510 - do these support TFX PSUs? Can someone confirm?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705710545 {#1750
    date: 2024-01-20 01:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 31836
  -titleTs: "'lenovo':3 'p500/p510':4 'psus':7 'support':5 'tfx':6"
  -bodyTs: "'altern':15 'communiti':2 'confirm':43 'dell':17 'hi':1 'lenovo':10 'look':6 'm':25 'market':22 'older':9 'optiplex':18 'p310/p500/p510':11 'p500/p510':35 'psu':30 'psus':40 'requir':32 'someon':42 'specif':31 'support':38 'tfx':39 'thank':44 'use':21 've':4 'workstat':12 'worri':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719545
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10930586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705710545 {#1748
    date: 2024-01-20 01:29:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Do-the-Lenovo-P500-P510-support-TFX-PSUs"
  +title: "Do the Lenovo P500/P510 support TFX PSUs?"
  +url: null
  +body: """
    Hi community,\n
    \n
    I’ve been looking at the older Lenovo P310/P500/P510 workstations as an alternative to Dell optiplexes on the used market. What I’m worried about is the PSU specifications required for the P500/P510 - do these support TFX PSUs? Can someone confirm?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705710545 {#1750
    date: 2024-01-20 01:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 31836
  -titleTs: "'lenovo':3 'p500/p510':4 'psus':7 'support':5 'tfx':6"
  -bodyTs: "'altern':15 'communiti':2 'confirm':43 'dell':17 'hi':1 'lenovo':10 'look':6 'm':25 'market':22 'older':9 'optiplex':18 'p310/p500/p510':11 'p500/p510':35 'psu':30 'psus':40 'requir':32 'someon':42 'specif':31 'support':38 'tfx':39 'thank':44 'use':21 've':4 'workstat':12 'worri':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719545
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10930586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705710545 {#1748
    date: 2024-01-20 01:29:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Proxmox-Ubuntu-VM-has-graphical-console"
  +title: "Proxmox Ubuntu VM has "graphical" console"
  +url: null
  +body: "This is kind of hard to explain, but hopefully it makes sense. I don’t think a screenshot would help because everything “LOOKS” fine. But the characters in my Ubuntu VM console look funny. And I can’t drag my mouse across the text to select it. Nor cacn I right-click. The console works fine, and I can run commands. I don’t see the Ubuntu desktop, just this console. I don’t even really need the desktop, but if it’s there and I can start it up when I want it, that will be OK, but for now I would like to figure out how to get a regular console for this VM. Any ideas? Thanks, and sorry for the newb question!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727105116 {#1487
    date: 2024-09-23 17:25:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 31828
  -titleTs: "'consol':6 'graphic':5 'proxmox':1 'ubuntu':2 'vm':3"
  -bodyTs: "'across':42 'cacn':49 'charact':27 'click':53 'command':62 'consol':32,55,72,114 'desktop':69,80 'drag':39 'even':76 'everyth':22 'explain':7 'figur':107 'fine':24,57 'funni':34 'get':111 'hard':5 'help':20 'hope':9 'idea':119 'kind':3 'like':105 'look':23,33 'make':11 'mous':41 'need':78 'newb':125 'ok':99 'question':126 'realli':77 'regular':113 'right':52 'right-click':51 'run':61 'screenshot':18 'see':66 'select':46 'sens':12 'sorri':122 'start':89 'text':44 'thank':120 'think':16 'ubuntu':30,68 'vm':31,117 'want':94 'work':56 'would':19,104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705760369
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10929287"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705707369 {#1485
    date: 2024-01-20 00:36:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Proxmox-Ubuntu-VM-has-graphical-console"
  +title: "Proxmox Ubuntu VM has "graphical" console"
  +url: null
  +body: "This is kind of hard to explain, but hopefully it makes sense. I don’t think a screenshot would help because everything “LOOKS” fine. But the characters in my Ubuntu VM console look funny. And I can’t drag my mouse across the text to select it. Nor cacn I right-click. The console works fine, and I can run commands. I don’t see the Ubuntu desktop, just this console. I don’t even really need the desktop, but if it’s there and I can start it up when I want it, that will be OK, but for now I would like to figure out how to get a regular console for this VM. Any ideas? Thanks, and sorry for the newb question!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727105116 {#1487
    date: 2024-09-23 17:25:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 31828
  -titleTs: "'consol':6 'graphic':5 'proxmox':1 'ubuntu':2 'vm':3"
  -bodyTs: "'across':42 'cacn':49 'charact':27 'click':53 'command':62 'consol':32,55,72,114 'desktop':69,80 'drag':39 'even':76 'everyth':22 'explain':7 'figur':107 'fine':24,57 'funni':34 'get':111 'hard':5 'help':20 'hope':9 'idea':119 'kind':3 'like':105 'look':23,33 'make':11 'mous':41 'need':78 'newb':125 'ok':99 'question':126 'realli':77 'regular':113 'right':52 'right-click':51 'run':61 'screenshot':18 'see':66 'select':46 'sens':12 'sorri':122 'start':89 'text':44 'thank':120 'think':16 'ubuntu':30,68 'vm':31,117 'want':94 'work':56 'would':19,104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705760369
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10929287"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705707369 {#1485
    date: 2024-01-20 00:36:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Proxmox-Ubuntu-VM-has-graphical-console"
  +title: "Proxmox Ubuntu VM has "graphical" console"
  +url: null
  +body: "This is kind of hard to explain, but hopefully it makes sense. I don’t think a screenshot would help because everything “LOOKS” fine. But the characters in my Ubuntu VM console look funny. And I can’t drag my mouse across the text to select it. Nor cacn I right-click. The console works fine, and I can run commands. I don’t see the Ubuntu desktop, just this console. I don’t even really need the desktop, but if it’s there and I can start it up when I want it, that will be OK, but for now I would like to figure out how to get a regular console for this VM. Any ideas? Thanks, and sorry for the newb question!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727105116 {#1487
    date: 2024-09-23 17:25:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 31828
  -titleTs: "'consol':6 'graphic':5 'proxmox':1 'ubuntu':2 'vm':3"
  -bodyTs: "'across':42 'cacn':49 'charact':27 'click':53 'command':62 'consol':32,55,72,114 'desktop':69,80 'drag':39 'even':76 'everyth':22 'explain':7 'figur':107 'fine':24,57 'funni':34 'get':111 'hard':5 'help':20 'hope':9 'idea':119 'kind':3 'like':105 'look':23,33 'make':11 'mous':41 'need':78 'newb':125 'ok':99 'question':126 'realli':77 'regular':113 'right':52 'right-click':51 'run':61 'screenshot':18 'see':66 'select':46 'sens':12 'sorri':122 'start':89 'text':44 'thank':120 'think':16 'ubuntu':30,68 'vm':31,117 'want':94 'work':56 'would':19,104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705760369
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10929287"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705707369 {#1485
    date: 2024-01-20 00:36:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\Entry {#1757
  +user: Proxies\__CG__\App\Entity\User {#1763 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-AI-generated-art-posted-on-lemmy-bother-you"
  +title: "Does AI-generated art posted on lemmy bother you?"
  +url: null
  +body: """
    I find that i can spot AI Images fairly easily these days, especially the sort of fantastical tableaus that get posted to the various AI communities around lemmy. I’m tired of seeing them; it all looks the same to me. Was wondering if im being too sensitive, or if other people are similarly bored of the constant unimaginative AI spam…\n
    \n
    For the record, I block any explicit AI Art communities that pop up in the feed, but there are more every day…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 239
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096820 {#1755
    date: 2024-10-16 18:40:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1756 …}
  +votes: Doctrine\ORM\PersistentCollection {#1759 …}
  +reports: Doctrine\ORM\PersistentCollection {#1751 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1772 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1778 …}
  +badges: Doctrine\ORM\PersistentCollection {#1777 …}
  +children: []
  -id: 31822
  -titleTs: "'ai':3 'ai-gener':2 'art':5 'bother':9 'generat':4 'lemmi':8 'post':6"
  -bodyTs: "'ai':7,25,60,69 'around':27 'art':70 'block':66 'bore':55 'communiti':26,71 'constant':58 'day':12,83 'easili':10 'especi':13 'everi':82 'explicit':68 'fair':9 'fantast':17 'feed':77 'find':2 'get':20 'im':45 'imag':8 'lemmi':28 'look':37 'm':30 'peopl':52 'pop':73 'post':21 'record':64 'see':33 'sensit':48 'similar':54 'sort':15 'spam':61 'spot':6 'tableaus':18 'tire':31 'unimagin':59 'various':24 'wonder':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705791754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10928267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705705354 {#1760
    date: 2024-01-20 00:02:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1757
  +user: Proxies\__CG__\App\Entity\User {#1763 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-AI-generated-art-posted-on-lemmy-bother-you"
  +title: "Does AI-generated art posted on lemmy bother you?"
  +url: null
  +body: """
    I find that i can spot AI Images fairly easily these days, especially the sort of fantastical tableaus that get posted to the various AI communities around lemmy. I’m tired of seeing them; it all looks the same to me. Was wondering if im being too sensitive, or if other people are similarly bored of the constant unimaginative AI spam…\n
    \n
    For the record, I block any explicit AI Art communities that pop up in the feed, but there are more every day…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 239
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096820 {#1755
    date: 2024-10-16 18:40:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1756 …}
  +votes: Doctrine\ORM\PersistentCollection {#1759 …}
  +reports: Doctrine\ORM\PersistentCollection {#1751 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1772 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1778 …}
  +badges: Doctrine\ORM\PersistentCollection {#1777 …}
  +children: []
  -id: 31822
  -titleTs: "'ai':3 'ai-gener':2 'art':5 'bother':9 'generat':4 'lemmi':8 'post':6"
  -bodyTs: "'ai':7,25,60,69 'around':27 'art':70 'block':66 'bore':55 'communiti':26,71 'constant':58 'day':12,83 'easili':10 'especi':13 'everi':82 'explicit':68 'fair':9 'fantast':17 'feed':77 'find':2 'get':20 'im':45 'imag':8 'lemmi':28 'look':37 'm':30 'peopl':52 'pop':73 'post':21 'record':64 'see':33 'sensit':48 'similar':54 'sort':15 'spam':61 'spot':6 'tableaus':18 'tire':31 'unimagin':59 'various':24 'wonder':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705791754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10928267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705705354 {#1760
    date: 2024-01-20 00:02:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1757
  +user: Proxies\__CG__\App\Entity\User {#1763 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-AI-generated-art-posted-on-lemmy-bother-you"
  +title: "Does AI-generated art posted on lemmy bother you?"
  +url: null
  +body: """
    I find that i can spot AI Images fairly easily these days, especially the sort of fantastical tableaus that get posted to the various AI communities around lemmy. I’m tired of seeing them; it all looks the same to me. Was wondering if im being too sensitive, or if other people are similarly bored of the constant unimaginative AI spam…\n
    \n
    For the record, I block any explicit AI Art communities that pop up in the feed, but there are more every day…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 239
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096820 {#1755
    date: 2024-10-16 18:40:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1756 …}
  +votes: Doctrine\ORM\PersistentCollection {#1759 …}
  +reports: Doctrine\ORM\PersistentCollection {#1751 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1772 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1778 …}
  +badges: Doctrine\ORM\PersistentCollection {#1777 …}
  +children: []
  -id: 31822
  -titleTs: "'ai':3 'ai-gener':2 'art':5 'bother':9 'generat':4 'lemmi':8 'post':6"
  -bodyTs: "'ai':7,25,60,69 'around':27 'art':70 'block':66 'bore':55 'communiti':26,71 'constant':58 'day':12,83 'easili':10 'especi':13 'everi':82 'explicit':68 'fair':9 'fantast':17 'feed':77 'find':2 'get':20 'im':45 'imag':8 'lemmi':28 'look':37 'm':30 'peopl':52 'pop':73 'post':21 'record':64 'see':33 'sensit':48 'similar':54 'sort':15 'spam':61 'spot':6 'tableaus':18 'tire':31 'unimagin':59 'various':24 'wonder':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705791754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10928267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705705354 {#1760
    date: 2024-01-20 00:02:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\Entry {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Where-on-earth-are-the-settings-account-management"
  +title: "Where on earth are the settings / account management?"
  +url: null
  +body: "I just came back to this app after a bit, trying to sign in but I for the life of me cannot find them. The three bottom buttons don’t have them, neither does the kebab menu up top"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705726156 {#1773
    date: 2024-01-20 05:49:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1782 …}
  +votes: Doctrine\ORM\PersistentCollection {#1785 …}
  +reports: Doctrine\ORM\PersistentCollection {#1786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1766 …}
  +badges: Doctrine\ORM\PersistentCollection {#1681 …}
  +children: []
  -id: 31818
  -titleTs: "'account':7 'earth':3 'manag':8 'set':6"
  -bodyTs: "'app':7 'back':4 'bit':10 'bottom':27 'button':28 'came':3 'cannot':22 'find':23 'kebab':36 'life':19 'menu':37 'neither':33 'sign':13 'three':26 'top':39 'tri':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715253
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10775920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705703753 {#1775
    date: 2024-01-19 23:35:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Where-on-earth-are-the-settings-account-management"
  +title: "Where on earth are the settings / account management?"
  +url: null
  +body: "I just came back to this app after a bit, trying to sign in but I for the life of me cannot find them. The three bottom buttons don’t have them, neither does the kebab menu up top"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705726156 {#1773
    date: 2024-01-20 05:49:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1782 …}
  +votes: Doctrine\ORM\PersistentCollection {#1785 …}
  +reports: Doctrine\ORM\PersistentCollection {#1786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1766 …}
  +badges: Doctrine\ORM\PersistentCollection {#1681 …}
  +children: []
  -id: 31818
  -titleTs: "'account':7 'earth':3 'manag':8 'set':6"
  -bodyTs: "'app':7 'back':4 'bit':10 'bottom':27 'button':28 'came':3 'cannot':22 'find':23 'kebab':36 'life':19 'menu':37 'neither':33 'sign':13 'three':26 'top':39 'tri':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715253
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10775920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705703753 {#1775
    date: 2024-01-19 23:35:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Where-on-earth-are-the-settings-account-management"
  +title: "Where on earth are the settings / account management?"
  +url: null
  +body: "I just came back to this app after a bit, trying to sign in but I for the life of me cannot find them. The three bottom buttons don’t have them, neither does the kebab menu up top"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705726156 {#1773
    date: 2024-01-20 05:49:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1782 …}
  +votes: Doctrine\ORM\PersistentCollection {#1785 …}
  +reports: Doctrine\ORM\PersistentCollection {#1786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1766 …}
  +badges: Doctrine\ORM\PersistentCollection {#1681 …}
  +children: []
  -id: 31818
  -titleTs: "'account':7 'earth':3 'manag':8 'set':6"
  -bodyTs: "'app':7 'back':4 'bit':10 'bottom':27 'button':28 'came':3 'cannot':22 'find':23 'kebab':36 'life':19 'menu':37 'neither':33 'sign':13 'three':26 'top':39 'tri':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715253
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10775920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705703753 {#1775
    date: 2024-01-19 23:35:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1445
  +user: Proxies\__CG__\App\Entity\User {#1465 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Thank-you-for-this-great-app"
  +title: "Thank you for this great app!"
  +url: null
  +body: """
    I wanted to say thank you for this great app to browse Lemmy. I appreciate all the work you’re putting to keep the app alive with updates. I see a lot of bug reports and/or complain but not enough thanks and positive feedback.\n
    \n
    Thank you!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726928357 {#1466
    date: 2024-09-21 16:19:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 31814
  -titleTs: "'app':6 'great':5 'thank':1"
  -bodyTs: "'aliv':26 'and/or':36 'app':10,25 'appreci':15 'brows':12 'bug':34 'complain':37 'enough':40 'feedback':44 'great':9 'keep':23 'lemmi':13 'lot':32 'posit':43 'put':21 're':20 'report':35 'say':4 'see':30 'thank':5,41,45 'updat':28 'want':2 'work':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705786511
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12674146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700111 {#1452
    date: 2024-01-19 22:35:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1445
  +user: Proxies\__CG__\App\Entity\User {#1465 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Thank-you-for-this-great-app"
  +title: "Thank you for this great app!"
  +url: null
  +body: """
    I wanted to say thank you for this great app to browse Lemmy. I appreciate all the work you’re putting to keep the app alive with updates. I see a lot of bug reports and/or complain but not enough thanks and positive feedback.\n
    \n
    Thank you!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726928357 {#1466
    date: 2024-09-21 16:19:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 31814
  -titleTs: "'app':6 'great':5 'thank':1"
  -bodyTs: "'aliv':26 'and/or':36 'app':10,25 'appreci':15 'brows':12 'bug':34 'complain':37 'enough':40 'feedback':44 'great':9 'keep':23 'lemmi':13 'lot':32 'posit':43 'put':21 're':20 'report':35 'say':4 'see':30 'thank':5,41,45 'updat':28 'want':2 'work':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705786511
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12674146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700111 {#1452
    date: 2024-01-19 22:35:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1445
  +user: Proxies\__CG__\App\Entity\User {#1465 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Thank-you-for-this-great-app"
  +title: "Thank you for this great app!"
  +url: null
  +body: """
    I wanted to say thank you for this great app to browse Lemmy. I appreciate all the work you’re putting to keep the app alive with updates. I see a lot of bug reports and/or complain but not enough thanks and positive feedback.\n
    \n
    Thank you!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726928357 {#1466
    date: 2024-09-21 16:19:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 31814
  -titleTs: "'app':6 'great':5 'thank':1"
  -bodyTs: "'aliv':26 'and/or':36 'app':10,25 'appreci':15 'brows':12 'bug':34 'complain':37 'enough':40 'feedback':44 'great':9 'keep':23 'lemmi':13 'lot':32 'posit':43 'put':21 're':20 'report':35 'say':4 'see':30 'thank':5,41,45 'updat':28 'want':2 'work':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705786511
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12674146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700111 {#1452
    date: 2024-01-19 22:35:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\Entry {#1450
  +user: Proxies\__CG__\App\Entity\User {#1449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-are-some-food-items-that-cost-less-than-what"
  +title: "What are some food items that cost less than what they "should"?"
  +url: null
  +body: """
    Bananas are ridiculously cheap even up here in Canada, and they aren’t grown anywhere near here. Yet a banana can grow, be harvested, be shipped, be stocked, and then be purchased by me for less than it’d cost to mail a letter across town. (Well, if I could buy a single banana maybe…or maybe that’s not the best comparison, but I think you get my point)\n
    \n
    Along the banana’s journey, the farmer, the harvester, the shipper, the grocer, the clerk, and the cashier all (presumably) get paid. Yet a single banana is mere cents. If you didn’t know any better, you might think a single banana should cost $10!\n
    \n
    I’m presuming that this is because of some sort of exploitation somewhere down the line, or possibly loss-leading on the grocery store’s side of things.\n
    \n
    I’m wondering what other products like bananas are a lot cheaper than they “should” be (e.g., based on how far they have to travel, or how difficult they are to produce, or how much money we’re saving “unethically”).\n
    \n
    I’ve heard that this applies to coffee and chocolate to varying extents, but I’m not certain.\n
    \n
    Anyone know any others?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 58
  +favouriteCount: 160
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727611857 {#1660
    date: 2024-09-29 14:10:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 31811
  -titleTs: "'cost':7 'food':4 'item':5 'less':8"
  -bodyTs: "'10':115 'across':45 'along':71 'anyon':203 'anywher':15 'appli':190 'aren':12 'banana':1,20,54,73,96,112,152 'base':162 'best':62 'better':106 'buy':51 'canada':9 'cashier':88 'cent':99 'certain':202 'cheap':4 'cheaper':156 'chocol':194 'clerk':85 'coffe':192 'comparison':63 'cost':40,114 'could':50 'd':39 'didn':102 'difficult':172 'e.g':161 'even':5 'exploit':127 'extent':197 'far':165 'farmer':77 'get':68,91 'grocer':83 'groceri':139 'grow':22 'grown':14 'harvest':24,79 'heard':187 'journey':75 'know':104,204 'lead':136 'less':36 'letter':44 'like':151 'line':131 'loss':135 'loss-lead':134 'lot':155 'm':117,146,200 'mail':42 'mayb':55,57 'mere':98 'might':108 'money':180 'much':179 'near':16 'other':206 'paid':92 'point':70 'possibl':133 'presum':90,118 'produc':176 'product':150 'purchas':32 're':182 'ridicul':3 'save':183 'ship':26 'shipper':81 'side':142 'singl':53,95,111 'somewher':128 'sort':125 'stock':28 'store':140 'thing':144 'think':66,109 'town':46 'travel':169 'uneth':184 'vari':196 've':186 'well':47 'wonder':147 'yet':18,93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705784992
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13100257"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705698592 {#1409
    date: 2024-01-19 22:09:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1450
  +user: Proxies\__CG__\App\Entity\User {#1449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-are-some-food-items-that-cost-less-than-what"
  +title: "What are some food items that cost less than what they "should"?"
  +url: null
  +body: """
    Bananas are ridiculously cheap even up here in Canada, and they aren’t grown anywhere near here. Yet a banana can grow, be harvested, be shipped, be stocked, and then be purchased by me for less than it’d cost to mail a letter across town. (Well, if I could buy a single banana maybe…or maybe that’s not the best comparison, but I think you get my point)\n
    \n
    Along the banana’s journey, the farmer, the harvester, the shipper, the grocer, the clerk, and the cashier all (presumably) get paid. Yet a single banana is mere cents. If you didn’t know any better, you might think a single banana should cost $10!\n
    \n
    I’m presuming that this is because of some sort of exploitation somewhere down the line, or possibly loss-leading on the grocery store’s side of things.\n
    \n
    I’m wondering what other products like bananas are a lot cheaper than they “should” be (e.g., based on how far they have to travel, or how difficult they are to produce, or how much money we’re saving “unethically”).\n
    \n
    I’ve heard that this applies to coffee and chocolate to varying extents, but I’m not certain.\n
    \n
    Anyone know any others?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 58
  +favouriteCount: 160
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727611857 {#1660
    date: 2024-09-29 14:10:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 31811
  -titleTs: "'cost':7 'food':4 'item':5 'less':8"
  -bodyTs: "'10':115 'across':45 'along':71 'anyon':203 'anywher':15 'appli':190 'aren':12 'banana':1,20,54,73,96,112,152 'base':162 'best':62 'better':106 'buy':51 'canada':9 'cashier':88 'cent':99 'certain':202 'cheap':4 'cheaper':156 'chocol':194 'clerk':85 'coffe':192 'comparison':63 'cost':40,114 'could':50 'd':39 'didn':102 'difficult':172 'e.g':161 'even':5 'exploit':127 'extent':197 'far':165 'farmer':77 'get':68,91 'grocer':83 'groceri':139 'grow':22 'grown':14 'harvest':24,79 'heard':187 'journey':75 'know':104,204 'lead':136 'less':36 'letter':44 'like':151 'line':131 'loss':135 'loss-lead':134 'lot':155 'm':117,146,200 'mail':42 'mayb':55,57 'mere':98 'might':108 'money':180 'much':179 'near':16 'other':206 'paid':92 'point':70 'possibl':133 'presum':90,118 'produc':176 'product':150 'purchas':32 're':182 'ridicul':3 'save':183 'ship':26 'shipper':81 'side':142 'singl':53,95,111 'somewher':128 'sort':125 'stock':28 'store':140 'thing':144 'think':66,109 'town':46 'travel':169 'uneth':184 'vari':196 've':186 'well':47 'wonder':147 'yet':18,93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705784992
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13100257"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705698592 {#1409
    date: 2024-01-19 22:09:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1450
  +user: Proxies\__CG__\App\Entity\User {#1449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-are-some-food-items-that-cost-less-than-what"
  +title: "What are some food items that cost less than what they "should"?"
  +url: null
  +body: """
    Bananas are ridiculously cheap even up here in Canada, and they aren’t grown anywhere near here. Yet a banana can grow, be harvested, be shipped, be stocked, and then be purchased by me for less than it’d cost to mail a letter across town. (Well, if I could buy a single banana maybe…or maybe that’s not the best comparison, but I think you get my point)\n
    \n
    Along the banana’s journey, the farmer, the harvester, the shipper, the grocer, the clerk, and the cashier all (presumably) get paid. Yet a single banana is mere cents. If you didn’t know any better, you might think a single banana should cost $10!\n
    \n
    I’m presuming that this is because of some sort of exploitation somewhere down the line, or possibly loss-leading on the grocery store’s side of things.\n
    \n
    I’m wondering what other products like bananas are a lot cheaper than they “should” be (e.g., based on how far they have to travel, or how difficult they are to produce, or how much money we’re saving “unethically”).\n
    \n
    I’ve heard that this applies to coffee and chocolate to varying extents, but I’m not certain.\n
    \n
    Anyone know any others?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 58
  +favouriteCount: 160
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727611857 {#1660
    date: 2024-09-29 14:10:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 31811
  -titleTs: "'cost':7 'food':4 'item':5 'less':8"
  -bodyTs: "'10':115 'across':45 'along':71 'anyon':203 'anywher':15 'appli':190 'aren':12 'banana':1,20,54,73,96,112,152 'base':162 'best':62 'better':106 'buy':51 'canada':9 'cashier':88 'cent':99 'certain':202 'cheap':4 'cheaper':156 'chocol':194 'clerk':85 'coffe':192 'comparison':63 'cost':40,114 'could':50 'd':39 'didn':102 'difficult':172 'e.g':161 'even':5 'exploit':127 'extent':197 'far':165 'farmer':77 'get':68,91 'grocer':83 'groceri':139 'grow':22 'grown':14 'harvest':24,79 'heard':187 'journey':75 'know':104,204 'lead':136 'less':36 'letter':44 'like':151 'line':131 'loss':135 'loss-lead':134 'lot':155 'm':117,146,200 'mail':42 'mayb':55,57 'mere':98 'might':108 'money':180 'much':179 'near':16 'other':206 'paid':92 'point':70 'possibl':133 'presum':90,118 'produc':176 'product':150 'purchas':32 're':182 'ridicul':3 'save':183 'ship':26 'shipper':81 'side':142 'singl':53,95,111 'somewher':128 'sort':125 'stock':28 'store':140 'thing':144 'think':66,109 'town':46 'travel':169 'uneth':184 'vari':196 've':186 'well':47 'wonder':147 'yet':18,93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705784992
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13100257"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705698592 {#1409
    date: 2024-01-19 22:09:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-it-that-makes-a-grand-piano-sound-better"
  +title: "What is it that makes a grand piano sound better than an upright piano?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727098519 {#1417
    date: 2024-09-23 15:35:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 31808
  -titleTs: "'better':10 'grand':7 'make':5 'piano':8,14 'sound':9 'upright':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705784359
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10924421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705697959 {#1414
    date: 2024-01-19 21:59:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-it-that-makes-a-grand-piano-sound-better"
  +title: "What is it that makes a grand piano sound better than an upright piano?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727098519 {#1417
    date: 2024-09-23 15:35:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 31808
  -titleTs: "'better':10 'grand':7 'make':5 'piano':8,14 'sound':9 'upright':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705784359
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10924421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705697959 {#1414
    date: 2024-01-19 21:59:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-it-that-makes-a-grand-piano-sound-better"
  +title: "What is it that makes a grand piano sound better than an upright piano?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727098519 {#1417
    date: 2024-09-23 15:35:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 31808
  -titleTs: "'better':10 'grand':7 'make':5 'piano':8,14 'sound':9 'upright':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705784359
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10924421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705697959 {#1414
    date: 2024-01-19 21:59:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1457
  +user: Proxies\__CG__\App\Entity\User {#1455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Android-Apps"
  +title: "Android Apps"
  +url: null
  +body: """
    Hello again my fellow pirates! I’m trying to search for an apk that its on 4pda and results the captcha are russian numbers handwritten.\n
    \n
    I saw a guide to understand Russian numbers but in 45 minutes no luck understanding the handwriting.\n
    \n
    The thing is that I want the APKS itself to learn how hey patch , so I can learn how they do such thing.\n
    \n
    In the megathread mobilsim has too the app I’m searching, but its outdated.\n
    \n
    Tutorial 4pda: […blogspot.com/…/4pdaru-loginregister-captcha-tuto…](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)\n
    \n
    Cheers\n
    \n
    0
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705697792 {#1464
    date: 2024-01-19 21:56:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 31807
  -titleTs: "'android':1 'app':2"
  -bodyTs: "'/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)':86 '/4pdaru-loginregister-captcha-tuto':83 '0':88 '45':36 '4pda':17,81 'apk':13,50 'app':73 'blogspot.com':82 'captcha':21 'cheer':87 'doorsgeek.blogspot.com':85 'doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)':84 'fellow':4 'guid':29 'handwrit':42 'handwritten':25 'hello':1 'hey':55 'learn':53,60 'luck':39 'm':7,75 'megathread':68 'minut':37 'mobilsim':69 'number':24,33 'outdat':79 'patch':56 'pirat':5 'result':19 'russian':23,32 'saw':27 'search':10,76 'thing':44,65 'tri':8 'tutori':80 'understand':31,40 'want':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705747292
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12671596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705697792 {#1448
    date: 2024-01-19 21:56:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1457
  +user: Proxies\__CG__\App\Entity\User {#1455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Android-Apps"
  +title: "Android Apps"
  +url: null
  +body: """
    Hello again my fellow pirates! I’m trying to search for an apk that its on 4pda and results the captcha are russian numbers handwritten.\n
    \n
    I saw a guide to understand Russian numbers but in 45 minutes no luck understanding the handwriting.\n
    \n
    The thing is that I want the APKS itself to learn how hey patch , so I can learn how they do such thing.\n
    \n
    In the megathread mobilsim has too the app I’m searching, but its outdated.\n
    \n
    Tutorial 4pda: […blogspot.com/…/4pdaru-loginregister-captcha-tuto…](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)\n
    \n
    Cheers\n
    \n
    0
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705697792 {#1464
    date: 2024-01-19 21:56:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 31807
  -titleTs: "'android':1 'app':2"
  -bodyTs: "'/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)':86 '/4pdaru-loginregister-captcha-tuto':83 '0':88 '45':36 '4pda':17,81 'apk':13,50 'app':73 'blogspot.com':82 'captcha':21 'cheer':87 'doorsgeek.blogspot.com':85 'doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)':84 'fellow':4 'guid':29 'handwrit':42 'handwritten':25 'hello':1 'hey':55 'learn':53,60 'luck':39 'm':7,75 'megathread':68 'minut':37 'mobilsim':69 'number':24,33 'outdat':79 'patch':56 'pirat':5 'result':19 'russian':23,32 'saw':27 'search':10,76 'thing':44,65 'tri':8 'tutori':80 'understand':31,40 'want':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705747292
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12671596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705697792 {#1448
    date: 2024-01-19 21:56:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1457
  +user: Proxies\__CG__\App\Entity\User {#1455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Android-Apps"
  +title: "Android Apps"
  +url: null
  +body: """
    Hello again my fellow pirates! I’m trying to search for an apk that its on 4pda and results the captcha are russian numbers handwritten.\n
    \n
    I saw a guide to understand Russian numbers but in 45 minutes no luck understanding the handwriting.\n
    \n
    The thing is that I want the APKS itself to learn how hey patch , so I can learn how they do such thing.\n
    \n
    In the megathread mobilsim has too the app I’m searching, but its outdated.\n
    \n
    Tutorial 4pda: […blogspot.com/…/4pdaru-loginregister-captcha-tuto…](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)\n
    \n
    Cheers\n
    \n
    0
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705697792 {#1464
    date: 2024-01-19 21:56:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 31807
  -titleTs: "'android':1 'app':2"
  -bodyTs: "'/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)':86 '/4pdaru-loginregister-captcha-tuto':83 '0':88 '45':36 '4pda':17,81 'apk':13,50 'app':73 'blogspot.com':82 'captcha':21 'cheer':87 'doorsgeek.blogspot.com':85 'doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html?m=1)':84 'fellow':4 'guid':29 'handwrit':42 'handwritten':25 'hello':1 'hey':55 'learn':53,60 'luck':39 'm':7,75 'megathread':68 'minut':37 'mobilsim':69 'number':24,33 'outdat':79 'patch':56 'pirat':5 'result':19 'russian':23,32 'saw':27 'search':10,76 'thing':44,65 'tri':8 'tutori':80 'understand':31,40 'want':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705747292
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12671596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705697792 {#1448
    date: 2024-01-19 21:56:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\Entry {#1440
  +user: Proxies\__CG__\App\Entity\User {#1438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
  +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 111
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728704367 {#1434
    date: 2024-10-12 05:39:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1429 …}
  +votes: Doctrine\ORM\PersistentCollection {#1694 …}
  +reports: Doctrine\ORM\PersistentCollection {#1700 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1697 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1690 …}
  +badges: Doctrine\ORM\PersistentCollection {#1696 …}
  +children: []
  -id: 31804
  -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705783031
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705696631 {#1431
    date: 2024-01-19 21:37:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1440
  +user: Proxies\__CG__\App\Entity\User {#1438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
  +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 111
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728704367 {#1434
    date: 2024-10-12 05:39:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1429 …}
  +votes: Doctrine\ORM\PersistentCollection {#1694 …}
  +reports: Doctrine\ORM\PersistentCollection {#1700 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1697 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1690 …}
  +badges: Doctrine\ORM\PersistentCollection {#1696 …}
  +children: []
  -id: 31804
  -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705783031
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705696631 {#1431
    date: 2024-01-19 21:37:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1440
  +user: Proxies\__CG__\App\Entity\User {#1438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
  +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 111
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728704367 {#1434
    date: 2024-10-12 05:39:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1429 …}
  +votes: Doctrine\ORM\PersistentCollection {#1694 …}
  +reports: Doctrine\ORM\PersistentCollection {#1700 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1697 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1690 …}
  +badges: Doctrine\ORM\PersistentCollection {#1696 …}
  +children: []
  -id: 31804
  -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705783031
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705696631 {#1431
    date: 2024-01-19 21:37:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\Entry {#1609
  +user: Proxies\__CG__\App\Entity\User {#1606 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-Coffee-and-Tea-station-A-work-in-progress"
  +title: "My Coffee and Tea station (A work in progress)"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726900608 {#1595
    date: 2024-09-21 08:36:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1612 …}
  +votes: Doctrine\ORM\PersistentCollection {#1743 …}
  +reports: Doctrine\ORM\PersistentCollection {#1744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1645 …}
  +badges: Doctrine\ORM\PersistentCollection {#1641 …}
  +children: []
  -id: 31803
  -titleTs: "'coffe':2 'progress':9 'station':5 'tea':4 'work':7"
  -bodyTs: "'/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705746957
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705695957 {#1610
    date: 2024-01-19 21:25:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1609
  +user: Proxies\__CG__\App\Entity\User {#1606 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-Coffee-and-Tea-station-A-work-in-progress"
  +title: "My Coffee and Tea station (A work in progress)"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726900608 {#1595
    date: 2024-09-21 08:36:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1612 …}
  +votes: Doctrine\ORM\PersistentCollection {#1743 …}
  +reports: Doctrine\ORM\PersistentCollection {#1744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1645 …}
  +badges: Doctrine\ORM\PersistentCollection {#1641 …}
  +children: []
  -id: 31803
  -titleTs: "'coffe':2 'progress':9 'station':5 'tea':4 'work':7"
  -bodyTs: "'/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705746957
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705695957 {#1610
    date: 2024-01-19 21:25:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1609
  +user: Proxies\__CG__\App\Entity\User {#1606 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-Coffee-and-Tea-station-A-work-in-progress"
  +title: "My Coffee and Tea station (A work in progress)"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726900608 {#1595
    date: 2024-09-21 08:36:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1612 …}
  +votes: Doctrine\ORM\PersistentCollection {#1743 …}
  +reports: Doctrine\ORM\PersistentCollection {#1744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1645 …}
  +badges: Doctrine\ORM\PersistentCollection {#1641 …}
  +children: []
  -id: 31803
  -titleTs: "'coffe':2 'progress':9 'station':5 'tea':4 'work':7"
  -bodyTs: "'/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/0b9dfc3b-ada9-4c99-bf42-bd5cab446705.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705746957
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705695957 {#1610
    date: 2024-01-19 21:25:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\Entry {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-can-I-search-x1337-probably"
  +title: "How can I search x1337 probably?"
  +url: null
  +body: "How can I search x1337 probably I’m after Tigole and Silence releases for QXR but each time I search for something I don’t get results why? Do you have other alternatives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726962314 {#1665
    date: 2024-09-22 01:45:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 31798
  -titleTs: "'probabl':6 'search':4 'x1337':5"
  -bodyTs: "'altern':33 'get':26 'm':8 'probabl':6 'qxr':15 'releas':13 'result':27 'search':4,20 'silenc':12 'someth':22 'tigol':10 'time':18 'x1337':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705779589
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12666999"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705693189 {#1675
    date: 2024-01-19 20:39:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-can-I-search-x1337-probably"
  +title: "How can I search x1337 probably?"
  +url: null
  +body: "How can I search x1337 probably I’m after Tigole and Silence releases for QXR but each time I search for something I don’t get results why? Do you have other alternatives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726962314 {#1665
    date: 2024-09-22 01:45:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 31798
  -titleTs: "'probabl':6 'search':4 'x1337':5"
  -bodyTs: "'altern':33 'get':26 'm':8 'probabl':6 'qxr':15 'releas':13 'result':27 'search':4,20 'silenc':12 'someth':22 'tigol':10 'time':18 'x1337':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705779589
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12666999"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705693189 {#1675
    date: 2024-01-19 20:39:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-can-I-search-x1337-probably"
  +title: "How can I search x1337 probably?"
  +url: null
  +body: "How can I search x1337 probably I’m after Tigole and Silence releases for QXR but each time I search for something I don’t get results why? Do you have other alternatives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726962314 {#1665
    date: 2024-09-22 01:45:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 31798
  -titleTs: "'probabl':6 'search':4 'x1337':5"
  -bodyTs: "'altern':33 'get':26 'm':8 'probabl':6 'qxr':15 'releas':13 'result':27 'search':4,20 'silenc':12 'someth':22 'tigol':10 'time':18 'x1337':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705779589
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12666999"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705693189 {#1675
    date: 2024-01-19 20:39:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\Entry {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Discussion-What-is-are-your-favorite-commercial-sauces"
  +title: "[Discussion] What is/are your favorite commercial sauces?"
  +url: null
  +body: """
    Any kind: Tomato, Alfredo, peanut. Anything you could put on pasta, rice, or other carbs. Just want to know which brands are good.\n
    \n
    I usually make sauces from scratch, but I’m trying to reduce my workload by having some store-bought meals. I don’t tend to care for sauce in a jar, but maybe you guys know some good ones.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728842054 {#1654
    date: 2024-10-13 19:54:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 31789
  -titleTs: "'commerci':6 'discuss':1 'favorit':5 'is/are':3 'sauc':7"
  -bodyTs: "'alfredo':4 'anyth':6 'bought':43 'brand':21 'carb':15 'care':50 'could':8 'good':23,62 'guy':59 'jar':55 'kind':2 'know':19,60 'm':32 'make':26 'mayb':57 'meal':44 'one':63 'pasta':11 'peanut':5 'put':9 'reduc':35 'rice':12 'sauc':27,52 'scratch':29 'store':42 'store-bought':41 'tend':48 'tomato':3 'tri':33 'usual':25 'want':17 'workload':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705775955
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10919587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705689555 {#1652
    date: 2024-01-19 19:39:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Discussion-What-is-are-your-favorite-commercial-sauces"
  +title: "[Discussion] What is/are your favorite commercial sauces?"
  +url: null
  +body: """
    Any kind: Tomato, Alfredo, peanut. Anything you could put on pasta, rice, or other carbs. Just want to know which brands are good.\n
    \n
    I usually make sauces from scratch, but I’m trying to reduce my workload by having some store-bought meals. I don’t tend to care for sauce in a jar, but maybe you guys know some good ones.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728842054 {#1654
    date: 2024-10-13 19:54:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 31789
  -titleTs: "'commerci':6 'discuss':1 'favorit':5 'is/are':3 'sauc':7"
  -bodyTs: "'alfredo':4 'anyth':6 'bought':43 'brand':21 'carb':15 'care':50 'could':8 'good':23,62 'guy':59 'jar':55 'kind':2 'know':19,60 'm':32 'make':26 'mayb':57 'meal':44 'one':63 'pasta':11 'peanut':5 'put':9 'reduc':35 'rice':12 'sauc':27,52 'scratch':29 'store':42 'store-bought':41 'tend':48 'tomato':3 'tri':33 'usual':25 'want':17 'workload':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705775955
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10919587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705689555 {#1652
    date: 2024-01-19 19:39:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Discussion-What-is-are-your-favorite-commercial-sauces"
  +title: "[Discussion] What is/are your favorite commercial sauces?"
  +url: null
  +body: """
    Any kind: Tomato, Alfredo, peanut. Anything you could put on pasta, rice, or other carbs. Just want to know which brands are good.\n
    \n
    I usually make sauces from scratch, but I’m trying to reduce my workload by having some store-bought meals. I don’t tend to care for sauce in a jar, but maybe you guys know some good ones.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728842054 {#1654
    date: 2024-10-13 19:54:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 31789
  -titleTs: "'commerci':6 'discuss':1 'favorit':5 'is/are':3 'sauc':7"
  -bodyTs: "'alfredo':4 'anyth':6 'bought':43 'brand':21 'carb':15 'care':50 'could':8 'good':23,62 'guy':59 'jar':55 'kind':2 'know':19,60 'm':32 'make':26 'mayb':57 'meal':44 'one':63 'pasta':11 'peanut':5 'put':9 'reduc':35 'rice':12 'sauc':27,52 'scratch':29 'store':42 'store-bought':41 'tend':48 'tomato':3 'tri':33 'usual':25 'want':17 'workload':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705775955
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10919587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705689555 {#1652
    date: 2024-01-19 19:39:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details