GET https://kbin.spritesserver.nl/index.php/u/@Auli@lemmy.ca/active?p=3

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.81 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.04 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
Proxies\__CG__\App\Entity\Entry {#1707
  +user: Proxies\__CG__\App\Entity\User {#2314 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "I-think-Wayland-should-have-been-approached-differently"
  +title: "I think Wayland should have been approached differently"
  +url: null
  +body: """
    Now, I really like Wayland, and it’s definitely better than the mess that is X11\n
    \n
    BUT\n
    \n
    I think the approach to Wayland is entirely wrong. There should be a unified backend/base for building compositors, something like universal wlroots, so that applications dealing with things like setting wallpapers don’t have to worry about supporting GNOME, Plasma, Wlroots, AND Smithay (when COSMIC comes out). How about a universal Wayland protocol implementation that compositors are built on? That way, the developers of, say, wayshot, a screenshot utility, can be sure their program works across all Wayland compositors.\n
    \n
    Currently, the lower-level work for creating a compositor has been done by all four of the GNOME, KDE, Wlroots and Smithay projects. To me, that’s just replication of work and resources. Surely if all standalone compositors, as well as the XFCE desktop want to, and use wlroots, the GNOME and KDE teams could have done the same instead of replicating effort and wasting time and resources, causing useless separation in the process?\n
    \n
    Am I missing something? Surely doing something like that would be better?\n
    \n
    The issue with X11 is that it got big and bloated, and unmaintainable, containing useless code. None of these desktops use that useless code, still in X from the time where 20 machines were all connected to 1 mainframe. So why not just use the lean and maintainable wlroots, making things easier for some app developers? And if wlroots follows in the footsteps of X11, we can move to another implementation of the Wayland protocols. The advantage of Wayland is that it is a set of protocols on how to make a compositor that acts as a display server. If all the current Wayland implementations disappear, or if they become abandoned, unmaintained, or unmaintainable, all the Wayland apps like Calendars, file managers and other programs that don’t affect the compositor itself would keep on working on any Wayland implementation. That’s the advantage for the developers of such applications. But what about other programs? Theme changers, Wallpaper switchers etc? They would need to be remade for different Wayland implementations. With a unified framework, we could remove this issue. I think that for some things, the Linux desktop needs some unity, and this is one of these things. Another thing would be flatpak for desktop applications and eventually nix and similar projects for lower-level programs on immutable distros. But that’s a topic for another day. Anyways, do you agree with my opinion on Wayland or not? And why? Thank you for reading.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719060188 {#2054
    date: 2024-06-22 14:43:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2099 …}
  +reports: Doctrine\ORM\PersistentCollection {#2108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
  +badges: Doctrine\ORM\PersistentCollection {#2106 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: "X is bad code and to hard to maintain. You do know the people developing Wayland are the same ones who developed X11? I think their biggest issue is they should have called it X12 or something so people new it was the successor to X11."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695037957 {#1739
        date: 2023-09-18 13:52:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theshatterstone54@feddit.uk"
        "@ExLisper@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 289371
      -bodyTs: "'bad':3 'biggest':27 'call':33 'code':4 'develop':15,22 'hard':7 'issu':28 'know':12 'maintain':9 'new':40 'one':20 'peopl':14,39 'someth':37 'successor':44 'think':25 'wayland':16 'x':1 'x11':23,46 'x12':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3177745"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695037957 {#1741
        date: 2023-09-18 13:52:37.0 +02:00
      }
      +"title": 289371
    }
  ]
  -id: 16583
  -titleTs: "'approach':7 'differ':8 'think':2 'wayland':3"
  -bodyTs: "'1':221 '20':215 'abandon':294 'across':93 'act':278 'advantag':260,327 'affect':312 'agre':415 'anoth':253,382,410 'anyway':412 'app':238,301 'applic':42,333,389 'approach':21 'backend/base':32 'becom':293 'better':10,183 'big':192 'bloat':194 'build':34 'built':75 'calendar':303 'caus':166 'changer':340 'code':199,207 'come':63 'compositor':35,73,96,106,135,276,314 'connect':219 'contain':197 'cosmic':62 'could':152,359 'creat':104 'current':97,286 'day':411 'deal':43 'definit':9 'desktop':141,203,371,388 'develop':80,239,330 'differ':351 'disappear':289 'display':281 'distro':403 'done':109,154 'easier':235 'effort':160 'entir':25 'etc':343 'eventu':391 'file':304 'flatpak':386 'follow':243 'footstep':246 'four':112 'framework':357 'gnome':56,115,148 'got':191 'immut':402 'implement':71,254,288,323,353 'instead':157 'issu':185,362 'kde':116,150 'keep':317 'lean':229 'level':101,399 'like':4,37,46,179,302 'linux':370 'lower':100,398 'lower-level':99,397 'machin':216 'mainfram':222 'maintain':231 'make':233,274 'manag':305 'mess':13 'miss':174 'move':251 'need':346,372 'nix':392 'none':200 'one':378 'opinion':418 'plasma':57 'process':171 'program':91,308,338,400 'project':120,395 'protocol':70,258,270 'read':428 'realli':3 'remad':349 'remov':360 'replic':126,159 'resourc':130,165 'say':82 'screenshot':85 'separ':168 'server':282 'set':47,268 'similar':394 'smithay':60,119 'someth':36,175,178 'standalon':134 'still':208 'support':55 'sure':89,131,176 'switcher':342 'team':151 'thank':425 'theme':339 'thing':45,234,368,381,383 'think':19,364 'time':163,213 'topic':408 'unifi':31,356 'uniti':374 'univers':38,68 'unmaintain':196,295,297 'use':145,204,227 'useless':167,198,206 'util':86 'wallpap':48,341 'want':142 'wast':162 'way':78 'wayland':5,23,69,95,257,262,287,300,322,352,420 'wayshot':83 'well':137 'wlroot':39,58,117,146,232,242 'work':92,102,128,319 'worri':53 'would':181,316,345,384 'wrong':26 'x':210 'x11':16,187,248 'xfce':140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694913844
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/2410157"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694894344 {#2070
    date: 2023-09-16 21:59:04.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1707
  +user: Proxies\__CG__\App\Entity\User {#2314 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "I-think-Wayland-should-have-been-approached-differently"
  +title: "I think Wayland should have been approached differently"
  +url: null
  +body: """
    Now, I really like Wayland, and it’s definitely better than the mess that is X11\n
    \n
    BUT\n
    \n
    I think the approach to Wayland is entirely wrong. There should be a unified backend/base for building compositors, something like universal wlroots, so that applications dealing with things like setting wallpapers don’t have to worry about supporting GNOME, Plasma, Wlroots, AND Smithay (when COSMIC comes out). How about a universal Wayland protocol implementation that compositors are built on? That way, the developers of, say, wayshot, a screenshot utility, can be sure their program works across all Wayland compositors.\n
    \n
    Currently, the lower-level work for creating a compositor has been done by all four of the GNOME, KDE, Wlroots and Smithay projects. To me, that’s just replication of work and resources. Surely if all standalone compositors, as well as the XFCE desktop want to, and use wlroots, the GNOME and KDE teams could have done the same instead of replicating effort and wasting time and resources, causing useless separation in the process?\n
    \n
    Am I missing something? Surely doing something like that would be better?\n
    \n
    The issue with X11 is that it got big and bloated, and unmaintainable, containing useless code. None of these desktops use that useless code, still in X from the time where 20 machines were all connected to 1 mainframe. So why not just use the lean and maintainable wlroots, making things easier for some app developers? And if wlroots follows in the footsteps of X11, we can move to another implementation of the Wayland protocols. The advantage of Wayland is that it is a set of protocols on how to make a compositor that acts as a display server. If all the current Wayland implementations disappear, or if they become abandoned, unmaintained, or unmaintainable, all the Wayland apps like Calendars, file managers and other programs that don’t affect the compositor itself would keep on working on any Wayland implementation. That’s the advantage for the developers of such applications. But what about other programs? Theme changers, Wallpaper switchers etc? They would need to be remade for different Wayland implementations. With a unified framework, we could remove this issue. I think that for some things, the Linux desktop needs some unity, and this is one of these things. Another thing would be flatpak for desktop applications and eventually nix and similar projects for lower-level programs on immutable distros. But that’s a topic for another day. Anyways, do you agree with my opinion on Wayland or not? And why? Thank you for reading.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719060188 {#2054
    date: 2024-06-22 14:43:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2099 …}
  +reports: Doctrine\ORM\PersistentCollection {#2108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
  +badges: Doctrine\ORM\PersistentCollection {#2106 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: "X is bad code and to hard to maintain. You do know the people developing Wayland are the same ones who developed X11? I think their biggest issue is they should have called it X12 or something so people new it was the successor to X11."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695037957 {#1739
        date: 2023-09-18 13:52:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theshatterstone54@feddit.uk"
        "@ExLisper@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 289371
      -bodyTs: "'bad':3 'biggest':27 'call':33 'code':4 'develop':15,22 'hard':7 'issu':28 'know':12 'maintain':9 'new':40 'one':20 'peopl':14,39 'someth':37 'successor':44 'think':25 'wayland':16 'x':1 'x11':23,46 'x12':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3177745"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695037957 {#1741
        date: 2023-09-18 13:52:37.0 +02:00
      }
      +"title": 289371
    }
  ]
  -id: 16583
  -titleTs: "'approach':7 'differ':8 'think':2 'wayland':3"
  -bodyTs: "'1':221 '20':215 'abandon':294 'across':93 'act':278 'advantag':260,327 'affect':312 'agre':415 'anoth':253,382,410 'anyway':412 'app':238,301 'applic':42,333,389 'approach':21 'backend/base':32 'becom':293 'better':10,183 'big':192 'bloat':194 'build':34 'built':75 'calendar':303 'caus':166 'changer':340 'code':199,207 'come':63 'compositor':35,73,96,106,135,276,314 'connect':219 'contain':197 'cosmic':62 'could':152,359 'creat':104 'current':97,286 'day':411 'deal':43 'definit':9 'desktop':141,203,371,388 'develop':80,239,330 'differ':351 'disappear':289 'display':281 'distro':403 'done':109,154 'easier':235 'effort':160 'entir':25 'etc':343 'eventu':391 'file':304 'flatpak':386 'follow':243 'footstep':246 'four':112 'framework':357 'gnome':56,115,148 'got':191 'immut':402 'implement':71,254,288,323,353 'instead':157 'issu':185,362 'kde':116,150 'keep':317 'lean':229 'level':101,399 'like':4,37,46,179,302 'linux':370 'lower':100,398 'lower-level':99,397 'machin':216 'mainfram':222 'maintain':231 'make':233,274 'manag':305 'mess':13 'miss':174 'move':251 'need':346,372 'nix':392 'none':200 'one':378 'opinion':418 'plasma':57 'process':171 'program':91,308,338,400 'project':120,395 'protocol':70,258,270 'read':428 'realli':3 'remad':349 'remov':360 'replic':126,159 'resourc':130,165 'say':82 'screenshot':85 'separ':168 'server':282 'set':47,268 'similar':394 'smithay':60,119 'someth':36,175,178 'standalon':134 'still':208 'support':55 'sure':89,131,176 'switcher':342 'team':151 'thank':425 'theme':339 'thing':45,234,368,381,383 'think':19,364 'time':163,213 'topic':408 'unifi':31,356 'uniti':374 'univers':38,68 'unmaintain':196,295,297 'use':145,204,227 'useless':167,198,206 'util':86 'wallpap':48,341 'want':142 'wast':162 'way':78 'wayland':5,23,69,95,257,262,287,300,322,352,420 'wayshot':83 'well':137 'wlroot':39,58,117,146,232,242 'work':92,102,128,319 'worri':53 'would':181,316,345,384 'wrong':26 'x':210 'x11':16,187,248 'xfce':140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694913844
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/2410157"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694894344 {#2070
    date: 2023-09-16 21:59:04.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1707
  +user: Proxies\__CG__\App\Entity\User {#2314 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "I-think-Wayland-should-have-been-approached-differently"
  +title: "I think Wayland should have been approached differently"
  +url: null
  +body: """
    Now, I really like Wayland, and it’s definitely better than the mess that is X11\n
    \n
    BUT\n
    \n
    I think the approach to Wayland is entirely wrong. There should be a unified backend/base for building compositors, something like universal wlroots, so that applications dealing with things like setting wallpapers don’t have to worry about supporting GNOME, Plasma, Wlroots, AND Smithay (when COSMIC comes out). How about a universal Wayland protocol implementation that compositors are built on? That way, the developers of, say, wayshot, a screenshot utility, can be sure their program works across all Wayland compositors.\n
    \n
    Currently, the lower-level work for creating a compositor has been done by all four of the GNOME, KDE, Wlroots and Smithay projects. To me, that’s just replication of work and resources. Surely if all standalone compositors, as well as the XFCE desktop want to, and use wlroots, the GNOME and KDE teams could have done the same instead of replicating effort and wasting time and resources, causing useless separation in the process?\n
    \n
    Am I missing something? Surely doing something like that would be better?\n
    \n
    The issue with X11 is that it got big and bloated, and unmaintainable, containing useless code. None of these desktops use that useless code, still in X from the time where 20 machines were all connected to 1 mainframe. So why not just use the lean and maintainable wlroots, making things easier for some app developers? And if wlroots follows in the footsteps of X11, we can move to another implementation of the Wayland protocols. The advantage of Wayland is that it is a set of protocols on how to make a compositor that acts as a display server. If all the current Wayland implementations disappear, or if they become abandoned, unmaintained, or unmaintainable, all the Wayland apps like Calendars, file managers and other programs that don’t affect the compositor itself would keep on working on any Wayland implementation. That’s the advantage for the developers of such applications. But what about other programs? Theme changers, Wallpaper switchers etc? They would need to be remade for different Wayland implementations. With a unified framework, we could remove this issue. I think that for some things, the Linux desktop needs some unity, and this is one of these things. Another thing would be flatpak for desktop applications and eventually nix and similar projects for lower-level programs on immutable distros. But that’s a topic for another day. Anyways, do you agree with my opinion on Wayland or not? And why? Thank you for reading.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719060188 {#2054
    date: 2024-06-22 14:43:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2099 …}
  +reports: Doctrine\ORM\PersistentCollection {#2108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
  +badges: Doctrine\ORM\PersistentCollection {#2106 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: "X is bad code and to hard to maintain. You do know the people developing Wayland are the same ones who developed X11? I think their biggest issue is they should have called it X12 or something so people new it was the successor to X11."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695037957 {#1739
        date: 2023-09-18 13:52:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theshatterstone54@feddit.uk"
        "@ExLisper@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 289371
      -bodyTs: "'bad':3 'biggest':27 'call':33 'code':4 'develop':15,22 'hard':7 'issu':28 'know':12 'maintain':9 'new':40 'one':20 'peopl':14,39 'someth':37 'successor':44 'think':25 'wayland':16 'x':1 'x11':23,46 'x12':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3177745"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695037957 {#1741
        date: 2023-09-18 13:52:37.0 +02:00
      }
      +"title": 289371
    }
  ]
  -id: 16583
  -titleTs: "'approach':7 'differ':8 'think':2 'wayland':3"
  -bodyTs: "'1':221 '20':215 'abandon':294 'across':93 'act':278 'advantag':260,327 'affect':312 'agre':415 'anoth':253,382,410 'anyway':412 'app':238,301 'applic':42,333,389 'approach':21 'backend/base':32 'becom':293 'better':10,183 'big':192 'bloat':194 'build':34 'built':75 'calendar':303 'caus':166 'changer':340 'code':199,207 'come':63 'compositor':35,73,96,106,135,276,314 'connect':219 'contain':197 'cosmic':62 'could':152,359 'creat':104 'current':97,286 'day':411 'deal':43 'definit':9 'desktop':141,203,371,388 'develop':80,239,330 'differ':351 'disappear':289 'display':281 'distro':403 'done':109,154 'easier':235 'effort':160 'entir':25 'etc':343 'eventu':391 'file':304 'flatpak':386 'follow':243 'footstep':246 'four':112 'framework':357 'gnome':56,115,148 'got':191 'immut':402 'implement':71,254,288,323,353 'instead':157 'issu':185,362 'kde':116,150 'keep':317 'lean':229 'level':101,399 'like':4,37,46,179,302 'linux':370 'lower':100,398 'lower-level':99,397 'machin':216 'mainfram':222 'maintain':231 'make':233,274 'manag':305 'mess':13 'miss':174 'move':251 'need':346,372 'nix':392 'none':200 'one':378 'opinion':418 'plasma':57 'process':171 'program':91,308,338,400 'project':120,395 'protocol':70,258,270 'read':428 'realli':3 'remad':349 'remov':360 'replic':126,159 'resourc':130,165 'say':82 'screenshot':85 'separ':168 'server':282 'set':47,268 'similar':394 'smithay':60,119 'someth':36,175,178 'standalon':134 'still':208 'support':55 'sure':89,131,176 'switcher':342 'team':151 'thank':425 'theme':339 'thing':45,234,368,381,383 'think':19,364 'time':163,213 'topic':408 'unifi':31,356 'uniti':374 'univers':38,68 'unmaintain':196,295,297 'use':145,204,227 'useless':167,198,206 'util':86 'wallpap':48,341 'want':142 'wast':162 'way':78 'wayland':5,23,69,95,257,262,287,300,322,352,420 'wayshot':83 'well':137 'wlroot':39,58,117,146,232,242 'work':92,102,128,319 'worri':53 'would':181,316,345,384 'wrong':26 'x':210 'x11':16,187,248 'xfce':140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694913844
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/2410157"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694894344 {#2070
    date: 2023-09-16 21:59:04.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1740
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2314 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "I-think-Wayland-should-have-been-approached-differently"
    +title: "I think Wayland should have been approached differently"
    +url: null
    +body: """
      Now, I really like Wayland, and it’s definitely better than the mess that is X11\n
      \n
      BUT\n
      \n
      I think the approach to Wayland is entirely wrong. There should be a unified backend/base for building compositors, something like universal wlroots, so that applications dealing with things like setting wallpapers don’t have to worry about supporting GNOME, Plasma, Wlroots, AND Smithay (when COSMIC comes out). How about a universal Wayland protocol implementation that compositors are built on? That way, the developers of, say, wayshot, a screenshot utility, can be sure their program works across all Wayland compositors.\n
      \n
      Currently, the lower-level work for creating a compositor has been done by all four of the GNOME, KDE, Wlroots and Smithay projects. To me, that’s just replication of work and resources. Surely if all standalone compositors, as well as the XFCE desktop want to, and use wlroots, the GNOME and KDE teams could have done the same instead of replicating effort and wasting time and resources, causing useless separation in the process?\n
      \n
      Am I missing something? Surely doing something like that would be better?\n
      \n
      The issue with X11 is that it got big and bloated, and unmaintainable, containing useless code. None of these desktops use that useless code, still in X from the time where 20 machines were all connected to 1 mainframe. So why not just use the lean and maintainable wlroots, making things easier for some app developers? And if wlroots follows in the footsteps of X11, we can move to another implementation of the Wayland protocols. The advantage of Wayland is that it is a set of protocols on how to make a compositor that acts as a display server. If all the current Wayland implementations disappear, or if they become abandoned, unmaintained, or unmaintainable, all the Wayland apps like Calendars, file managers and other programs that don’t affect the compositor itself would keep on working on any Wayland implementation. That’s the advantage for the developers of such applications. But what about other programs? Theme changers, Wallpaper switchers etc? They would need to be remade for different Wayland implementations. With a unified framework, we could remove this issue. I think that for some things, the Linux desktop needs some unity, and this is one of these things. Another thing would be flatpak for desktop applications and eventually nix and similar projects for lower-level programs on immutable distros. But that’s a topic for another day. Anyways, do you agree with my opinion on Wayland or not? And why? Thank you for reading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719060188 {#2054
      date: 2024-06-22 14:43:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2041 …}
    +votes: Doctrine\ORM\PersistentCollection {#2099 …}
    +reports: Doctrine\ORM\PersistentCollection {#2108 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
    +badges: Doctrine\ORM\PersistentCollection {#2106 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 16583
    -titleTs: "'approach':7 'differ':8 'think':2 'wayland':3"
    -bodyTs: "'1':221 '20':215 'abandon':294 'across':93 'act':278 'advantag':260,327 'affect':312 'agre':415 'anoth':253,382,410 'anyway':412 'app':238,301 'applic':42,333,389 'approach':21 'backend/base':32 'becom':293 'better':10,183 'big':192 'bloat':194 'build':34 'built':75 'calendar':303 'caus':166 'changer':340 'code':199,207 'come':63 'compositor':35,73,96,106,135,276,314 'connect':219 'contain':197 'cosmic':62 'could':152,359 'creat':104 'current':97,286 'day':411 'deal':43 'definit':9 'desktop':141,203,371,388 'develop':80,239,330 'differ':351 'disappear':289 'display':281 'distro':403 'done':109,154 'easier':235 'effort':160 'entir':25 'etc':343 'eventu':391 'file':304 'flatpak':386 'follow':243 'footstep':246 'four':112 'framework':357 'gnome':56,115,148 'got':191 'immut':402 'implement':71,254,288,323,353 'instead':157 'issu':185,362 'kde':116,150 'keep':317 'lean':229 'level':101,399 'like':4,37,46,179,302 'linux':370 'lower':100,398 'lower-level':99,397 'machin':216 'mainfram':222 'maintain':231 'make':233,274 'manag':305 'mess':13 'miss':174 'move':251 'need':346,372 'nix':392 'none':200 'one':378 'opinion':418 'plasma':57 'process':171 'program':91,308,338,400 'project':120,395 'protocol':70,258,270 'read':428 'realli':3 'remad':349 'remov':360 'replic':126,159 'resourc':130,165 'say':82 'screenshot':85 'separ':168 'server':282 'set':47,268 'similar':394 'smithay':60,119 'someth':36,175,178 'standalon':134 'still':208 'support':55 'sure':89,131,176 'switcher':342 'team':151 'thank':425 'theme':339 'thing':45,234,368,381,383 'think':19,364 'time':163,213 'topic':408 'unifi':31,356 'uniti':374 'univers':38,68 'unmaintain':196,295,297 'use':145,204,227 'useless':167,198,206 'util':86 'wallpap':48,341 'want':142 'wast':162 'way':78 'wayland':5,23,69,95,257,262,287,300,322,352,420 'wayshot':83 'well':137 'wlroot':39,58,117,146,232,242 'work':92,102,128,319 'worri':53 'would':181,316,345,384 'wrong':26 'x':210 'x11':16,187,248 'xfce':140"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694913844
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/2410157"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694894344 {#2070
      date: 2023-09-16 21:59:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: "X is bad code and to hard to maintain. You do know the people developing Wayland are the same ones who developed X11? I think their biggest issue is they should have called it X12 or something so people new it was the successor to X11."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695037957 {#1739
    date: 2023-09-18 13:52:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theshatterstone54@feddit.uk"
    "@ExLisper@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 289371
  -bodyTs: "'bad':3 'biggest':27 'call':33 'code':4 'develop':15,22 'hard':7 'issu':28 'know':12 'maintain':9 'new':40 'one':20 'peopl':14,39 'someth':37 'successor':44 'think':25 'wayland':16 'x':1 'x11':23,46 'x12':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3177745"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695037957 {#1741
    date: 2023-09-18 13:52:37.0 +02:00
  }
  +"title": 289371
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
7 DENIED edit
App\Entity\EntryComment {#1740
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2314 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "I-think-Wayland-should-have-been-approached-differently"
    +title: "I think Wayland should have been approached differently"
    +url: null
    +body: """
      Now, I really like Wayland, and it’s definitely better than the mess that is X11\n
      \n
      BUT\n
      \n
      I think the approach to Wayland is entirely wrong. There should be a unified backend/base for building compositors, something like universal wlroots, so that applications dealing with things like setting wallpapers don’t have to worry about supporting GNOME, Plasma, Wlroots, AND Smithay (when COSMIC comes out). How about a universal Wayland protocol implementation that compositors are built on? That way, the developers of, say, wayshot, a screenshot utility, can be sure their program works across all Wayland compositors.\n
      \n
      Currently, the lower-level work for creating a compositor has been done by all four of the GNOME, KDE, Wlroots and Smithay projects. To me, that’s just replication of work and resources. Surely if all standalone compositors, as well as the XFCE desktop want to, and use wlroots, the GNOME and KDE teams could have done the same instead of replicating effort and wasting time and resources, causing useless separation in the process?\n
      \n
      Am I missing something? Surely doing something like that would be better?\n
      \n
      The issue with X11 is that it got big and bloated, and unmaintainable, containing useless code. None of these desktops use that useless code, still in X from the time where 20 machines were all connected to 1 mainframe. So why not just use the lean and maintainable wlroots, making things easier for some app developers? And if wlroots follows in the footsteps of X11, we can move to another implementation of the Wayland protocols. The advantage of Wayland is that it is a set of protocols on how to make a compositor that acts as a display server. If all the current Wayland implementations disappear, or if they become abandoned, unmaintained, or unmaintainable, all the Wayland apps like Calendars, file managers and other programs that don’t affect the compositor itself would keep on working on any Wayland implementation. That’s the advantage for the developers of such applications. But what about other programs? Theme changers, Wallpaper switchers etc? They would need to be remade for different Wayland implementations. With a unified framework, we could remove this issue. I think that for some things, the Linux desktop needs some unity, and this is one of these things. Another thing would be flatpak for desktop applications and eventually nix and similar projects for lower-level programs on immutable distros. But that’s a topic for another day. Anyways, do you agree with my opinion on Wayland or not? And why? Thank you for reading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719060188 {#2054
      date: 2024-06-22 14:43:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2041 …}
    +votes: Doctrine\ORM\PersistentCollection {#2099 …}
    +reports: Doctrine\ORM\PersistentCollection {#2108 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
    +badges: Doctrine\ORM\PersistentCollection {#2106 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 16583
    -titleTs: "'approach':7 'differ':8 'think':2 'wayland':3"
    -bodyTs: "'1':221 '20':215 'abandon':294 'across':93 'act':278 'advantag':260,327 'affect':312 'agre':415 'anoth':253,382,410 'anyway':412 'app':238,301 'applic':42,333,389 'approach':21 'backend/base':32 'becom':293 'better':10,183 'big':192 'bloat':194 'build':34 'built':75 'calendar':303 'caus':166 'changer':340 'code':199,207 'come':63 'compositor':35,73,96,106,135,276,314 'connect':219 'contain':197 'cosmic':62 'could':152,359 'creat':104 'current':97,286 'day':411 'deal':43 'definit':9 'desktop':141,203,371,388 'develop':80,239,330 'differ':351 'disappear':289 'display':281 'distro':403 'done':109,154 'easier':235 'effort':160 'entir':25 'etc':343 'eventu':391 'file':304 'flatpak':386 'follow':243 'footstep':246 'four':112 'framework':357 'gnome':56,115,148 'got':191 'immut':402 'implement':71,254,288,323,353 'instead':157 'issu':185,362 'kde':116,150 'keep':317 'lean':229 'level':101,399 'like':4,37,46,179,302 'linux':370 'lower':100,398 'lower-level':99,397 'machin':216 'mainfram':222 'maintain':231 'make':233,274 'manag':305 'mess':13 'miss':174 'move':251 'need':346,372 'nix':392 'none':200 'one':378 'opinion':418 'plasma':57 'process':171 'program':91,308,338,400 'project':120,395 'protocol':70,258,270 'read':428 'realli':3 'remad':349 'remov':360 'replic':126,159 'resourc':130,165 'say':82 'screenshot':85 'separ':168 'server':282 'set':47,268 'similar':394 'smithay':60,119 'someth':36,175,178 'standalon':134 'still':208 'support':55 'sure':89,131,176 'switcher':342 'team':151 'thank':425 'theme':339 'thing':45,234,368,381,383 'think':19,364 'time':163,213 'topic':408 'unifi':31,356 'uniti':374 'univers':38,68 'unmaintain':196,295,297 'use':145,204,227 'useless':167,198,206 'util':86 'wallpap':48,341 'want':142 'wast':162 'way':78 'wayland':5,23,69,95,257,262,287,300,322,352,420 'wayshot':83 'well':137 'wlroot':39,58,117,146,232,242 'work':92,102,128,319 'worri':53 'would':181,316,345,384 'wrong':26 'x':210 'x11':16,187,248 'xfce':140"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694913844
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/2410157"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694894344 {#2070
      date: 2023-09-16 21:59:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: "X is bad code and to hard to maintain. You do know the people developing Wayland are the same ones who developed X11? I think their biggest issue is they should have called it X12 or something so people new it was the successor to X11."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695037957 {#1739
    date: 2023-09-18 13:52:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theshatterstone54@feddit.uk"
    "@ExLisper@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 289371
  -bodyTs: "'bad':3 'biggest':27 'call':33 'code':4 'develop':15,22 'hard':7 'issu':28 'know':12 'maintain':9 'new':40 'one':20 'peopl':14,39 'someth':37 'successor':44 'think':25 'wayland':16 'x':1 'x11':23,46 'x12':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3177745"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695037957 {#1741
    date: 2023-09-18 13:52:37.0 +02:00
  }
  +"title": 289371
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
8 DENIED moderate
App\Entity\EntryComment {#1740
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2314 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "I-think-Wayland-should-have-been-approached-differently"
    +title: "I think Wayland should have been approached differently"
    +url: null
    +body: """
      Now, I really like Wayland, and it’s definitely better than the mess that is X11\n
      \n
      BUT\n
      \n
      I think the approach to Wayland is entirely wrong. There should be a unified backend/base for building compositors, something like universal wlroots, so that applications dealing with things like setting wallpapers don’t have to worry about supporting GNOME, Plasma, Wlroots, AND Smithay (when COSMIC comes out). How about a universal Wayland protocol implementation that compositors are built on? That way, the developers of, say, wayshot, a screenshot utility, can be sure their program works across all Wayland compositors.\n
      \n
      Currently, the lower-level work for creating a compositor has been done by all four of the GNOME, KDE, Wlroots and Smithay projects. To me, that’s just replication of work and resources. Surely if all standalone compositors, as well as the XFCE desktop want to, and use wlroots, the GNOME and KDE teams could have done the same instead of replicating effort and wasting time and resources, causing useless separation in the process?\n
      \n
      Am I missing something? Surely doing something like that would be better?\n
      \n
      The issue with X11 is that it got big and bloated, and unmaintainable, containing useless code. None of these desktops use that useless code, still in X from the time where 20 machines were all connected to 1 mainframe. So why not just use the lean and maintainable wlroots, making things easier for some app developers? And if wlroots follows in the footsteps of X11, we can move to another implementation of the Wayland protocols. The advantage of Wayland is that it is a set of protocols on how to make a compositor that acts as a display server. If all the current Wayland implementations disappear, or if they become abandoned, unmaintained, or unmaintainable, all the Wayland apps like Calendars, file managers and other programs that don’t affect the compositor itself would keep on working on any Wayland implementation. That’s the advantage for the developers of such applications. But what about other programs? Theme changers, Wallpaper switchers etc? They would need to be remade for different Wayland implementations. With a unified framework, we could remove this issue. I think that for some things, the Linux desktop needs some unity, and this is one of these things. Another thing would be flatpak for desktop applications and eventually nix and similar projects for lower-level programs on immutable distros. But that’s a topic for another day. Anyways, do you agree with my opinion on Wayland or not? And why? Thank you for reading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719060188 {#2054
      date: 2024-06-22 14:43:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2041 …}
    +votes: Doctrine\ORM\PersistentCollection {#2099 …}
    +reports: Doctrine\ORM\PersistentCollection {#2108 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
    +badges: Doctrine\ORM\PersistentCollection {#2106 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 16583
    -titleTs: "'approach':7 'differ':8 'think':2 'wayland':3"
    -bodyTs: "'1':221 '20':215 'abandon':294 'across':93 'act':278 'advantag':260,327 'affect':312 'agre':415 'anoth':253,382,410 'anyway':412 'app':238,301 'applic':42,333,389 'approach':21 'backend/base':32 'becom':293 'better':10,183 'big':192 'bloat':194 'build':34 'built':75 'calendar':303 'caus':166 'changer':340 'code':199,207 'come':63 'compositor':35,73,96,106,135,276,314 'connect':219 'contain':197 'cosmic':62 'could':152,359 'creat':104 'current':97,286 'day':411 'deal':43 'definit':9 'desktop':141,203,371,388 'develop':80,239,330 'differ':351 'disappear':289 'display':281 'distro':403 'done':109,154 'easier':235 'effort':160 'entir':25 'etc':343 'eventu':391 'file':304 'flatpak':386 'follow':243 'footstep':246 'four':112 'framework':357 'gnome':56,115,148 'got':191 'immut':402 'implement':71,254,288,323,353 'instead':157 'issu':185,362 'kde':116,150 'keep':317 'lean':229 'level':101,399 'like':4,37,46,179,302 'linux':370 'lower':100,398 'lower-level':99,397 'machin':216 'mainfram':222 'maintain':231 'make':233,274 'manag':305 'mess':13 'miss':174 'move':251 'need':346,372 'nix':392 'none':200 'one':378 'opinion':418 'plasma':57 'process':171 'program':91,308,338,400 'project':120,395 'protocol':70,258,270 'read':428 'realli':3 'remad':349 'remov':360 'replic':126,159 'resourc':130,165 'say':82 'screenshot':85 'separ':168 'server':282 'set':47,268 'similar':394 'smithay':60,119 'someth':36,175,178 'standalon':134 'still':208 'support':55 'sure':89,131,176 'switcher':342 'team':151 'thank':425 'theme':339 'thing':45,234,368,381,383 'think':19,364 'time':163,213 'topic':408 'unifi':31,356 'uniti':374 'univers':38,68 'unmaintain':196,295,297 'use':145,204,227 'useless':167,198,206 'util':86 'wallpap':48,341 'want':142 'wast':162 'way':78 'wayland':5,23,69,95,257,262,287,300,322,352,420 'wayshot':83 'well':137 'wlroot':39,58,117,146,232,242 'work':92,102,128,319 'worri':53 'would':181,316,345,384 'wrong':26 'x':210 'x11':16,187,248 'xfce':140"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694913844
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/2410157"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694894344 {#2070
      date: 2023-09-16 21:59:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: "X is bad code and to hard to maintain. You do know the people developing Wayland are the same ones who developed X11? I think their biggest issue is they should have called it X12 or something so people new it was the successor to X11."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695037957 {#1739
    date: 2023-09-18 13:52:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theshatterstone54@feddit.uk"
    "@ExLisper@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 289371
  -bodyTs: "'bad':3 'biggest':27 'call':33 'code':4 'develop':15,22 'hard':7 'issu':28 'know':12 'maintain':9 'new':40 'one':20 'peopl':14,39 'someth':37 'successor':44 'think':25 'wayland':16 'x':1 'x11':23,46 'x12':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3177745"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695037957 {#1741
    date: 2023-09-18 13:52:37.0 +02:00
  }
  +"title": 289371
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#1630
  +user: Proxies\__CG__\App\Entity\User {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "PSA-To-people-watching-YouTube-with-AdBlockers"
  +title: "PSA To people watching YouTube with AdBlockers"
  +url: null
  +body: """
    You might have noticed that even on Firefox (depending on your lists) [YouTube may detect uBlock Origin on Firefox now](https://lemmy.dbzer0.com/post/6089078)\n
    \n
    There’s already a workaround (found, again, [here](https://lemmy.dbzer0.com/post/6089078)), but I figured I would use this opportunity to tell people that projects like [Piped](https://github.com/teampiped/piped) and [Invidious](https://invidious.io/) exist, which both allow you to watch YouTube without loading their ads, with improved Privacy and (in the case of Piped) even Geoblocking-Circumvention and SponsorBlock out of the box.\n
    \n
    They’re both great tools, and using something like [LibRedirect](https://libredirect.github.io/) you can even automatically go to Piped or Invidious when clicking/opening a YouTube link (and more).\n
    \n
    Both don’t load ads, but unless changed in the settings Individous may still make connections to Google/YouTube to load the video(s) themselves.\n
    \n
    Bit of a shameless plug for these projects, but I figured this is a really good time to show these projects as I often see people asking what they are in threads on here
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 233
  +favouriteCount: 1226
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697672115 {#2452
    date: 2023-10-19 01:35:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: "I mean people don’t have to watch Youtube. Also all this shit about ads and then blocking them but still watching Youtube does nothing. People actually not using the platform might make a difference."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697250453 {#1616
        date: 2023-10-14 04:27:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rush@lemm.ee"
        "@deweydecibel@lemmy.world"
        "@CileTheSane@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 47608
      -bodyTs: "'actual':27 'ad':15 'also':10 'block':18 'differ':35 'make':33 'mean':2 'might':32 'noth':25 'peopl':3,26 'platform':31 'shit':13 'still':21 'use':29 'watch':8,22 'youtub':9,23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3989862"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697250453 {#1611
        date: 2023-10-14 04:27:33.0 +02:00
      }
      +"title": 47608
    }
  ]
  -id: 5099
  -titleTs: "'adblock':7 'peopl':3 'psa':1 'watch':4 'youtub':5"
  -bodyTs: "'/)':57,101 '/post/6089078)':23 '/post/6089078)),':34 '/teampiped/piped)':52 'ad':69,122 'allow':61 'alreadi':26 'ask':168 'automat':105 'bit':142 'box':88 'case':76 'chang':125 'circumvent':82 'clicking/opening':112 'connect':133 'depend':9 'detect':15 'even':6,79,104 'exist':58 'figur':37,152 'firefox':8,19 'found':29 'geoblock':81 'geoblocking-circumvent':80 'github.com':51 'github.com/teampiped/piped)':50 'go':106 'good':157 'google/youtube':135 'great':92 'improv':71 'individ':129 'invidi':54,110 'invidious.io':56 'invidious.io/)':55 'lemmy.dbzer0.com':22,33 'lemmy.dbzer0.com/post/6089078)':21 'lemmy.dbzer0.com/post/6089078)),':32 'libredirect':98 'libredirect.github.io':100 'libredirect.github.io/)':99 'like':48,97 'link':115 'list':12 'load':67,121,137 'make':132 'may':14,130 'might':2 'notic':4 'often':165 'opportun':42 'origin':17 'peopl':45,167 'pipe':49,78,108 'plug':146 'privaci':72 'project':47,149,162 're':90 'realli':156 'see':166 'set':128 'shameless':145 'show':160 'someth':96 'sponsorblock':84 'still':131 'tell':44 'thread':173 'time':158 'tool':93 'ublock':16 'unless':124 'use':40,95 'video':139 'watch':64 'without':66 'workaround':28 'would':39 'youtub':13,65,114"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697313977
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/11383162"
  +editedAt: DateTimeImmutable @1697460930 {#1402
    date: 2023-10-16 14:55:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697227577 {#1405
    date: 2023-10-13 22:06:17.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1630
  +user: Proxies\__CG__\App\Entity\User {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "PSA-To-people-watching-YouTube-with-AdBlockers"
  +title: "PSA To people watching YouTube with AdBlockers"
  +url: null
  +body: """
    You might have noticed that even on Firefox (depending on your lists) [YouTube may detect uBlock Origin on Firefox now](https://lemmy.dbzer0.com/post/6089078)\n
    \n
    There’s already a workaround (found, again, [here](https://lemmy.dbzer0.com/post/6089078)), but I figured I would use this opportunity to tell people that projects like [Piped](https://github.com/teampiped/piped) and [Invidious](https://invidious.io/) exist, which both allow you to watch YouTube without loading their ads, with improved Privacy and (in the case of Piped) even Geoblocking-Circumvention and SponsorBlock out of the box.\n
    \n
    They’re both great tools, and using something like [LibRedirect](https://libredirect.github.io/) you can even automatically go to Piped or Invidious when clicking/opening a YouTube link (and more).\n
    \n
    Both don’t load ads, but unless changed in the settings Individous may still make connections to Google/YouTube to load the video(s) themselves.\n
    \n
    Bit of a shameless plug for these projects, but I figured this is a really good time to show these projects as I often see people asking what they are in threads on here
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 233
  +favouriteCount: 1226
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697672115 {#2452
    date: 2023-10-19 01:35:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: "I mean people don’t have to watch Youtube. Also all this shit about ads and then blocking them but still watching Youtube does nothing. People actually not using the platform might make a difference."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697250453 {#1616
        date: 2023-10-14 04:27:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rush@lemm.ee"
        "@deweydecibel@lemmy.world"
        "@CileTheSane@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 47608
      -bodyTs: "'actual':27 'ad':15 'also':10 'block':18 'differ':35 'make':33 'mean':2 'might':32 'noth':25 'peopl':3,26 'platform':31 'shit':13 'still':21 'use':29 'watch':8,22 'youtub':9,23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3989862"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697250453 {#1611
        date: 2023-10-14 04:27:33.0 +02:00
      }
      +"title": 47608
    }
  ]
  -id: 5099
  -titleTs: "'adblock':7 'peopl':3 'psa':1 'watch':4 'youtub':5"
  -bodyTs: "'/)':57,101 '/post/6089078)':23 '/post/6089078)),':34 '/teampiped/piped)':52 'ad':69,122 'allow':61 'alreadi':26 'ask':168 'automat':105 'bit':142 'box':88 'case':76 'chang':125 'circumvent':82 'clicking/opening':112 'connect':133 'depend':9 'detect':15 'even':6,79,104 'exist':58 'figur':37,152 'firefox':8,19 'found':29 'geoblock':81 'geoblocking-circumvent':80 'github.com':51 'github.com/teampiped/piped)':50 'go':106 'good':157 'google/youtube':135 'great':92 'improv':71 'individ':129 'invidi':54,110 'invidious.io':56 'invidious.io/)':55 'lemmy.dbzer0.com':22,33 'lemmy.dbzer0.com/post/6089078)':21 'lemmy.dbzer0.com/post/6089078)),':32 'libredirect':98 'libredirect.github.io':100 'libredirect.github.io/)':99 'like':48,97 'link':115 'list':12 'load':67,121,137 'make':132 'may':14,130 'might':2 'notic':4 'often':165 'opportun':42 'origin':17 'peopl':45,167 'pipe':49,78,108 'plug':146 'privaci':72 'project':47,149,162 're':90 'realli':156 'see':166 'set':128 'shameless':145 'show':160 'someth':96 'sponsorblock':84 'still':131 'tell':44 'thread':173 'time':158 'tool':93 'ublock':16 'unless':124 'use':40,95 'video':139 'watch':64 'without':66 'workaround':28 'would':39 'youtub':13,65,114"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697313977
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/11383162"
  +editedAt: DateTimeImmutable @1697460930 {#1402
    date: 2023-10-16 14:55:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697227577 {#1405
    date: 2023-10-13 22:06:17.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1630
  +user: Proxies\__CG__\App\Entity\User {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "PSA-To-people-watching-YouTube-with-AdBlockers"
  +title: "PSA To people watching YouTube with AdBlockers"
  +url: null
  +body: """
    You might have noticed that even on Firefox (depending on your lists) [YouTube may detect uBlock Origin on Firefox now](https://lemmy.dbzer0.com/post/6089078)\n
    \n
    There’s already a workaround (found, again, [here](https://lemmy.dbzer0.com/post/6089078)), but I figured I would use this opportunity to tell people that projects like [Piped](https://github.com/teampiped/piped) and [Invidious](https://invidious.io/) exist, which both allow you to watch YouTube without loading their ads, with improved Privacy and (in the case of Piped) even Geoblocking-Circumvention and SponsorBlock out of the box.\n
    \n
    They’re both great tools, and using something like [LibRedirect](https://libredirect.github.io/) you can even automatically go to Piped or Invidious when clicking/opening a YouTube link (and more).\n
    \n
    Both don’t load ads, but unless changed in the settings Individous may still make connections to Google/YouTube to load the video(s) themselves.\n
    \n
    Bit of a shameless plug for these projects, but I figured this is a really good time to show these projects as I often see people asking what they are in threads on here
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 233
  +favouriteCount: 1226
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697672115 {#2452
    date: 2023-10-19 01:35:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: "I mean people don’t have to watch Youtube. Also all this shit about ads and then blocking them but still watching Youtube does nothing. People actually not using the platform might make a difference."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697250453 {#1616
        date: 2023-10-14 04:27:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rush@lemm.ee"
        "@deweydecibel@lemmy.world"
        "@CileTheSane@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 47608
      -bodyTs: "'actual':27 'ad':15 'also':10 'block':18 'differ':35 'make':33 'mean':2 'might':32 'noth':25 'peopl':3,26 'platform':31 'shit':13 'still':21 'use':29 'watch':8,22 'youtub':9,23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3989862"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697250453 {#1611
        date: 2023-10-14 04:27:33.0 +02:00
      }
      +"title": 47608
    }
  ]
  -id: 5099
  -titleTs: "'adblock':7 'peopl':3 'psa':1 'watch':4 'youtub':5"
  -bodyTs: "'/)':57,101 '/post/6089078)':23 '/post/6089078)),':34 '/teampiped/piped)':52 'ad':69,122 'allow':61 'alreadi':26 'ask':168 'automat':105 'bit':142 'box':88 'case':76 'chang':125 'circumvent':82 'clicking/opening':112 'connect':133 'depend':9 'detect':15 'even':6,79,104 'exist':58 'figur':37,152 'firefox':8,19 'found':29 'geoblock':81 'geoblocking-circumvent':80 'github.com':51 'github.com/teampiped/piped)':50 'go':106 'good':157 'google/youtube':135 'great':92 'improv':71 'individ':129 'invidi':54,110 'invidious.io':56 'invidious.io/)':55 'lemmy.dbzer0.com':22,33 'lemmy.dbzer0.com/post/6089078)':21 'lemmy.dbzer0.com/post/6089078)),':32 'libredirect':98 'libredirect.github.io':100 'libredirect.github.io/)':99 'like':48,97 'link':115 'list':12 'load':67,121,137 'make':132 'may':14,130 'might':2 'notic':4 'often':165 'opportun':42 'origin':17 'peopl':45,167 'pipe':49,78,108 'plug':146 'privaci':72 'project':47,149,162 're':90 'realli':156 'see':166 'set':128 'shameless':145 'show':160 'someth':96 'sponsorblock':84 'still':131 'tell':44 'thread':173 'time':158 'tool':93 'ublock':16 'unless':124 'use':40,95 'video':139 'watch':64 'without':66 'workaround':28 'would':39 'youtub':13,65,114"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697313977
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/11383162"
  +editedAt: DateTimeImmutable @1697460930 {#1402
    date: 2023-10-16 14:55:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697227577 {#1405
    date: 2023-10-13 22:06:17.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "PSA-To-people-watching-YouTube-with-AdBlockers"
    +title: "PSA To people watching YouTube with AdBlockers"
    +url: null
    +body: """
      You might have noticed that even on Firefox (depending on your lists) [YouTube may detect uBlock Origin on Firefox now](https://lemmy.dbzer0.com/post/6089078)\n
      \n
      There’s already a workaround (found, again, [here](https://lemmy.dbzer0.com/post/6089078)), but I figured I would use this opportunity to tell people that projects like [Piped](https://github.com/teampiped/piped) and [Invidious](https://invidious.io/) exist, which both allow you to watch YouTube without loading their ads, with improved Privacy and (in the case of Piped) even Geoblocking-Circumvention and SponsorBlock out of the box.\n
      \n
      They’re both great tools, and using something like [LibRedirect](https://libredirect.github.io/) you can even automatically go to Piped or Invidious when clicking/opening a YouTube link (and more).\n
      \n
      Both don’t load ads, but unless changed in the settings Individous may still make connections to Google/YouTube to load the video(s) themselves.\n
      \n
      Bit of a shameless plug for these projects, but I figured this is a really good time to show these projects as I often see people asking what they are in threads on here
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 233
    +favouriteCount: 1226
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697672115 {#2452
      date: 2023-10-19 01:35:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2077 …}
    +votes: Doctrine\ORM\PersistentCollection {#2081 …}
    +reports: Doctrine\ORM\PersistentCollection {#2361 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 5099
    -titleTs: "'adblock':7 'peopl':3 'psa':1 'watch':4 'youtub':5"
    -bodyTs: "'/)':57,101 '/post/6089078)':23 '/post/6089078)),':34 '/teampiped/piped)':52 'ad':69,122 'allow':61 'alreadi':26 'ask':168 'automat':105 'bit':142 'box':88 'case':76 'chang':125 'circumvent':82 'clicking/opening':112 'connect':133 'depend':9 'detect':15 'even':6,79,104 'exist':58 'figur':37,152 'firefox':8,19 'found':29 'geoblock':81 'geoblocking-circumvent':80 'github.com':51 'github.com/teampiped/piped)':50 'go':106 'good':157 'google/youtube':135 'great':92 'improv':71 'individ':129 'invidi':54,110 'invidious.io':56 'invidious.io/)':55 'lemmy.dbzer0.com':22,33 'lemmy.dbzer0.com/post/6089078)':21 'lemmy.dbzer0.com/post/6089078)),':32 'libredirect':98 'libredirect.github.io':100 'libredirect.github.io/)':99 'like':48,97 'link':115 'list':12 'load':67,121,137 'make':132 'may':14,130 'might':2 'notic':4 'often':165 'opportun':42 'origin':17 'peopl':45,167 'pipe':49,78,108 'plug':146 'privaci':72 'project':47,149,162 're':90 'realli':156 'see':166 'set':128 'shameless':145 'show':160 'someth':96 'sponsorblock':84 'still':131 'tell':44 'thread':173 'time':158 'tool':93 'ublock':16 'unless':124 'use':40,95 'video':139 'watch':64 'without':66 'workaround':28 'would':39 'youtub':13,65,114"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697313977
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/11383162"
    +editedAt: DateTimeImmutable @1697460930 {#1402
      date: 2023-10-16 14:55:30.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697227577 {#1405
      date: 2023-10-13 22:06:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: "I mean people don’t have to watch Youtube. Also all this shit about ads and then blocking them but still watching Youtube does nothing. People actually not using the platform might make a difference."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697250453 {#1616
    date: 2023-10-14 04:27:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rush@lemm.ee"
    "@deweydecibel@lemmy.world"
    "@CileTheSane@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 47608
  -bodyTs: "'actual':27 'ad':15 'also':10 'block':18 'differ':35 'make':33 'mean':2 'might':32 'noth':25 'peopl':3,26 'platform':31 'shit':13 'still':21 'use':29 'watch':8,22 'youtub':9,23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3989862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697250453 {#1611
    date: 2023-10-14 04:27:33.0 +02:00
  }
  +"title": 47608
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
15 DENIED edit
App\Entity\EntryComment {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "PSA-To-people-watching-YouTube-with-AdBlockers"
    +title: "PSA To people watching YouTube with AdBlockers"
    +url: null
    +body: """
      You might have noticed that even on Firefox (depending on your lists) [YouTube may detect uBlock Origin on Firefox now](https://lemmy.dbzer0.com/post/6089078)\n
      \n
      There’s already a workaround (found, again, [here](https://lemmy.dbzer0.com/post/6089078)), but I figured I would use this opportunity to tell people that projects like [Piped](https://github.com/teampiped/piped) and [Invidious](https://invidious.io/) exist, which both allow you to watch YouTube without loading their ads, with improved Privacy and (in the case of Piped) even Geoblocking-Circumvention and SponsorBlock out of the box.\n
      \n
      They’re both great tools, and using something like [LibRedirect](https://libredirect.github.io/) you can even automatically go to Piped or Invidious when clicking/opening a YouTube link (and more).\n
      \n
      Both don’t load ads, but unless changed in the settings Individous may still make connections to Google/YouTube to load the video(s) themselves.\n
      \n
      Bit of a shameless plug for these projects, but I figured this is a really good time to show these projects as I often see people asking what they are in threads on here
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 233
    +favouriteCount: 1226
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697672115 {#2452
      date: 2023-10-19 01:35:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2077 …}
    +votes: Doctrine\ORM\PersistentCollection {#2081 …}
    +reports: Doctrine\ORM\PersistentCollection {#2361 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 5099
    -titleTs: "'adblock':7 'peopl':3 'psa':1 'watch':4 'youtub':5"
    -bodyTs: "'/)':57,101 '/post/6089078)':23 '/post/6089078)),':34 '/teampiped/piped)':52 'ad':69,122 'allow':61 'alreadi':26 'ask':168 'automat':105 'bit':142 'box':88 'case':76 'chang':125 'circumvent':82 'clicking/opening':112 'connect':133 'depend':9 'detect':15 'even':6,79,104 'exist':58 'figur':37,152 'firefox':8,19 'found':29 'geoblock':81 'geoblocking-circumvent':80 'github.com':51 'github.com/teampiped/piped)':50 'go':106 'good':157 'google/youtube':135 'great':92 'improv':71 'individ':129 'invidi':54,110 'invidious.io':56 'invidious.io/)':55 'lemmy.dbzer0.com':22,33 'lemmy.dbzer0.com/post/6089078)':21 'lemmy.dbzer0.com/post/6089078)),':32 'libredirect':98 'libredirect.github.io':100 'libredirect.github.io/)':99 'like':48,97 'link':115 'list':12 'load':67,121,137 'make':132 'may':14,130 'might':2 'notic':4 'often':165 'opportun':42 'origin':17 'peopl':45,167 'pipe':49,78,108 'plug':146 'privaci':72 'project':47,149,162 're':90 'realli':156 'see':166 'set':128 'shameless':145 'show':160 'someth':96 'sponsorblock':84 'still':131 'tell':44 'thread':173 'time':158 'tool':93 'ublock':16 'unless':124 'use':40,95 'video':139 'watch':64 'without':66 'workaround':28 'would':39 'youtub':13,65,114"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697313977
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/11383162"
    +editedAt: DateTimeImmutable @1697460930 {#1402
      date: 2023-10-16 14:55:30.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697227577 {#1405
      date: 2023-10-13 22:06:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: "I mean people don’t have to watch Youtube. Also all this shit about ads and then blocking them but still watching Youtube does nothing. People actually not using the platform might make a difference."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697250453 {#1616
    date: 2023-10-14 04:27:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rush@lemm.ee"
    "@deweydecibel@lemmy.world"
    "@CileTheSane@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 47608
  -bodyTs: "'actual':27 'ad':15 'also':10 'block':18 'differ':35 'make':33 'mean':2 'might':32 'noth':25 'peopl':3,26 'platform':31 'shit':13 'still':21 'use':29 'watch':8,22 'youtub':9,23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3989862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697250453 {#1611
    date: 2023-10-14 04:27:33.0 +02:00
  }
  +"title": 47608
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
16 DENIED moderate
App\Entity\EntryComment {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#1908 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "PSA-To-people-watching-YouTube-with-AdBlockers"
    +title: "PSA To people watching YouTube with AdBlockers"
    +url: null
    +body: """
      You might have noticed that even on Firefox (depending on your lists) [YouTube may detect uBlock Origin on Firefox now](https://lemmy.dbzer0.com/post/6089078)\n
      \n
      There’s already a workaround (found, again, [here](https://lemmy.dbzer0.com/post/6089078)), but I figured I would use this opportunity to tell people that projects like [Piped](https://github.com/teampiped/piped) and [Invidious](https://invidious.io/) exist, which both allow you to watch YouTube without loading their ads, with improved Privacy and (in the case of Piped) even Geoblocking-Circumvention and SponsorBlock out of the box.\n
      \n
      They’re both great tools, and using something like [LibRedirect](https://libredirect.github.io/) you can even automatically go to Piped or Invidious when clicking/opening a YouTube link (and more).\n
      \n
      Both don’t load ads, but unless changed in the settings Individous may still make connections to Google/YouTube to load the video(s) themselves.\n
      \n
      Bit of a shameless plug for these projects, but I figured this is a really good time to show these projects as I often see people asking what they are in threads on here
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 233
    +favouriteCount: 1226
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697672115 {#2452
      date: 2023-10-19 01:35:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2077 …}
    +votes: Doctrine\ORM\PersistentCollection {#2081 …}
    +reports: Doctrine\ORM\PersistentCollection {#2361 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 5099
    -titleTs: "'adblock':7 'peopl':3 'psa':1 'watch':4 'youtub':5"
    -bodyTs: "'/)':57,101 '/post/6089078)':23 '/post/6089078)),':34 '/teampiped/piped)':52 'ad':69,122 'allow':61 'alreadi':26 'ask':168 'automat':105 'bit':142 'box':88 'case':76 'chang':125 'circumvent':82 'clicking/opening':112 'connect':133 'depend':9 'detect':15 'even':6,79,104 'exist':58 'figur':37,152 'firefox':8,19 'found':29 'geoblock':81 'geoblocking-circumvent':80 'github.com':51 'github.com/teampiped/piped)':50 'go':106 'good':157 'google/youtube':135 'great':92 'improv':71 'individ':129 'invidi':54,110 'invidious.io':56 'invidious.io/)':55 'lemmy.dbzer0.com':22,33 'lemmy.dbzer0.com/post/6089078)':21 'lemmy.dbzer0.com/post/6089078)),':32 'libredirect':98 'libredirect.github.io':100 'libredirect.github.io/)':99 'like':48,97 'link':115 'list':12 'load':67,121,137 'make':132 'may':14,130 'might':2 'notic':4 'often':165 'opportun':42 'origin':17 'peopl':45,167 'pipe':49,78,108 'plug':146 'privaci':72 'project':47,149,162 're':90 'realli':156 'see':166 'set':128 'shameless':145 'show':160 'someth':96 'sponsorblock':84 'still':131 'tell':44 'thread':173 'time':158 'tool':93 'ublock':16 'unless':124 'use':40,95 'video':139 'watch':64 'without':66 'workaround':28 'would':39 'youtub':13,65,114"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697313977
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/11383162"
    +editedAt: DateTimeImmutable @1697460930 {#1402
      date: 2023-10-16 14:55:30.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697227577 {#1405
      date: 2023-10-13 22:06:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: "I mean people don’t have to watch Youtube. Also all this shit about ads and then blocking them but still watching Youtube does nothing. People actually not using the platform might make a difference."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697250453 {#1616
    date: 2023-10-14 04:27:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rush@lemm.ee"
    "@deweydecibel@lemmy.world"
    "@CileTheSane@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 47608
  -bodyTs: "'actual':27 'ad':15 'also':10 'block':18 'differ':35 'make':33 'mean':2 'might':32 'noth':25 'peopl':3,26 'platform':31 'shit':13 'still':21 'use':29 'watch':8,22 'youtub':9,23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3989862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697250453 {#1611
    date: 2023-10-14 04:27:33.0 +02:00
  }
  +"title": 47608
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2067 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
  +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
  +title: "Technically it's always the first in China until they get removed from the movie"
  +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 250
  +favouriteCount: 959
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696631380 {#2069
    date: 2023-10-07 00:29:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  +badges: Doctrine\ORM\PersistentCollection {#2055 …}
  +children: [
    1 => App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: "Seem to be. But in this movie there was no seem."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696533937 {#1430
        date: 2023-10-05 21:25:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
        "@artemisRiverborne@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 33599
      -bodyTs: "'movi':7 'seem':1,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3679906"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696533937 {#1429
        date: 2023-10-05 21:25:37.0 +02:00
      }
      +"title": 33599
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
      +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1696534387 {#1584
        date: 2023-10-05 21:33:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
        "@RaincoatsGeorge@lemmy.zip"
        "@clanginator@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1563 …}
      +votes: Doctrine\ORM\PersistentCollection {#1565 …}
      +reports: Doctrine\ORM\PersistentCollection {#1558 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 33614
      -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3680065"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696534387 {#1548
        date: 2023-10-05 21:33:07.0 +02:00
      }
      +"title": 33614
    }
  ]
  -id: 3040
  -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696599033
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2391150"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696512633 {#2060
    date: 2023-10-05 15:30:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2067 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
  +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
  +title: "Technically it's always the first in China until they get removed from the movie"
  +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 250
  +favouriteCount: 959
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696631380 {#2069
    date: 2023-10-07 00:29:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  +badges: Doctrine\ORM\PersistentCollection {#2055 …}
  +children: [
    1 => App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: "Seem to be. But in this movie there was no seem."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696533937 {#1430
        date: 2023-10-05 21:25:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
        "@artemisRiverborne@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 33599
      -bodyTs: "'movi':7 'seem':1,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3679906"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696533937 {#1429
        date: 2023-10-05 21:25:37.0 +02:00
      }
      +"title": 33599
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
      +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1696534387 {#1584
        date: 2023-10-05 21:33:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
        "@RaincoatsGeorge@lemmy.zip"
        "@clanginator@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1563 …}
      +votes: Doctrine\ORM\PersistentCollection {#1565 …}
      +reports: Doctrine\ORM\PersistentCollection {#1558 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 33614
      -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3680065"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696534387 {#1548
        date: 2023-10-05 21:33:07.0 +02:00
      }
      +"title": 33614
    }
  ]
  -id: 3040
  -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696599033
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2391150"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696512633 {#2060
    date: 2023-10-05 15:30:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2067 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
  +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
  +title: "Technically it's always the first in China until they get removed from the movie"
  +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 250
  +favouriteCount: 959
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696631380 {#2069
    date: 2023-10-07 00:29:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  +badges: Doctrine\ORM\PersistentCollection {#2055 …}
  +children: [
    1 => App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: "Seem to be. But in this movie there was no seem."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696533937 {#1430
        date: 2023-10-05 21:25:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
        "@artemisRiverborne@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 33599
      -bodyTs: "'movi':7 'seem':1,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3679906"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696533937 {#1429
        date: 2023-10-05 21:25:37.0 +02:00
      }
      +"title": 33599
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
      +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1696534387 {#1584
        date: 2023-10-05 21:33:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
        "@RaincoatsGeorge@lemmy.zip"
        "@clanginator@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1563 …}
      +votes: Doctrine\ORM\PersistentCollection {#1565 …}
      +reports: Doctrine\ORM\PersistentCollection {#1558 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 33614
      -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3680065"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696534387 {#1548
        date: 2023-10-05 21:33:07.0 +02:00
      }
      +"title": 33614
    }
  ]
  -id: 3040
  -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696599033
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2391150"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696512633 {#2060
    date: 2023-10-05 15:30:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2067 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
    +title: "Technically it's always the first in China until they get removed from the movie"
    +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 250
    +favouriteCount: 959
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696631380 {#2069
      date: 2023-10-07 00:29:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2049 …}
    +votes: Doctrine\ORM\PersistentCollection {#2051 …}
    +reports: Doctrine\ORM\PersistentCollection {#2059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
    +badges: Doctrine\ORM\PersistentCollection {#2055 …}
    +children: [
      1 => App\Entity\EntryComment {#1595}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
        +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1696534387 {#1584
          date: 2023-10-05 21:33:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Stamets@startrek.website"
          "@RaincoatsGeorge@lemmy.zip"
          "@clanginator@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1563 …}
        +votes: Doctrine\ORM\PersistentCollection {#1565 …}
        +reports: Doctrine\ORM\PersistentCollection {#1558 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 33614
        -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/3680065"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696534387 {#1548
          date: 2023-10-05 21:33:07.0 +02:00
        }
        +"title": 33614
      }
    ]
    -id: 3040
    -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696599033
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2391150"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696512633 {#2060
      date: 2023-10-05 15:30:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: "Seem to be. But in this movie there was no seem."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696533937 {#1430
    date: 2023-10-05 21:25:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
    "@artemisRiverborne@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 33599
  -bodyTs: "'movi':7 'seem':1,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3679906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696533937 {#1429
    date: 2023-10-05 21:25:37.0 +02:00
  }
  +"title": 33599
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
23 DENIED edit
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2067 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
    +title: "Technically it's always the first in China until they get removed from the movie"
    +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 250
    +favouriteCount: 959
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696631380 {#2069
      date: 2023-10-07 00:29:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2049 …}
    +votes: Doctrine\ORM\PersistentCollection {#2051 …}
    +reports: Doctrine\ORM\PersistentCollection {#2059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
    +badges: Doctrine\ORM\PersistentCollection {#2055 …}
    +children: [
      1 => App\Entity\EntryComment {#1595}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
        +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1696534387 {#1584
          date: 2023-10-05 21:33:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Stamets@startrek.website"
          "@RaincoatsGeorge@lemmy.zip"
          "@clanginator@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1563 …}
        +votes: Doctrine\ORM\PersistentCollection {#1565 …}
        +reports: Doctrine\ORM\PersistentCollection {#1558 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 33614
        -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/3680065"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696534387 {#1548
          date: 2023-10-05 21:33:07.0 +02:00
        }
        +"title": 33614
      }
    ]
    -id: 3040
    -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696599033
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2391150"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696512633 {#2060
      date: 2023-10-05 15:30:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: "Seem to be. But in this movie there was no seem."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696533937 {#1430
    date: 2023-10-05 21:25:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
    "@artemisRiverborne@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 33599
  -bodyTs: "'movi':7 'seem':1,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3679906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696533937 {#1429
    date: 2023-10-05 21:25:37.0 +02:00
  }
  +"title": 33599
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
24 DENIED moderate
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2067 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
    +title: "Technically it's always the first in China until they get removed from the movie"
    +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 250
    +favouriteCount: 959
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696631380 {#2069
      date: 2023-10-07 00:29:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2049 …}
    +votes: Doctrine\ORM\PersistentCollection {#2051 …}
    +reports: Doctrine\ORM\PersistentCollection {#2059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
    +badges: Doctrine\ORM\PersistentCollection {#2055 …}
    +children: [
      1 => App\Entity\EntryComment {#1595}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
        +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1696534387 {#1584
          date: 2023-10-05 21:33:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Stamets@startrek.website"
          "@RaincoatsGeorge@lemmy.zip"
          "@clanginator@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1563 …}
        +votes: Doctrine\ORM\PersistentCollection {#1565 …}
        +reports: Doctrine\ORM\PersistentCollection {#1558 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 33614
        -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/3680065"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696534387 {#1548
          date: 2023-10-05 21:33:07.0 +02:00
        }
        +"title": 33614
      }
    ]
    -id: 3040
    -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696599033
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2391150"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696512633 {#2060
      date: 2023-10-05 15:30:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: "Seem to be. But in this movie there was no seem."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696533937 {#1430
    date: 2023-10-05 21:25:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
    "@artemisRiverborne@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 33599
  -bodyTs: "'movi':7 'seem':1,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3679906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696533937 {#1429
    date: 2023-10-05 21:25:37.0 +02:00
  }
  +"title": 33599
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#1564
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2067 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
    +title: "Technically it's always the first in China until they get removed from the movie"
    +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 250
    +favouriteCount: 959
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696631380 {#2069
      date: 2023-10-07 00:29:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2049 …}
    +votes: Doctrine\ORM\PersistentCollection {#2051 …}
    +reports: Doctrine\ORM\PersistentCollection {#2059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
    +badges: Doctrine\ORM\PersistentCollection {#2055 …}
    +children: [
      1 => App\Entity\EntryComment {#1595
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +body: "Seem to be. But in this movie there was no seem."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696533937 {#1430
          date: 2023-10-05 21:25:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Stamets@startrek.website"
          "@artemisRiverborne@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1679 …}
        +nested: Doctrine\ORM\PersistentCollection {#1668 …}
        +votes: Doctrine\ORM\PersistentCollection {#1666 …}
        +reports: Doctrine\ORM\PersistentCollection {#1669 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
        -id: 33599
        -bodyTs: "'movi':7 'seem':1,11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/3679906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696533937 {#1429
          date: 2023-10-05 21:25:37.0 +02:00
        }
        +"title": 33599
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 3040
    -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696599033
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2391150"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696512633 {#2060
      date: 2023-10-05 15:30:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
  +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1696534387 {#1584
    date: 2023-10-05 21:33:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
    "@RaincoatsGeorge@lemmy.zip"
    "@clanginator@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 33614
  -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3680065"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696534387 {#1548
    date: 2023-10-05 21:33:07.0 +02:00
  }
  +"title": 33614
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
27 DENIED edit
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2067 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
    +title: "Technically it's always the first in China until they get removed from the movie"
    +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 250
    +favouriteCount: 959
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696631380 {#2069
      date: 2023-10-07 00:29:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2049 …}
    +votes: Doctrine\ORM\PersistentCollection {#2051 …}
    +reports: Doctrine\ORM\PersistentCollection {#2059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
    +badges: Doctrine\ORM\PersistentCollection {#2055 …}
    +children: [
      1 => App\Entity\EntryComment {#1595
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +body: "Seem to be. But in this movie there was no seem."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696533937 {#1430
          date: 2023-10-05 21:25:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Stamets@startrek.website"
          "@artemisRiverborne@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1679 …}
        +nested: Doctrine\ORM\PersistentCollection {#1668 …}
        +votes: Doctrine\ORM\PersistentCollection {#1666 …}
        +reports: Doctrine\ORM\PersistentCollection {#1669 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
        -id: 33599
        -bodyTs: "'movi':7 'seem':1,11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/3679906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696533937 {#1429
          date: 2023-10-05 21:25:37.0 +02:00
        }
        +"title": 33599
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 3040
    -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696599033
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2391150"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696512633 {#2060
      date: 2023-10-05 15:30:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
  +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1696534387 {#1584
    date: 2023-10-05 21:33:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
    "@RaincoatsGeorge@lemmy.zip"
    "@clanginator@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 33614
  -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3680065"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696534387 {#1548
    date: 2023-10-05 21:33:07.0 +02:00
  }
  +"title": 33614
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
28 DENIED moderate
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2067 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Technically-it-s-always-the-first-in-China-until-they-get"
    +title: "Technically it's always the first in China until they get removed from the movie"
    +url: "https://startrek.website/pictrs/image/00fef53c-9ef3-407b-85d6-f8d3d34f97d5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 250
    +favouriteCount: 959
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696631380 {#2069
      date: 2023-10-07 00:29:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2049 …}
    +votes: Doctrine\ORM\PersistentCollection {#2051 …}
    +reports: Doctrine\ORM\PersistentCollection {#2059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
    +badges: Doctrine\ORM\PersistentCollection {#2055 …}
    +children: [
      1 => App\Entity\EntryComment {#1595
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +body: "Seem to be. But in this movie there was no seem."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696533937 {#1430
          date: 2023-10-05 21:25:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Stamets@startrek.website"
          "@artemisRiverborne@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1679 …}
        +nested: Doctrine\ORM\PersistentCollection {#1668 …}
        +votes: Doctrine\ORM\PersistentCollection {#1666 …}
        +reports: Doctrine\ORM\PersistentCollection {#1669 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
        -id: 33599
        -bodyTs: "'movi':7 'seem':1,11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/3679906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696533937 {#1429
          date: 2023-10-05 21:25:37.0 +02:00
        }
        +"title": 33599
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 3040
    -titleTs: "'alway':4 'china':8 'first':6 'get':11 'movi':15 'remov':12 'technic':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696599033
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2391150"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696512633 {#2060
      date: 2023-10-05 15:30:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
  +body: "My problem is the stereotypes. Have a strong women she’s a lesbian, a girl who likes sports a lesbian. Gay man is over the top flamboyant. They might be representing but it still seems stereotyped."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1696534387 {#1584
    date: 2023-10-05 21:33:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
    "@RaincoatsGeorge@lemmy.zip"
    "@clanginator@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 33614
  -bodyTs: "'flamboy':27 'gay':21 'girl':15 'lesbian':13,20 'like':17 'man':22 'might':29 'problem':2 'repres':31 'seem':35 'sport':18 'stereotyp':5,36 'still':34 'strong':8 'top':26 'women':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3680065"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696534387 {#1548
    date: 2023-10-05 21:33:07.0 +02:00
  }
  +"title": 33614
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#1619
  +user: Proxies\__CG__\App\Entity\User {#2022 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2335 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
  +slug: "Show-everyone-what-you-got-honey"
  +title: "Show everyone what you got, honey."
  +url: "https://startrek.website/pictrs/image/1ce6cca7-e4ed-4779-b44a-8354e1c14671.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694729084 {#2346
    date: 2023-09-15 00:04:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2343 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  +badges: Doctrine\ORM\PersistentCollection {#2068 …}
  +children: [
    App\Entity\EntryComment {#1596
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Isn’t that Mel Gibson?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697061462 {#1613
        date: 2023-10-11 23:57:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1702 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1686 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
      -id: 42112
      -bodyTs: "'gibson':5 'isn':1 'mel':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3092026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1694728912 {#1604
        date: 2023-09-15 00:01:52.0 +02:00
      }
      +"title": 42112
    }
  ]
  -id: 3455
  -titleTs: "'everyon':2 'got':5 'honey':6 'show':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694694775
  +visibility: "visible             "
  +apId: "https://startrek.website/post/1697696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694655275 {#1907
    date: 2023-09-14 03:34:35.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1619
  +user: Proxies\__CG__\App\Entity\User {#2022 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2335 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
  +slug: "Show-everyone-what-you-got-honey"
  +title: "Show everyone what you got, honey."
  +url: "https://startrek.website/pictrs/image/1ce6cca7-e4ed-4779-b44a-8354e1c14671.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694729084 {#2346
    date: 2023-09-15 00:04:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2343 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  +badges: Doctrine\ORM\PersistentCollection {#2068 …}
  +children: [
    App\Entity\EntryComment {#1596
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Isn’t that Mel Gibson?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697061462 {#1613
        date: 2023-10-11 23:57:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1702 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1686 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
      -id: 42112
      -bodyTs: "'gibson':5 'isn':1 'mel':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3092026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1694728912 {#1604
        date: 2023-09-15 00:01:52.0 +02:00
      }
      +"title": 42112
    }
  ]
  -id: 3455
  -titleTs: "'everyon':2 'got':5 'honey':6 'show':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694694775
  +visibility: "visible             "
  +apId: "https://startrek.website/post/1697696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694655275 {#1907
    date: 2023-09-14 03:34:35.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1619
  +user: Proxies\__CG__\App\Entity\User {#2022 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2335 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
  +slug: "Show-everyone-what-you-got-honey"
  +title: "Show everyone what you got, honey."
  +url: "https://startrek.website/pictrs/image/1ce6cca7-e4ed-4779-b44a-8354e1c14671.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694729084 {#2346
    date: 2023-09-15 00:04:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2343 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  +badges: Doctrine\ORM\PersistentCollection {#2068 …}
  +children: [
    App\Entity\EntryComment {#1596
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Isn’t that Mel Gibson?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697061462 {#1613
        date: 2023-10-11 23:57:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1702 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1686 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
      -id: 42112
      -bodyTs: "'gibson':5 'isn':1 'mel':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3092026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1694728912 {#1604
        date: 2023-09-15 00:01:52.0 +02:00
      }
      +"title": 42112
    }
  ]
  -id: 3455
  -titleTs: "'everyon':2 'got':5 'honey':6 'show':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694694775
  +visibility: "visible             "
  +apId: "https://startrek.website/post/1697696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694655275 {#1907
    date: 2023-09-14 03:34:35.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1596
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2022 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2335 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Show-everyone-what-you-got-honey"
    +title: "Show everyone what you got, honey."
    +url: "https://startrek.website/pictrs/image/1ce6cca7-e4ed-4779-b44a-8354e1c14671.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 4
    +favouriteCount: 6
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694729084 {#2346
      date: 2023-09-15 00:04:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2343 …}
    +votes: Doctrine\ORM\PersistentCollection {#2135 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
    +badges: Doctrine\ORM\PersistentCollection {#2068 …}
    +children: [
      App\Entity\EntryComment {#1596}
    ]
    -id: 3455
    -titleTs: "'everyon':2 'got':5 'honey':6 'show':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694694775
    +visibility: "visible             "
    +apId: "https://startrek.website/post/1697696"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694655275 {#1907
      date: 2023-09-14 03:34:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Isn’t that Mel Gibson?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697061462 {#1613
    date: 2023-10-11 23:57:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1702 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1686 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 42112
  -bodyTs: "'gibson':5 'isn':1 'mel':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3092026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694728912 {#1604
    date: 2023-09-15 00:01:52.0 +02:00
  }
  +"title": 42112
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
35 DENIED edit
App\Entity\EntryComment {#1596
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2022 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2335 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Show-everyone-what-you-got-honey"
    +title: "Show everyone what you got, honey."
    +url: "https://startrek.website/pictrs/image/1ce6cca7-e4ed-4779-b44a-8354e1c14671.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 4
    +favouriteCount: 6
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694729084 {#2346
      date: 2023-09-15 00:04:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2343 …}
    +votes: Doctrine\ORM\PersistentCollection {#2135 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
    +badges: Doctrine\ORM\PersistentCollection {#2068 …}
    +children: [
      App\Entity\EntryComment {#1596}
    ]
    -id: 3455
    -titleTs: "'everyon':2 'got':5 'honey':6 'show':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694694775
    +visibility: "visible             "
    +apId: "https://startrek.website/post/1697696"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694655275 {#1907
      date: 2023-09-14 03:34:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Isn’t that Mel Gibson?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697061462 {#1613
    date: 2023-10-11 23:57:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1702 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1686 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 42112
  -bodyTs: "'gibson':5 'isn':1 'mel':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3092026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694728912 {#1604
    date: 2023-09-15 00:01:52.0 +02:00
  }
  +"title": 42112
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
36 DENIED moderate
App\Entity\EntryComment {#1596
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2022 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2335 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2336 …}
    +slug: "Show-everyone-what-you-got-honey"
    +title: "Show everyone what you got, honey."
    +url: "https://startrek.website/pictrs/image/1ce6cca7-e4ed-4779-b44a-8354e1c14671.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 4
    +favouriteCount: 6
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694729084 {#2346
      date: 2023-09-15 00:04:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2343 …}
    +votes: Doctrine\ORM\PersistentCollection {#2135 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
    +badges: Doctrine\ORM\PersistentCollection {#2068 …}
    +children: [
      App\Entity\EntryComment {#1596}
    ]
    -id: 3455
    -titleTs: "'everyon':2 'got':5 'honey':6 'show':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694694775
    +visibility: "visible             "
    +apId: "https://startrek.website/post/1697696"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694655275 {#1907
      date: 2023-09-14 03:34:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Isn’t that Mel Gibson?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697061462 {#1613
    date: 2023-10-11 23:57:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1702 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1686 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 42112
  -bodyTs: "'gibson':5 'isn':1 'mel':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3092026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694728912 {#1604
    date: 2023-09-15 00:01:52.0 +02:00
  }
  +"title": 42112
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#1734
  +user: Proxies\__CG__\App\Entity\User {#2066 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: Proxies\__CG__\App\Entity\Image {#2117 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2122 …}
  +slug: "Purism-Announce-New-11-Inch-Linux-Tablet"
  +title: "Purism Announce New 11-Inch Linux Tablet"
  +url: "https://www.omglinux.com/purism-librem-11-linux-tablet/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694606902 {#2107
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  +badges: Doctrine\ORM\PersistentCollection {#2044 …}
  +children: [
    App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
      +image: null
      +parent: null
      +root: null
      +body: "Really people still purchase from this company? I wonder how many years people we’ll have to wait to not get their tablet?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1694606902 {#1736
        date: 2023-09-13 14:08:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thehatfox@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 160231
      -bodyTs: "'compani':7 'get':21 'll':15 'mani':11 'peopl':2,13 'purchas':4 'realli':1 'still':3 'tablet':23 'wait':18 'wonder':9 'year':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3050091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1694606902 {#1730
        date: 2023-09-13 14:08:22.0 +02:00
      }
      +"title": 160231
    }
  ]
  -id: 14688
  -titleTs: "'11':4 'announc':2 'inch':5 'linux':6 'new':3 'purism':1 'tablet':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694596097
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4973148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694589597 {#2104
    date: 2023-09-13 09:19:57.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1734
  +user: Proxies\__CG__\App\Entity\User {#2066 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: Proxies\__CG__\App\Entity\Image {#2117 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2122 …}
  +slug: "Purism-Announce-New-11-Inch-Linux-Tablet"
  +title: "Purism Announce New 11-Inch Linux Tablet"
  +url: "https://www.omglinux.com/purism-librem-11-linux-tablet/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694606902 {#2107
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  +badges: Doctrine\ORM\PersistentCollection {#2044 …}
  +children: [
    App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
      +image: null
      +parent: null
      +root: null
      +body: "Really people still purchase from this company? I wonder how many years people we’ll have to wait to not get their tablet?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1694606902 {#1736
        date: 2023-09-13 14:08:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thehatfox@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 160231
      -bodyTs: "'compani':7 'get':21 'll':15 'mani':11 'peopl':2,13 'purchas':4 'realli':1 'still':3 'tablet':23 'wait':18 'wonder':9 'year':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3050091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1694606902 {#1730
        date: 2023-09-13 14:08:22.0 +02:00
      }
      +"title": 160231
    }
  ]
  -id: 14688
  -titleTs: "'11':4 'announc':2 'inch':5 'linux':6 'new':3 'purism':1 'tablet':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694596097
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4973148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694589597 {#2104
    date: 2023-09-13 09:19:57.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1734
  +user: Proxies\__CG__\App\Entity\User {#2066 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: Proxies\__CG__\App\Entity\Image {#2117 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2122 …}
  +slug: "Purism-Announce-New-11-Inch-Linux-Tablet"
  +title: "Purism Announce New 11-Inch Linux Tablet"
  +url: "https://www.omglinux.com/purism-librem-11-linux-tablet/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694606902 {#2107
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  +badges: Doctrine\ORM\PersistentCollection {#2044 …}
  +children: [
    App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
      +image: null
      +parent: null
      +root: null
      +body: "Really people still purchase from this company? I wonder how many years people we’ll have to wait to not get their tablet?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1694606902 {#1736
        date: 2023-09-13 14:08:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thehatfox@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 160231
      -bodyTs: "'compani':7 'get':21 'll':15 'mani':11 'peopl':2,13 'purchas':4 'realli':1 'still':3 'tablet':23 'wait':18 'wonder':9 'year':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/3050091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1694606902 {#1730
        date: 2023-09-13 14:08:22.0 +02:00
      }
      +"title": 160231
    }
  ]
  -id: 14688
  -titleTs: "'11':4 'announc':2 'inch':5 'linux':6 'new':3 'purism':1 'tablet':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694596097
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4973148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694589597 {#2104
    date: 2023-09-13 09:19:57.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2066 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
    +image: Proxies\__CG__\App\Entity\Image {#2117 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2122 …}
    +slug: "Purism-Announce-New-11-Inch-Linux-Tablet"
    +title: "Purism Announce New 11-Inch Linux Tablet"
    +url: "https://www.omglinux.com/purism-librem-11-linux-tablet/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694606902 {#2107
      date: 2023-09-13 14:08:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2115 …}
    +votes: Doctrine\ORM\PersistentCollection {#2123 …}
    +reports: Doctrine\ORM\PersistentCollection {#2116 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
    +badges: Doctrine\ORM\PersistentCollection {#2044 …}
    +children: [
      App\Entity\EntryComment {#1737}
    ]
    -id: 14688
    -titleTs: "'11':4 'announc':2 'inch':5 'linux':6 'new':3 'purism':1 'tablet':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694596097
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/4973148"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694589597 {#2104
      date: 2023-09-13 09:19:57.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +parent: null
  +root: null
  +body: "Really people still purchase from this company? I wonder how many years people we’ll have to wait to not get their tablet?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1694606902 {#1736
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thehatfox@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 160231
  -bodyTs: "'compani':7 'get':21 'll':15 'mani':11 'peopl':2,13 'purchas':4 'realli':1 'still':3 'tablet':23 'wait':18 'wonder':9 'year':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3050091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694606902 {#1730
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +"title": 160231
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
43 DENIED edit
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2066 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
    +image: Proxies\__CG__\App\Entity\Image {#2117 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2122 …}
    +slug: "Purism-Announce-New-11-Inch-Linux-Tablet"
    +title: "Purism Announce New 11-Inch Linux Tablet"
    +url: "https://www.omglinux.com/purism-librem-11-linux-tablet/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694606902 {#2107
      date: 2023-09-13 14:08:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2115 …}
    +votes: Doctrine\ORM\PersistentCollection {#2123 …}
    +reports: Doctrine\ORM\PersistentCollection {#2116 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
    +badges: Doctrine\ORM\PersistentCollection {#2044 …}
    +children: [
      App\Entity\EntryComment {#1737}
    ]
    -id: 14688
    -titleTs: "'11':4 'announc':2 'inch':5 'linux':6 'new':3 'purism':1 'tablet':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694596097
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/4973148"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694589597 {#2104
      date: 2023-09-13 09:19:57.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +parent: null
  +root: null
  +body: "Really people still purchase from this company? I wonder how many years people we’ll have to wait to not get their tablet?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1694606902 {#1736
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thehatfox@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 160231
  -bodyTs: "'compani':7 'get':21 'll':15 'mani':11 'peopl':2,13 'purchas':4 'realli':1 'still':3 'tablet':23 'wait':18 'wonder':9 'year':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3050091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694606902 {#1730
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +"title": 160231
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
44 DENIED moderate
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2066 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
    +image: Proxies\__CG__\App\Entity\Image {#2117 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2122 …}
    +slug: "Purism-Announce-New-11-Inch-Linux-Tablet"
    +title: "Purism Announce New 11-Inch Linux Tablet"
    +url: "https://www.omglinux.com/purism-librem-11-linux-tablet/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694606902 {#2107
      date: 2023-09-13 14:08:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2115 …}
    +votes: Doctrine\ORM\PersistentCollection {#2123 …}
    +reports: Doctrine\ORM\PersistentCollection {#2116 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
    +badges: Doctrine\ORM\PersistentCollection {#2044 …}
    +children: [
      App\Entity\EntryComment {#1737}
    ]
    -id: 14688
    -titleTs: "'11':4 'announc':2 'inch':5 'linux':6 'new':3 'purism':1 'tablet':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1694596097
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/4973148"
    +editedAt: null
    +createdAt: DateTimeImmutable @1694589597 {#2104
      date: 2023-09-13 09:19:57.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1732 …}
  +image: null
  +parent: null
  +root: null
  +body: "Really people still purchase from this company? I wonder how many years people we’ll have to wait to not get their tablet?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1694606902 {#1736
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thehatfox@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 160231
  -bodyTs: "'compani':7 'get':21 'll':15 'mani':11 'peopl':2,13 'purchas':4 'realli':1 'still':3 'tablet':23 'wait':18 'wonder':9 'year':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/3050091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694606902 {#1730
    date: 2023-09-13 14:08:22.0 +02:00
  }
  +"title": 160231
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
45 DENIED ROLE_ADMIN
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 ROLE_MODERATOR
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