GET https://kbin.spritesserver.nl/u/@ryannathans@aussie.zone/hot?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.26 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 {#2253
  +user: Proxies\__CG__\App\Entity\User {#3019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
  +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
  +url: null
  +body: """
    I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
    \n
    Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
    \n
    Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729574243 {#3069
    date: 2024-10-22 07:17:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3074 …}
  +votes: Doctrine\ORM\PersistentCollection {#3077 …}
  +reports: Doctrine\ORM\PersistentCollection {#3079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3083 …}
  +badges: Doctrine\ORM\PersistentCollection {#3085 …}
  +children: [
    App\Entity\EntryComment {#2190
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2253 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +body: "You don’t sync the deletion of snapshots, you use expiry on the remote"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706581125 {#2274
        date: 2024-01-30 03:18:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 351535
      -bodyTs: "'delet':6 'expiri':11 'remot':14 'snapshot':8 'sync':4 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6251438"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706581125 {#2272
        date: 2024-01-30 03:18:45.0 +01:00
      }
      +"title": 351535
    }
  ]
  -id: 33917
  -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
  -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706647988
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22291742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706564988 {#3040
    date: 2024-01-29 22:49:48.0 +01: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 {#2253
  +user: Proxies\__CG__\App\Entity\User {#3019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
  +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
  +url: null
  +body: """
    I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
    \n
    Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
    \n
    Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729574243 {#3069
    date: 2024-10-22 07:17:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3074 …}
  +votes: Doctrine\ORM\PersistentCollection {#3077 …}
  +reports: Doctrine\ORM\PersistentCollection {#3079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3083 …}
  +badges: Doctrine\ORM\PersistentCollection {#3085 …}
  +children: [
    App\Entity\EntryComment {#2190
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2253 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +body: "You don’t sync the deletion of snapshots, you use expiry on the remote"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706581125 {#2274
        date: 2024-01-30 03:18:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 351535
      -bodyTs: "'delet':6 'expiri':11 'remot':14 'snapshot':8 'sync':4 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6251438"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706581125 {#2272
        date: 2024-01-30 03:18:45.0 +01:00
      }
      +"title": 351535
    }
  ]
  -id: 33917
  -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
  -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706647988
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22291742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706564988 {#3040
    date: 2024-01-29 22:49:48.0 +01: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 {#2253
  +user: Proxies\__CG__\App\Entity\User {#3019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
  +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
  +url: null
  +body: """
    I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
    \n
    Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
    \n
    Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729574243 {#3069
    date: 2024-10-22 07:17:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3074 …}
  +votes: Doctrine\ORM\PersistentCollection {#3077 …}
  +reports: Doctrine\ORM\PersistentCollection {#3079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3083 …}
  +badges: Doctrine\ORM\PersistentCollection {#3085 …}
  +children: [
    App\Entity\EntryComment {#2190
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2253 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +body: "You don’t sync the deletion of snapshots, you use expiry on the remote"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706581125 {#2274
        date: 2024-01-30 03:18:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 351535
      -bodyTs: "'delet':6 'expiri':11 'remot':14 'snapshot':8 'sync':4 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6251438"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706581125 {#2272
        date: 2024-01-30 03:18:45.0 +01:00
      }
      +"title": 351535
    }
  ]
  -id: 33917
  -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
  -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706647988
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22291742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706564988 {#3040
    date: 2024-01-29 22:49:48.0 +01: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 {#2190
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2253
    +user: Proxies\__CG__\App\Entity\User {#3019 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#3069
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3074 …}
    +votes: Doctrine\ORM\PersistentCollection {#3077 …}
    +reports: Doctrine\ORM\PersistentCollection {#3079 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3081 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3083 …}
    +badges: Doctrine\ORM\PersistentCollection {#3085 …}
    +children: [
      App\Entity\EntryComment {#2190}
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#3040
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +body: "You don’t sync the deletion of snapshots, you use expiry on the remote"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706581125 {#2274
    date: 2024-01-30 03:18:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 351535
  -bodyTs: "'delet':6 'expiri':11 'remot':14 'snapshot':8 'sync':4 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6251438"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706581125 {#2272
    date: 2024-01-30 03:18:45.0 +01:00
  }
  +"title": 351535
}
"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 {#2190
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2253
    +user: Proxies\__CG__\App\Entity\User {#3019 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#3069
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3074 …}
    +votes: Doctrine\ORM\PersistentCollection {#3077 …}
    +reports: Doctrine\ORM\PersistentCollection {#3079 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3081 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3083 …}
    +badges: Doctrine\ORM\PersistentCollection {#3085 …}
    +children: [
      App\Entity\EntryComment {#2190}
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#3040
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +body: "You don’t sync the deletion of snapshots, you use expiry on the remote"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706581125 {#2274
    date: 2024-01-30 03:18:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 351535
  -bodyTs: "'delet':6 'expiri':11 'remot':14 'snapshot':8 'sync':4 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6251438"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706581125 {#2272
    date: 2024-01-30 03:18:45.0 +01:00
  }
  +"title": 351535
}
"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 {#2190
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2253
    +user: Proxies\__CG__\App\Entity\User {#3019 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#3069
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3074 …}
    +votes: Doctrine\ORM\PersistentCollection {#3077 …}
    +reports: Doctrine\ORM\PersistentCollection {#3079 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3081 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3083 …}
    +badges: Doctrine\ORM\PersistentCollection {#3085 …}
    +children: [
      App\Entity\EntryComment {#2190}
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#3040
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +body: "You don’t sync the deletion of snapshots, you use expiry on the remote"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706581125 {#2274
    date: 2024-01-30 03:18:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 351535
  -bodyTs: "'delet':6 'expiri':11 'remot':14 'snapshot':8 'sync':4 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6251438"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706581125 {#2272
    date: 2024-01-30 03:18:45.0 +01:00
  }
  +"title": 351535
}
"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 {#2203
  +user: Proxies\__CG__\App\Entity\User {#3207 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: Proxies\__CG__\App\Entity\Image {#3248 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3250 …}
  +slug: "Look-at-that-fragmentation"
  +title: "Look at that fragmentation!"
  +url: "https://lemm.ee/pictrs/image/af5c9f84-6614-45c7-bee6-1106db3637f4.jpeg"
  +body: "Fragmentation is good! Old meme I posted on that site."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 368
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729308884 {#3243
    date: 2024-10-19 05:34:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3251 …}
  +votes: Doctrine\ORM\PersistentCollection {#3253 …}
  +reports: Doctrine\ORM\PersistentCollection {#3255 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3257 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3259 …}
  +badges: Doctrine\ORM\PersistentCollection {#3261 …}
  +children: [
    App\Entity\EntryComment {#2210
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2203 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +body: "Plus it’s slow as shit typically"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706061358 {#2202
        date: 2024-01-24 02:55:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hasecilu@lemm.ee"
        "@MotoAsh@lemmy.world"
        "@Cicraft@lemmy.world"
        "@mlg@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2208 …}
      +nested: Doctrine\ORM\PersistentCollection {#2204 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2266 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
      -id: 335721
      -bodyTs: "'plus':1 'shit':6 'slow':4 'typic':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6065006"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706061358 {#2201
        date: 2024-01-24 02:55:58.0 +01:00
      }
      +"title": 335721
    }
  ]
  -id: 32693
  -titleTs: "'fragment':4 'look':1"
  -bodyTs: "'fragment':1 'good':3 'meme':5 'old':4 'post':7 'site':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706130178
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21711021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706043778 {#3230
    date: 2024-01-23 22:02:58.0 +01: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 {#2203
  +user: Proxies\__CG__\App\Entity\User {#3207 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: Proxies\__CG__\App\Entity\Image {#3248 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3250 …}
  +slug: "Look-at-that-fragmentation"
  +title: "Look at that fragmentation!"
  +url: "https://lemm.ee/pictrs/image/af5c9f84-6614-45c7-bee6-1106db3637f4.jpeg"
  +body: "Fragmentation is good! Old meme I posted on that site."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 368
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729308884 {#3243
    date: 2024-10-19 05:34:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3251 …}
  +votes: Doctrine\ORM\PersistentCollection {#3253 …}
  +reports: Doctrine\ORM\PersistentCollection {#3255 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3257 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3259 …}
  +badges: Doctrine\ORM\PersistentCollection {#3261 …}
  +children: [
    App\Entity\EntryComment {#2210
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2203 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +body: "Plus it’s slow as shit typically"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706061358 {#2202
        date: 2024-01-24 02:55:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hasecilu@lemm.ee"
        "@MotoAsh@lemmy.world"
        "@Cicraft@lemmy.world"
        "@mlg@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2208 …}
      +nested: Doctrine\ORM\PersistentCollection {#2204 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2266 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
      -id: 335721
      -bodyTs: "'plus':1 'shit':6 'slow':4 'typic':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6065006"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706061358 {#2201
        date: 2024-01-24 02:55:58.0 +01:00
      }
      +"title": 335721
    }
  ]
  -id: 32693
  -titleTs: "'fragment':4 'look':1"
  -bodyTs: "'fragment':1 'good':3 'meme':5 'old':4 'post':7 'site':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706130178
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21711021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706043778 {#3230
    date: 2024-01-23 22:02:58.0 +01: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 {#2203
  +user: Proxies\__CG__\App\Entity\User {#3207 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: Proxies\__CG__\App\Entity\Image {#3248 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3250 …}
  +slug: "Look-at-that-fragmentation"
  +title: "Look at that fragmentation!"
  +url: "https://lemm.ee/pictrs/image/af5c9f84-6614-45c7-bee6-1106db3637f4.jpeg"
  +body: "Fragmentation is good! Old meme I posted on that site."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 368
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729308884 {#3243
    date: 2024-10-19 05:34:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3251 …}
  +votes: Doctrine\ORM\PersistentCollection {#3253 …}
  +reports: Doctrine\ORM\PersistentCollection {#3255 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3257 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3259 …}
  +badges: Doctrine\ORM\PersistentCollection {#3261 …}
  +children: [
    App\Entity\EntryComment {#2210
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2203 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +body: "Plus it’s slow as shit typically"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706061358 {#2202
        date: 2024-01-24 02:55:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hasecilu@lemm.ee"
        "@MotoAsh@lemmy.world"
        "@Cicraft@lemmy.world"
        "@mlg@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2208 …}
      +nested: Doctrine\ORM\PersistentCollection {#2204 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2266 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
      -id: 335721
      -bodyTs: "'plus':1 'shit':6 'slow':4 'typic':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6065006"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706061358 {#2201
        date: 2024-01-24 02:55:58.0 +01:00
      }
      +"title": 335721
    }
  ]
  -id: 32693
  -titleTs: "'fragment':4 'look':1"
  -bodyTs: "'fragment':1 'good':3 'meme':5 'old':4 'post':7 'site':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706130178
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21711021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706043778 {#3230
    date: 2024-01-23 22:02:58.0 +01: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 {#2210
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2203
    +user: Proxies\__CG__\App\Entity\User {#3207 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
    +image: Proxies\__CG__\App\Entity\Image {#3248 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3250 …}
    +slug: "Look-at-that-fragmentation"
    +title: "Look at that fragmentation!"
    +url: "https://lemm.ee/pictrs/image/af5c9f84-6614-45c7-bee6-1106db3637f4.jpeg"
    +body: "Fragmentation is good! Old meme I posted on that site."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 368
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729308884 {#3243
      date: 2024-10-19 05:34:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3251 …}
    +votes: Doctrine\ORM\PersistentCollection {#3253 …}
    +reports: Doctrine\ORM\PersistentCollection {#3255 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3257 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3259 …}
    +badges: Doctrine\ORM\PersistentCollection {#3261 …}
    +children: [
      App\Entity\EntryComment {#2210}
    ]
    -id: 32693
    -titleTs: "'fragment':4 'look':1"
    -bodyTs: "'fragment':1 'good':3 'meme':5 'old':4 'post':7 'site':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706130178
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21711021"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706043778 {#3230
      date: 2024-01-23 22:02:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +body: "Plus it’s slow as shit typically"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706061358 {#2202
    date: 2024-01-24 02:55:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hasecilu@lemm.ee"
    "@MotoAsh@lemmy.world"
    "@Cicraft@lemmy.world"
    "@mlg@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2208 …}
  +nested: Doctrine\ORM\PersistentCollection {#2204 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2266 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 335721
  -bodyTs: "'plus':1 'shit':6 'slow':4 'typic':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6065006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706061358 {#2201
    date: 2024-01-24 02:55:58.0 +01:00
  }
  +"title": 335721
}
"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 {#2210
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2203
    +user: Proxies\__CG__\App\Entity\User {#3207 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
    +image: Proxies\__CG__\App\Entity\Image {#3248 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3250 …}
    +slug: "Look-at-that-fragmentation"
    +title: "Look at that fragmentation!"
    +url: "https://lemm.ee/pictrs/image/af5c9f84-6614-45c7-bee6-1106db3637f4.jpeg"
    +body: "Fragmentation is good! Old meme I posted on that site."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 368
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729308884 {#3243
      date: 2024-10-19 05:34:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3251 …}
    +votes: Doctrine\ORM\PersistentCollection {#3253 …}
    +reports: Doctrine\ORM\PersistentCollection {#3255 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3257 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3259 …}
    +badges: Doctrine\ORM\PersistentCollection {#3261 …}
    +children: [
      App\Entity\EntryComment {#2210}
    ]
    -id: 32693
    -titleTs: "'fragment':4 'look':1"
    -bodyTs: "'fragment':1 'good':3 'meme':5 'old':4 'post':7 'site':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706130178
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21711021"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706043778 {#3230
      date: 2024-01-23 22:02:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +body: "Plus it’s slow as shit typically"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706061358 {#2202
    date: 2024-01-24 02:55:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hasecilu@lemm.ee"
    "@MotoAsh@lemmy.world"
    "@Cicraft@lemmy.world"
    "@mlg@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2208 …}
  +nested: Doctrine\ORM\PersistentCollection {#2204 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2266 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 335721
  -bodyTs: "'plus':1 'shit':6 'slow':4 'typic':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6065006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706061358 {#2201
    date: 2024-01-24 02:55:58.0 +01:00
  }
  +"title": 335721
}
"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 {#2210
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2203
    +user: Proxies\__CG__\App\Entity\User {#3207 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
    +image: Proxies\__CG__\App\Entity\Image {#3248 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3250 …}
    +slug: "Look-at-that-fragmentation"
    +title: "Look at that fragmentation!"
    +url: "https://lemm.ee/pictrs/image/af5c9f84-6614-45c7-bee6-1106db3637f4.jpeg"
    +body: "Fragmentation is good! Old meme I posted on that site."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 368
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729308884 {#3243
      date: 2024-10-19 05:34:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3251 …}
    +votes: Doctrine\ORM\PersistentCollection {#3253 …}
    +reports: Doctrine\ORM\PersistentCollection {#3255 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3257 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3259 …}
    +badges: Doctrine\ORM\PersistentCollection {#3261 …}
    +children: [
      App\Entity\EntryComment {#2210}
    ]
    -id: 32693
    -titleTs: "'fragment':4 'look':1"
    -bodyTs: "'fragment':1 'good':3 'meme':5 'old':4 'post':7 'site':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706130178
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21711021"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706043778 {#3230
      date: 2024-01-23 22:02:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2207 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +body: "Plus it’s slow as shit typically"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706061358 {#2202
    date: 2024-01-24 02:55:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hasecilu@lemm.ee"
    "@MotoAsh@lemmy.world"
    "@Cicraft@lemmy.world"
    "@mlg@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2208 …}
  +nested: Doctrine\ORM\PersistentCollection {#2204 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2266 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 335721
  -bodyTs: "'plus':1 'shit':6 'slow':4 'typic':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6065006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706061358 {#2201
    date: 2024-01-24 02:55:58.0 +01:00
  }
  +"title": 335721
}
"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 {#2277
  +user: Proxies\__CG__\App\Entity\User {#3037 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: Proxies\__CG__\App\Entity\Image {#3110 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
  +slug: "AMA"
  +title: "AMA"
  +url: "https://sh.itjust.works/pictrs/image/d8fb2113-374b-406e-893f-0b640369f202.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 347
  +favouriteCount: 419
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729321938 {#3147
    date: 2024-10-19 09:12:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3152 …}
  +votes: Doctrine\ORM\PersistentCollection {#3155 …}
  +reports: Doctrine\ORM\PersistentCollection {#3157 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3159 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3161 …}
  +badges: Doctrine\ORM\PersistentCollection {#3163 …}
  +children: [
    App\Entity\EntryComment {#2275
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2277 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2220 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2218 …}
      +body: "Nice instance"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706046550 {#2276
        date: 2024-01-23 22:49:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@JackGreenEarth@lemm.ee"
        "@unionagainstdhmo@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2222 …}
      +nested: Doctrine\ORM\PersistentCollection {#2219 …}
      +votes: Doctrine\ORM\PersistentCollection {#2196 …}
      +reports: Doctrine\ORM\PersistentCollection {#2194 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2193 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
      -id: 335244
      -bodyTs: "'instanc':2 'nice':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6058974"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706046550 {#2279
        date: 2024-01-23 22:49:10.0 +01:00
      }
      +"title": 335244
    }
  ]
  -id: 32656
  -titleTs: "'ama':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116322
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13343805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029922 {#3133
    date: 2024-01-23 18:12:02.0 +01: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 {#2277
  +user: Proxies\__CG__\App\Entity\User {#3037 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: Proxies\__CG__\App\Entity\Image {#3110 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
  +slug: "AMA"
  +title: "AMA"
  +url: "https://sh.itjust.works/pictrs/image/d8fb2113-374b-406e-893f-0b640369f202.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 347
  +favouriteCount: 419
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729321938 {#3147
    date: 2024-10-19 09:12:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3152 …}
  +votes: Doctrine\ORM\PersistentCollection {#3155 …}
  +reports: Doctrine\ORM\PersistentCollection {#3157 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3159 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3161 …}
  +badges: Doctrine\ORM\PersistentCollection {#3163 …}
  +children: [
    App\Entity\EntryComment {#2275
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2277 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2220 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2218 …}
      +body: "Nice instance"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706046550 {#2276
        date: 2024-01-23 22:49:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@JackGreenEarth@lemm.ee"
        "@unionagainstdhmo@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2222 …}
      +nested: Doctrine\ORM\PersistentCollection {#2219 …}
      +votes: Doctrine\ORM\PersistentCollection {#2196 …}
      +reports: Doctrine\ORM\PersistentCollection {#2194 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2193 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
      -id: 335244
      -bodyTs: "'instanc':2 'nice':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6058974"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706046550 {#2279
        date: 2024-01-23 22:49:10.0 +01:00
      }
      +"title": 335244
    }
  ]
  -id: 32656
  -titleTs: "'ama':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116322
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13343805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029922 {#3133
    date: 2024-01-23 18:12:02.0 +01: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 {#2277
  +user: Proxies\__CG__\App\Entity\User {#3037 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: Proxies\__CG__\App\Entity\Image {#3110 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
  +slug: "AMA"
  +title: "AMA"
  +url: "https://sh.itjust.works/pictrs/image/d8fb2113-374b-406e-893f-0b640369f202.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 347
  +favouriteCount: 419
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729321938 {#3147
    date: 2024-10-19 09:12:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3152 …}
  +votes: Doctrine\ORM\PersistentCollection {#3155 …}
  +reports: Doctrine\ORM\PersistentCollection {#3157 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3159 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3161 …}
  +badges: Doctrine\ORM\PersistentCollection {#3163 …}
  +children: [
    App\Entity\EntryComment {#2275
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2277 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2220 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2218 …}
      +body: "Nice instance"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706046550 {#2276
        date: 2024-01-23 22:49:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@JackGreenEarth@lemm.ee"
        "@unionagainstdhmo@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2222 …}
      +nested: Doctrine\ORM\PersistentCollection {#2219 …}
      +votes: Doctrine\ORM\PersistentCollection {#2196 …}
      +reports: Doctrine\ORM\PersistentCollection {#2194 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2193 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
      -id: 335244
      -bodyTs: "'instanc':2 'nice':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6058974"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706046550 {#2279
        date: 2024-01-23 22:49:10.0 +01:00
      }
      +"title": 335244
    }
  ]
  -id: 32656
  -titleTs: "'ama':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116322
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13343805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029922 {#3133
    date: 2024-01-23 18:12:02.0 +01: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 {#2275
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2277
    +user: Proxies\__CG__\App\Entity\User {#3037 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
    +image: Proxies\__CG__\App\Entity\Image {#3110 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
    +slug: "AMA"
    +title: "AMA"
    +url: "https://sh.itjust.works/pictrs/image/d8fb2113-374b-406e-893f-0b640369f202.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 347
    +favouriteCount: 419
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729321938 {#3147
      date: 2024-10-19 09:12:18.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3152 …}
    +votes: Doctrine\ORM\PersistentCollection {#3155 …}
    +reports: Doctrine\ORM\PersistentCollection {#3157 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3159 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3161 …}
    +badges: Doctrine\ORM\PersistentCollection {#3163 …}
    +children: [
      App\Entity\EntryComment {#2275}
    ]
    -id: 32656
    -titleTs: "'ama':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116322
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13343805"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029922 {#3133
      date: 2024-01-23 18:12:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2220 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2218 …}
  +body: "Nice instance"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706046550 {#2276
    date: 2024-01-23 22:49:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@JackGreenEarth@lemm.ee"
    "@unionagainstdhmo@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2222 …}
  +nested: Doctrine\ORM\PersistentCollection {#2219 …}
  +votes: Doctrine\ORM\PersistentCollection {#2196 …}
  +reports: Doctrine\ORM\PersistentCollection {#2194 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2193 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
  -id: 335244
  -bodyTs: "'instanc':2 'nice':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6058974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706046550 {#2279
    date: 2024-01-23 22:49:10.0 +01:00
  }
  +"title": 335244
}
"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 {#2275
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2277
    +user: Proxies\__CG__\App\Entity\User {#3037 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
    +image: Proxies\__CG__\App\Entity\Image {#3110 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
    +slug: "AMA"
    +title: "AMA"
    +url: "https://sh.itjust.works/pictrs/image/d8fb2113-374b-406e-893f-0b640369f202.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 347
    +favouriteCount: 419
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729321938 {#3147
      date: 2024-10-19 09:12:18.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3152 …}
    +votes: Doctrine\ORM\PersistentCollection {#3155 …}
    +reports: Doctrine\ORM\PersistentCollection {#3157 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3159 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3161 …}
    +badges: Doctrine\ORM\PersistentCollection {#3163 …}
    +children: [
      App\Entity\EntryComment {#2275}
    ]
    -id: 32656
    -titleTs: "'ama':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116322
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13343805"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029922 {#3133
      date: 2024-01-23 18:12:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2220 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2218 …}
  +body: "Nice instance"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706046550 {#2276
    date: 2024-01-23 22:49:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@JackGreenEarth@lemm.ee"
    "@unionagainstdhmo@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2222 …}
  +nested: Doctrine\ORM\PersistentCollection {#2219 …}
  +votes: Doctrine\ORM\PersistentCollection {#2196 …}
  +reports: Doctrine\ORM\PersistentCollection {#2194 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2193 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
  -id: 335244
  -bodyTs: "'instanc':2 'nice':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6058974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706046550 {#2279
    date: 2024-01-23 22:49:10.0 +01:00
  }
  +"title": 335244
}
"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 {#2275
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2277
    +user: Proxies\__CG__\App\Entity\User {#3037 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
    +image: Proxies\__CG__\App\Entity\Image {#3110 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
    +slug: "AMA"
    +title: "AMA"
    +url: "https://sh.itjust.works/pictrs/image/d8fb2113-374b-406e-893f-0b640369f202.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 347
    +favouriteCount: 419
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729321938 {#3147
      date: 2024-10-19 09:12:18.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3152 …}
    +votes: Doctrine\ORM\PersistentCollection {#3155 …}
    +reports: Doctrine\ORM\PersistentCollection {#3157 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3159 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3161 …}
    +badges: Doctrine\ORM\PersistentCollection {#3163 …}
    +children: [
      App\Entity\EntryComment {#2275}
    ]
    -id: 32656
    -titleTs: "'ama':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116322
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13343805"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029922 {#3133
      date: 2024-01-23 18:12:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2261 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2220 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2218 …}
  +body: "Nice instance"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706046550 {#2276
    date: 2024-01-23 22:49:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@JackGreenEarth@lemm.ee"
    "@unionagainstdhmo@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2222 …}
  +nested: Doctrine\ORM\PersistentCollection {#2219 …}
  +votes: Doctrine\ORM\PersistentCollection {#2196 …}
  +reports: Doctrine\ORM\PersistentCollection {#2194 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2193 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
  -id: 335244
  -bodyTs: "'instanc':2 'nice':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6058974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706046550 {#2279
    date: 2024-01-23 22:49:10.0 +01:00
  }
  +"title": 335244
}
"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
Proxies\__CG__\App\Entity\Entry {#2319
  +user: Proxies\__CG__\App\Entity\User {#3072 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: Proxies\__CG__\App\Entity\Image {#3112 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "The-true-way"
  +title: "The true way"
  +url: "https://lemmy.world/pictrs/image/c829bdc5-1533-4e57-a093-4902b473f7c5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 203
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728375908 {#3107
    date: 2024-10-08 10:25:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3115 …}
  +votes: Doctrine\ORM\PersistentCollection {#3117 …}
  +reports: Doctrine\ORM\PersistentCollection {#3119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3123 …}
  +badges: Doctrine\ORM\PersistentCollection {#3125 …}
  +children: [
    App\Entity\EntryComment {#2303
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2319 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2318 …}
      +body: "Nice"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706046174 {#2305
        date: 2024-01-23 22:42:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@lemmy.world"
        "@rtxn@lemmy.world"
        "@Imgonnatrythis@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2313 …}
      +nested: Doctrine\ORM\PersistentCollection {#2292 …}
      +votes: Doctrine\ORM\PersistentCollection {#2290 …}
      +reports: Doctrine\ORM\PersistentCollection {#2295 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
      -id: 335230
      -bodyTs: "'nice':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6058838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706046174 {#2304
        date: 2024-01-23 22:42:54.0 +01:00
      }
      +"title": 335230
    }
  ]
  -id: 32622
  -titleTs: "'true':2 'way':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706112221
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085881"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706025821 {#3093
    date: 2024-01-23 17:03:41.0 +01: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
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2319
  +user: Proxies\__CG__\App\Entity\User {#3072 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: Proxies\__CG__\App\Entity\Image {#3112 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "The-true-way"
  +title: "The true way"
  +url: "https://lemmy.world/pictrs/image/c829bdc5-1533-4e57-a093-4902b473f7c5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 203
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728375908 {#3107
    date: 2024-10-08 10:25:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3115 …}
  +votes: Doctrine\ORM\PersistentCollection {#3117 …}
  +reports: Doctrine\ORM\PersistentCollection {#3119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3123 …}
  +badges: Doctrine\ORM\PersistentCollection {#3125 …}
  +children: [
    App\Entity\EntryComment {#2303
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2319 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2318 …}
      +body: "Nice"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706046174 {#2305
        date: 2024-01-23 22:42:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@lemmy.world"
        "@rtxn@lemmy.world"
        "@Imgonnatrythis@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2313 …}
      +nested: Doctrine\ORM\PersistentCollection {#2292 …}
      +votes: Doctrine\ORM\PersistentCollection {#2290 …}
      +reports: Doctrine\ORM\PersistentCollection {#2295 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
      -id: 335230
      -bodyTs: "'nice':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6058838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706046174 {#2304
        date: 2024-01-23 22:42:54.0 +01:00
      }
      +"title": 335230
    }
  ]
  -id: 32622
  -titleTs: "'true':2 'way':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706112221
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085881"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706025821 {#3093
    date: 2024-01-23 17:03:41.0 +01: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
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2319
  +user: Proxies\__CG__\App\Entity\User {#3072 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: Proxies\__CG__\App\Entity\Image {#3112 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "The-true-way"
  +title: "The true way"
  +url: "https://lemmy.world/pictrs/image/c829bdc5-1533-4e57-a093-4902b473f7c5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 203
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728375908 {#3107
    date: 2024-10-08 10:25:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3115 …}
  +votes: Doctrine\ORM\PersistentCollection {#3117 …}
  +reports: Doctrine\ORM\PersistentCollection {#3119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3123 …}
  +badges: Doctrine\ORM\PersistentCollection {#3125 …}
  +children: [
    App\Entity\EntryComment {#2303
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2319 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2318 …}
      +body: "Nice"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706046174 {#2305
        date: 2024-01-23 22:42:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@lemmy.world"
        "@rtxn@lemmy.world"
        "@Imgonnatrythis@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2313 …}
      +nested: Doctrine\ORM\PersistentCollection {#2292 …}
      +votes: Doctrine\ORM\PersistentCollection {#2290 …}
      +reports: Doctrine\ORM\PersistentCollection {#2295 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
      -id: 335230
      -bodyTs: "'nice':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6058838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706046174 {#2304
        date: 2024-01-23 22:42:54.0 +01:00
      }
      +"title": 335230
    }
  ]
  -id: 32622
  -titleTs: "'true':2 'way':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706112221
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085881"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706025821 {#3093
    date: 2024-01-23 17:03:41.0 +01: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
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2303
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2319
    +user: Proxies\__CG__\App\Entity\User {#3072 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: Proxies\__CG__\App\Entity\Image {#3112 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "The-true-way"
    +title: "The true way"
    +url: "https://lemmy.world/pictrs/image/c829bdc5-1533-4e57-a093-4902b473f7c5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728375908 {#3107
      date: 2024-10-08 10:25:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3115 …}
    +votes: Doctrine\ORM\PersistentCollection {#3117 …}
    +reports: Doctrine\ORM\PersistentCollection {#3119 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3121 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3123 …}
    +badges: Doctrine\ORM\PersistentCollection {#3125 …}
    +children: [
      App\Entity\EntryComment {#2303}
    ]
    -id: 32622
    -titleTs: "'true':2 'way':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706112221
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11085881"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706025821 {#3093
      date: 2024-01-23 17:03:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2318 …}
  +body: "Nice"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706046174 {#2305
    date: 2024-01-23 22:42:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
    "@rtxn@lemmy.world"
    "@Imgonnatrythis@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2313 …}
  +nested: Doctrine\ORM\PersistentCollection {#2292 …}
  +votes: Doctrine\ORM\PersistentCollection {#2290 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
  -id: 335230
  -bodyTs: "'nice':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6058838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706046174 {#2304
    date: 2024-01-23 22:42:54.0 +01:00
  }
  +"title": 335230
}
"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
31 DENIED edit
App\Entity\EntryComment {#2303
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2319
    +user: Proxies\__CG__\App\Entity\User {#3072 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: Proxies\__CG__\App\Entity\Image {#3112 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "The-true-way"
    +title: "The true way"
    +url: "https://lemmy.world/pictrs/image/c829bdc5-1533-4e57-a093-4902b473f7c5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728375908 {#3107
      date: 2024-10-08 10:25:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3115 …}
    +votes: Doctrine\ORM\PersistentCollection {#3117 …}
    +reports: Doctrine\ORM\PersistentCollection {#3119 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3121 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3123 …}
    +badges: Doctrine\ORM\PersistentCollection {#3125 …}
    +children: [
      App\Entity\EntryComment {#2303}
    ]
    -id: 32622
    -titleTs: "'true':2 'way':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706112221
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11085881"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706025821 {#3093
      date: 2024-01-23 17:03:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2318 …}
  +body: "Nice"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706046174 {#2305
    date: 2024-01-23 22:42:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
    "@rtxn@lemmy.world"
    "@Imgonnatrythis@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2313 …}
  +nested: Doctrine\ORM\PersistentCollection {#2292 …}
  +votes: Doctrine\ORM\PersistentCollection {#2290 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
  -id: 335230
  -bodyTs: "'nice':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6058838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706046174 {#2304
    date: 2024-01-23 22:42:54.0 +01:00
  }
  +"title": 335230
}
"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
32 DENIED moderate
App\Entity\EntryComment {#2303
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2319
    +user: Proxies\__CG__\App\Entity\User {#3072 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: Proxies\__CG__\App\Entity\Image {#3112 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "The-true-way"
    +title: "The true way"
    +url: "https://lemmy.world/pictrs/image/c829bdc5-1533-4e57-a093-4902b473f7c5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728375908 {#3107
      date: 2024-10-08 10:25:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3115 …}
    +votes: Doctrine\ORM\PersistentCollection {#3117 …}
    +reports: Doctrine\ORM\PersistentCollection {#3119 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3121 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3123 …}
    +badges: Doctrine\ORM\PersistentCollection {#3125 …}
    +children: [
      App\Entity\EntryComment {#2303}
    ]
    -id: 32622
    -titleTs: "'true':2 'way':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706112221
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11085881"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706025821 {#3093
      date: 2024-01-23 17:03:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2318 …}
  +body: "Nice"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706046174 {#2305
    date: 2024-01-23 22:42:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
    "@rtxn@lemmy.world"
    "@Imgonnatrythis@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2313 …}
  +nested: Doctrine\ORM\PersistentCollection {#2292 …}
  +votes: Doctrine\ORM\PersistentCollection {#2290 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2282 …}
  -id: 335230
  -bodyTs: "'nice':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6058838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706046174 {#2304
    date: 2024-01-23 22:42:54.0 +01:00
  }
  +"title": 335230
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2291
  +user: Proxies\__CG__\App\Entity\User {#3383 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "Amazon-clearly-lying-about-ownership-on-Prime"
  +title: "Amazon clearly lying about "ownership" on Prime."
  +url: "https://lemmy.world/pictrs/image/4e4202ed-0ecb-43d6-b57e-2a769dbaaaff.jpeg"
  +body: "You all remember just a few weeks ago when Sony ripped away a bunch of movies and TV shows people “owned”? This ad is on Amazon. You can’t “own” it on Prime. You can just access it until they lose the license. How can they get away with lying like this?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 72
  +favouriteCount: 1021
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728429063 {#3378
    date: 2024-10-09 01:11:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3385 …}
  +votes: Doctrine\ORM\PersistentCollection {#3387 …}
  +reports: Doctrine\ORM\PersistentCollection {#3389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3393 …}
  +badges: Doctrine\ORM\PersistentCollection {#3395 …}
  +children: [
    App\Entity\EntryComment {#2293
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2291 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +body: "No, there are no push notifications. I think it uses periodically refreshed RSS feeds"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706043365 {#2311
        date: 2024-01-23 21:56:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@Blackmist@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 335122
      -bodyTs: "'feed':14 'notif':6 'period':11 'push':5 'refresh':12 'rss':13 'think':8 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6057878"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706043365 {#2298
        date: 2024-01-23 21:56:05.0 +01:00
      }
      +"title": 335122
    }
  ]
  -id: 32617
  -titleTs: "'amazon':1 'clear':2 'lie':3 'ownership':5 'prime':7"
  -bodyTs: "'access':37 'ad':23 'ago':8 'amazon':26 'away':12,48 'bunch':14 'get':47 'licens':43 'lie':50 'like':51 'lose':41 'movi':16 'own':21 'peopl':20 'prime':33 'rememb':3 'rip':11 'show':19 'soni':10 'tv':18 'week':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706111085
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085292"
  +editedAt: DateTimeImmutable @1727975902 {#3364
    date: 2024-10-03 19:18:22.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706024685 {#3343
    date: 2024-01-23 16:44:45.0 +01: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
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2291
  +user: Proxies\__CG__\App\Entity\User {#3383 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "Amazon-clearly-lying-about-ownership-on-Prime"
  +title: "Amazon clearly lying about "ownership" on Prime."
  +url: "https://lemmy.world/pictrs/image/4e4202ed-0ecb-43d6-b57e-2a769dbaaaff.jpeg"
  +body: "You all remember just a few weeks ago when Sony ripped away a bunch of movies and TV shows people “owned”? This ad is on Amazon. You can’t “own” it on Prime. You can just access it until they lose the license. How can they get away with lying like this?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 72
  +favouriteCount: 1021
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728429063 {#3378
    date: 2024-10-09 01:11:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3385 …}
  +votes: Doctrine\ORM\PersistentCollection {#3387 …}
  +reports: Doctrine\ORM\PersistentCollection {#3389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3393 …}
  +badges: Doctrine\ORM\PersistentCollection {#3395 …}
  +children: [
    App\Entity\EntryComment {#2293
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2291 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +body: "No, there are no push notifications. I think it uses periodically refreshed RSS feeds"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706043365 {#2311
        date: 2024-01-23 21:56:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@Blackmist@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 335122
      -bodyTs: "'feed':14 'notif':6 'period':11 'push':5 'refresh':12 'rss':13 'think':8 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6057878"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706043365 {#2298
        date: 2024-01-23 21:56:05.0 +01:00
      }
      +"title": 335122
    }
  ]
  -id: 32617
  -titleTs: "'amazon':1 'clear':2 'lie':3 'ownership':5 'prime':7"
  -bodyTs: "'access':37 'ad':23 'ago':8 'amazon':26 'away':12,48 'bunch':14 'get':47 'licens':43 'lie':50 'like':51 'lose':41 'movi':16 'own':21 'peopl':20 'prime':33 'rememb':3 'rip':11 'show':19 'soni':10 'tv':18 'week':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706111085
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085292"
  +editedAt: DateTimeImmutable @1727975902 {#3364
    date: 2024-10-03 19:18:22.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706024685 {#3343
    date: 2024-01-23 16:44:45.0 +01: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
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2291
  +user: Proxies\__CG__\App\Entity\User {#3383 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "Amazon-clearly-lying-about-ownership-on-Prime"
  +title: "Amazon clearly lying about "ownership" on Prime."
  +url: "https://lemmy.world/pictrs/image/4e4202ed-0ecb-43d6-b57e-2a769dbaaaff.jpeg"
  +body: "You all remember just a few weeks ago when Sony ripped away a bunch of movies and TV shows people “owned”? This ad is on Amazon. You can’t “own” it on Prime. You can just access it until they lose the license. How can they get away with lying like this?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 72
  +favouriteCount: 1021
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728429063 {#3378
    date: 2024-10-09 01:11:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3385 …}
  +votes: Doctrine\ORM\PersistentCollection {#3387 …}
  +reports: Doctrine\ORM\PersistentCollection {#3389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3393 …}
  +badges: Doctrine\ORM\PersistentCollection {#3395 …}
  +children: [
    App\Entity\EntryComment {#2293
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2291 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +body: "No, there are no push notifications. I think it uses periodically refreshed RSS feeds"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706043365 {#2311
        date: 2024-01-23 21:56:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@Blackmist@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 335122
      -bodyTs: "'feed':14 'notif':6 'period':11 'push':5 'refresh':12 'rss':13 'think':8 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6057878"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706043365 {#2298
        date: 2024-01-23 21:56:05.0 +01:00
      }
      +"title": 335122
    }
  ]
  -id: 32617
  -titleTs: "'amazon':1 'clear':2 'lie':3 'ownership':5 'prime':7"
  -bodyTs: "'access':37 'ad':23 'ago':8 'amazon':26 'away':12,48 'bunch':14 'get':47 'licens':43 'lie':50 'like':51 'lose':41 'movi':16 'own':21 'peopl':20 'prime':33 'rememb':3 'rip':11 'show':19 'soni':10 'tv':18 'week':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706111085
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085292"
  +editedAt: DateTimeImmutable @1727975902 {#3364
    date: 2024-10-03 19:18:22.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706024685 {#3343
    date: 2024-01-23 16:44:45.0 +01: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
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#2293
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291
    +user: Proxies\__CG__\App\Entity\User {#3383 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Amazon-clearly-lying-about-ownership-on-Prime"
    +title: "Amazon clearly lying about "ownership" on Prime."
    +url: "https://lemmy.world/pictrs/image/4e4202ed-0ecb-43d6-b57e-2a769dbaaaff.jpeg"
    +body: "You all remember just a few weeks ago when Sony ripped away a bunch of movies and TV shows people “owned”? This ad is on Amazon. You can’t “own” it on Prime. You can just access it until they lose the license. How can they get away with lying like this?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 72
    +favouriteCount: 1021
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728429063 {#3378
      date: 2024-10-09 01:11:03.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3385 …}
    +votes: Doctrine\ORM\PersistentCollection {#3387 …}
    +reports: Doctrine\ORM\PersistentCollection {#3389 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3391 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3393 …}
    +badges: Doctrine\ORM\PersistentCollection {#3395 …}
    +children: [
      App\Entity\EntryComment {#2293}
    ]
    -id: 32617
    -titleTs: "'amazon':1 'clear':2 'lie':3 'ownership':5 'prime':7"
    -bodyTs: "'access':37 'ad':23 'ago':8 'amazon':26 'away':12,48 'bunch':14 'get':47 'licens':43 'lie':50 'like':51 'lose':41 'movi':16 'own':21 'peopl':20 'prime':33 'rememb':3 'rip':11 'show':19 'soni':10 'tv':18 'week':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706111085
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11085292"
    +editedAt: DateTimeImmutable @1727975902 {#3364
      date: 2024-10-03 19:18:22.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706024685 {#3343
      date: 2024-01-23 16:44:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +body: "No, there are no push notifications. I think it uses periodically refreshed RSS feeds"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706043365 {#2311
    date: 2024-01-23 21:56:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@Blackmist@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 335122
  -bodyTs: "'feed':14 'notif':6 'period':11 'push':5 'refresh':12 'rss':13 'think':8 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6057878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706043365 {#2298
    date: 2024-01-23 21:56:05.0 +01:00
  }
  +"title": 335122
}
"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
39 DENIED edit
App\Entity\EntryComment {#2293
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291
    +user: Proxies\__CG__\App\Entity\User {#3383 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Amazon-clearly-lying-about-ownership-on-Prime"
    +title: "Amazon clearly lying about "ownership" on Prime."
    +url: "https://lemmy.world/pictrs/image/4e4202ed-0ecb-43d6-b57e-2a769dbaaaff.jpeg"
    +body: "You all remember just a few weeks ago when Sony ripped away a bunch of movies and TV shows people “owned”? This ad is on Amazon. You can’t “own” it on Prime. You can just access it until they lose the license. How can they get away with lying like this?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 72
    +favouriteCount: 1021
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728429063 {#3378
      date: 2024-10-09 01:11:03.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3385 …}
    +votes: Doctrine\ORM\PersistentCollection {#3387 …}
    +reports: Doctrine\ORM\PersistentCollection {#3389 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3391 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3393 …}
    +badges: Doctrine\ORM\PersistentCollection {#3395 …}
    +children: [
      App\Entity\EntryComment {#2293}
    ]
    -id: 32617
    -titleTs: "'amazon':1 'clear':2 'lie':3 'ownership':5 'prime':7"
    -bodyTs: "'access':37 'ad':23 'ago':8 'amazon':26 'away':12,48 'bunch':14 'get':47 'licens':43 'lie':50 'like':51 'lose':41 'movi':16 'own':21 'peopl':20 'prime':33 'rememb':3 'rip':11 'show':19 'soni':10 'tv':18 'week':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706111085
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11085292"
    +editedAt: DateTimeImmutable @1727975902 {#3364
      date: 2024-10-03 19:18:22.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706024685 {#3343
      date: 2024-01-23 16:44:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +body: "No, there are no push notifications. I think it uses periodically refreshed RSS feeds"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706043365 {#2311
    date: 2024-01-23 21:56:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@Blackmist@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 335122
  -bodyTs: "'feed':14 'notif':6 'period':11 'push':5 'refresh':12 'rss':13 'think':8 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6057878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706043365 {#2298
    date: 2024-01-23 21:56:05.0 +01:00
  }
  +"title": 335122
}
"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
40 DENIED moderate
App\Entity\EntryComment {#2293
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291
    +user: Proxies\__CG__\App\Entity\User {#3383 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Amazon-clearly-lying-about-ownership-on-Prime"
    +title: "Amazon clearly lying about "ownership" on Prime."
    +url: "https://lemmy.world/pictrs/image/4e4202ed-0ecb-43d6-b57e-2a769dbaaaff.jpeg"
    +body: "You all remember just a few weeks ago when Sony ripped away a bunch of movies and TV shows people “owned”? This ad is on Amazon. You can’t “own” it on Prime. You can just access it until they lose the license. How can they get away with lying like this?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 72
    +favouriteCount: 1021
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728429063 {#3378
      date: 2024-10-09 01:11:03.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3385 …}
    +votes: Doctrine\ORM\PersistentCollection {#3387 …}
    +reports: Doctrine\ORM\PersistentCollection {#3389 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3391 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3393 …}
    +badges: Doctrine\ORM\PersistentCollection {#3395 …}
    +children: [
      App\Entity\EntryComment {#2293}
    ]
    -id: 32617
    -titleTs: "'amazon':1 'clear':2 'lie':3 'ownership':5 'prime':7"
    -bodyTs: "'access':37 'ad':23 'ago':8 'amazon':26 'away':12,48 'bunch':14 'get':47 'licens':43 'lie':50 'like':51 'lose':41 'movi':16 'own':21 'peopl':20 'prime':33 'rememb':3 'rip':11 'show':19 'soni':10 'tv':18 'week':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706111085
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11085292"
    +editedAt: DateTimeImmutable @1727975902 {#3364
      date: 2024-10-03 19:18:22.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706024685 {#3343
      date: 2024-01-23 16:44:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +body: "No, there are no push notifications. I think it uses periodically refreshed RSS feeds"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706043365 {#2311
    date: 2024-01-23 21:56:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@Blackmist@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 335122
  -bodyTs: "'feed':14 'notif':6 'period':11 'push':5 'refresh':12 'rss':13 'think':8 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6057878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706043365 {#2298
    date: 2024-01-23 21:56:05.0 +01:00
  }
  +"title": 335122
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2223
  +user: Proxies\__CG__\App\Entity\User {#3037 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: Proxies\__CG__\App\Entity\Image {#3092 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
  +slug: "Me-IRL"
  +title: "Me IRL"
  +url: "https://sh.itjust.works/pictrs/image/95811612-a21d-40f1-a914-545d6afffc94.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 63
  +favouriteCount: 609
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726854408 {#3087
    date: 2024-09-20 19:46:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3095 …}
  +votes: Doctrine\ORM\PersistentCollection {#3097 …}
  +reports: Doctrine\ORM\PersistentCollection {#3099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3103 …}
  +badges: Doctrine\ORM\PersistentCollection {#3105 …}
  +children: [
    App\Entity\EntryComment {#2198
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2223 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2216 …}
      +body: "Extra depressants"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705555104 {#2215
        date: 2024-01-18 06:18:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@MissJinx@lemmy.world"
        "@colourlesspony@pawb.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2214 …}
      +nested: Doctrine\ORM\PersistentCollection {#2225 …}
      +votes: Doctrine\ORM\PersistentCollection {#2231 …}
      +reports: Doctrine\ORM\PersistentCollection {#2229 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2189 …}
      -id: 319270
      -bodyTs: "'depress':2 'extra':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5892721"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705555104 {#2224
        date: 2024-01-18 06:18:24.0 +01:00
      }
      +"title": 319270
    }
  ]
  -id: 31376
  -titleTs: "'irl':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705628768
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12986543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705542368 {#3075
    date: 2024-01-18 02:46:08.0 +01: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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2223
  +user: Proxies\__CG__\App\Entity\User {#3037 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: Proxies\__CG__\App\Entity\Image {#3092 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
  +slug: "Me-IRL"
  +title: "Me IRL"
  +url: "https://sh.itjust.works/pictrs/image/95811612-a21d-40f1-a914-545d6afffc94.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 63
  +favouriteCount: 609
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726854408 {#3087
    date: 2024-09-20 19:46:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3095 …}
  +votes: Doctrine\ORM\PersistentCollection {#3097 …}
  +reports: Doctrine\ORM\PersistentCollection {#3099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3103 …}
  +badges: Doctrine\ORM\PersistentCollection {#3105 …}
  +children: [
    App\Entity\EntryComment {#2198
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2223 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2216 …}
      +body: "Extra depressants"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705555104 {#2215
        date: 2024-01-18 06:18:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@MissJinx@lemmy.world"
        "@colourlesspony@pawb.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2214 …}
      +nested: Doctrine\ORM\PersistentCollection {#2225 …}
      +votes: Doctrine\ORM\PersistentCollection {#2231 …}
      +reports: Doctrine\ORM\PersistentCollection {#2229 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2189 …}
      -id: 319270
      -bodyTs: "'depress':2 'extra':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5892721"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705555104 {#2224
        date: 2024-01-18 06:18:24.0 +01:00
      }
      +"title": 319270
    }
  ]
  -id: 31376
  -titleTs: "'irl':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705628768
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12986543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705542368 {#3075
    date: 2024-01-18 02:46:08.0 +01: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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2223
  +user: Proxies\__CG__\App\Entity\User {#3037 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: Proxies\__CG__\App\Entity\Image {#3092 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
  +slug: "Me-IRL"
  +title: "Me IRL"
  +url: "https://sh.itjust.works/pictrs/image/95811612-a21d-40f1-a914-545d6afffc94.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 63
  +favouriteCount: 609
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726854408 {#3087
    date: 2024-09-20 19:46:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3095 …}
  +votes: Doctrine\ORM\PersistentCollection {#3097 …}
  +reports: Doctrine\ORM\PersistentCollection {#3099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3103 …}
  +badges: Doctrine\ORM\PersistentCollection {#3105 …}
  +children: [
    App\Entity\EntryComment {#2198
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2223 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2216 …}
      +body: "Extra depressants"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705555104 {#2215
        date: 2024-01-18 06:18:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@MissJinx@lemmy.world"
        "@colourlesspony@pawb.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2214 …}
      +nested: Doctrine\ORM\PersistentCollection {#2225 …}
      +votes: Doctrine\ORM\PersistentCollection {#2231 …}
      +reports: Doctrine\ORM\PersistentCollection {#2229 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2189 …}
      -id: 319270
      -bodyTs: "'depress':2 'extra':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5892721"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705555104 {#2224
        date: 2024-01-18 06:18:24.0 +01:00
      }
      +"title": 319270
    }
  ]
  -id: 31376
  -titleTs: "'irl':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705628768
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12986543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705542368 {#3075
    date: 2024-01-18 02:46:08.0 +01: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
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2198
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223
    +user: Proxies\__CG__\App\Entity\User {#3037 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: Proxies\__CG__\App\Entity\Image {#3092 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
    +slug: "Me-IRL"
    +title: "Me IRL"
    +url: "https://sh.itjust.works/pictrs/image/95811612-a21d-40f1-a914-545d6afffc94.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 63
    +favouriteCount: 609
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726854408 {#3087
      date: 2024-09-20 19:46:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3095 …}
    +votes: Doctrine\ORM\PersistentCollection {#3097 …}
    +reports: Doctrine\ORM\PersistentCollection {#3099 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3101 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3103 …}
    +badges: Doctrine\ORM\PersistentCollection {#3105 …}
    +children: [
      App\Entity\EntryComment {#2198}
    ]
    -id: 31376
    -titleTs: "'irl':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705628768
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12986543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705542368 {#3075
      date: 2024-01-18 02:46:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2216 …}
  +body: "Extra depressants"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705555104 {#2215
    date: 2024-01-18 06:18:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@MissJinx@lemmy.world"
    "@colourlesspony@pawb.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2214 …}
  +nested: Doctrine\ORM\PersistentCollection {#2225 …}
  +votes: Doctrine\ORM\PersistentCollection {#2231 …}
  +reports: Doctrine\ORM\PersistentCollection {#2229 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2189 …}
  -id: 319270
  -bodyTs: "'depress':2 'extra':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5892721"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705555104 {#2224
    date: 2024-01-18 06:18:24.0 +01:00
  }
  +"title": 319270
}
"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
47 DENIED edit
App\Entity\EntryComment {#2198
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223
    +user: Proxies\__CG__\App\Entity\User {#3037 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: Proxies\__CG__\App\Entity\Image {#3092 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
    +slug: "Me-IRL"
    +title: "Me IRL"
    +url: "https://sh.itjust.works/pictrs/image/95811612-a21d-40f1-a914-545d6afffc94.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 63
    +favouriteCount: 609
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726854408 {#3087
      date: 2024-09-20 19:46:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3095 …}
    +votes: Doctrine\ORM\PersistentCollection {#3097 …}
    +reports: Doctrine\ORM\PersistentCollection {#3099 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3101 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3103 …}
    +badges: Doctrine\ORM\PersistentCollection {#3105 …}
    +children: [
      App\Entity\EntryComment {#2198}
    ]
    -id: 31376
    -titleTs: "'irl':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705628768
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12986543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705542368 {#3075
      date: 2024-01-18 02:46:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2216 …}
  +body: "Extra depressants"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705555104 {#2215
    date: 2024-01-18 06:18:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@MissJinx@lemmy.world"
    "@colourlesspony@pawb.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2214 …}
  +nested: Doctrine\ORM\PersistentCollection {#2225 …}
  +votes: Doctrine\ORM\PersistentCollection {#2231 …}
  +reports: Doctrine\ORM\PersistentCollection {#2229 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2189 …}
  -id: 319270
  -bodyTs: "'depress':2 'extra':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5892721"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705555104 {#2224
    date: 2024-01-18 06:18:24.0 +01:00
  }
  +"title": 319270
}
"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
48 DENIED moderate
App\Entity\EntryComment {#2198
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223
    +user: Proxies\__CG__\App\Entity\User {#3037 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: Proxies\__CG__\App\Entity\Image {#3092 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3094 …}
    +slug: "Me-IRL"
    +title: "Me IRL"
    +url: "https://sh.itjust.works/pictrs/image/95811612-a21d-40f1-a914-545d6afffc94.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 63
    +favouriteCount: 609
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726854408 {#3087
      date: 2024-09-20 19:46:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3095 …}
    +votes: Doctrine\ORM\PersistentCollection {#3097 …}
    +reports: Doctrine\ORM\PersistentCollection {#3099 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3101 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3103 …}
    +badges: Doctrine\ORM\PersistentCollection {#3105 …}
    +children: [
      App\Entity\EntryComment {#2198}
    ]
    -id: 31376
    -titleTs: "'irl':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705628768
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12986543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705542368 {#3075
      date: 2024-01-18 02:46:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2216 …}
  +body: "Extra depressants"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705555104 {#2215
    date: 2024-01-18 06:18:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@MissJinx@lemmy.world"
    "@colourlesspony@pawb.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2214 …}
  +nested: Doctrine\ORM\PersistentCollection {#2225 …}
  +votes: Doctrine\ORM\PersistentCollection {#2231 …}
  +reports: Doctrine\ORM\PersistentCollection {#2229 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2189 …}
  -id: 319270
  -bodyTs: "'depress':2 'extra':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5892721"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705555104 {#2224
    date: 2024-01-18 06:18:24.0 +01:00
  }
  +"title": 319270
}
"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
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2113
  +user: Proxies\__CG__\App\Entity\User {#3304 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "Advice-for-buulding-a-cheep-NAS"
  +title: "Advice for buulding a cheep NAS"
  +url: null
  +body: """
    Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
    \n
    The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
    \n
    I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726391812 {#3340
    date: 2024-09-15 11:16:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3345 …}
  +votes: Doctrine\ORM\PersistentCollection {#3348 …}
  +reports: Doctrine\ORM\PersistentCollection {#3350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3352 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3354 …}
  +badges: Doctrine\ORM\PersistentCollection {#3356 …}
  +children: [
    App\Entity\EntryComment {#2115
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2113 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
      +body: "With truenas you won’t need raid"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705199656 {#2121
        date: 2024-01-14 03:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@muntedcrocodile@lemmy.world"
        "@BombOmOm@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2116 …}
      +nested: Doctrine\ORM\PersistentCollection {#2161 …}
      +votes: Doctrine\ORM\PersistentCollection {#2163 …}
      +reports: Doctrine\ORM\PersistentCollection {#2044 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
      -id: 306837
      -bodyTs: "'need':6 'raid':7 'truena':2 'won':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5757813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705199656 {#2122
        date: 2024-01-14 03:34:16.0 +01:00
      }
      +"title": 306837
    }
  ]
  -id: 30309
  -titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
  -bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705283820
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10684376"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705197420 {#3326
    date: 2024-01-14 02:57:00.0 +01: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
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2113
  +user: Proxies\__CG__\App\Entity\User {#3304 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "Advice-for-buulding-a-cheep-NAS"
  +title: "Advice for buulding a cheep NAS"
  +url: null
  +body: """
    Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
    \n
    The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
    \n
    I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726391812 {#3340
    date: 2024-09-15 11:16:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3345 …}
  +votes: Doctrine\ORM\PersistentCollection {#3348 …}
  +reports: Doctrine\ORM\PersistentCollection {#3350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3352 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3354 …}
  +badges: Doctrine\ORM\PersistentCollection {#3356 …}
  +children: [
    App\Entity\EntryComment {#2115
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2113 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
      +body: "With truenas you won’t need raid"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705199656 {#2121
        date: 2024-01-14 03:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@muntedcrocodile@lemmy.world"
        "@BombOmOm@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2116 …}
      +nested: Doctrine\ORM\PersistentCollection {#2161 …}
      +votes: Doctrine\ORM\PersistentCollection {#2163 …}
      +reports: Doctrine\ORM\PersistentCollection {#2044 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
      -id: 306837
      -bodyTs: "'need':6 'raid':7 'truena':2 'won':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5757813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705199656 {#2122
        date: 2024-01-14 03:34:16.0 +01:00
      }
      +"title": 306837
    }
  ]
  -id: 30309
  -titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
  -bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705283820
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10684376"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705197420 {#3326
    date: 2024-01-14 02:57:00.0 +01: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
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2113
  +user: Proxies\__CG__\App\Entity\User {#3304 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "Advice-for-buulding-a-cheep-NAS"
  +title: "Advice for buulding a cheep NAS"
  +url: null
  +body: """
    Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
    \n
    The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
    \n
    I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726391812 {#3340
    date: 2024-09-15 11:16:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3345 …}
  +votes: Doctrine\ORM\PersistentCollection {#3348 …}
  +reports: Doctrine\ORM\PersistentCollection {#3350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3352 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3354 …}
  +badges: Doctrine\ORM\PersistentCollection {#3356 …}
  +children: [
    App\Entity\EntryComment {#2115
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2113 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
      +body: "With truenas you won’t need raid"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705199656 {#2121
        date: 2024-01-14 03:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@muntedcrocodile@lemmy.world"
        "@BombOmOm@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2116 …}
      +nested: Doctrine\ORM\PersistentCollection {#2161 …}
      +votes: Doctrine\ORM\PersistentCollection {#2163 …}
      +reports: Doctrine\ORM\PersistentCollection {#2044 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
      -id: 306837
      -bodyTs: "'need':6 'raid':7 'truena':2 'won':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5757813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705199656 {#2122
        date: 2024-01-14 03:34:16.0 +01:00
      }
      +"title": 306837
    }
  ]
  -id: 30309
  -titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
  -bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705283820
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10684376"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705197420 {#3326
    date: 2024-01-14 02:57:00.0 +01: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
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#2115
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2113
    +user: Proxies\__CG__\App\Entity\User {#3304 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "Advice-for-buulding-a-cheep-NAS"
    +title: "Advice for buulding a cheep NAS"
    +url: null
    +body: """
      Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
      \n
      The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
      \n
      I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 35
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726391812 {#3340
      date: 2024-09-15 11:16:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3345 …}
    +votes: Doctrine\ORM\PersistentCollection {#3348 …}
    +reports: Doctrine\ORM\PersistentCollection {#3350 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3352 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3354 …}
    +badges: Doctrine\ORM\PersistentCollection {#3356 …}
    +children: [
      App\Entity\EntryComment {#2115}
    ]
    -id: 30309
    -titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
    -bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705283820
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10684376"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705197420 {#3326
      date: 2024-01-14 02:57:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +body: "With truenas you won’t need raid"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705199656 {#2121
    date: 2024-01-14 03:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@muntedcrocodile@lemmy.world"
    "@BombOmOm@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2116 …}
  +nested: Doctrine\ORM\PersistentCollection {#2161 …}
  +votes: Doctrine\ORM\PersistentCollection {#2163 …}
  +reports: Doctrine\ORM\PersistentCollection {#2044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
  -id: 306837
  -bodyTs: "'need':6 'raid':7 'truena':2 'won':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5757813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705199656 {#2122
    date: 2024-01-14 03:34:16.0 +01:00
  }
  +"title": 306837
}
"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
55 DENIED edit
App\Entity\EntryComment {#2115
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2113
    +user: Proxies\__CG__\App\Entity\User {#3304 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "Advice-for-buulding-a-cheep-NAS"
    +title: "Advice for buulding a cheep NAS"
    +url: null
    +body: """
      Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
      \n
      The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
      \n
      I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 35
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726391812 {#3340
      date: 2024-09-15 11:16:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3345 …}
    +votes: Doctrine\ORM\PersistentCollection {#3348 …}
    +reports: Doctrine\ORM\PersistentCollection {#3350 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3352 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3354 …}
    +badges: Doctrine\ORM\PersistentCollection {#3356 …}
    +children: [
      App\Entity\EntryComment {#2115}
    ]
    -id: 30309
    -titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
    -bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705283820
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10684376"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705197420 {#3326
      date: 2024-01-14 02:57:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +body: "With truenas you won’t need raid"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705199656 {#2121
    date: 2024-01-14 03:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@muntedcrocodile@lemmy.world"
    "@BombOmOm@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2116 …}
  +nested: Doctrine\ORM\PersistentCollection {#2161 …}
  +votes: Doctrine\ORM\PersistentCollection {#2163 …}
  +reports: Doctrine\ORM\PersistentCollection {#2044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
  -id: 306837
  -bodyTs: "'need':6 'raid':7 'truena':2 'won':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5757813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705199656 {#2122
    date: 2024-01-14 03:34:16.0 +01:00
  }
  +"title": 306837
}
"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
56 DENIED moderate
App\Entity\EntryComment {#2115
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2113
    +user: Proxies\__CG__\App\Entity\User {#3304 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "Advice-for-buulding-a-cheep-NAS"
    +title: "Advice for buulding a cheep NAS"
    +url: null
    +body: """
      Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
      \n
      The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
      \n
      I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 35
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726391812 {#3340
      date: 2024-09-15 11:16:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3345 …}
    +votes: Doctrine\ORM\PersistentCollection {#3348 …}
    +reports: Doctrine\ORM\PersistentCollection {#3350 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3352 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3354 …}
    +badges: Doctrine\ORM\PersistentCollection {#3356 …}
    +children: [
      App\Entity\EntryComment {#2115}
    ]
    -id: 30309
    -titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
    -bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705283820
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10684376"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705197420 {#3326
      date: 2024-01-14 02:57:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2123 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +body: "With truenas you won’t need raid"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705199656 {#2121
    date: 2024-01-14 03:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@muntedcrocodile@lemmy.world"
    "@BombOmOm@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2116 …}
  +nested: Doctrine\ORM\PersistentCollection {#2161 …}
  +votes: Doctrine\ORM\PersistentCollection {#2163 …}
  +reports: Doctrine\ORM\PersistentCollection {#2044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2127 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2043 …}
  -id: 306837
  -bodyTs: "'need':6 'raid':7 'truena':2 'won':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5757813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705199656 {#2122
    date: 2024-01-14 03:34:16.0 +01:00
  }
  +"title": 306837
}
"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
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2105
  +user: Proxies\__CG__\App\Entity\User {#3130 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
  +image: Proxies\__CG__\App\Entity\Image {#3170 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3172 …}
  +slug: "Remember-when-everything-was-so-blocky"
  +title: "Remember when everything was so blocky?"
  +url: "https://startrek.website/pictrs/image/80c19330-d176-45fd-9e20-65ee2c3fc6fb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 54
  +favouriteCount: 785
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722639939 {#3165
    date: 2024-08-03 01:05:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3173 …}
  +votes: Doctrine\ORM\PersistentCollection {#3175 …}
  +reports: Doctrine\ORM\PersistentCollection {#3177 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3179 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3181 …}
  +badges: Doctrine\ORM\PersistentCollection {#3183 …}
  +children: [
    App\Entity\EntryComment {#2099
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2105 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: "If it weren’t for firefox, we’d be stuck with a lot of shit"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704671007 {#2104
        date: 2024-01-08 00:43:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@BeefPiano@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 300464
      -bodyTs: "'d':8 'firefox':6 'lot':13 'shit':15 'stuck':10 'weren':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5575363"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704671007 {#2100
        date: 2024-01-08 00:43:27.0 +01:00
      }
      +"title": 300464
    }
  ]
  -id: 27860
  -titleTs: "'blocki':6 'everyth':3 'rememb':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704738783
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5419123"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704652383 {#3153
    date: 2024-01-07 19:33:03.0 +01: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
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2105
  +user: Proxies\__CG__\App\Entity\User {#3130 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
  +image: Proxies\__CG__\App\Entity\Image {#3170 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3172 …}
  +slug: "Remember-when-everything-was-so-blocky"
  +title: "Remember when everything was so blocky?"
  +url: "https://startrek.website/pictrs/image/80c19330-d176-45fd-9e20-65ee2c3fc6fb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 54
  +favouriteCount: 785
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722639939 {#3165
    date: 2024-08-03 01:05:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3173 …}
  +votes: Doctrine\ORM\PersistentCollection {#3175 …}
  +reports: Doctrine\ORM\PersistentCollection {#3177 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3179 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3181 …}
  +badges: Doctrine\ORM\PersistentCollection {#3183 …}
  +children: [
    App\Entity\EntryComment {#2099
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2105 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: "If it weren’t for firefox, we’d be stuck with a lot of shit"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704671007 {#2104
        date: 2024-01-08 00:43:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@BeefPiano@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 300464
      -bodyTs: "'d':8 'firefox':6 'lot':13 'shit':15 'stuck':10 'weren':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5575363"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704671007 {#2100
        date: 2024-01-08 00:43:27.0 +01:00
      }
      +"title": 300464
    }
  ]
  -id: 27860
  -titleTs: "'blocki':6 'everyth':3 'rememb':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704738783
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5419123"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704652383 {#3153
    date: 2024-01-07 19:33:03.0 +01: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
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2105
  +user: Proxies\__CG__\App\Entity\User {#3130 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
  +image: Proxies\__CG__\App\Entity\Image {#3170 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3172 …}
  +slug: "Remember-when-everything-was-so-blocky"
  +title: "Remember when everything was so blocky?"
  +url: "https://startrek.website/pictrs/image/80c19330-d176-45fd-9e20-65ee2c3fc6fb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 54
  +favouriteCount: 785
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722639939 {#3165
    date: 2024-08-03 01:05:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3173 …}
  +votes: Doctrine\ORM\PersistentCollection {#3175 …}
  +reports: Doctrine\ORM\PersistentCollection {#3177 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3179 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3181 …}
  +badges: Doctrine\ORM\PersistentCollection {#3183 …}
  +children: [
    App\Entity\EntryComment {#2099
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2105 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: "If it weren’t for firefox, we’d be stuck with a lot of shit"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704671007 {#2104
        date: 2024-01-08 00:43:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@BeefPiano@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 300464
      -bodyTs: "'d':8 'firefox':6 'lot':13 'shit':15 'stuck':10 'weren':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5575363"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704671007 {#2100
        date: 2024-01-08 00:43:27.0 +01:00
      }
      +"title": 300464
    }
  ]
  -id: 27860
  -titleTs: "'blocki':6 'everyth':3 'rememb':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704738783
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5419123"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704652383 {#3153
    date: 2024-01-07 19:33:03.0 +01: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
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#2099
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2105
    +user: Proxies\__CG__\App\Entity\User {#3130 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
    +image: Proxies\__CG__\App\Entity\Image {#3170 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3172 …}
    +slug: "Remember-when-everything-was-so-blocky"
    +title: "Remember when everything was so blocky?"
    +url: "https://startrek.website/pictrs/image/80c19330-d176-45fd-9e20-65ee2c3fc6fb.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 54
    +favouriteCount: 785
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722639939 {#3165
      date: 2024-08-03 01:05:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3173 …}
    +votes: Doctrine\ORM\PersistentCollection {#3175 …}
    +reports: Doctrine\ORM\PersistentCollection {#3177 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3179 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3181 …}
    +badges: Doctrine\ORM\PersistentCollection {#3183 …}
    +children: [
      App\Entity\EntryComment {#2099}
    ]
    -id: 27860
    -titleTs: "'blocki':6 'everyth':3 'rememb':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704738783
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5419123"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704652383 {#3153
      date: 2024-01-07 19:33:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: "If it weren’t for firefox, we’d be stuck with a lot of shit"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704671007 {#2104
    date: 2024-01-08 00:43:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@BeefPiano@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 300464
  -bodyTs: "'d':8 'firefox':6 'lot':13 'shit':15 'stuck':10 'weren':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5575363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704671007 {#2100
    date: 2024-01-08 00:43:27.0 +01:00
  }
  +"title": 300464
}
"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
63 DENIED edit
App\Entity\EntryComment {#2099
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2105
    +user: Proxies\__CG__\App\Entity\User {#3130 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
    +image: Proxies\__CG__\App\Entity\Image {#3170 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3172 …}
    +slug: "Remember-when-everything-was-so-blocky"
    +title: "Remember when everything was so blocky?"
    +url: "https://startrek.website/pictrs/image/80c19330-d176-45fd-9e20-65ee2c3fc6fb.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 54
    +favouriteCount: 785
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722639939 {#3165
      date: 2024-08-03 01:05:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3173 …}
    +votes: Doctrine\ORM\PersistentCollection {#3175 …}
    +reports: Doctrine\ORM\PersistentCollection {#3177 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3179 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3181 …}
    +badges: Doctrine\ORM\PersistentCollection {#3183 …}
    +children: [
      App\Entity\EntryComment {#2099}
    ]
    -id: 27860
    -titleTs: "'blocki':6 'everyth':3 'rememb':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704738783
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5419123"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704652383 {#3153
      date: 2024-01-07 19:33:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: "If it weren’t for firefox, we’d be stuck with a lot of shit"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704671007 {#2104
    date: 2024-01-08 00:43:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@BeefPiano@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 300464
  -bodyTs: "'d':8 'firefox':6 'lot':13 'shit':15 'stuck':10 'weren':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5575363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704671007 {#2100
    date: 2024-01-08 00:43:27.0 +01:00
  }
  +"title": 300464
}
"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
64 DENIED moderate
App\Entity\EntryComment {#2099
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2105
    +user: Proxies\__CG__\App\Entity\User {#3130 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
    +image: Proxies\__CG__\App\Entity\Image {#3170 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3172 …}
    +slug: "Remember-when-everything-was-so-blocky"
    +title: "Remember when everything was so blocky?"
    +url: "https://startrek.website/pictrs/image/80c19330-d176-45fd-9e20-65ee2c3fc6fb.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 54
    +favouriteCount: 785
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722639939 {#3165
      date: 2024-08-03 01:05:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3173 …}
    +votes: Doctrine\ORM\PersistentCollection {#3175 …}
    +reports: Doctrine\ORM\PersistentCollection {#3177 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3179 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3181 …}
    +badges: Doctrine\ORM\PersistentCollection {#3183 …}
    +children: [
      App\Entity\EntryComment {#2099}
    ]
    -id: 27860
    -titleTs: "'blocki':6 'everyth':3 'rememb':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704738783
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5419123"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704652383 {#3153
      date: 2024-01-07 19:33:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2108 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: "If it weren’t for firefox, we’d be stuck with a lot of shit"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704671007 {#2104
    date: 2024-01-08 00:43:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@BeefPiano@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 300464
  -bodyTs: "'d':8 'firefox':6 'lot':13 'shit':15 'stuck':10 'weren':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5575363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704671007 {#2100
    date: 2024-01-08 00:43:27.0 +01:00
  }
  +"title": 300464
}
"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
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2056
  +user: Proxies\__CG__\App\Entity\User {#3266 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3306 …}
  +slug: "The-American-mind-cannot-comprehend-this"
  +title: "The American mind cannot comprehend this"
  +url: "https://i.imgur.com/9frXAao.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 39
  +favouriteCount: 375
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710307854 {#3301
    date: 2024-03-13 06:30:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3308 …}
  +votes: Doctrine\ORM\PersistentCollection {#3310 …}
  +reports: Doctrine\ORM\PersistentCollection {#3312 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3314 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3316 …}
  +badges: Doctrine\ORM\PersistentCollection {#3318 …}
  +children: [
    App\Entity\EntryComment {#2051
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2056 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +body: "I think colours should be flipped"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703461140 {#2049
        date: 2023-12-25 00:39:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sine_Fine_Belli@lemmy.world"
        "@Sanctus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2047 …}
      +nested: Doctrine\ORM\PersistentCollection {#2057 …}
      +votes: Doctrine\ORM\PersistentCollection {#2055 …}
      +reports: Doctrine\ORM\PersistentCollection {#2054 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 249829
      -bodyTs: "'colour':3 'flip':6 'think':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5297773"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703461140 {#2048
        date: 2023-12-25 00:39:00.0 +01:00
      }
      +"title": 249829
    }
  ]
  -id: 24484
  -titleTs: "'american':2 'cannot':4 'comprehend':5 'mind':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703531754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9937365"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703445354 {#3287
    date: 2023-12-24 20:15:54.0 +01: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
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2056
  +user: Proxies\__CG__\App\Entity\User {#3266 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3306 …}
  +slug: "The-American-mind-cannot-comprehend-this"
  +title: "The American mind cannot comprehend this"
  +url: "https://i.imgur.com/9frXAao.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 39
  +favouriteCount: 375
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710307854 {#3301
    date: 2024-03-13 06:30:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3308 …}
  +votes: Doctrine\ORM\PersistentCollection {#3310 …}
  +reports: Doctrine\ORM\PersistentCollection {#3312 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3314 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3316 …}
  +badges: Doctrine\ORM\PersistentCollection {#3318 …}
  +children: [
    App\Entity\EntryComment {#2051
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2056 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +body: "I think colours should be flipped"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703461140 {#2049
        date: 2023-12-25 00:39:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sine_Fine_Belli@lemmy.world"
        "@Sanctus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2047 …}
      +nested: Doctrine\ORM\PersistentCollection {#2057 …}
      +votes: Doctrine\ORM\PersistentCollection {#2055 …}
      +reports: Doctrine\ORM\PersistentCollection {#2054 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 249829
      -bodyTs: "'colour':3 'flip':6 'think':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5297773"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703461140 {#2048
        date: 2023-12-25 00:39:00.0 +01:00
      }
      +"title": 249829
    }
  ]
  -id: 24484
  -titleTs: "'american':2 'cannot':4 'comprehend':5 'mind':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703531754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9937365"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703445354 {#3287
    date: 2023-12-24 20:15:54.0 +01: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
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2056
  +user: Proxies\__CG__\App\Entity\User {#3266 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3306 …}
  +slug: "The-American-mind-cannot-comprehend-this"
  +title: "The American mind cannot comprehend this"
  +url: "https://i.imgur.com/9frXAao.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 39
  +favouriteCount: 375
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710307854 {#3301
    date: 2024-03-13 06:30:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3308 …}
  +votes: Doctrine\ORM\PersistentCollection {#3310 …}
  +reports: Doctrine\ORM\PersistentCollection {#3312 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3314 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3316 …}
  +badges: Doctrine\ORM\PersistentCollection {#3318 …}
  +children: [
    App\Entity\EntryComment {#2051
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2056 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +body: "I think colours should be flipped"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703461140 {#2049
        date: 2023-12-25 00:39:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sine_Fine_Belli@lemmy.world"
        "@Sanctus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2047 …}
      +nested: Doctrine\ORM\PersistentCollection {#2057 …}
      +votes: Doctrine\ORM\PersistentCollection {#2055 …}
      +reports: Doctrine\ORM\PersistentCollection {#2054 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 249829
      -bodyTs: "'colour':3 'flip':6 'think':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5297773"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703461140 {#2048
        date: 2023-12-25 00:39:00.0 +01:00
      }
      +"title": 249829
    }
  ]
  -id: 24484
  -titleTs: "'american':2 'cannot':4 'comprehend':5 'mind':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703531754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9937365"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703445354 {#3287
    date: 2023-12-24 20:15:54.0 +01: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
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\EntryComment {#2051
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056
    +user: Proxies\__CG__\App\Entity\User {#3266 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3306 …}
    +slug: "The-American-mind-cannot-comprehend-this"
    +title: "The American mind cannot comprehend this"
    +url: "https://i.imgur.com/9frXAao.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 39
    +favouriteCount: 375
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710307854 {#3301
      date: 2024-03-13 06:30:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3308 …}
    +votes: Doctrine\ORM\PersistentCollection {#3310 …}
    +reports: Doctrine\ORM\PersistentCollection {#3312 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3314 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3316 …}
    +badges: Doctrine\ORM\PersistentCollection {#3318 …}
    +children: [
      App\Entity\EntryComment {#2051}
    ]
    -id: 24484
    -titleTs: "'american':2 'cannot':4 'comprehend':5 'mind':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703531754
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9937365"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703445354 {#3287
      date: 2023-12-24 20:15:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +body: "I think colours should be flipped"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703461140 {#2049
    date: 2023-12-25 00:39:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sine_Fine_Belli@lemmy.world"
    "@Sanctus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2047 …}
  +nested: Doctrine\ORM\PersistentCollection {#2057 …}
  +votes: Doctrine\ORM\PersistentCollection {#2055 …}
  +reports: Doctrine\ORM\PersistentCollection {#2054 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 249829
  -bodyTs: "'colour':3 'flip':6 'think':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5297773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703461140 {#2048
    date: 2023-12-25 00:39:00.0 +01:00
  }
  +"title": 249829
}
"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
71 DENIED edit
App\Entity\EntryComment {#2051
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056
    +user: Proxies\__CG__\App\Entity\User {#3266 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3306 …}
    +slug: "The-American-mind-cannot-comprehend-this"
    +title: "The American mind cannot comprehend this"
    +url: "https://i.imgur.com/9frXAao.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 39
    +favouriteCount: 375
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710307854 {#3301
      date: 2024-03-13 06:30:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3308 …}
    +votes: Doctrine\ORM\PersistentCollection {#3310 …}
    +reports: Doctrine\ORM\PersistentCollection {#3312 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3314 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3316 …}
    +badges: Doctrine\ORM\PersistentCollection {#3318 …}
    +children: [
      App\Entity\EntryComment {#2051}
    ]
    -id: 24484
    -titleTs: "'american':2 'cannot':4 'comprehend':5 'mind':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703531754
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9937365"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703445354 {#3287
      date: 2023-12-24 20:15:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +body: "I think colours should be flipped"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703461140 {#2049
    date: 2023-12-25 00:39:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sine_Fine_Belli@lemmy.world"
    "@Sanctus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2047 …}
  +nested: Doctrine\ORM\PersistentCollection {#2057 …}
  +votes: Doctrine\ORM\PersistentCollection {#2055 …}
  +reports: Doctrine\ORM\PersistentCollection {#2054 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 249829
  -bodyTs: "'colour':3 'flip':6 'think':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5297773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703461140 {#2048
    date: 2023-12-25 00:39:00.0 +01:00
  }
  +"title": 249829
}
"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
72 DENIED moderate
App\Entity\EntryComment {#2051
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056
    +user: Proxies\__CG__\App\Entity\User {#3266 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3306 …}
    +slug: "The-American-mind-cannot-comprehend-this"
    +title: "The American mind cannot comprehend this"
    +url: "https://i.imgur.com/9frXAao.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 39
    +favouriteCount: 375
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710307854 {#3301
      date: 2024-03-13 06:30:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3308 …}
    +votes: Doctrine\ORM\PersistentCollection {#3310 …}
    +reports: Doctrine\ORM\PersistentCollection {#3312 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3314 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3316 …}
    +badges: Doctrine\ORM\PersistentCollection {#3318 …}
    +children: [
      App\Entity\EntryComment {#2051}
    ]
    -id: 24484
    -titleTs: "'american':2 'cannot':4 'comprehend':5 'mind':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703531754
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9937365"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703445354 {#3287
      date: 2023-12-24 20:15:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +body: "I think colours should be flipped"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703461140 {#2049
    date: 2023-12-25 00:39:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sine_Fine_Belli@lemmy.world"
    "@Sanctus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2047 …}
  +nested: Doctrine\ORM\PersistentCollection {#2057 …}
  +votes: Doctrine\ORM\PersistentCollection {#2055 …}
  +reports: Doctrine\ORM\PersistentCollection {#2054 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 249829
  -bodyTs: "'colour':3 'flip':6 'think':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5297773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703461140 {#2048
    date: 2023-12-25 00:39:00.0 +01:00
  }
  +"title": 249829
}
"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
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2159
  +user: Proxies\__CG__\App\Entity\User {#2606 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
  +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
  +url: null
  +body: """
    I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
    \n
    I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
    \n
    Thanks.\n
    \n
    Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
    \n
    ---\n
    \n
    Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 119
  +favouriteCount: 169
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702946923 {#3263
    date: 2023-12-19 01:48:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3268 …}
  +votes: Doctrine\ORM\PersistentCollection {#3271 …}
  +reports: Doctrine\ORM\PersistentCollection {#3273 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3275 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3277 …}
  +badges: Doctrine\ORM\PersistentCollection {#3279 …}
  +children: [
    App\Entity\EntryComment {#2338
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2159 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "Motorola edge 30 runs just fine and has done practically since it launched, typing this on it now"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702610671 {#2336
        date: 2023-12-15 04:24:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@AnomalousBit@programming.dev"
        "@rImITywR@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 223328
      -bodyTs: "'30':3 'done':9 'edg':2 'fine':6 'launch':13 'motorola':1 'practic':10 'run':4 'sinc':11 'type':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5113144"
      +editedAt: DateTimeImmutable @1704834014 {#2335
        date: 2024-01-09 22:00:14.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702610671 {#2339
        date: 2023-12-15 04:24:31.0 +01:00
      }
      +"title": 223328
    }
  ]
  -id: 22326
  -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
  -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702690490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9581330"
  +editedAt: DateTimeImmutable @1704962289 {#3249
    date: 2024-01-11 09:38:09.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702604090 {#3227
    date: 2023-12-15 02:34:50.0 +01: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
75 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2159
  +user: Proxies\__CG__\App\Entity\User {#2606 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
  +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
  +url: null
  +body: """
    I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
    \n
    I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
    \n
    Thanks.\n
    \n
    Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
    \n
    ---\n
    \n
    Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 119
  +favouriteCount: 169
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702946923 {#3263
    date: 2023-12-19 01:48:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3268 …}
  +votes: Doctrine\ORM\PersistentCollection {#3271 …}
  +reports: Doctrine\ORM\PersistentCollection {#3273 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3275 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3277 …}
  +badges: Doctrine\ORM\PersistentCollection {#3279 …}
  +children: [
    App\Entity\EntryComment {#2338
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2159 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "Motorola edge 30 runs just fine and has done practically since it launched, typing this on it now"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702610671 {#2336
        date: 2023-12-15 04:24:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@AnomalousBit@programming.dev"
        "@rImITywR@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 223328
      -bodyTs: "'30':3 'done':9 'edg':2 'fine':6 'launch':13 'motorola':1 'practic':10 'run':4 'sinc':11 'type':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5113144"
      +editedAt: DateTimeImmutable @1704834014 {#2335
        date: 2024-01-09 22:00:14.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702610671 {#2339
        date: 2023-12-15 04:24:31.0 +01:00
      }
      +"title": 223328
    }
  ]
  -id: 22326
  -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
  -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702690490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9581330"
  +editedAt: DateTimeImmutable @1704962289 {#3249
    date: 2024-01-11 09:38:09.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702604090 {#3227
    date: 2023-12-15 02:34:50.0 +01: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
76 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2159
  +user: Proxies\__CG__\App\Entity\User {#2606 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
  +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
  +url: null
  +body: """
    I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
    \n
    I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
    \n
    Thanks.\n
    \n
    Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
    \n
    ---\n
    \n
    Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 119
  +favouriteCount: 169
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702946923 {#3263
    date: 2023-12-19 01:48:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3268 …}
  +votes: Doctrine\ORM\PersistentCollection {#3271 …}
  +reports: Doctrine\ORM\PersistentCollection {#3273 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3275 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3277 …}
  +badges: Doctrine\ORM\PersistentCollection {#3279 …}
  +children: [
    App\Entity\EntryComment {#2338
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2159 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "Motorola edge 30 runs just fine and has done practically since it launched, typing this on it now"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702610671 {#2336
        date: 2023-12-15 04:24:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@AnomalousBit@programming.dev"
        "@rImITywR@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 223328
      -bodyTs: "'30':3 'done':9 'edg':2 'fine':6 'launch':13 'motorola':1 'practic':10 'run':4 'sinc':11 'type':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5113144"
      +editedAt: DateTimeImmutable @1704834014 {#2335
        date: 2024-01-09 22:00:14.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702610671 {#2339
        date: 2023-12-15 04:24:31.0 +01:00
      }
      +"title": 223328
    }
  ]
  -id: 22326
  -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
  -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702690490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9581330"
  +editedAt: DateTimeImmutable @1704962289 {#3249
    date: 2024-01-11 09:38:09.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702604090 {#3227
    date: 2023-12-15 02:34:50.0 +01: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
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\EntryComment {#2338
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2159
    +user: Proxies\__CG__\App\Entity\User {#2606 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3263
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3268 …}
    +votes: Doctrine\ORM\PersistentCollection {#3271 …}
    +reports: Doctrine\ORM\PersistentCollection {#3273 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3275 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3277 …}
    +badges: Doctrine\ORM\PersistentCollection {#3279 …}
    +children: [
      App\Entity\EntryComment {#2338}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3249
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3227
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Motorola edge 30 runs just fine and has done practically since it launched, typing this on it now"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702610671 {#2336
    date: 2023-12-15 04:24:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@AnomalousBit@programming.dev"
    "@rImITywR@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 223328
  -bodyTs: "'30':3 'done':9 'edg':2 'fine':6 'launch':13 'motorola':1 'practic':10 'run':4 'sinc':11 'type':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5113144"
  +editedAt: DateTimeImmutable @1704834014 {#2335
    date: 2024-01-09 22:00:14.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702610671 {#2339
    date: 2023-12-15 04:24:31.0 +01:00
  }
  +"title": 223328
}
"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
79 DENIED edit
App\Entity\EntryComment {#2338
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2159
    +user: Proxies\__CG__\App\Entity\User {#2606 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3263
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3268 …}
    +votes: Doctrine\ORM\PersistentCollection {#3271 …}
    +reports: Doctrine\ORM\PersistentCollection {#3273 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3275 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3277 …}
    +badges: Doctrine\ORM\PersistentCollection {#3279 …}
    +children: [
      App\Entity\EntryComment {#2338}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3249
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3227
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Motorola edge 30 runs just fine and has done practically since it launched, typing this on it now"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702610671 {#2336
    date: 2023-12-15 04:24:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@AnomalousBit@programming.dev"
    "@rImITywR@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 223328
  -bodyTs: "'30':3 'done':9 'edg':2 'fine':6 'launch':13 'motorola':1 'practic':10 'run':4 'sinc':11 'type':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5113144"
  +editedAt: DateTimeImmutable @1704834014 {#2335
    date: 2024-01-09 22:00:14.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702610671 {#2339
    date: 2023-12-15 04:24:31.0 +01:00
  }
  +"title": 223328
}
"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
80 DENIED moderate
App\Entity\EntryComment {#2338
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2159
    +user: Proxies\__CG__\App\Entity\User {#2606 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3263
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3268 …}
    +votes: Doctrine\ORM\PersistentCollection {#3271 …}
    +reports: Doctrine\ORM\PersistentCollection {#3273 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3275 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3277 …}
    +badges: Doctrine\ORM\PersistentCollection {#3279 …}
    +children: [
      App\Entity\EntryComment {#2338}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3249
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3227
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Motorola edge 30 runs just fine and has done practically since it launched, typing this on it now"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702610671 {#2336
    date: 2023-12-15 04:24:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@AnomalousBit@programming.dev"
    "@rImITywR@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 223328
  -bodyTs: "'30':3 'done':9 'edg':2 'fine':6 'launch':13 'motorola':1 'practic':10 'run':4 'sinc':11 'type':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5113144"
  +editedAt: DateTimeImmutable @1704834014 {#2335
    date: 2024-01-09 22:00:14.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702610671 {#2339
    date: 2023-12-15 04:24:31.0 +01:00
  }
  +"title": 223328
}
"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
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2028
  +user: Proxies\__CG__\App\Entity\User {#3363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3365 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
  +title: "Reminder to clear your ~/.cache folder every now and then"
  +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
  +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 140
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726356531 {#3358
    date: 2024-09-15 01:28:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3366 …}
  +votes: Doctrine\ORM\PersistentCollection {#3368 …}
  +reports: Doctrine\ORM\PersistentCollection {#3370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
  +badges: Doctrine\ORM\PersistentCollection {#3376 …}
  +children: [
    1 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +body: "The contents were deleted"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701642497 {#2084
        date: 2023-12-03 23:28:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@ryannathans@aussie.zone"
        "@stepanzak@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 193659
      -bodyTs: "'content':2 'delet':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4829838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701642497 {#2078
        date: 2023-12-03 23:28:17.0 +01:00
      }
      +"title": 193659
    }
    0 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Can hurt to clear, there’s a lot more than just package managers using it"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701575103 {#2011
        date: 2023-12-03 04:45:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@just_another_person@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 191011
      -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4811524"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701575103 {#2033
        date: 2023-12-03 04:45:03.0 +01:00
      }
      +"title": 191011
    }
  ]
  -id: 19592
  -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
  -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701649838
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9065720"
  +editedAt: DateTimeImmutable @1702742299 {#3346
    date: 2023-12-16 16:58:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701563438 {#3323
    date: 2023-12-03 01:30:38.0 +01: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
83 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2028
  +user: Proxies\__CG__\App\Entity\User {#3363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3365 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
  +title: "Reminder to clear your ~/.cache folder every now and then"
  +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
  +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 140
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726356531 {#3358
    date: 2024-09-15 01:28:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3366 …}
  +votes: Doctrine\ORM\PersistentCollection {#3368 …}
  +reports: Doctrine\ORM\PersistentCollection {#3370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
  +badges: Doctrine\ORM\PersistentCollection {#3376 …}
  +children: [
    1 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +body: "The contents were deleted"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701642497 {#2084
        date: 2023-12-03 23:28:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@ryannathans@aussie.zone"
        "@stepanzak@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 193659
      -bodyTs: "'content':2 'delet':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4829838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701642497 {#2078
        date: 2023-12-03 23:28:17.0 +01:00
      }
      +"title": 193659
    }
    0 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Can hurt to clear, there’s a lot more than just package managers using it"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701575103 {#2011
        date: 2023-12-03 04:45:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@just_another_person@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 191011
      -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4811524"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701575103 {#2033
        date: 2023-12-03 04:45:03.0 +01:00
      }
      +"title": 191011
    }
  ]
  -id: 19592
  -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
  -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701649838
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9065720"
  +editedAt: DateTimeImmutable @1702742299 {#3346
    date: 2023-12-16 16:58:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701563438 {#3323
    date: 2023-12-03 01:30:38.0 +01: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
84 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2028
  +user: Proxies\__CG__\App\Entity\User {#3363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3365 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
  +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
  +title: "Reminder to clear your ~/.cache folder every now and then"
  +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
  +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 140
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726356531 {#3358
    date: 2024-09-15 01:28:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3366 …}
  +votes: Doctrine\ORM\PersistentCollection {#3368 …}
  +reports: Doctrine\ORM\PersistentCollection {#3370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
  +badges: Doctrine\ORM\PersistentCollection {#3376 …}
  +children: [
    1 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +body: "The contents were deleted"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701642497 {#2084
        date: 2023-12-03 23:28:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@ryannathans@aussie.zone"
        "@stepanzak@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 193659
      -bodyTs: "'content':2 'delet':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4829838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701642497 {#2078
        date: 2023-12-03 23:28:17.0 +01:00
      }
      +"title": 193659
    }
    0 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Can hurt to clear, there’s a lot more than just package managers using it"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701575103 {#2011
        date: 2023-12-03 04:45:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@just_another_person@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 191011
      -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4811524"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701575103 {#2033
        date: 2023-12-03 04:45:03.0 +01:00
      }
      +"title": 191011
    }
  ]
  -id: 19592
  -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
  -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701649838
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9065720"
  +editedAt: DateTimeImmutable @1702742299 {#3346
    date: 2023-12-16 16:58:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701563438 {#3323
    date: 2023-12-03 01:30:38.0 +01: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
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#3363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3365 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3358
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3366 …}
    +votes: Doctrine\ORM\PersistentCollection {#3368 …}
    +reports: Doctrine\ORM\PersistentCollection {#3370 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
    +badges: Doctrine\ORM\PersistentCollection {#3376 …}
    +children: [
      1 => App\Entity\EntryComment {#2076}
      0 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +body: "Can hurt to clear, there’s a lot more than just package managers using it"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701575103 {#2011
          date: 2023-12-03 04:45:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@just_another_person@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 191011
        -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4811524"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701575103 {#2033
          date: 2023-12-03 04:45:03.0 +01:00
        }
        +"title": 191011
      }
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3346
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3323
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +body: "The contents were deleted"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701642497 {#2084
    date: 2023-12-03 23:28:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@ryannathans@aussie.zone"
    "@stepanzak@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 193659
  -bodyTs: "'content':2 'delet':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4829838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701642497 {#2078
    date: 2023-12-03 23:28:17.0 +01:00
  }
  +"title": 193659
}
"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
87 DENIED edit
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#3363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3365 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3358
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3366 …}
    +votes: Doctrine\ORM\PersistentCollection {#3368 …}
    +reports: Doctrine\ORM\PersistentCollection {#3370 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
    +badges: Doctrine\ORM\PersistentCollection {#3376 …}
    +children: [
      1 => App\Entity\EntryComment {#2076}
      0 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +body: "Can hurt to clear, there’s a lot more than just package managers using it"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701575103 {#2011
          date: 2023-12-03 04:45:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@just_another_person@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 191011
        -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4811524"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701575103 {#2033
          date: 2023-12-03 04:45:03.0 +01:00
        }
        +"title": 191011
      }
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3346
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3323
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +body: "The contents were deleted"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701642497 {#2084
    date: 2023-12-03 23:28:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@ryannathans@aussie.zone"
    "@stepanzak@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 193659
  -bodyTs: "'content':2 'delet':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4829838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701642497 {#2078
    date: 2023-12-03 23:28:17.0 +01:00
  }
  +"title": 193659
}
"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
88 DENIED moderate
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#3363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3365 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3358
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3366 …}
    +votes: Doctrine\ORM\PersistentCollection {#3368 …}
    +reports: Doctrine\ORM\PersistentCollection {#3370 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
    +badges: Doctrine\ORM\PersistentCollection {#3376 …}
    +children: [
      1 => App\Entity\EntryComment {#2076}
      0 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +body: "Can hurt to clear, there’s a lot more than just package managers using it"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701575103 {#2011
          date: 2023-12-03 04:45:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@just_another_person@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 191011
        -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4811524"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701575103 {#2033
          date: 2023-12-03 04:45:03.0 +01:00
        }
        +"title": 191011
      }
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3346
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3323
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +body: "The contents were deleted"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701642497 {#2084
    date: 2023-12-03 23:28:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@ryannathans@aussie.zone"
    "@stepanzak@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 193659
  -bodyTs: "'content':2 'delet':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4829838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701642497 {#2078
    date: 2023-12-03 23:28:17.0 +01:00
  }
  +"title": 193659
}
"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
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#2021
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#3363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3365 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3358
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3366 …}
    +votes: Doctrine\ORM\PersistentCollection {#3368 …}
    +reports: Doctrine\ORM\PersistentCollection {#3370 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
    +badges: Doctrine\ORM\PersistentCollection {#3376 …}
    +children: [
      1 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +body: "The contents were deleted"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701642497 {#2084
          date: 2023-12-03 23:28:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@ryannathans@aussie.zone"
          "@stepanzak@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 193659
        -bodyTs: "'content':2 'delet':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4829838"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701642497 {#2078
          date: 2023-12-03 23:28:17.0 +01:00
        }
        +"title": 193659
      }
      0 => App\Entity\EntryComment {#2021}
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3346
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3323
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Can hurt to clear, there’s a lot more than just package managers using it"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701575103 {#2011
    date: 2023-12-03 04:45:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@just_another_person@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 191011
  -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4811524"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701575103 {#2033
    date: 2023-12-03 04:45:03.0 +01:00
  }
  +"title": 191011
}
"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
91 DENIED edit
App\Entity\EntryComment {#2021
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#3363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3365 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3358
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3366 …}
    +votes: Doctrine\ORM\PersistentCollection {#3368 …}
    +reports: Doctrine\ORM\PersistentCollection {#3370 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
    +badges: Doctrine\ORM\PersistentCollection {#3376 …}
    +children: [
      1 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +body: "The contents were deleted"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701642497 {#2084
          date: 2023-12-03 23:28:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@ryannathans@aussie.zone"
          "@stepanzak@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 193659
        -bodyTs: "'content':2 'delet':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4829838"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701642497 {#2078
          date: 2023-12-03 23:28:17.0 +01:00
        }
        +"title": 193659
      }
      0 => App\Entity\EntryComment {#2021}
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3346
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3323
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Can hurt to clear, there’s a lot more than just package managers using it"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701575103 {#2011
    date: 2023-12-03 04:45:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@just_another_person@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 191011
  -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4811524"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701575103 {#2033
    date: 2023-12-03 04:45:03.0 +01:00
  }
  +"title": 191011
}
"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
92 DENIED moderate
App\Entity\EntryComment {#2021
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#3363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3365 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3114 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3358
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3366 …}
    +votes: Doctrine\ORM\PersistentCollection {#3368 …}
    +reports: Doctrine\ORM\PersistentCollection {#3370 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3372 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3374 …}
    +badges: Doctrine\ORM\PersistentCollection {#3376 …}
    +children: [
      1 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +body: "The contents were deleted"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701642497 {#2084
          date: 2023-12-03 23:28:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@ryannathans@aussie.zone"
          "@stepanzak@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 193659
        -bodyTs: "'content':2 'delet':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4829838"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701642497 {#2078
          date: 2023-12-03 23:28:17.0 +01:00
        }
        +"title": 193659
      }
      0 => App\Entity\EntryComment {#2021}
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3346
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3323
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Can hurt to clear, there’s a lot more than just package managers using it"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701575103 {#2011
    date: 2023-12-03 04:45:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@just_another_person@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 191011
  -bodyTs: "'clear':4 'hurt':2 'lot':8 'manag':13 'packag':12 'use':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4811524"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701575103 {#2033
    date: 2023-12-03 04:45:03.0 +01:00
  }
  +"title": 191011
}
"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
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2086
  +user: Proxies\__CG__\App\Entity\User {#2894 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
  +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
  +url: null
  +body: """
    They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
    \n
    But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
    \n
    But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
    \n
    Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 302
  +favouriteCount: 1491
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719315732 {#2246
    date: 2024-06-25 13:42:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2950 …}
  +votes: Doctrine\ORM\PersistentCollection {#2948 …}
  +reports: Doctrine\ORM\PersistentCollection {#2945 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702078248 {#2328
        date: 2023-12-09 00:30:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 212087
      -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4963325"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702078248 {#2326
        date: 2023-12-09 00:30:48.0 +01:00
      }
      +"title": 212087
    }
    2 => App\Entity\EntryComment {#2091
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701750998 {#2095
        date: 2023-12-05 05:36:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2092 …}
      +nested: Doctrine\ORM\PersistentCollection {#2241 …}
      +votes: Doctrine\ORM\PersistentCollection {#2130 …}
      +reports: Doctrine\ORM\PersistentCollection {#2129 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
      -id: 197742
      -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4860488"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701750998 {#2087
        date: 2023-12-05 05:36:38.0 +01:00
      }
      +"title": 197742
    }
    0 => App\Entity\EntryComment {#2348
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701986062 {#2350
        date: 2023-12-07 22:54:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 208380
      -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4933696"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701986062 {#2330
        date: 2023-12-07 22:54:22.0 +01:00
      }
      +"title": 208380
    }
  ]
  -id: 18755
  -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
  -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701464132
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/9447833"
  +editedAt: DateTimeImmutable @1702608921 {#2781
    date: 2023-12-15 03:55:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701377732 {#2673
    date: 2023-11-30 21:55:32.0 +01: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
95 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2086
  +user: Proxies\__CG__\App\Entity\User {#2894 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
  +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
  +url: null
  +body: """
    They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
    \n
    But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
    \n
    But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
    \n
    Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 302
  +favouriteCount: 1491
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719315732 {#2246
    date: 2024-06-25 13:42:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2950 …}
  +votes: Doctrine\ORM\PersistentCollection {#2948 …}
  +reports: Doctrine\ORM\PersistentCollection {#2945 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702078248 {#2328
        date: 2023-12-09 00:30:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 212087
      -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4963325"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702078248 {#2326
        date: 2023-12-09 00:30:48.0 +01:00
      }
      +"title": 212087
    }
    2 => App\Entity\EntryComment {#2091
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701750998 {#2095
        date: 2023-12-05 05:36:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2092 …}
      +nested: Doctrine\ORM\PersistentCollection {#2241 …}
      +votes: Doctrine\ORM\PersistentCollection {#2130 …}
      +reports: Doctrine\ORM\PersistentCollection {#2129 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
      -id: 197742
      -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4860488"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701750998 {#2087
        date: 2023-12-05 05:36:38.0 +01:00
      }
      +"title": 197742
    }
    0 => App\Entity\EntryComment {#2348
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701986062 {#2350
        date: 2023-12-07 22:54:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 208380
      -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4933696"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701986062 {#2330
        date: 2023-12-07 22:54:22.0 +01:00
      }
      +"title": 208380
    }
  ]
  -id: 18755
  -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
  -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701464132
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/9447833"
  +editedAt: DateTimeImmutable @1702608921 {#2781
    date: 2023-12-15 03:55:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701377732 {#2673
    date: 2023-11-30 21:55:32.0 +01: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
96 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2086
  +user: Proxies\__CG__\App\Entity\User {#2894 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
  +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
  +url: null
  +body: """
    They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
    \n
    But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
    \n
    But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
    \n
    Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 302
  +favouriteCount: 1491
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719315732 {#2246
    date: 2024-06-25 13:42:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2950 …}
  +votes: Doctrine\ORM\PersistentCollection {#2948 …}
  +reports: Doctrine\ORM\PersistentCollection {#2945 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702078248 {#2328
        date: 2023-12-09 00:30:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 212087
      -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4963325"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702078248 {#2326
        date: 2023-12-09 00:30:48.0 +01:00
      }
      +"title": 212087
    }
    2 => App\Entity\EntryComment {#2091
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701750998 {#2095
        date: 2023-12-05 05:36:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2092 …}
      +nested: Doctrine\ORM\PersistentCollection {#2241 …}
      +votes: Doctrine\ORM\PersistentCollection {#2130 …}
      +reports: Doctrine\ORM\PersistentCollection {#2129 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
      -id: 197742
      -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4860488"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701750998 {#2087
        date: 2023-12-05 05:36:38.0 +01:00
      }
      +"title": 197742
    }
    0 => App\Entity\EntryComment {#2348
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
      +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701986062 {#2350
        date: 2023-12-07 22:54:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Yglorba@lemmy.dbzer0.com"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
        "@Adalast@lemmy.world"
        "@Morgikan@lemm.ee"
        "@ryannathans@aussie.zone"
        "@seaturtle@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 208380
      -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4933696"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701986062 {#2330
        date: 2023-12-07 22:54:22.0 +01:00
      }
      +"title": 208380
    }
  ]
  -id: 18755
  -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
  -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701464132
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/9447833"
  +editedAt: DateTimeImmutable @1702608921 {#2781
    date: 2023-12-15 03:55:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701377732 {#2673
    date: 2023-11-30 21:55:32.0 +01: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
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\EntryComment {#2191
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      2 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701750998 {#2095
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2092 …}
        +nested: Doctrine\ORM\PersistentCollection {#2241 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2129 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 197742
        -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4860488"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701750998 {#2087
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +"title": 197742
      }
      0 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701986062 {#2350
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 208380
        -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4933696"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701986062 {#2330
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +"title": 208380
      }
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702078248 {#2328
    date: 2023-12-09 00:30:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 212087
  -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4963325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702078248 {#2326
    date: 2023-12-09 00:30:48.0 +01:00
  }
  +"title": 212087
}
"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
99 DENIED edit
App\Entity\EntryComment {#2191
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      2 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701750998 {#2095
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2092 …}
        +nested: Doctrine\ORM\PersistentCollection {#2241 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2129 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 197742
        -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4860488"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701750998 {#2087
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +"title": 197742
      }
      0 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701986062 {#2350
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 208380
        -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4933696"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701986062 {#2330
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +"title": 208380
      }
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702078248 {#2328
    date: 2023-12-09 00:30:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 212087
  -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4963325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702078248 {#2326
    date: 2023-12-09 00:30:48.0 +01:00
  }
  +"title": 212087
}
"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
100 DENIED moderate
App\Entity\EntryComment {#2191
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      2 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701750998 {#2095
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2092 …}
        +nested: Doctrine\ORM\PersistentCollection {#2241 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2129 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 197742
        -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4860488"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701750998 {#2087
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +"title": 197742
      }
      0 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701986062 {#2350
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 208380
        -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4933696"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701986062 {#2330
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +"title": 208380
      }
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702078248 {#2328
    date: 2023-12-09 00:30:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 212087
  -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4963325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702078248 {#2326
    date: 2023-12-09 00:30:48.0 +01:00
  }
  +"title": 212087
}
"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
101 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
102 DENIED moderate
App\Entity\EntryComment {#2091
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702078248 {#2328
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 212087
        -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4963325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702078248 {#2326
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +"title": 212087
      }
      2 => App\Entity\EntryComment {#2091}
      0 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701986062 {#2350
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 208380
        -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4933696"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701986062 {#2330
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +"title": 208380
      }
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701750998 {#2095
    date: 2023-12-05 05:36:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2092 …}
  +nested: Doctrine\ORM\PersistentCollection {#2241 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 197742
  -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4860488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701750998 {#2087
    date: 2023-12-05 05:36:38.0 +01:00
  }
  +"title": 197742
}
"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
103 DENIED edit
App\Entity\EntryComment {#2091
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702078248 {#2328
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 212087
        -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4963325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702078248 {#2326
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +"title": 212087
      }
      2 => App\Entity\EntryComment {#2091}
      0 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701986062 {#2350
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 208380
        -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4933696"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701986062 {#2330
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +"title": 208380
      }
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701750998 {#2095
    date: 2023-12-05 05:36:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2092 …}
  +nested: Doctrine\ORM\PersistentCollection {#2241 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 197742
  -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4860488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701750998 {#2087
    date: 2023-12-05 05:36:38.0 +01:00
  }
  +"title": 197742
}
"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
104 DENIED moderate
App\Entity\EntryComment {#2091
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702078248 {#2328
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 212087
        -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4963325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702078248 {#2326
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +"title": 212087
      }
      2 => App\Entity\EntryComment {#2091}
      0 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701986062 {#2350
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 208380
        -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4933696"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701986062 {#2330
          date: 2023-12-07 22:54:22.0 +01:00
        }
        +"title": 208380
      }
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701750998 {#2095
    date: 2023-12-05 05:36:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2092 …}
  +nested: Doctrine\ORM\PersistentCollection {#2241 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 197742
  -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4860488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701750998 {#2087
    date: 2023-12-05 05:36:38.0 +01:00
  }
  +"title": 197742
}
"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
105 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
106 DENIED moderate
App\Entity\EntryComment {#2348
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702078248 {#2328
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 212087
        -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4963325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702078248 {#2326
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +"title": 212087
      }
      2 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701750998 {#2095
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2092 …}
        +nested: Doctrine\ORM\PersistentCollection {#2241 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2129 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 197742
        -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4860488"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701750998 {#2087
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +"title": 197742
      }
      0 => App\Entity\EntryComment {#2348}
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701986062 {#2350
    date: 2023-12-07 22:54:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 208380
  -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4933696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701986062 {#2330
    date: 2023-12-07 22:54:22.0 +01:00
  }
  +"title": 208380
}
"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
107 DENIED edit
App\Entity\EntryComment {#2348
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702078248 {#2328
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 212087
        -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4963325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702078248 {#2326
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +"title": 212087
      }
      2 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701750998 {#2095
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2092 …}
        +nested: Doctrine\ORM\PersistentCollection {#2241 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2129 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 197742
        -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4860488"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701750998 {#2087
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +"title": 197742
      }
      0 => App\Entity\EntryComment {#2348}
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701986062 {#2350
    date: 2023-12-07 22:54:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 208380
  -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4933696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701986062 {#2330
    date: 2023-12-07 22:54:22.0 +01:00
  }
  +"title": 208380
}
"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
108 DENIED moderate
App\Entity\EntryComment {#2348
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2086
    +user: Proxies\__CG__\App\Entity\User {#2894 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "I-feel-like-the-Steam-Deck-is-the-best-proof"
    +title: "I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue.""
    +url: null
    +body: """
      They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That’s what Nintendo or Apple or most other companies do.\n
      \n
      But they didn’t, because they realized they *didn’t have to*. It’s 100% possible to put pirated games on the Steam Deck - in fact, it’s as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it’s a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.\n
      \n
      But all of that is a lot of work, and after all that you still don’t have automatic updates, and some games won’t run this way for one reason or another even though they’ll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you’re running them on the Deck via the normal method.) Some of this you can work around but it’s even more hoops.\n
      \n
      Whereas if you own a game it’s just push a button and play. They made legitimately owning a game *more* convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 302
    +favouriteCount: 1491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719315732 {#2246
      date: 2024-06-25 13:42:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2948 …}
    +reports: Doctrine\ORM\PersistentCollection {#2945 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2979 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2975 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "Cryptographic licence verification so you can play the game, say for example to use online services. Allows you to trade that licence to other people directly, no third party involvement to facilitate the trade. The game would pick it up and work. Anyone could download the game files but they only work if you own the game either by buying off someone directly or an official publisher"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702078248 {#2328
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 212087
        -bodyTs: "'allow':17 'anyon':43 'buy':60 'could':44 'cryptograph':1 'direct':26,63 'download':45 'either':58 'exampl':12 'facilit':32 'file':48 'game':9,36,47,57 'involv':30 'licenc':2,22 'offici':66 'onlin':15 'parti':29 'peopl':25 'pick':38 'play':7 'publish':67 'say':10 'servic':16 'someon':62 'third':28 'trade':20,34 'use':14 'verif':3 'work':42,52 'would':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4963325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702078248 {#2326
          date: 2023-12-09 00:30:48.0 +01:00
        }
        +"title": 212087
      }
      2 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2086 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
        +body: "NFTs cannot have copies made (apart from by the publisher) and are ideally suited to this problem"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701750998 {#2095
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Yglorba@lemmy.dbzer0.com"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
          "@Adalast@lemmy.world"
          "@Morgikan@lemm.ee"
          "@ryannathans@aussie.zone"
          "@seaturtle@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2092 …}
        +nested: Doctrine\ORM\PersistentCollection {#2241 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2129 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 197742
        -bodyTs: "'apart':6 'cannot':2 'copi':4 'ideal':13 'made':5 'nfts':1 'problem':17 'publish':10 'suit':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4860488"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701750998 {#2087
          date: 2023-12-05 05:36:38.0 +01:00
        }
        +"title": 197742
      }
      0 => App\Entity\EntryComment {#2348}
    ]
    -id: 18755
    -titleTs: "'best':9 'deck':6 'feel':2 'gabe':12 'issu':21 'like':3 'newel':13 'piraci':17 'proof':10 'quot':15 'servic':20 'steam':5"
    -bodyTs: "'100':74 'annoy':282 'anoth':194 'anyth':278 'appl':54 'around':238 'assum':206 'automat':180 'bam':129 'button':256 'cloud':152 'compani':58 'conveni':266 'copi':96 'could':2,92 'cram':5 'deck':8,83,210,227,312 'didn':62,68 'drm':276,294 'drm-free':293 'easi':89 'easier':306 'easili':4,139 'els':121 'even':156,195,242,287 'everyth':22 'fact':85 'forc':33 'free':295 'full':9 'game':29,46,79,112,144,184,250,264,290 'go':36 'gog':296 'hard':15 'hoop':41,244 'instal':214 'know':39 'legitim':31,261,283 'linux':111 'll':198 'lock':20 'lot':168 'made':260 'make':13,23,304 'method':231 'nintendo':52 'non':110 'non-linux':109 'normal':142,230 'one':191 'order':43 'own':262,298 'piraci':19,268 'pirat':78 'play':28,45,258,308 'possibl':75 'proton':118 'push':254 'put':77 're':222 'realiz':66 'reason':93,192 'reli':274 'restrict':280 'run':127,133,187,199,223 'save':153 'set':114,157 'similar':150 'someth':149 'specif':211 'steam':7,82,104,136,143,209,301,311 'still':176,303 'stuff':11,215 'syncth':159 'though':196 'tweak':212 'updat':181 'usabl':25 'use':17,125,219 'user':284 'usual':145,204 'version':297 'via':228 'want':123,148 'way':189 'whatev':120 'wherea':245 'wire':100 'without':273 'won':185 'work':170,237"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701464132
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/9447833"
    +editedAt: DateTimeImmutable @1702608921 {#2781
      date: 2023-12-15 03:55:21.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701377732 {#2673
      date: 2023-11-30 21:55:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2093 …}
  +body: "You’re talking about media linked to by existing NFTs. You can’t copy an NFT and use it, you don’t have the cryptographic keys to mint more. There is a finite number."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701986062 {#2350
    date: 2023-12-07 22:54:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Yglorba@lemmy.dbzer0.com"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
    "@Adalast@lemmy.world"
    "@Morgikan@lemm.ee"
    "@ryannathans@aussie.zone"
    "@seaturtle@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 208380
  -bodyTs: "'copi':14 'cryptograph':25 'exist':9 'finit':33 'key':26 'link':6 'media':5 'mint':28 'nft':16 'nfts':10 'number':34 're':2 'talk':3 'use':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4933696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701986062 {#2330
    date: 2023-12-07 22:54:22.0 +01:00
  }
  +"title": 208380
}
"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
109 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
110 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1404
  +user: Proxies\__CG__\App\Entity\User {#3284 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3325 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3327 …}
  +slug: "I-created-a-shitty-Python-script-to-manage-multiple-SSH"
  +title: "I created a shitty Python script to manage multiple SSH connections because I couldnt find a decent one"
  +url: "https://git.ohaa.xyz/Oha/ssh-man"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699915157 {#3320
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3328 …}
  +votes: Doctrine\ORM\PersistentCollection {#3330 …}
  +reports: Doctrine\ORM\PersistentCollection {#3332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3336 …}
  +badges: Doctrine\ORM\PersistentCollection {#3338 …}
  +children: [
    App\Entity\EntryComment {#1401
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: null
      +root: null
      +body: "Wrap a nice ssh config manager around kitty ssh [sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/) and it’d be pretty slick"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699915157 {#1385
        date: 2023-11-13 23:39:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Oha@lemmy.ohaa.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 121334
      -bodyTs: "'/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':12 'around':7 'config':5 'd':15 'kitti':8 'manag':6 'nice':3 'pretti':17 'slick':18 'ssh':4,9 'sw.kovidgoyal.net':11 'sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':10 'wrap':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4318259"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699915157 {#1382
        date: 2023-11-13 23:39:17.0 +01:00
      }
      +"title": 121334
    }
  ]
  -id: 12633
  -titleTs: "'connect':11 'couldnt':14 'creat':2 'decent':17 'find':15 'manag':8 'multipl':9 'one':18 'python':5 'script':6 'shitti':4 'ssh':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699981590
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/888735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699895190 {#3307
    date: 2023-11-13 18:06:30.0 +01: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
111 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1404
  +user: Proxies\__CG__\App\Entity\User {#3284 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3325 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3327 …}
  +slug: "I-created-a-shitty-Python-script-to-manage-multiple-SSH"
  +title: "I created a shitty Python script to manage multiple SSH connections because I couldnt find a decent one"
  +url: "https://git.ohaa.xyz/Oha/ssh-man"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699915157 {#3320
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3328 …}
  +votes: Doctrine\ORM\PersistentCollection {#3330 …}
  +reports: Doctrine\ORM\PersistentCollection {#3332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3336 …}
  +badges: Doctrine\ORM\PersistentCollection {#3338 …}
  +children: [
    App\Entity\EntryComment {#1401
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: null
      +root: null
      +body: "Wrap a nice ssh config manager around kitty ssh [sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/) and it’d be pretty slick"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699915157 {#1385
        date: 2023-11-13 23:39:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Oha@lemmy.ohaa.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 121334
      -bodyTs: "'/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':12 'around':7 'config':5 'd':15 'kitti':8 'manag':6 'nice':3 'pretti':17 'slick':18 'ssh':4,9 'sw.kovidgoyal.net':11 'sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':10 'wrap':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4318259"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699915157 {#1382
        date: 2023-11-13 23:39:17.0 +01:00
      }
      +"title": 121334
    }
  ]
  -id: 12633
  -titleTs: "'connect':11 'couldnt':14 'creat':2 'decent':17 'find':15 'manag':8 'multipl':9 'one':18 'python':5 'script':6 'shitti':4 'ssh':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699981590
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/888735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699895190 {#3307
    date: 2023-11-13 18:06:30.0 +01: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
112 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1404
  +user: Proxies\__CG__\App\Entity\User {#3284 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3325 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3327 …}
  +slug: "I-created-a-shitty-Python-script-to-manage-multiple-SSH"
  +title: "I created a shitty Python script to manage multiple SSH connections because I couldnt find a decent one"
  +url: "https://git.ohaa.xyz/Oha/ssh-man"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699915157 {#3320
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3328 …}
  +votes: Doctrine\ORM\PersistentCollection {#3330 …}
  +reports: Doctrine\ORM\PersistentCollection {#3332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3336 …}
  +badges: Doctrine\ORM\PersistentCollection {#3338 …}
  +children: [
    App\Entity\EntryComment {#1401
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
      +image: null
      +parent: null
      +root: null
      +body: "Wrap a nice ssh config manager around kitty ssh [sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/) and it’d be pretty slick"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699915157 {#1385
        date: 2023-11-13 23:39:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Oha@lemmy.ohaa.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 121334
      -bodyTs: "'/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':12 'around':7 'config':5 'd':15 'kitti':8 'manag':6 'nice':3 'pretti':17 'slick':18 'ssh':4,9 'sw.kovidgoyal.net':11 'sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':10 'wrap':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4318259"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699915157 {#1382
        date: 2023-11-13 23:39:17.0 +01:00
      }
      +"title": 121334
    }
  ]
  -id: 12633
  -titleTs: "'connect':11 'couldnt':14 'creat':2 'decent':17 'find':15 'manag':8 'multipl':9 'one':18 'python':5 'script':6 'shitti':4 'ssh':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699981590
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/888735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699895190 {#3307
    date: 2023-11-13 18:06:30.0 +01: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
113 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
114 DENIED moderate
App\Entity\EntryComment {#1401
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3284 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3325 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3327 …}
    +slug: "I-created-a-shitty-Python-script-to-manage-multiple-SSH"
    +title: "I created a shitty Python script to manage multiple SSH connections because I couldnt find a decent one"
    +url: "https://git.ohaa.xyz/Oha/ssh-man"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699915157 {#3320
      date: 2023-11-13 23:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3328 …}
    +votes: Doctrine\ORM\PersistentCollection {#3330 …}
    +reports: Doctrine\ORM\PersistentCollection {#3332 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3334 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3336 …}
    +badges: Doctrine\ORM\PersistentCollection {#3338 …}
    +children: [
      App\Entity\EntryComment {#1401}
    ]
    -id: 12633
    -titleTs: "'connect':11 'couldnt':14 'creat':2 'decent':17 'find':15 'manag':8 'multipl':9 'one':18 'python':5 'script':6 'shitti':4 'ssh':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699981590
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/888735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699895190 {#3307
      date: 2023-11-13 18:06:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wrap a nice ssh config manager around kitty ssh [sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/) and it’d be pretty slick"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699915157 {#1385
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Oha@lemmy.ohaa.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 121334
  -bodyTs: "'/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':12 'around':7 'config':5 'd':15 'kitti':8 'manag':6 'nice':3 'pretti':17 'slick':18 'ssh':4,9 'sw.kovidgoyal.net':11 'sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':10 'wrap':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4318259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699915157 {#1382
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +"title": 121334
}
"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
115 DENIED edit
App\Entity\EntryComment {#1401
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3284 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3325 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3327 …}
    +slug: "I-created-a-shitty-Python-script-to-manage-multiple-SSH"
    +title: "I created a shitty Python script to manage multiple SSH connections because I couldnt find a decent one"
    +url: "https://git.ohaa.xyz/Oha/ssh-man"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699915157 {#3320
      date: 2023-11-13 23:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3328 …}
    +votes: Doctrine\ORM\PersistentCollection {#3330 …}
    +reports: Doctrine\ORM\PersistentCollection {#3332 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3334 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3336 …}
    +badges: Doctrine\ORM\PersistentCollection {#3338 …}
    +children: [
      App\Entity\EntryComment {#1401}
    ]
    -id: 12633
    -titleTs: "'connect':11 'couldnt':14 'creat':2 'decent':17 'find':15 'manag':8 'multipl':9 'one':18 'python':5 'script':6 'shitti':4 'ssh':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699981590
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/888735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699895190 {#3307
      date: 2023-11-13 18:06:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wrap a nice ssh config manager around kitty ssh [sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/) and it’d be pretty slick"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699915157 {#1385
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Oha@lemmy.ohaa.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 121334
  -bodyTs: "'/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':12 'around':7 'config':5 'd':15 'kitti':8 'manag':6 'nice':3 'pretti':17 'slick':18 'ssh':4,9 'sw.kovidgoyal.net':11 'sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':10 'wrap':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4318259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699915157 {#1382
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +"title": 121334
}
"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
116 DENIED moderate
App\Entity\EntryComment {#1401
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3284 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3325 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3327 …}
    +slug: "I-created-a-shitty-Python-script-to-manage-multiple-SSH"
    +title: "I created a shitty Python script to manage multiple SSH connections because I couldnt find a decent one"
    +url: "https://git.ohaa.xyz/Oha/ssh-man"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699915157 {#3320
      date: 2023-11-13 23:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3328 …}
    +votes: Doctrine\ORM\PersistentCollection {#3330 …}
    +reports: Doctrine\ORM\PersistentCollection {#3332 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3334 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3336 …}
    +badges: Doctrine\ORM\PersistentCollection {#3338 …}
    +children: [
      App\Entity\EntryComment {#1401}
    ]
    -id: 12633
    -titleTs: "'connect':11 'couldnt':14 'creat':2 'decent':17 'find':15 'manag':8 'multipl':9 'one':18 'python':5 'script':6 'shitti':4 'ssh':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699981590
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/888735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699895190 {#3307
      date: 2023-11-13 18:06:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1363 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wrap a nice ssh config manager around kitty ssh [sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/) and it’d be pretty slick"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699915157 {#1385
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Oha@lemmy.ohaa.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 121334
  -bodyTs: "'/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':12 'around':7 'config':5 'd':15 'kitti':8 'manag':6 'nice':3 'pretti':17 'slick':18 'ssh':4,9 'sw.kovidgoyal.net':11 'sw.kovidgoyal.net/kitty/kittens/ssh/](https://sw.kovidgoyal.net/kitty/kittens/ssh/)':10 'wrap':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4318259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699915157 {#1382
    date: 2023-11-13 23:39:17.0 +01:00
  }
  +"title": 121334
}
"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
117 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
118 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1407
  +user: Proxies\__CG__\App\Entity\User {#3246 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3286 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3288 …}
  +slug: "Lets-be-realistic"
  +title: "Lets be realistic"
  +url: "https://feddit.uk/pictrs/image/786d726b-be7f-4675-af81-aff3d8fa0e4c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699310907 {#3281
    date: 2023-11-06 23:48:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3289 …}
  +votes: Doctrine\ORM\PersistentCollection {#3291 …}
  +reports: Doctrine\ORM\PersistentCollection {#3293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3295 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3297 …}
  +badges: Doctrine\ORM\PersistentCollection {#3299 …}
  +children: [
    App\Entity\EntryComment {#1908
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +body: "You can destroy them by crashing into them so I wonder if a size 10 bomb would work? Armageddon style"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699230410 {#1874
        date: 2023-11-06 01:26:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sirico@feddit.uk"
        "@TootSweet@lemmy.world"
        "@DmMacniel@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2389 …}
      +nested: Doctrine\ORM\PersistentCollection {#2387 …}
      +votes: Doctrine\ORM\PersistentCollection {#2394 …}
      +reports: Doctrine\ORM\PersistentCollection {#2393 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1402 …}
      -id: 93972
      -bodyTs: "'10':15 'armageddon':19 'bomb':16 'crash':6 'destroy':3 'size':14 'style':20 'wonder':11 'work':18 'would':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4119839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699230410 {#1907
        date: 2023-11-06 01:26:50.0 +01:00
      }
      +"title": 93972
    }
  ]
  -id: 10250
  -titleTs: "'let':1 'realist':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699299335
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/4179339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699212935 {#3269
    date: 2023-11-05 20:35:35.0 +01: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
119 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1407
  +user: Proxies\__CG__\App\Entity\User {#3246 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3286 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3288 …}
  +slug: "Lets-be-realistic"
  +title: "Lets be realistic"
  +url: "https://feddit.uk/pictrs/image/786d726b-be7f-4675-af81-aff3d8fa0e4c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699310907 {#3281
    date: 2023-11-06 23:48:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3289 …}
  +votes: Doctrine\ORM\PersistentCollection {#3291 …}
  +reports: Doctrine\ORM\PersistentCollection {#3293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3295 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3297 …}
  +badges: Doctrine\ORM\PersistentCollection {#3299 …}
  +children: [
    App\Entity\EntryComment {#1908
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +body: "You can destroy them by crashing into them so I wonder if a size 10 bomb would work? Armageddon style"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699230410 {#1874
        date: 2023-11-06 01:26:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sirico@feddit.uk"
        "@TootSweet@lemmy.world"
        "@DmMacniel@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2389 …}
      +nested: Doctrine\ORM\PersistentCollection {#2387 …}
      +votes: Doctrine\ORM\PersistentCollection {#2394 …}
      +reports: Doctrine\ORM\PersistentCollection {#2393 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1402 …}
      -id: 93972
      -bodyTs: "'10':15 'armageddon':19 'bomb':16 'crash':6 'destroy':3 'size':14 'style':20 'wonder':11 'work':18 'would':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4119839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699230410 {#1907
        date: 2023-11-06 01:26:50.0 +01:00
      }
      +"title": 93972
    }
  ]
  -id: 10250
  -titleTs: "'let':1 'realist':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699299335
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/4179339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699212935 {#3269
    date: 2023-11-05 20:35:35.0 +01: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
120 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1407
  +user: Proxies\__CG__\App\Entity\User {#3246 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3286 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3288 …}
  +slug: "Lets-be-realistic"
  +title: "Lets be realistic"
  +url: "https://feddit.uk/pictrs/image/786d726b-be7f-4675-af81-aff3d8fa0e4c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699310907 {#3281
    date: 2023-11-06 23:48:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3289 …}
  +votes: Doctrine\ORM\PersistentCollection {#3291 …}
  +reports: Doctrine\ORM\PersistentCollection {#3293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3295 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3297 …}
  +badges: Doctrine\ORM\PersistentCollection {#3299 …}
  +children: [
    App\Entity\EntryComment {#1908
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +body: "You can destroy them by crashing into them so I wonder if a size 10 bomb would work? Armageddon style"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699230410 {#1874
        date: 2023-11-06 01:26:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sirico@feddit.uk"
        "@TootSweet@lemmy.world"
        "@DmMacniel@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2389 …}
      +nested: Doctrine\ORM\PersistentCollection {#2387 …}
      +votes: Doctrine\ORM\PersistentCollection {#2394 …}
      +reports: Doctrine\ORM\PersistentCollection {#2393 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1402 …}
      -id: 93972
      -bodyTs: "'10':15 'armageddon':19 'bomb':16 'crash':6 'destroy':3 'size':14 'style':20 'wonder':11 'work':18 'would':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4119839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699230410 {#1907
        date: 2023-11-06 01:26:50.0 +01:00
      }
      +"title": 93972
    }
  ]
  -id: 10250
  -titleTs: "'let':1 'realist':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699299335
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/4179339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699212935 {#3269
    date: 2023-11-05 20:35:35.0 +01: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
121 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
122 DENIED moderate
App\Entity\EntryComment {#1908
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#3246 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3286 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3288 …}
    +slug: "Lets-be-realistic"
    +title: "Lets be realistic"
    +url: "https://feddit.uk/pictrs/image/786d726b-be7f-4675-af81-aff3d8fa0e4c.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 19
    +favouriteCount: 270
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699310907 {#3281
      date: 2023-11-06 23:48:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3289 …}
    +votes: Doctrine\ORM\PersistentCollection {#3291 …}
    +reports: Doctrine\ORM\PersistentCollection {#3293 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3295 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3297 …}
    +badges: Doctrine\ORM\PersistentCollection {#3299 …}
    +children: [
      App\Entity\EntryComment {#1908}
    ]
    -id: 10250
    -titleTs: "'let':1 'realist':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699299335
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/4179339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699212935 {#3269
      date: 2023-11-05 20:35:35.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +body: "You can destroy them by crashing into them so I wonder if a size 10 bomb would work? Armageddon style"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699230410 {#1874
    date: 2023-11-06 01:26:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sirico@feddit.uk"
    "@TootSweet@lemmy.world"
    "@DmMacniel@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2389 …}
  +nested: Doctrine\ORM\PersistentCollection {#2387 …}
  +votes: Doctrine\ORM\PersistentCollection {#2394 …}
  +reports: Doctrine\ORM\PersistentCollection {#2393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1402 …}
  -id: 93972
  -bodyTs: "'10':15 'armageddon':19 'bomb':16 'crash':6 'destroy':3 'size':14 'style':20 'wonder':11 'work':18 'would':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4119839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699230410 {#1907
    date: 2023-11-06 01:26:50.0 +01:00
  }
  +"title": 93972
}
"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
123 DENIED edit
App\Entity\EntryComment {#1908
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#3246 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3286 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3288 …}
    +slug: "Lets-be-realistic"
    +title: "Lets be realistic"
    +url: "https://feddit.uk/pictrs/image/786d726b-be7f-4675-af81-aff3d8fa0e4c.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 19
    +favouriteCount: 270
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699310907 {#3281
      date: 2023-11-06 23:48:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3289 …}
    +votes: Doctrine\ORM\PersistentCollection {#3291 …}
    +reports: Doctrine\ORM\PersistentCollection {#3293 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3295 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3297 …}
    +badges: Doctrine\ORM\PersistentCollection {#3299 …}
    +children: [
      App\Entity\EntryComment {#1908}
    ]
    -id: 10250
    -titleTs: "'let':1 'realist':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699299335
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/4179339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699212935 {#3269
      date: 2023-11-05 20:35:35.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +body: "You can destroy them by crashing into them so I wonder if a size 10 bomb would work? Armageddon style"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699230410 {#1874
    date: 2023-11-06 01:26:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sirico@feddit.uk"
    "@TootSweet@lemmy.world"
    "@DmMacniel@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2389 …}
  +nested: Doctrine\ORM\PersistentCollection {#2387 …}
  +votes: Doctrine\ORM\PersistentCollection {#2394 …}
  +reports: Doctrine\ORM\PersistentCollection {#2393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1402 …}
  -id: 93972
  -bodyTs: "'10':15 'armageddon':19 'bomb':16 'crash':6 'destroy':3 'size':14 'style':20 'wonder':11 'work':18 'would':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4119839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699230410 {#1907
    date: 2023-11-06 01:26:50.0 +01:00
  }
  +"title": 93972
}
"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
124 DENIED moderate
App\Entity\EntryComment {#1908
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#3246 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3286 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3288 …}
    +slug: "Lets-be-realistic"
    +title: "Lets be realistic"
    +url: "https://feddit.uk/pictrs/image/786d726b-be7f-4675-af81-aff3d8fa0e4c.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 19
    +favouriteCount: 270
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699310907 {#3281
      date: 2023-11-06 23:48:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3289 …}
    +votes: Doctrine\ORM\PersistentCollection {#3291 …}
    +reports: Doctrine\ORM\PersistentCollection {#3293 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3295 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3297 …}
    +badges: Doctrine\ORM\PersistentCollection {#3299 …}
    +children: [
      App\Entity\EntryComment {#1908}
    ]
    -id: 10250
    -titleTs: "'let':1 'realist':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699299335
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/4179339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699212935 {#3269
      date: 2023-11-05 20:35:35.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +body: "You can destroy them by crashing into them so I wonder if a size 10 bomb would work? Armageddon style"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699230410 {#1874
    date: 2023-11-06 01:26:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sirico@feddit.uk"
    "@TootSweet@lemmy.world"
    "@DmMacniel@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2389 …}
  +nested: Doctrine\ORM\PersistentCollection {#2387 …}
  +votes: Doctrine\ORM\PersistentCollection {#2394 …}
  +reports: Doctrine\ORM\PersistentCollection {#2393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1402 …}
  -id: 93972
  -bodyTs: "'10':15 'armageddon':19 'bomb':16 'crash':6 'destroy':3 'size':14 'style':20 'wonder':11 'work':18 'would':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4119839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699230410 {#1907
    date: 2023-11-06 01:26:50.0 +01:00
  }
  +"title": 93972
}
"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
125 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
126 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#3168 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3209 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3211 …}
  +slug: "Back-home"
  +title: "Back home"
  +url: "https://endlesstalk.org/pictrs/image/4cf96608-24c8-4b86-a018-134be8aca79b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 452
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698170688 {#3204
    date: 2023-10-24 20:04:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3212 …}
  +votes: Doctrine\ORM\PersistentCollection {#3214 …}
  +reports: Doctrine\ORM\PersistentCollection {#3216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
  +badges: Doctrine\ORM\PersistentCollection {#3222 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
      +body: "Even if it’s a dump in a shithole, they aren’t paying rent"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1698099389 {#2456
        date: 2023-10-24 00:16:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AlbinJose3487@endlesstalk.org"
        "@EyIchFragDochNur@feddit.de"
        "@Kiosade@lemmy.ca"
        "@Redscare867@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2455 …}
      +nested: Doctrine\ORM\PersistentCollection {#2468 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2471 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
      -id: 68210
      -bodyTs: "'aren':11 'dump':6 'even':1 'pay':13 'rent':14 'shithol':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3776089"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698099389 {#2460
        date: 2023-10-24 00:16:29.0 +02:00
      }
      +"title": 68210
    }
  ]
  -id: 7270
  -titleTs: "'back':1 'home':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698172211
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/9504300"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698085811 {#3191
    date: 2023-10-23 20:30:11.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
127 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#3168 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3209 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3211 …}
  +slug: "Back-home"
  +title: "Back home"
  +url: "https://endlesstalk.org/pictrs/image/4cf96608-24c8-4b86-a018-134be8aca79b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 452
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698170688 {#3204
    date: 2023-10-24 20:04:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3212 …}
  +votes: Doctrine\ORM\PersistentCollection {#3214 …}
  +reports: Doctrine\ORM\PersistentCollection {#3216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
  +badges: Doctrine\ORM\PersistentCollection {#3222 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
      +body: "Even if it’s a dump in a shithole, they aren’t paying rent"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1698099389 {#2456
        date: 2023-10-24 00:16:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AlbinJose3487@endlesstalk.org"
        "@EyIchFragDochNur@feddit.de"
        "@Kiosade@lemmy.ca"
        "@Redscare867@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2455 …}
      +nested: Doctrine\ORM\PersistentCollection {#2468 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2471 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
      -id: 68210
      -bodyTs: "'aren':11 'dump':6 'even':1 'pay':13 'rent':14 'shithol':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3776089"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698099389 {#2460
        date: 2023-10-24 00:16:29.0 +02:00
      }
      +"title": 68210
    }
  ]
  -id: 7270
  -titleTs: "'back':1 'home':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698172211
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/9504300"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698085811 {#3191
    date: 2023-10-23 20:30:11.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
128 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#3168 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3209 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3211 …}
  +slug: "Back-home"
  +title: "Back home"
  +url: "https://endlesstalk.org/pictrs/image/4cf96608-24c8-4b86-a018-134be8aca79b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 452
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698170688 {#3204
    date: 2023-10-24 20:04:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3212 …}
  +votes: Doctrine\ORM\PersistentCollection {#3214 …}
  +reports: Doctrine\ORM\PersistentCollection {#3216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
  +badges: Doctrine\ORM\PersistentCollection {#3222 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
      +body: "Even if it’s a dump in a shithole, they aren’t paying rent"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1698099389 {#2456
        date: 2023-10-24 00:16:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AlbinJose3487@endlesstalk.org"
        "@EyIchFragDochNur@feddit.de"
        "@Kiosade@lemmy.ca"
        "@Redscare867@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2455 …}
      +nested: Doctrine\ORM\PersistentCollection {#2468 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2471 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
      -id: 68210
      -bodyTs: "'aren':11 'dump':6 'even':1 'pay':13 'rent':14 'shithol':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3776089"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698099389 {#2460
        date: 2023-10-24 00:16:29.0 +02:00
      }
      +"title": 68210
    }
  ]
  -id: 7270
  -titleTs: "'back':1 'home':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698172211
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/9504300"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698085811 {#3191
    date: 2023-10-23 20:30:11.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
129 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
130 DENIED moderate
App\Entity\EntryComment {#2453
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#3168 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3209 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3211 …}
    +slug: "Back-home"
    +title: "Back home"
    +url: "https://endlesstalk.org/pictrs/image/4cf96608-24c8-4b86-a018-134be8aca79b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 23
    +favouriteCount: 452
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698170688 {#3204
      date: 2023-10-24 20:04:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3212 …}
    +votes: Doctrine\ORM\PersistentCollection {#3214 …}
    +reports: Doctrine\ORM\PersistentCollection {#3216 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
    +badges: Doctrine\ORM\PersistentCollection {#3222 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 7270
    -titleTs: "'back':1 'home':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698172211
    +visibility: "visible             "
    +apId: "https://endlesstalk.org/post/9504300"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698085811 {#3191
      date: 2023-10-23 20:30:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +body: "Even if it’s a dump in a shithole, they aren’t paying rent"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1698099389 {#2456
    date: 2023-10-24 00:16:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AlbinJose3487@endlesstalk.org"
    "@EyIchFragDochNur@feddit.de"
    "@Kiosade@lemmy.ca"
    "@Redscare867@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2455 …}
  +nested: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
  -id: 68210
  -bodyTs: "'aren':11 'dump':6 'even':1 'pay':13 'rent':14 'shithol':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3776089"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698099389 {#2460
    date: 2023-10-24 00:16:29.0 +02:00
  }
  +"title": 68210
}
"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
131 DENIED edit
App\Entity\EntryComment {#2453
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#3168 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3209 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3211 …}
    +slug: "Back-home"
    +title: "Back home"
    +url: "https://endlesstalk.org/pictrs/image/4cf96608-24c8-4b86-a018-134be8aca79b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 23
    +favouriteCount: 452
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698170688 {#3204
      date: 2023-10-24 20:04:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3212 …}
    +votes: Doctrine\ORM\PersistentCollection {#3214 …}
    +reports: Doctrine\ORM\PersistentCollection {#3216 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
    +badges: Doctrine\ORM\PersistentCollection {#3222 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 7270
    -titleTs: "'back':1 'home':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698172211
    +visibility: "visible             "
    +apId: "https://endlesstalk.org/post/9504300"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698085811 {#3191
      date: 2023-10-23 20:30:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +body: "Even if it’s a dump in a shithole, they aren’t paying rent"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1698099389 {#2456
    date: 2023-10-24 00:16:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AlbinJose3487@endlesstalk.org"
    "@EyIchFragDochNur@feddit.de"
    "@Kiosade@lemmy.ca"
    "@Redscare867@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2455 …}
  +nested: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
  -id: 68210
  -bodyTs: "'aren':11 'dump':6 'even':1 'pay':13 'rent':14 'shithol':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3776089"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698099389 {#2460
    date: 2023-10-24 00:16:29.0 +02:00
  }
  +"title": 68210
}
"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
132 DENIED moderate
App\Entity\EntryComment {#2453
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#3168 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3209 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3211 …}
    +slug: "Back-home"
    +title: "Back home"
    +url: "https://endlesstalk.org/pictrs/image/4cf96608-24c8-4b86-a018-134be8aca79b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 23
    +favouriteCount: 452
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698170688 {#3204
      date: 2023-10-24 20:04:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3212 …}
    +votes: Doctrine\ORM\PersistentCollection {#3214 …}
    +reports: Doctrine\ORM\PersistentCollection {#3216 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
    +badges: Doctrine\ORM\PersistentCollection {#3222 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 7270
    -titleTs: "'back':1 'home':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698172211
    +visibility: "visible             "
    +apId: "https://endlesstalk.org/post/9504300"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698085811 {#3191
      date: 2023-10-23 20:30:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +body: "Even if it’s a dump in a shithole, they aren’t paying rent"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1698099389 {#2456
    date: 2023-10-24 00:16:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AlbinJose3487@endlesstalk.org"
    "@EyIchFragDochNur@feddit.de"
    "@Kiosade@lemmy.ca"
    "@Redscare867@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2455 …}
  +nested: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
  -id: 68210
  -bodyTs: "'aren':11 'dump':6 'even':1 'pay':13 'rent':14 'shithol':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3776089"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698099389 {#2460
    date: 2023-10-24 00:16:29.0 +02:00
  }
  +"title": 68210
}
"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
133 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
134 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#3150 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3190 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2995 …}
  +slug: "She-helps-when-I-cook"
  +title: "She helps when I cook."
  +url: "https://lemmy.ml/pictrs/image/b69f7d2d-58a7-497f-98dc-5aa210e8400f.jpeg"
  +body: "She smell checks almost every ingredient and never tastes. Best cat. Then she smells the end product and we’re both like ‘that’s that done, then’."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 52
  +favouriteCount: 1124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698652137 {#3185
    date: 2023-10-30 08:48:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3192 …}
  +votes: Doctrine\ORM\PersistentCollection {#3194 …}
  +reports: Doctrine\ORM\PersistentCollection {#3196 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3198 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3200 …}
  +badges: Doctrine\ORM\PersistentCollection {#3202 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +body: "Cats can’t taste sugar though"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697943891 {#1718
        date: 2023-10-22 05:04:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Schnitzel_bub@lemmy.ml"
        "@MystikIncarnate@lemmy.ca"
        "@pete_the_cat@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1740 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2411 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
      -id: 64051
      -bodyTs: "'cat':1 'sugar':5 'tast':4 'though':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3726888"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697943891 {#1720
        date: 2023-10-22 05:04:51.0 +02:00
      }
      +"title": 64051
    }
  ]
  -id: 6916
  -titleTs: "'cook':5 'help':2"
  -bodyTs: "'almost':4 'best':10 'cat':11 'check':3 'done':26 'end':16 'everi':5 'ingredi':6 'like':22 'never':8 'product':17 're':20 'smell':2,14 'tast':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698014560
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6829590"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697928160 {#3171
    date: 2023-10-22 00:42:40.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
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#3150 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3190 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2995 …}
  +slug: "She-helps-when-I-cook"
  +title: "She helps when I cook."
  +url: "https://lemmy.ml/pictrs/image/b69f7d2d-58a7-497f-98dc-5aa210e8400f.jpeg"
  +body: "She smell checks almost every ingredient and never tastes. Best cat. Then she smells the end product and we’re both like ‘that’s that done, then’."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 52
  +favouriteCount: 1124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698652137 {#3185
    date: 2023-10-30 08:48:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3192 …}
  +votes: Doctrine\ORM\PersistentCollection {#3194 …}
  +reports: Doctrine\ORM\PersistentCollection {#3196 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3198 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3200 …}
  +badges: Doctrine\ORM\PersistentCollection {#3202 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +body: "Cats can’t taste sugar though"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697943891 {#1718
        date: 2023-10-22 05:04:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Schnitzel_bub@lemmy.ml"
        "@MystikIncarnate@lemmy.ca"
        "@pete_the_cat@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1740 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2411 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
      -id: 64051
      -bodyTs: "'cat':1 'sugar':5 'tast':4 'though':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3726888"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697943891 {#1720
        date: 2023-10-22 05:04:51.0 +02:00
      }
      +"title": 64051
    }
  ]
  -id: 6916
  -titleTs: "'cook':5 'help':2"
  -bodyTs: "'almost':4 'best':10 'cat':11 'check':3 'done':26 'end':16 'everi':5 'ingredi':6 'like':22 'never':8 'product':17 're':20 'smell':2,14 'tast':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698014560
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6829590"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697928160 {#3171
    date: 2023-10-22 00:42:40.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
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#3150 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3190 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2995 …}
  +slug: "She-helps-when-I-cook"
  +title: "She helps when I cook."
  +url: "https://lemmy.ml/pictrs/image/b69f7d2d-58a7-497f-98dc-5aa210e8400f.jpeg"
  +body: "She smell checks almost every ingredient and never tastes. Best cat. Then she smells the end product and we’re both like ‘that’s that done, then’."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 52
  +favouriteCount: 1124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698652137 {#3185
    date: 2023-10-30 08:48:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3192 …}
  +votes: Doctrine\ORM\PersistentCollection {#3194 …}
  +reports: Doctrine\ORM\PersistentCollection {#3196 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3198 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3200 …}
  +badges: Doctrine\ORM\PersistentCollection {#3202 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +body: "Cats can’t taste sugar though"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697943891 {#1718
        date: 2023-10-22 05:04:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Schnitzel_bub@lemmy.ml"
        "@MystikIncarnate@lemmy.ca"
        "@pete_the_cat@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1740 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2411 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
      -id: 64051
      -bodyTs: "'cat':1 'sugar':5 'tast':4 'though':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3726888"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697943891 {#1720
        date: 2023-10-22 05:04:51.0 +02:00
      }
      +"title": 64051
    }
  ]
  -id: 6916
  -titleTs: "'cook':5 'help':2"
  -bodyTs: "'almost':4 'best':10 'cat':11 'check':3 'done':26 'end':16 'everi':5 'ingredi':6 'like':22 'never':8 'product':17 're':20 'smell':2,14 'tast':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698014560
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6829590"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697928160 {#3171
    date: 2023-10-22 00:42:40.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
137 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
138 DENIED moderate
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#3150 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3190 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2995 …}
    +slug: "She-helps-when-I-cook"
    +title: "She helps when I cook."
    +url: "https://lemmy.ml/pictrs/image/b69f7d2d-58a7-497f-98dc-5aa210e8400f.jpeg"
    +body: "She smell checks almost every ingredient and never tastes. Best cat. Then she smells the end product and we’re both like ‘that’s that done, then’."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 52
    +favouriteCount: 1124
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698652137 {#3185
      date: 2023-10-30 08:48:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3192 …}
    +votes: Doctrine\ORM\PersistentCollection {#3194 …}
    +reports: Doctrine\ORM\PersistentCollection {#3196 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3198 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3200 …}
    +badges: Doctrine\ORM\PersistentCollection {#3202 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 6916
    -titleTs: "'cook':5 'help':2"
    -bodyTs: "'almost':4 'best':10 'cat':11 'check':3 'done':26 'end':16 'everi':5 'ingredi':6 'like':22 'never':8 'product':17 're':20 'smell':2,14 'tast':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698014560
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6829590"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697928160 {#3171
      date: 2023-10-22 00:42:40.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +body: "Cats can’t taste sugar though"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697943891 {#1718
    date: 2023-10-22 05:04:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Schnitzel_bub@lemmy.ml"
    "@MystikIncarnate@lemmy.ca"
    "@pete_the_cat@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1740 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
  -id: 64051
  -bodyTs: "'cat':1 'sugar':5 'tast':4 'though':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3726888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697943891 {#1720
    date: 2023-10-22 05:04:51.0 +02:00
  }
  +"title": 64051
}
"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
139 DENIED edit
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#3150 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3190 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2995 …}
    +slug: "She-helps-when-I-cook"
    +title: "She helps when I cook."
    +url: "https://lemmy.ml/pictrs/image/b69f7d2d-58a7-497f-98dc-5aa210e8400f.jpeg"
    +body: "She smell checks almost every ingredient and never tastes. Best cat. Then she smells the end product and we’re both like ‘that’s that done, then’."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 52
    +favouriteCount: 1124
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698652137 {#3185
      date: 2023-10-30 08:48:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3192 …}
    +votes: Doctrine\ORM\PersistentCollection {#3194 …}
    +reports: Doctrine\ORM\PersistentCollection {#3196 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3198 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3200 …}
    +badges: Doctrine\ORM\PersistentCollection {#3202 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 6916
    -titleTs: "'cook':5 'help':2"
    -bodyTs: "'almost':4 'best':10 'cat':11 'check':3 'done':26 'end':16 'everi':5 'ingredi':6 'like':22 'never':8 'product':17 're':20 'smell':2,14 'tast':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698014560
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6829590"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697928160 {#3171
      date: 2023-10-22 00:42:40.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +body: "Cats can’t taste sugar though"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697943891 {#1718
    date: 2023-10-22 05:04:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Schnitzel_bub@lemmy.ml"
    "@MystikIncarnate@lemmy.ca"
    "@pete_the_cat@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1740 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
  -id: 64051
  -bodyTs: "'cat':1 'sugar':5 'tast':4 'though':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3726888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697943891 {#1720
    date: 2023-10-22 05:04:51.0 +02:00
  }
  +"title": 64051
}
"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
140 DENIED moderate
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#3150 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3190 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2995 …}
    +slug: "She-helps-when-I-cook"
    +title: "She helps when I cook."
    +url: "https://lemmy.ml/pictrs/image/b69f7d2d-58a7-497f-98dc-5aa210e8400f.jpeg"
    +body: "She smell checks almost every ingredient and never tastes. Best cat. Then she smells the end product and we’re both like ‘that’s that done, then’."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 52
    +favouriteCount: 1124
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698652137 {#3185
      date: 2023-10-30 08:48:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3192 …}
    +votes: Doctrine\ORM\PersistentCollection {#3194 …}
    +reports: Doctrine\ORM\PersistentCollection {#3196 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3198 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3200 …}
    +badges: Doctrine\ORM\PersistentCollection {#3202 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 6916
    -titleTs: "'cook':5 'help':2"
    -bodyTs: "'almost':4 'best':10 'cat':11 'check':3 'done':26 'end':16 'everi':5 'ingredi':6 'like':22 'never':8 'product':17 're':20 'smell':2,14 'tast':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698014560
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6829590"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697928160 {#3171
      date: 2023-10-22 00:42:40.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +body: "Cats can’t taste sugar though"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697943891 {#1718
    date: 2023-10-22 05:04:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Schnitzel_bub@lemmy.ml"
    "@MystikIncarnate@lemmy.ca"
    "@pete_the_cat@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1740 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
  -id: 64051
  -bodyTs: "'cat':1 'sugar':5 'tast':4 'though':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3726888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697943891 {#1720
    date: 2023-10-22 05:04:51.0 +02:00
  }
  +"title": 64051
}
"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
141 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
142 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1721
  +user: Proxies\__CG__\App\Entity\User {#3229 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "UBlock-not-working-anymore-for-Youtube-Anyone-else-have-the"
  +title: "UBlock not working anymore for Youtube. Anyone else have the same problem? [SOLVED!]"
  +url: null
  +body: """
    Title says it all. Got the message of three remaining videos and then it locked.\n
    \n
    I am using FireFox\n
    \n
    Edit: Apparently, it was caused by me being logged into YouTube. But I would really like to be. Because that’s where all my subscriptions are. If anyone knows of a way to have it both ways, please let me know.\n
    \n
    **Edit’ : It was my Ghostery extension that was causing ruckus. I don’t really like the idea of having to switch it off but at least it’s nice to know the cause. Anyway, everything is working now. Even when I am logged in ^^**\n
    \n
    **Also to anyone reading this, keep clearing your cache and update in UBlock Origin!**
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697836450 {#3224
    date: 2023-10-20 23:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3231 …}
  +votes: Doctrine\ORM\PersistentCollection {#3233 …}
  +reports: Doctrine\ORM\PersistentCollection {#3235 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3237 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3239 …}
  +badges: Doctrine\ORM\PersistentCollection {#3241 …}
  +children: [
    App\Entity\EntryComment {#1722
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: "Change the piped instance you are using to a local instance"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697623959 {#1725
        date: 2023-10-18 12:12:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
        "@ryannathans@aussie.zone"
        "@danielton@lemmy.frozeninferno.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 56426
      -bodyTs: "'chang':1 'instanc':4,11 'local':10 'pipe':3 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3629932"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697623959 {#1723
        date: 2023-10-18 12:12:39.0 +02:00
      }
      +"title": 56426
    }
  ]
  -id: 6143
  -titleTs: "'anymor':4 'anyon':7 'els':8 'problem':12 'solv':13 'ublock':1 'work':3 'youtub':6"
  -bodyTs: "'also':105 'anyon':47,107 'anyway':94 'appar':21 'cach':113 'caus':24,69,93 'clear':111 'edit':20,61 'even':99 'everyth':95 'extens':66 'firefox':19 'ghosteri':65 'got':5 'idea':77 'keep':110 'know':48,60,91 'least':86 'let':58 'like':35,75 'lock':15 'log':28,103 'messag':7 'nice':89 'origin':118 'pleas':57 'read':108 'realli':34,74 'remain':10 'ruckus':70 'say':2 'subscript':44 'switch':81 'three':9 'titl':1 'ublock':117 'updat':115 'use':18 'video':11 'way':51,56 'work':97 'would':33 'youtub':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697696213
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6963294"
  +editedAt: DateTimeImmutable @1697735899 {#3210
    date: 2023-10-19 19:18:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697609813 {#3188
    date: 2023-10-18 08:16:53.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
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1721
  +user: Proxies\__CG__\App\Entity\User {#3229 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "UBlock-not-working-anymore-for-Youtube-Anyone-else-have-the"
  +title: "UBlock not working anymore for Youtube. Anyone else have the same problem? [SOLVED!]"
  +url: null
  +body: """
    Title says it all. Got the message of three remaining videos and then it locked.\n
    \n
    I am using FireFox\n
    \n
    Edit: Apparently, it was caused by me being logged into YouTube. But I would really like to be. Because that’s where all my subscriptions are. If anyone knows of a way to have it both ways, please let me know.\n
    \n
    **Edit’ : It was my Ghostery extension that was causing ruckus. I don’t really like the idea of having to switch it off but at least it’s nice to know the cause. Anyway, everything is working now. Even when I am logged in ^^**\n
    \n
    **Also to anyone reading this, keep clearing your cache and update in UBlock Origin!**
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697836450 {#3224
    date: 2023-10-20 23:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3231 …}
  +votes: Doctrine\ORM\PersistentCollection {#3233 …}
  +reports: Doctrine\ORM\PersistentCollection {#3235 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3237 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3239 …}
  +badges: Doctrine\ORM\PersistentCollection {#3241 …}
  +children: [
    App\Entity\EntryComment {#1722
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: "Change the piped instance you are using to a local instance"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697623959 {#1725
        date: 2023-10-18 12:12:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
        "@ryannathans@aussie.zone"
        "@danielton@lemmy.frozeninferno.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 56426
      -bodyTs: "'chang':1 'instanc':4,11 'local':10 'pipe':3 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3629932"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697623959 {#1723
        date: 2023-10-18 12:12:39.0 +02:00
      }
      +"title": 56426
    }
  ]
  -id: 6143
  -titleTs: "'anymor':4 'anyon':7 'els':8 'problem':12 'solv':13 'ublock':1 'work':3 'youtub':6"
  -bodyTs: "'also':105 'anyon':47,107 'anyway':94 'appar':21 'cach':113 'caus':24,69,93 'clear':111 'edit':20,61 'even':99 'everyth':95 'extens':66 'firefox':19 'ghosteri':65 'got':5 'idea':77 'keep':110 'know':48,60,91 'least':86 'let':58 'like':35,75 'lock':15 'log':28,103 'messag':7 'nice':89 'origin':118 'pleas':57 'read':108 'realli':34,74 'remain':10 'ruckus':70 'say':2 'subscript':44 'switch':81 'three':9 'titl':1 'ublock':117 'updat':115 'use':18 'video':11 'way':51,56 'work':97 'would':33 'youtub':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697696213
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6963294"
  +editedAt: DateTimeImmutable @1697735899 {#3210
    date: 2023-10-19 19:18:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697609813 {#3188
    date: 2023-10-18 08:16:53.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
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1721
  +user: Proxies\__CG__\App\Entity\User {#3229 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "UBlock-not-working-anymore-for-Youtube-Anyone-else-have-the"
  +title: "UBlock not working anymore for Youtube. Anyone else have the same problem? [SOLVED!]"
  +url: null
  +body: """
    Title says it all. Got the message of three remaining videos and then it locked.\n
    \n
    I am using FireFox\n
    \n
    Edit: Apparently, it was caused by me being logged into YouTube. But I would really like to be. Because that’s where all my subscriptions are. If anyone knows of a way to have it both ways, please let me know.\n
    \n
    **Edit’ : It was my Ghostery extension that was causing ruckus. I don’t really like the idea of having to switch it off but at least it’s nice to know the cause. Anyway, everything is working now. Even when I am logged in ^^**\n
    \n
    **Also to anyone reading this, keep clearing your cache and update in UBlock Origin!**
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697836450 {#3224
    date: 2023-10-20 23:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3231 …}
  +votes: Doctrine\ORM\PersistentCollection {#3233 …}
  +reports: Doctrine\ORM\PersistentCollection {#3235 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3237 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3239 …}
  +badges: Doctrine\ORM\PersistentCollection {#3241 …}
  +children: [
    App\Entity\EntryComment {#1722
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: "Change the piped instance you are using to a local instance"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697623959 {#1725
        date: 2023-10-18 12:12:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
        "@ryannathans@aussie.zone"
        "@danielton@lemmy.frozeninferno.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 56426
      -bodyTs: "'chang':1 'instanc':4,11 'local':10 'pipe':3 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3629932"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697623959 {#1723
        date: 2023-10-18 12:12:39.0 +02:00
      }
      +"title": 56426
    }
  ]
  -id: 6143
  -titleTs: "'anymor':4 'anyon':7 'els':8 'problem':12 'solv':13 'ublock':1 'work':3 'youtub':6"
  -bodyTs: "'also':105 'anyon':47,107 'anyway':94 'appar':21 'cach':113 'caus':24,69,93 'clear':111 'edit':20,61 'even':99 'everyth':95 'extens':66 'firefox':19 'ghosteri':65 'got':5 'idea':77 'keep':110 'know':48,60,91 'least':86 'let':58 'like':35,75 'lock':15 'log':28,103 'messag':7 'nice':89 'origin':118 'pleas':57 'read':108 'realli':34,74 'remain':10 'ruckus':70 'say':2 'subscript':44 'switch':81 'three':9 'titl':1 'ublock':117 'updat':115 'use':18 'video':11 'way':51,56 'work':97 'would':33 'youtub':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697696213
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6963294"
  +editedAt: DateTimeImmutable @1697735899 {#3210
    date: 2023-10-19 19:18:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697609813 {#3188
    date: 2023-10-18 08:16:53.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
145 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
146 DENIED moderate
App\Entity\EntryComment {#1722
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#3229 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "UBlock-not-working-anymore-for-Youtube-Anyone-else-have-the"
    +title: "UBlock not working anymore for Youtube. Anyone else have the same problem? [SOLVED!]"
    +url: null
    +body: """
      Title says it all. Got the message of three remaining videos and then it locked.\n
      \n
      I am using FireFox\n
      \n
      Edit: Apparently, it was caused by me being logged into YouTube. But I would really like to be. Because that’s where all my subscriptions are. If anyone knows of a way to have it both ways, please let me know.\n
      \n
      **Edit’ : It was my Ghostery extension that was causing ruckus. I don’t really like the idea of having to switch it off but at least it’s nice to know the cause. Anyway, everything is working now. Even when I am logged in ^^**\n
      \n
      **Also to anyone reading this, keep clearing your cache and update in UBlock Origin!**
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 41
    +favouriteCount: 146
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697836450 {#3224
      date: 2023-10-20 23:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3233 …}
    +reports: Doctrine\ORM\PersistentCollection {#3235 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3237 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3239 …}
    +badges: Doctrine\ORM\PersistentCollection {#3241 …}
    +children: [
      App\Entity\EntryComment {#1722}
    ]
    -id: 6143
    -titleTs: "'anymor':4 'anyon':7 'els':8 'problem':12 'solv':13 'ublock':1 'work':3 'youtub':6"
    -bodyTs: "'also':105 'anyon':47,107 'anyway':94 'appar':21 'cach':113 'caus':24,69,93 'clear':111 'edit':20,61 'even':99 'everyth':95 'extens':66 'firefox':19 'ghosteri':65 'got':5 'idea':77 'keep':110 'know':48,60,91 'least':86 'let':58 'like':35,75 'lock':15 'log':28,103 'messag':7 'nice':89 'origin':118 'pleas':57 'read':108 'realli':34,74 'remain':10 'ruckus':70 'say':2 'subscript':44 'switch':81 'three':9 'titl':1 'ublock':117 'updat':115 'use':18 'video':11 'way':51,56 'work':97 'would':33 'youtub':30"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697696213
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6963294"
    +editedAt: DateTimeImmutable @1697735899 {#3210
      date: 2023-10-19 19:18:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697609813 {#3188
      date: 2023-10-18 08:16:53.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: "Change the piped instance you are using to a local instance"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697623959 {#1725
    date: 2023-10-18 12:12:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
    "@ryannathans@aussie.zone"
    "@danielton@lemmy.frozeninferno.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 56426
  -bodyTs: "'chang':1 'instanc':4,11 'local':10 'pipe':3 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3629932"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697623959 {#1723
    date: 2023-10-18 12:12:39.0 +02:00
  }
  +"title": 56426
}
"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
147 DENIED edit
App\Entity\EntryComment {#1722
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#3229 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "UBlock-not-working-anymore-for-Youtube-Anyone-else-have-the"
    +title: "UBlock not working anymore for Youtube. Anyone else have the same problem? [SOLVED!]"
    +url: null
    +body: """
      Title says it all. Got the message of three remaining videos and then it locked.\n
      \n
      I am using FireFox\n
      \n
      Edit: Apparently, it was caused by me being logged into YouTube. But I would really like to be. Because that’s where all my subscriptions are. If anyone knows of a way to have it both ways, please let me know.\n
      \n
      **Edit’ : It was my Ghostery extension that was causing ruckus. I don’t really like the idea of having to switch it off but at least it’s nice to know the cause. Anyway, everything is working now. Even when I am logged in ^^**\n
      \n
      **Also to anyone reading this, keep clearing your cache and update in UBlock Origin!**
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 41
    +favouriteCount: 146
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697836450 {#3224
      date: 2023-10-20 23:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3233 …}
    +reports: Doctrine\ORM\PersistentCollection {#3235 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3237 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3239 …}
    +badges: Doctrine\ORM\PersistentCollection {#3241 …}
    +children: [
      App\Entity\EntryComment {#1722}
    ]
    -id: 6143
    -titleTs: "'anymor':4 'anyon':7 'els':8 'problem':12 'solv':13 'ublock':1 'work':3 'youtub':6"
    -bodyTs: "'also':105 'anyon':47,107 'anyway':94 'appar':21 'cach':113 'caus':24,69,93 'clear':111 'edit':20,61 'even':99 'everyth':95 'extens':66 'firefox':19 'ghosteri':65 'got':5 'idea':77 'keep':110 'know':48,60,91 'least':86 'let':58 'like':35,75 'lock':15 'log':28,103 'messag':7 'nice':89 'origin':118 'pleas':57 'read':108 'realli':34,74 'remain':10 'ruckus':70 'say':2 'subscript':44 'switch':81 'three':9 'titl':1 'ublock':117 'updat':115 'use':18 'video':11 'way':51,56 'work':97 'would':33 'youtub':30"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697696213
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6963294"
    +editedAt: DateTimeImmutable @1697735899 {#3210
      date: 2023-10-19 19:18:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697609813 {#3188
      date: 2023-10-18 08:16:53.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: "Change the piped instance you are using to a local instance"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697623959 {#1725
    date: 2023-10-18 12:12:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
    "@ryannathans@aussie.zone"
    "@danielton@lemmy.frozeninferno.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 56426
  -bodyTs: "'chang':1 'instanc':4,11 'local':10 'pipe':3 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3629932"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697623959 {#1723
    date: 2023-10-18 12:12:39.0 +02:00
  }
  +"title": 56426
}
"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
148 DENIED moderate
App\Entity\EntryComment {#1722
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#3229 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "UBlock-not-working-anymore-for-Youtube-Anyone-else-have-the"
    +title: "UBlock not working anymore for Youtube. Anyone else have the same problem? [SOLVED!]"
    +url: null
    +body: """
      Title says it all. Got the message of three remaining videos and then it locked.\n
      \n
      I am using FireFox\n
      \n
      Edit: Apparently, it was caused by me being logged into YouTube. But I would really like to be. Because that’s where all my subscriptions are. If anyone knows of a way to have it both ways, please let me know.\n
      \n
      **Edit’ : It was my Ghostery extension that was causing ruckus. I don’t really like the idea of having to switch it off but at least it’s nice to know the cause. Anyway, everything is working now. Even when I am logged in ^^**\n
      \n
      **Also to anyone reading this, keep clearing your cache and update in UBlock Origin!**
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 41
    +favouriteCount: 146
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697836450 {#3224
      date: 2023-10-20 23:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3233 …}
    +reports: Doctrine\ORM\PersistentCollection {#3235 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3237 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3239 …}
    +badges: Doctrine\ORM\PersistentCollection {#3241 …}
    +children: [
      App\Entity\EntryComment {#1722}
    ]
    -id: 6143
    -titleTs: "'anymor':4 'anyon':7 'els':8 'problem':12 'solv':13 'ublock':1 'work':3 'youtub':6"
    -bodyTs: "'also':105 'anyon':47,107 'anyway':94 'appar':21 'cach':113 'caus':24,69,93 'clear':111 'edit':20,61 'even':99 'everyth':95 'extens':66 'firefox':19 'ghosteri':65 'got':5 'idea':77 'keep':110 'know':48,60,91 'least':86 'let':58 'like':35,75 'lock':15 'log':28,103 'messag':7 'nice':89 'origin':118 'pleas':57 'read':108 'realli':34,74 'remain':10 'ruckus':70 'say':2 'subscript':44 'switch':81 'three':9 'titl':1 'ublock':117 'updat':115 'use':18 'video':11 'way':51,56 'work':97 'would':33 'youtub':30"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697696213
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6963294"
    +editedAt: DateTimeImmutable @1697735899 {#3210
      date: 2023-10-19 19:18:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697609813 {#3188
      date: 2023-10-18 08:16:53.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: "Change the piped instance you are using to a local instance"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697623959 {#1725
    date: 2023-10-18 12:12:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
    "@ryannathans@aussie.zone"
    "@danielton@lemmy.frozeninferno.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 56426
  -bodyTs: "'chang':1 'instanc':4,11 'local':10 'pipe':3 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3629932"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697623959 {#1723
    date: 2023-10-18 12:12:39.0 +02:00
  }
  +"title": 56426
}
"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
149 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
150 DENIED moderate
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1562 …}
  +body: "When docker get their shit together and work on freebsd? Sure"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697607245 {#1555
    date: 2023-10-18 07:34:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
    "@magmaus3@szmer.info"
    "@yukichigai@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1563 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1561 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1528 …}
  -id: 55947
  -bodyTs: "'docker':2 'freebsd':10 'get':3 'shit':5 'sure':11 'togeth':6 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3626389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697607245 {#1557
    date: 2023-10-18 07:34:05.0 +02:00
  }
  +"title": 55947
}
"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
151 DENIED edit
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1562 …}
  +body: "When docker get their shit together and work on freebsd? Sure"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697607245 {#1555
    date: 2023-10-18 07:34:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
    "@magmaus3@szmer.info"
    "@yukichigai@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1563 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1561 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1528 …}
  -id: 55947
  -bodyTs: "'docker':2 'freebsd':10 'get':3 'shit':5 'sure':11 'togeth':6 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3626389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697607245 {#1557
    date: 2023-10-18 07:34:05.0 +02:00
  }
  +"title": 55947
}
"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
152 DENIED moderate
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1562 …}
  +body: "When docker get their shit together and work on freebsd? Sure"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697607245 {#1555
    date: 2023-10-18 07:34:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
    "@magmaus3@szmer.info"
    "@yukichigai@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1563 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1561 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1528 …}
  -id: 55947
  -bodyTs: "'docker':2 'freebsd':10 'get':3 'shit':5 'sure':11 'togeth':6 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3626389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697607245 {#1557
    date: 2023-10-18 07:34:05.0 +02:00
  }
  +"title": 55947
}
"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
153 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
154 DENIED moderate
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1562 …}
  +body: "Yeah, so if projects don’t support freebsd I’m out. Tired of everyone’s fetish for docker, even Canonical have added freebsd style jails to ubuntu now"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697610217 {#1795
    date: 2023-10-18 08:23:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
    "@magmaus3@szmer.info"
    "@yukichigai@kbin.social"
    "@ryannathans@aussie.zone"
    "@dx1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 56046
  -bodyTs: "'ad':22 'canon':20 'docker':18 'even':19 'everyon':14 'fetish':16 'freebsd':8,23 'jail':25 'm':10 'project':4 'style':24 'support':7 'tire':12 'ubuntu':27 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3627211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697610217 {#1705
    date: 2023-10-18 08:23:37.0 +02:00
  }
  +"title": 56046
}
"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
155 DENIED edit
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1562 …}
  +body: "Yeah, so if projects don’t support freebsd I’m out. Tired of everyone’s fetish for docker, even Canonical have added freebsd style jails to ubuntu now"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697610217 {#1795
    date: 2023-10-18 08:23:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
    "@magmaus3@szmer.info"
    "@yukichigai@kbin.social"
    "@ryannathans@aussie.zone"
    "@dx1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 56046
  -bodyTs: "'ad':22 'canon':20 'docker':18 'even':19 'everyon':14 'fetish':16 'freebsd':8,23 'jail':25 'm':10 'project':4 'style':24 'support':7 'tire':12 'ubuntu':27 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3627211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697610217 {#1705
    date: 2023-10-18 08:23:37.0 +02:00
  }
  +"title": 56046
}
"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
156 DENIED moderate
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1562 …}
  +body: "Yeah, so if projects don’t support freebsd I’m out. Tired of everyone’s fetish for docker, even Canonical have added freebsd style jails to ubuntu now"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697610217 {#1795
    date: 2023-10-18 08:23:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
    "@magmaus3@szmer.info"
    "@yukichigai@kbin.social"
    "@ryannathans@aussie.zone"
    "@dx1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 56046
  -bodyTs: "'ad':22 'canon':20 'docker':18 'even':19 'everyon':14 'fetish':16 'freebsd':8,23 'jail':25 'm':10 'project':4 'style':24 'support':7 'tire':12 'ubuntu':27 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3627211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697610217 {#1705
    date: 2023-10-18 08:23:37.0 +02:00
  }
  +"title": 56046
}
"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
157 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
158 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#3000 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: Proxies\__CG__\App\Entity\Image {#3058 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3057 …}
  +slug: "Tumor-destroying-sound-waves-receive-FDA-approval-for-liver-treatment-in"
  +title: "Tumor-destroying sound waves receive FDA approval for liver treatment in humans"
  +url: "https://news.umich.edu/tumor-destroying-sound-waves-receive-fda-approval-for-liver-treatment-in-humans/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 379
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697403497 {#3034
    date: 2023-10-15 22:58:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3056 …}
  +votes: Doctrine\ORM\PersistentCollection {#3063 …}
  +reports: Doctrine\ORM\PersistentCollection {#3059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3065 …}
  +badges: Doctrine\ORM\PersistentCollection {#3067 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1692 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1691 …}
      +body: "I have not heard of this obstacle"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697379788 {#1672
        date: 2023-10-15 16:23:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@oDDmON@lemmy.world"
        "@ozymandias117@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 50663
      -bodyTs: "'heard':4 'obstacl':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3560501"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697379788 {#1549
        date: 2023-10-15 16:23:08.0 +02:00
      }
      +"title": 50663
    }
  ]
  -id: 5514
  -titleTs: "'approv':8 'destroy':3 'fda':7 'human':13 'liver':10 'receiv':6 'sound':4 'treatment':11 'tumor':2 'tumor-destroy':1 'wave':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697460651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6831355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697374251 {#3022
    date: 2023-10-15 14:50:51.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
159 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#3000 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: Proxies\__CG__\App\Entity\Image {#3058 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3057 …}
  +slug: "Tumor-destroying-sound-waves-receive-FDA-approval-for-liver-treatment-in"
  +title: "Tumor-destroying sound waves receive FDA approval for liver treatment in humans"
  +url: "https://news.umich.edu/tumor-destroying-sound-waves-receive-fda-approval-for-liver-treatment-in-humans/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 379
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697403497 {#3034
    date: 2023-10-15 22:58:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3056 …}
  +votes: Doctrine\ORM\PersistentCollection {#3063 …}
  +reports: Doctrine\ORM\PersistentCollection {#3059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3065 …}
  +badges: Doctrine\ORM\PersistentCollection {#3067 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1692 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1691 …}
      +body: "I have not heard of this obstacle"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697379788 {#1672
        date: 2023-10-15 16:23:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@oDDmON@lemmy.world"
        "@ozymandias117@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 50663
      -bodyTs: "'heard':4 'obstacl':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3560501"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697379788 {#1549
        date: 2023-10-15 16:23:08.0 +02:00
      }
      +"title": 50663
    }
  ]
  -id: 5514
  -titleTs: "'approv':8 'destroy':3 'fda':7 'human':13 'liver':10 'receiv':6 'sound':4 'treatment':11 'tumor':2 'tumor-destroy':1 'wave':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697460651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6831355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697374251 {#3022
    date: 2023-10-15 14:50:51.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
160 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#3000 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: Proxies\__CG__\App\Entity\Image {#3058 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3057 …}
  +slug: "Tumor-destroying-sound-waves-receive-FDA-approval-for-liver-treatment-in"
  +title: "Tumor-destroying sound waves receive FDA approval for liver treatment in humans"
  +url: "https://news.umich.edu/tumor-destroying-sound-waves-receive-fda-approval-for-liver-treatment-in-humans/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 379
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697403497 {#3034
    date: 2023-10-15 22:58:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3056 …}
  +votes: Doctrine\ORM\PersistentCollection {#3063 …}
  +reports: Doctrine\ORM\PersistentCollection {#3059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3065 …}
  +badges: Doctrine\ORM\PersistentCollection {#3067 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1692 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1691 …}
      +body: "I have not heard of this obstacle"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697379788 {#1672
        date: 2023-10-15 16:23:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@oDDmON@lemmy.world"
        "@ozymandias117@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 50663
      -bodyTs: "'heard':4 'obstacl':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3560501"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697379788 {#1549
        date: 2023-10-15 16:23:08.0 +02:00
      }
      +"title": 50663
    }
  ]
  -id: 5514
  -titleTs: "'approv':8 'destroy':3 'fda':7 'human':13 'liver':10 'receiv':6 'sound':4 'treatment':11 'tumor':2 'tumor-destroy':1 'wave':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697460651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6831355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697374251 {#3022
    date: 2023-10-15 14:50:51.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
161 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
162 DENIED moderate
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#3000 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: Proxies\__CG__\App\Entity\Image {#3058 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3057 …}
    +slug: "Tumor-destroying-sound-waves-receive-FDA-approval-for-liver-treatment-in"
    +title: "Tumor-destroying sound waves receive FDA approval for liver treatment in humans"
    +url: "https://news.umich.edu/tumor-destroying-sound-waves-receive-fda-approval-for-liver-treatment-in-humans/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 379
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697403497 {#3034
      date: 2023-10-15 22:58:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3056 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3062 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3065 …}
    +badges: Doctrine\ORM\PersistentCollection {#3067 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 5514
    -titleTs: "'approv':8 'destroy':3 'fda':7 'human':13 'liver':10 'receiv':6 'sound':4 'treatment':11 'tumor':2 'tumor-destroy':1 'wave':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697460651
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6831355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697374251 {#3022
      date: 2023-10-15 14:50:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1692 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1691 …}
  +body: "I have not heard of this obstacle"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697379788 {#1672
    date: 2023-10-15 16:23:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@oDDmON@lemmy.world"
    "@ozymandias117@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 50663
  -bodyTs: "'heard':4 'obstacl':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3560501"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697379788 {#1549
    date: 2023-10-15 16:23:08.0 +02:00
  }
  +"title": 50663
}
"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
163 DENIED edit
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#3000 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: Proxies\__CG__\App\Entity\Image {#3058 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3057 …}
    +slug: "Tumor-destroying-sound-waves-receive-FDA-approval-for-liver-treatment-in"
    +title: "Tumor-destroying sound waves receive FDA approval for liver treatment in humans"
    +url: "https://news.umich.edu/tumor-destroying-sound-waves-receive-fda-approval-for-liver-treatment-in-humans/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 379
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697403497 {#3034
      date: 2023-10-15 22:58:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3056 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3062 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3065 …}
    +badges: Doctrine\ORM\PersistentCollection {#3067 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 5514
    -titleTs: "'approv':8 'destroy':3 'fda':7 'human':13 'liver':10 'receiv':6 'sound':4 'treatment':11 'tumor':2 'tumor-destroy':1 'wave':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697460651
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6831355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697374251 {#3022
      date: 2023-10-15 14:50:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1692 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1691 …}
  +body: "I have not heard of this obstacle"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697379788 {#1672
    date: 2023-10-15 16:23:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@oDDmON@lemmy.world"
    "@ozymandias117@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 50663
  -bodyTs: "'heard':4 'obstacl':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3560501"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697379788 {#1549
    date: 2023-10-15 16:23:08.0 +02:00
  }
  +"title": 50663
}
"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
164 DENIED moderate
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#3000 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: Proxies\__CG__\App\Entity\Image {#3058 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3057 …}
    +slug: "Tumor-destroying-sound-waves-receive-FDA-approval-for-liver-treatment-in"
    +title: "Tumor-destroying sound waves receive FDA approval for liver treatment in humans"
    +url: "https://news.umich.edu/tumor-destroying-sound-waves-receive-fda-approval-for-liver-treatment-in-humans/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 379
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697403497 {#3034
      date: 2023-10-15 22:58:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3056 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3062 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3065 …}
    +badges: Doctrine\ORM\PersistentCollection {#3067 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 5514
    -titleTs: "'approv':8 'destroy':3 'fda':7 'human':13 'liver':10 'receiv':6 'sound':4 'treatment':11 'tumor':2 'tumor-destroy':1 'wave':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697460651
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6831355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697374251 {#3022
      date: 2023-10-15 14:50:51.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1692 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1691 …}
  +body: "I have not heard of this obstacle"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697379788 {#1672
    date: 2023-10-15 16:23:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@oDDmON@lemmy.world"
    "@ozymandias117@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 50663
  -bodyTs: "'heard':4 'obstacl':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3560501"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697379788 {#1549
    date: 2023-10-15 16:23:08.0 +02:00
  }
  +"title": 50663
}
"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
165 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
166 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2887 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "What-does-this-icon-mean"
  +title: "What does this icon mean?"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697490320 {#3016
    date: 2023-10-16 23:05:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3021 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: "Some people put it as their profile icon so they look banned lol"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697257990 {#1439
        date: 2023-10-14 06:33:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ShitOnABrick@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 47788
      -bodyTs: "'ban':12 'icon':8 'lol':13 'look':11 'peopl':2 'profil':7 'put':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3525633"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697257990 {#1435
        date: 2023-10-14 06:33:10.0 +02:00
      }
      +"title": 47788
    }
  ]
  -id: 5167
  -titleTs: "'icon':4 'mean':5"
  -bodyTs: "'/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697326342
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6766718"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697239942 {#2997
    date: 2023-10-14 01:32:22.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
167 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2887 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "What-does-this-icon-mean"
  +title: "What does this icon mean?"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697490320 {#3016
    date: 2023-10-16 23:05:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3021 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: "Some people put it as their profile icon so they look banned lol"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697257990 {#1439
        date: 2023-10-14 06:33:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ShitOnABrick@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 47788
      -bodyTs: "'ban':12 'icon':8 'lol':13 'look':11 'peopl':2 'profil':7 'put':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3525633"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697257990 {#1435
        date: 2023-10-14 06:33:10.0 +02:00
      }
      +"title": 47788
    }
  ]
  -id: 5167
  -titleTs: "'icon':4 'mean':5"
  -bodyTs: "'/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697326342
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6766718"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697239942 {#2997
    date: 2023-10-14 01:32:22.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
168 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2887 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
  +slug: "What-does-this-icon-mean"
  +title: "What does this icon mean?"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697490320 {#3016
    date: 2023-10-16 23:05:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3021 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: "Some people put it as their profile icon so they look banned lol"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697257990 {#1439
        date: 2023-10-14 06:33:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ShitOnABrick@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 47788
      -bodyTs: "'ban':12 'icon':8 'lol':13 'look':11 'peopl':2 'profil':7 'put':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3525633"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697257990 {#1435
        date: 2023-10-14 06:33:10.0 +02:00
      }
      +"title": 47788
    }
  ]
  -id: 5167
  -titleTs: "'icon':4 'mean':5"
  -bodyTs: "'/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697326342
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6766718"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697239942 {#2997
    date: 2023-10-14 01:32:22.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
169 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
170 DENIED moderate
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2887 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "What-does-this-icon-mean"
    +title: "What does this icon mean?"
    +url: null
    +body: "![](https://lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697490320 {#3016
      date: 2023-10-16 23:05:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3021 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 5167
    -titleTs: "'icon':4 'mean':5"
    -bodyTs: "'/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697326342
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6766718"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697239942 {#2997
      date: 2023-10-14 01:32:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: "Some people put it as their profile icon so they look banned lol"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697257990 {#1439
    date: 2023-10-14 06:33:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ShitOnABrick@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 47788
  -bodyTs: "'ban':12 'icon':8 'lol':13 'look':11 'peopl':2 'profil':7 'put':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3525633"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697257990 {#1435
    date: 2023-10-14 06:33:10.0 +02:00
  }
  +"title": 47788
}
"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
171 DENIED edit
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2887 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "What-does-this-icon-mean"
    +title: "What does this icon mean?"
    +url: null
    +body: "![](https://lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697490320 {#3016
      date: 2023-10-16 23:05:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3021 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 5167
    -titleTs: "'icon':4 'mean':5"
    -bodyTs: "'/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697326342
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6766718"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697239942 {#2997
      date: 2023-10-14 01:32:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: "Some people put it as their profile icon so they look banned lol"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697257990 {#1439
    date: 2023-10-14 06:33:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ShitOnABrick@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 47788
  -bodyTs: "'ban':12 'icon':8 'lol':13 'look':11 'peopl':2 'profil':7 'put':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3525633"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697257990 {#1435
    date: 2023-10-14 06:33:10.0 +02:00
  }
  +"title": 47788
}
"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
172 DENIED moderate
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2887 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2951 …}
    +slug: "What-does-this-icon-mean"
    +title: "What does this icon mean?"
    +url: null
    +body: "![](https://lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697490320 {#3016
      date: 2023-10-16 23:05:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3021 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 5167
    -titleTs: "'icon':4 'mean':5"
    -bodyTs: "'/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/b552936b-f6f7-4f5c-bedf-2f599ae6455b.jpeg)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697326342
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6766718"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697239942 {#2997
      date: 2023-10-14 01:32:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: "Some people put it as their profile icon so they look banned lol"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697257990 {#1439
    date: 2023-10-14 06:33:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ShitOnABrick@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 47788
  -bodyTs: "'ban':12 'icon':8 'lol':13 'look':11 'peopl':2 'profil':7 'put':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3525633"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697257990 {#1435
    date: 2023-10-14 06:33:10.0 +02:00
  }
  +"title": 47788
}
"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
173 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
174 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2372
  +user: Proxies\__CG__\App\Entity\User {#3090 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
  +image: Proxies\__CG__\App\Entity\Image {#3132 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3134 …}
  +slug: "6-10"
  +title: "6/10"
  +url: "https://mander.xyz/pictrs/image/0f017aa0-85ff-427b-a782-2ea8855831ef.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696610733 {#3127
    date: 2023-10-06 18:45:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3135 …}
  +votes: Doctrine\ORM\PersistentCollection {#3137 …}
  +reports: Doctrine\ORM\PersistentCollection {#3139 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3143 …}
  +badges: Doctrine\ORM\PersistentCollection {#3145 …}
  +children: [
    App\Entity\EntryComment {#2364
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2372 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
      +body: "Yeah but there’s 101 ways to do that, are they expecting a 10 lol"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1696608751 {#2359
        date: 2023-10-06 18:12:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@candyman337@sh.itjust.works"
        "@ryannathans@aussie.zone"
        "@RaivoKulli@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2385 …}
      +nested: Doctrine\ORM\PersistentCollection {#2378 …}
      +votes: Doctrine\ORM\PersistentCollection {#2381 …}
      +reports: Doctrine\ORM\PersistentCollection {#1910 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1909 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
      -id: 83032
      -bodyTs: "'10':14 '101':5 'expect':12 'lol':15 'way':6 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3234389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696608751 {#2361
        date: 2023-10-06 18:12:31.0 +02:00
      }
      +"title": 83032
    }
  ]
  -id: 5003
  -titleTs: "'6/10':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696619515
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/4583571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696533115 {#3113
    date: 2023-10-05 21:11:55.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
175 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2372
  +user: Proxies\__CG__\App\Entity\User {#3090 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
  +image: Proxies\__CG__\App\Entity\Image {#3132 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3134 …}
  +slug: "6-10"
  +title: "6/10"
  +url: "https://mander.xyz/pictrs/image/0f017aa0-85ff-427b-a782-2ea8855831ef.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696610733 {#3127
    date: 2023-10-06 18:45:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3135 …}
  +votes: Doctrine\ORM\PersistentCollection {#3137 …}
  +reports: Doctrine\ORM\PersistentCollection {#3139 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3143 …}
  +badges: Doctrine\ORM\PersistentCollection {#3145 …}
  +children: [
    App\Entity\EntryComment {#2364
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2372 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
      +body: "Yeah but there’s 101 ways to do that, are they expecting a 10 lol"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1696608751 {#2359
        date: 2023-10-06 18:12:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@candyman337@sh.itjust.works"
        "@ryannathans@aussie.zone"
        "@RaivoKulli@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2385 …}
      +nested: Doctrine\ORM\PersistentCollection {#2378 …}
      +votes: Doctrine\ORM\PersistentCollection {#2381 …}
      +reports: Doctrine\ORM\PersistentCollection {#1910 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1909 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
      -id: 83032
      -bodyTs: "'10':14 '101':5 'expect':12 'lol':15 'way':6 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3234389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696608751 {#2361
        date: 2023-10-06 18:12:31.0 +02:00
      }
      +"title": 83032
    }
  ]
  -id: 5003
  -titleTs: "'6/10':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696619515
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/4583571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696533115 {#3113
    date: 2023-10-05 21:11:55.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
176 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2372
  +user: Proxies\__CG__\App\Entity\User {#3090 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
  +image: Proxies\__CG__\App\Entity\Image {#3132 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3134 …}
  +slug: "6-10"
  +title: "6/10"
  +url: "https://mander.xyz/pictrs/image/0f017aa0-85ff-427b-a782-2ea8855831ef.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696610733 {#3127
    date: 2023-10-06 18:45:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3135 …}
  +votes: Doctrine\ORM\PersistentCollection {#3137 …}
  +reports: Doctrine\ORM\PersistentCollection {#3139 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3143 …}
  +badges: Doctrine\ORM\PersistentCollection {#3145 …}
  +children: [
    App\Entity\EntryComment {#2364
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2372 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
      +body: "Yeah but there’s 101 ways to do that, are they expecting a 10 lol"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1696608751 {#2359
        date: 2023-10-06 18:12:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@candyman337@sh.itjust.works"
        "@ryannathans@aussie.zone"
        "@RaivoKulli@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2385 …}
      +nested: Doctrine\ORM\PersistentCollection {#2378 …}
      +votes: Doctrine\ORM\PersistentCollection {#2381 …}
      +reports: Doctrine\ORM\PersistentCollection {#1910 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1909 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
      -id: 83032
      -bodyTs: "'10':14 '101':5 'expect':12 'lol':15 'way':6 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3234389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696608751 {#2361
        date: 2023-10-06 18:12:31.0 +02:00
      }
      +"title": 83032
    }
  ]
  -id: 5003
  -titleTs: "'6/10':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696619515
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/4583571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696533115 {#3113
    date: 2023-10-05 21:11:55.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
177 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
178 DENIED moderate
App\Entity\EntryComment {#2364
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2372
    +user: Proxies\__CG__\App\Entity\User {#3090 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
    +image: Proxies\__CG__\App\Entity\Image {#3132 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3134 …}
    +slug: "6-10"
    +title: "6/10"
    +url: "https://mander.xyz/pictrs/image/0f017aa0-85ff-427b-a782-2ea8855831ef.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696610733 {#3127
      date: 2023-10-06 18:45:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3135 …}
    +votes: Doctrine\ORM\PersistentCollection {#3137 …}
    +reports: Doctrine\ORM\PersistentCollection {#3139 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3141 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3143 …}
    +badges: Doctrine\ORM\PersistentCollection {#3145 …}
    +children: [
      App\Entity\EntryComment {#2364}
    ]
    -id: 5003
    -titleTs: "'6/10':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696619515
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4583571"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696533115 {#3113
      date: 2023-10-05 21:11:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
  +body: "Yeah but there’s 101 ways to do that, are they expecting a 10 lol"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1696608751 {#2359
    date: 2023-10-06 18:12:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@candyman337@sh.itjust.works"
    "@ryannathans@aussie.zone"
    "@RaivoKulli@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2385 …}
  +nested: Doctrine\ORM\PersistentCollection {#2378 …}
  +votes: Doctrine\ORM\PersistentCollection {#2381 …}
  +reports: Doctrine\ORM\PersistentCollection {#1910 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1909 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
  -id: 83032
  -bodyTs: "'10':14 '101':5 'expect':12 'lol':15 'way':6 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3234389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696608751 {#2361
    date: 2023-10-06 18:12:31.0 +02:00
  }
  +"title": 83032
}
"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
179 DENIED edit
App\Entity\EntryComment {#2364
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2372
    +user: Proxies\__CG__\App\Entity\User {#3090 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
    +image: Proxies\__CG__\App\Entity\Image {#3132 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3134 …}
    +slug: "6-10"
    +title: "6/10"
    +url: "https://mander.xyz/pictrs/image/0f017aa0-85ff-427b-a782-2ea8855831ef.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696610733 {#3127
      date: 2023-10-06 18:45:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3135 …}
    +votes: Doctrine\ORM\PersistentCollection {#3137 …}
    +reports: Doctrine\ORM\PersistentCollection {#3139 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3141 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3143 …}
    +badges: Doctrine\ORM\PersistentCollection {#3145 …}
    +children: [
      App\Entity\EntryComment {#2364}
    ]
    -id: 5003
    -titleTs: "'6/10':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696619515
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4583571"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696533115 {#3113
      date: 2023-10-05 21:11:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
  +body: "Yeah but there’s 101 ways to do that, are they expecting a 10 lol"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1696608751 {#2359
    date: 2023-10-06 18:12:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@candyman337@sh.itjust.works"
    "@ryannathans@aussie.zone"
    "@RaivoKulli@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2385 …}
  +nested: Doctrine\ORM\PersistentCollection {#2378 …}
  +votes: Doctrine\ORM\PersistentCollection {#2381 …}
  +reports: Doctrine\ORM\PersistentCollection {#1910 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1909 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
  -id: 83032
  -bodyTs: "'10':14 '101':5 'expect':12 'lol':15 'way':6 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3234389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696608751 {#2361
    date: 2023-10-06 18:12:31.0 +02:00
  }
  +"title": 83032
}
"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
180 DENIED moderate
App\Entity\EntryComment {#2364
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2372
    +user: Proxies\__CG__\App\Entity\User {#3090 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
    +image: Proxies\__CG__\App\Entity\Image {#3132 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3134 …}
    +slug: "6-10"
    +title: "6/10"
    +url: "https://mander.xyz/pictrs/image/0f017aa0-85ff-427b-a782-2ea8855831ef.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696610733 {#3127
      date: 2023-10-06 18:45:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3135 …}
    +votes: Doctrine\ORM\PersistentCollection {#3137 …}
    +reports: Doctrine\ORM\PersistentCollection {#3139 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3141 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3143 …}
    +badges: Doctrine\ORM\PersistentCollection {#3145 …}
    +children: [
      App\Entity\EntryComment {#2364}
    ]
    -id: 5003
    -titleTs: "'6/10':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696619515
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4583571"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696533115 {#3113
      date: 2023-10-05 21:11:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2380 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
  +body: "Yeah but there’s 101 ways to do that, are they expecting a 10 lol"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1696608751 {#2359
    date: 2023-10-06 18:12:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@candyman337@sh.itjust.works"
    "@ryannathans@aussie.zone"
    "@RaivoKulli@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2385 …}
  +nested: Doctrine\ORM\PersistentCollection {#2378 …}
  +votes: Doctrine\ORM\PersistentCollection {#2381 …}
  +reports: Doctrine\ORM\PersistentCollection {#1910 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1909 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
  -id: 83032
  -bodyTs: "'10':14 '101':5 'expect':12 'lol':15 'way':6 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3234389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696608751 {#2361
    date: 2023-10-06 18:12:31.0 +02:00
  }
  +"title": 83032
}
"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
181 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
182 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