GET https://kbin.spritesserver.nl/u/@Bishma@discuss.tchncs.de

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.21 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.05 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 {#2206
  +user: Proxies\__CG__\App\Entity\User {#2507 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Share-your-favorite-automations"
  +title: "Share your favorite automations"
  +url: null
  +body: """
    I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
    \n
    My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
    \n
    I’d really enjoy reading what kind of interesting automations everyone else has written.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 67
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729539860 {#2258
    date: 2024-10-21 21:44:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2594 …}
  +votes: Doctrine\ORM\PersistentCollection {#2592 …}
  +reports: Doctrine\ORM\PersistentCollection {#2589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
  +badges: Doctrine\ORM\PersistentCollection {#2636 …}
  +children: [
    1 => App\Entity\EntryComment {#2205
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
        \n
        - shuts off most of the lights and any screens around the house\n
        - sets the thermostat to bedtime mode\n
        - waits 5 minutes (time for me to get my stuff and get to bed) then\n
        - turn off the remaining lights outside my bedroom\n
        - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
        \n
        Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
        \n
        - turn on DND\n
        - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
        - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
            - set my screen brightness below 1%\n
            - turn on sleep tracking
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1729159197 {#2195
        date: 2024-10-17 11:59:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@corroded@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2201 …}
      +nested: Doctrine\ORM\PersistentCollection {#2203 …}
      +votes: Doctrine\ORM\PersistentCollection {#2212 …}
      +reports: Doctrine\ORM\PersistentCollection {#2209 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
      -id: 346582
      -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6906995"
      +editedAt: DateTimeImmutable @1729098209 {#2193
        date: 2024-10-16 19:03:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706423651 {#2197
        date: 2024-01-28 07:34:11.0 +01:00
      }
      +"title": 346582
    }
    0 => App\Entity\EntryComment {#2267
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
      +root: App\Entity\EntryComment {#2205}
      +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706456936 {#2257
        date: 2024-01-28 16:48:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@Bishma@discuss.tchncs.de"
        "@SteadyGoLucky@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2271 …}
      +nested: Doctrine\ORM\PersistentCollection {#2272 …}
      +votes: Doctrine\ORM\PersistentCollection {#2253 …}
      +reports: Doctrine\ORM\PersistentCollection {#2262 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
      -id: 347206
      -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6922533"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706456936 {#2268
        date: 2024-01-28 16:48:56.0 +01:00
      }
      +"title": 347206
    }
  ]
  -id: 33576
  -titleTs: "'autom':4 'favorit':3 'share':1"
  -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706508490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11273738"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706422090 {#2562
    date: 2024-01-28 07:08:10.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 {#2206
  +user: Proxies\__CG__\App\Entity\User {#2507 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Share-your-favorite-automations"
  +title: "Share your favorite automations"
  +url: null
  +body: """
    I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
    \n
    My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
    \n
    I’d really enjoy reading what kind of interesting automations everyone else has written.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 67
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729539860 {#2258
    date: 2024-10-21 21:44:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2594 …}
  +votes: Doctrine\ORM\PersistentCollection {#2592 …}
  +reports: Doctrine\ORM\PersistentCollection {#2589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
  +badges: Doctrine\ORM\PersistentCollection {#2636 …}
  +children: [
    1 => App\Entity\EntryComment {#2205
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
        \n
        - shuts off most of the lights and any screens around the house\n
        - sets the thermostat to bedtime mode\n
        - waits 5 minutes (time for me to get my stuff and get to bed) then\n
        - turn off the remaining lights outside my bedroom\n
        - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
        \n
        Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
        \n
        - turn on DND\n
        - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
        - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
            - set my screen brightness below 1%\n
            - turn on sleep tracking
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1729159197 {#2195
        date: 2024-10-17 11:59:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@corroded@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2201 …}
      +nested: Doctrine\ORM\PersistentCollection {#2203 …}
      +votes: Doctrine\ORM\PersistentCollection {#2212 …}
      +reports: Doctrine\ORM\PersistentCollection {#2209 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
      -id: 346582
      -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6906995"
      +editedAt: DateTimeImmutable @1729098209 {#2193
        date: 2024-10-16 19:03:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706423651 {#2197
        date: 2024-01-28 07:34:11.0 +01:00
      }
      +"title": 346582
    }
    0 => App\Entity\EntryComment {#2267
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
      +root: App\Entity\EntryComment {#2205}
      +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706456936 {#2257
        date: 2024-01-28 16:48:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@Bishma@discuss.tchncs.de"
        "@SteadyGoLucky@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2271 …}
      +nested: Doctrine\ORM\PersistentCollection {#2272 …}
      +votes: Doctrine\ORM\PersistentCollection {#2253 …}
      +reports: Doctrine\ORM\PersistentCollection {#2262 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
      -id: 347206
      -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6922533"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706456936 {#2268
        date: 2024-01-28 16:48:56.0 +01:00
      }
      +"title": 347206
    }
  ]
  -id: 33576
  -titleTs: "'autom':4 'favorit':3 'share':1"
  -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706508490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11273738"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706422090 {#2562
    date: 2024-01-28 07:08:10.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 {#2206
  +user: Proxies\__CG__\App\Entity\User {#2507 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Share-your-favorite-automations"
  +title: "Share your favorite automations"
  +url: null
  +body: """
    I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
    \n
    My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
    \n
    I’d really enjoy reading what kind of interesting automations everyone else has written.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 67
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729539860 {#2258
    date: 2024-10-21 21:44:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2594 …}
  +votes: Doctrine\ORM\PersistentCollection {#2592 …}
  +reports: Doctrine\ORM\PersistentCollection {#2589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
  +badges: Doctrine\ORM\PersistentCollection {#2636 …}
  +children: [
    1 => App\Entity\EntryComment {#2205
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
        \n
        - shuts off most of the lights and any screens around the house\n
        - sets the thermostat to bedtime mode\n
        - waits 5 minutes (time for me to get my stuff and get to bed) then\n
        - turn off the remaining lights outside my bedroom\n
        - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
        \n
        Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
        \n
        - turn on DND\n
        - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
        - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
            - set my screen brightness below 1%\n
            - turn on sleep tracking
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1729159197 {#2195
        date: 2024-10-17 11:59:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@corroded@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2201 …}
      +nested: Doctrine\ORM\PersistentCollection {#2203 …}
      +votes: Doctrine\ORM\PersistentCollection {#2212 …}
      +reports: Doctrine\ORM\PersistentCollection {#2209 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
      -id: 346582
      -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6906995"
      +editedAt: DateTimeImmutable @1729098209 {#2193
        date: 2024-10-16 19:03:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706423651 {#2197
        date: 2024-01-28 07:34:11.0 +01:00
      }
      +"title": 346582
    }
    0 => App\Entity\EntryComment {#2267
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
      +root: App\Entity\EntryComment {#2205}
      +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706456936 {#2257
        date: 2024-01-28 16:48:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@Bishma@discuss.tchncs.de"
        "@SteadyGoLucky@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2271 …}
      +nested: Doctrine\ORM\PersistentCollection {#2272 …}
      +votes: Doctrine\ORM\PersistentCollection {#2253 …}
      +reports: Doctrine\ORM\PersistentCollection {#2262 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
      -id: 347206
      -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6922533"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706456936 {#2268
        date: 2024-01-28 16:48:56.0 +01:00
      }
      +"title": 347206
    }
  ]
  -id: 33576
  -titleTs: "'autom':4 'favorit':3 'share':1"
  -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706508490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11273738"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706422090 {#2562
    date: 2024-01-28 07:08:10.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 {#2205
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#2507 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Share-your-favorite-automations"
    +title: "Share your favorite automations"
    +url: null
    +body: """
      I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
      \n
      My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
      \n
      I’d really enjoy reading what kind of interesting automations everyone else has written.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 67
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729539860 {#2258
      date: 2024-10-21 21:44:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2594 …}
    +votes: Doctrine\ORM\PersistentCollection {#2592 …}
    +reports: Doctrine\ORM\PersistentCollection {#2589 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
    +badges: Doctrine\ORM\PersistentCollection {#2636 …}
    +children: [
      1 => App\Entity\EntryComment {#2205}
      0 => App\Entity\EntryComment {#2267
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
        +root: App\Entity\EntryComment {#2205}
        +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706456936 {#2257
          date: 2024-01-28 16:48:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@Bishma@discuss.tchncs.de"
          "@SteadyGoLucky@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2271 …}
        +nested: Doctrine\ORM\PersistentCollection {#2272 …}
        +votes: Doctrine\ORM\PersistentCollection {#2253 …}
        +reports: Doctrine\ORM\PersistentCollection {#2262 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
        -id: 347206
        -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6922533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706456936 {#2268
          date: 2024-01-28 16:48:56.0 +01:00
        }
        +"title": 347206
      }
    ]
    -id: 33576
    -titleTs: "'autom':4 'favorit':3 'share':1"
    -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706508490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11273738"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706422090 {#2562
      date: 2024-01-28 07:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
    \n
    - shuts off most of the lights and any screens around the house\n
    - sets the thermostat to bedtime mode\n
    - waits 5 minutes (time for me to get my stuff and get to bed) then\n
    - turn off the remaining lights outside my bedroom\n
    - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
    \n
    Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
    \n
    - turn on DND\n
    - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
    - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
        - set my screen brightness below 1%\n
        - turn on sleep tracking
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1729159197 {#2195
    date: 2024-10-17 11:59:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@corroded@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2201 …}
  +nested: Doctrine\ORM\PersistentCollection {#2203 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
  -id: 346582
  -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6906995"
  +editedAt: DateTimeImmutable @1729098209 {#2193
    date: 2024-10-16 19:03:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706423651 {#2197
    date: 2024-01-28 07:34:11.0 +01:00
  }
  +"title": 346582
}
"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 {#2205
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#2507 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Share-your-favorite-automations"
    +title: "Share your favorite automations"
    +url: null
    +body: """
      I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
      \n
      My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
      \n
      I’d really enjoy reading what kind of interesting automations everyone else has written.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 67
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729539860 {#2258
      date: 2024-10-21 21:44:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2594 …}
    +votes: Doctrine\ORM\PersistentCollection {#2592 …}
    +reports: Doctrine\ORM\PersistentCollection {#2589 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
    +badges: Doctrine\ORM\PersistentCollection {#2636 …}
    +children: [
      1 => App\Entity\EntryComment {#2205}
      0 => App\Entity\EntryComment {#2267
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
        +root: App\Entity\EntryComment {#2205}
        +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706456936 {#2257
          date: 2024-01-28 16:48:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@Bishma@discuss.tchncs.de"
          "@SteadyGoLucky@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2271 …}
        +nested: Doctrine\ORM\PersistentCollection {#2272 …}
        +votes: Doctrine\ORM\PersistentCollection {#2253 …}
        +reports: Doctrine\ORM\PersistentCollection {#2262 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
        -id: 347206
        -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6922533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706456936 {#2268
          date: 2024-01-28 16:48:56.0 +01:00
        }
        +"title": 347206
      }
    ]
    -id: 33576
    -titleTs: "'autom':4 'favorit':3 'share':1"
    -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706508490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11273738"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706422090 {#2562
      date: 2024-01-28 07:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
    \n
    - shuts off most of the lights and any screens around the house\n
    - sets the thermostat to bedtime mode\n
    - waits 5 minutes (time for me to get my stuff and get to bed) then\n
    - turn off the remaining lights outside my bedroom\n
    - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
    \n
    Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
    \n
    - turn on DND\n
    - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
    - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
        - set my screen brightness below 1%\n
        - turn on sleep tracking
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1729159197 {#2195
    date: 2024-10-17 11:59:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@corroded@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2201 …}
  +nested: Doctrine\ORM\PersistentCollection {#2203 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
  -id: 346582
  -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6906995"
  +editedAt: DateTimeImmutable @1729098209 {#2193
    date: 2024-10-16 19:03:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706423651 {#2197
    date: 2024-01-28 07:34:11.0 +01:00
  }
  +"title": 346582
}
"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 {#2205
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#2507 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Share-your-favorite-automations"
    +title: "Share your favorite automations"
    +url: null
    +body: """
      I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
      \n
      My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
      \n
      I’d really enjoy reading what kind of interesting automations everyone else has written.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 67
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729539860 {#2258
      date: 2024-10-21 21:44:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2594 …}
    +votes: Doctrine\ORM\PersistentCollection {#2592 …}
    +reports: Doctrine\ORM\PersistentCollection {#2589 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
    +badges: Doctrine\ORM\PersistentCollection {#2636 …}
    +children: [
      1 => App\Entity\EntryComment {#2205}
      0 => App\Entity\EntryComment {#2267
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
        +root: App\Entity\EntryComment {#2205}
        +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706456936 {#2257
          date: 2024-01-28 16:48:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@Bishma@discuss.tchncs.de"
          "@SteadyGoLucky@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2271 …}
        +nested: Doctrine\ORM\PersistentCollection {#2272 …}
        +votes: Doctrine\ORM\PersistentCollection {#2253 …}
        +reports: Doctrine\ORM\PersistentCollection {#2262 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
        -id: 347206
        -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6922533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706456936 {#2268
          date: 2024-01-28 16:48:56.0 +01:00
        }
        +"title": 347206
      }
    ]
    -id: 33576
    -titleTs: "'autom':4 'favorit':3 'share':1"
    -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706508490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11273738"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706422090 {#2562
      date: 2024-01-28 07:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
    \n
    - shuts off most of the lights and any screens around the house\n
    - sets the thermostat to bedtime mode\n
    - waits 5 minutes (time for me to get my stuff and get to bed) then\n
    - turn off the remaining lights outside my bedroom\n
    - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
    \n
    Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
    \n
    - turn on DND\n
    - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
    - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
        - set my screen brightness below 1%\n
        - turn on sleep tracking
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1729159197 {#2195
    date: 2024-10-17 11:59:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@corroded@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2201 …}
  +nested: Doctrine\ORM\PersistentCollection {#2203 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
  -id: 346582
  -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6906995"
  +editedAt: DateTimeImmutable @1729098209 {#2193
    date: 2024-10-16 19:03:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706423651 {#2197
    date: 2024-01-28 07:34:11.0 +01:00
  }
  +"title": 346582
}
"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
App\Entity\EntryComment {#2267
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#2507 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Share-your-favorite-automations"
    +title: "Share your favorite automations"
    +url: null
    +body: """
      I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
      \n
      My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
      \n
      I’d really enjoy reading what kind of interesting automations everyone else has written.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 67
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729539860 {#2258
      date: 2024-10-21 21:44:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2594 …}
    +votes: Doctrine\ORM\PersistentCollection {#2592 …}
    +reports: Doctrine\ORM\PersistentCollection {#2589 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
    +badges: Doctrine\ORM\PersistentCollection {#2636 …}
    +children: [
      1 => App\Entity\EntryComment {#2205
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
          \n
          - shuts off most of the lights and any screens around the house\n
          - sets the thermostat to bedtime mode\n
          - waits 5 minutes (time for me to get my stuff and get to bed) then\n
          - turn off the remaining lights outside my bedroom\n
          - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
          \n
          Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
          \n
          - turn on DND\n
          - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
          - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
              - set my screen brightness below 1%\n
              - turn on sleep tracking
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1729159197 {#2195
          date: 2024-10-17 11:59:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@corroded@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2201 …}
        +nested: Doctrine\ORM\PersistentCollection {#2203 …}
        +votes: Doctrine\ORM\PersistentCollection {#2212 …}
        +reports: Doctrine\ORM\PersistentCollection {#2209 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
        -id: 346582
        -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6906995"
        +editedAt: DateTimeImmutable @1729098209 {#2193
          date: 2024-10-16 19:03:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706423651 {#2197
          date: 2024-01-28 07:34:11.0 +01:00
        }
        +"title": 346582
      }
      0 => App\Entity\EntryComment {#2267}
    ]
    -id: 33576
    -titleTs: "'autom':4 'favorit':3 'share':1"
    -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706508490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11273738"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706422090 {#2562
      date: 2024-01-28 07:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
  +root: App\Entity\EntryComment {#2205}
  +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706456936 {#2257
    date: 2024-01-28 16:48:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@Bishma@discuss.tchncs.de"
    "@SteadyGoLucky@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2271 …}
  +nested: Doctrine\ORM\PersistentCollection {#2272 …}
  +votes: Doctrine\ORM\PersistentCollection {#2253 …}
  +reports: Doctrine\ORM\PersistentCollection {#2262 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
  -id: 347206
  -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6922533"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706456936 {#2268
    date: 2024-01-28 16:48:56.0 +01:00
  }
  +"title": 347206
}
"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
11 DENIED edit
App\Entity\EntryComment {#2267
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#2507 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Share-your-favorite-automations"
    +title: "Share your favorite automations"
    +url: null
    +body: """
      I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
      \n
      My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
      \n
      I’d really enjoy reading what kind of interesting automations everyone else has written.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 67
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729539860 {#2258
      date: 2024-10-21 21:44:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2594 …}
    +votes: Doctrine\ORM\PersistentCollection {#2592 …}
    +reports: Doctrine\ORM\PersistentCollection {#2589 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
    +badges: Doctrine\ORM\PersistentCollection {#2636 …}
    +children: [
      1 => App\Entity\EntryComment {#2205
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
          \n
          - shuts off most of the lights and any screens around the house\n
          - sets the thermostat to bedtime mode\n
          - waits 5 minutes (time for me to get my stuff and get to bed) then\n
          - turn off the remaining lights outside my bedroom\n
          - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
          \n
          Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
          \n
          - turn on DND\n
          - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
          - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
              - set my screen brightness below 1%\n
              - turn on sleep tracking
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1729159197 {#2195
          date: 2024-10-17 11:59:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@corroded@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2201 …}
        +nested: Doctrine\ORM\PersistentCollection {#2203 …}
        +votes: Doctrine\ORM\PersistentCollection {#2212 …}
        +reports: Doctrine\ORM\PersistentCollection {#2209 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
        -id: 346582
        -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6906995"
        +editedAt: DateTimeImmutable @1729098209 {#2193
          date: 2024-10-16 19:03:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706423651 {#2197
          date: 2024-01-28 07:34:11.0 +01:00
        }
        +"title": 346582
      }
      0 => App\Entity\EntryComment {#2267}
    ]
    -id: 33576
    -titleTs: "'autom':4 'favorit':3 'share':1"
    -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706508490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11273738"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706422090 {#2562
      date: 2024-01-28 07:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
  +root: App\Entity\EntryComment {#2205}
  +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706456936 {#2257
    date: 2024-01-28 16:48:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@Bishma@discuss.tchncs.de"
    "@SteadyGoLucky@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2271 …}
  +nested: Doctrine\ORM\PersistentCollection {#2272 …}
  +votes: Doctrine\ORM\PersistentCollection {#2253 …}
  +reports: Doctrine\ORM\PersistentCollection {#2262 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
  -id: 347206
  -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6922533"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706456936 {#2268
    date: 2024-01-28 16:48:56.0 +01:00
  }
  +"title": 347206
}
"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
12 DENIED moderate
App\Entity\EntryComment {#2267
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#2507 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Share-your-favorite-automations"
    +title: "Share your favorite automations"
    +url: null
    +body: """
      I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of interesting automations have you written?\n
      \n
      My personal favorite is an automation that displays the current “apparent” temperature on a Hue bulb. It takes an average of the temperature, humidity, and luminance around my property and uses the average to compute an “apparent” (feels like) temperature. Then it applies a cosine function to the apparent temperature (to approximate how people feel temperature change), uses the resulting value to calculate a level between blue and red in CIELAB (a perceptually uniform color space), converts the results to RGB, and sets the color value of the hue bulb. The result is a bulb that changes color so that the change in color (as perceived by the eye) mirrors how the temperature “feels” outside. Ultimately what that means is that we can look at a small lamp with the hue bulb and say “It feels cold outside; we should put on a coat.” It’s probably overkill, but it was a fun programming exercise. We’ve started saying things like “It’s really blue today, I don’t feel like going out.”\n
      \n
      I’d really enjoy reading what kind of interesting automations everyone else has written.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 67
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729539860 {#2258
      date: 2024-10-21 21:44:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2594 …}
    +votes: Doctrine\ORM\PersistentCollection {#2592 …}
    +reports: Doctrine\ORM\PersistentCollection {#2589 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2623 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2619 …}
    +badges: Doctrine\ORM\PersistentCollection {#2636 …}
    +children: [
      1 => App\Entity\EntryComment {#2205
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          My favorite is a script not a automation exactly. I run it (just before I get up for bed) via dashboard button or voice command and it:\n
          \n
          - shuts off most of the lights and any screens around the house\n
          - sets the thermostat to bedtime mode\n
          - waits 5 minutes (time for me to get my stuff and get to bed) then\n
          - turn off the remaining lights outside my bedroom\n
          - Calls my [autoremote](https://joaoapps.com/autoremote/) endpoint\n
          \n
          Auto remote then triggers a [tasker](https://tasker.joaoapps.com/) profile that makes my phone\n
          \n
          - turn on DND\n
          - set media volume for sleep music and alarm volume for morning (just in case either has been change during the day)\n
          - set a variable that another tasker automation will see the next time I plug in my phone. At which point it will: \n
              - set my screen brightness below 1%\n
              - turn on sleep tracking
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1729159197 {#2195
          date: 2024-10-17 11:59:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@corroded@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2201 …}
        +nested: Doctrine\ORM\PersistentCollection {#2203 …}
        +votes: Doctrine\ORM\PersistentCollection {#2212 …}
        +reports: Doctrine\ORM\PersistentCollection {#2209 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
        -id: 346582
        -bodyTs: "'/)':84 '/autoremote/)':74 '1':141 '5':47 'alarm':100 'anoth':118 'around':37 'auto':76 'autom':8,120 'autoremot':71 'bed':19,59 'bedroom':68 'bedtim':44 'bright':139 'button':22 'call':69 'case':106 'chang':110 'command':25 'dashboard':21 'day':113 'dnd':92 'either':107 'endpoint':75 'exact':9 'favorit':2 'get':16,53,57 'hous':39 'joaoapps.com':73 'joaoapps.com/autoremote/)':72 'light':33,65 'make':87 'media':94 'minut':48 'mode':45 'morn':103 'music':98 'next':124 'outsid':66 'phone':89,130 'plug':127 'point':133 'profil':85 'remain':64 'remot':77 'run':11 'screen':36,138 'script':5 'see':122 'set':40,93,114,136 'shut':28 'sleep':97,144 'stuff':55 'tasker':81,119 'tasker.joaoapps.com':83 'tasker.joaoapps.com/)':82 'thermostat':42 'time':49,125 'track':145 'trigger':79 'turn':61,90,142 'variabl':116 'via':20 'voic':24 'volum':95,101 'wait':46"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6906995"
        +editedAt: DateTimeImmutable @1729098209 {#2193
          date: 2024-10-16 19:03:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706423651 {#2197
          date: 2024-01-28 07:34:11.0 +01:00
        }
        +"title": 346582
      }
      0 => App\Entity\EntryComment {#2267}
    ]
    -id: 33576
    -titleTs: "'autom':4 'favorit':3 'share':1"
    -bodyTs: "'appar':82,108,120 'appli':114 'approxim':123 'around':98 'autom':45,54,68,77,254 'averag':91,104 'blue':138,236 'bulb':87,161,166,203 'calcul':134 'chang':20,128,168,173 'cielab':142 'coat':215 'cold':208 'color':146,156,169,175 'communiti':50 'comput':106 'convert':148 'cosin':116 'curious':39 'current':81 'd':246 'display':79 'els':256 'enjoy':248 'everyon':255 'exercis':226 'eye':180 'favorit':63,74 'feel':109,126,185,207,241 'fun':31,224 'function':117 'go':243 'ha':5 'haven':16 'hear':41 'hue':86,160,202 'humid':95 'interest':67,253 'kind':43,65,251 'lamp':199 'level':136 'like':110,232,242 'look':195 'lumin':97 'm':38 'mean':190 'mirror':181 'month':25 'much':21 'outsid':186,209 'overkil':219 'peopl':125 'perceiv':177 'perceptu':144 'person':73 'probabl':218 'program':225 'properti':100 'proud':58 'put':212 'read':249 'realli':235,247 'red':140 'rest':47 'result':131,150,163 'rgb':152 'run':4 'said':28 'say':205,230 'set':154 'small':198 'space':147 'start':229 'take':89 'temperatur':83,94,111,121,127,184 'thing':231 'tinker':33 'today':237 'ultim':187 'uniform':145 'use':52,102,129 'valu':132,157 've':2,228 'well':14 'work':13 'written':71,258"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706508490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11273738"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706422090 {#2562
      date: 2024-01-28 07:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2202 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
  +root: App\Entity\EntryComment {#2205}
  +body: "Nice. I’ve had this going a lot longer than the companion app has existed"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706456936 {#2257
    date: 2024-01-28 16:48:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@Bishma@discuss.tchncs.de"
    "@SteadyGoLucky@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2271 …}
  +nested: Doctrine\ORM\PersistentCollection {#2272 …}
  +votes: Doctrine\ORM\PersistentCollection {#2253 …}
  +reports: Doctrine\ORM\PersistentCollection {#2262 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
  -id: 347206
  -bodyTs: "'app':13 'companion':12 'exist':15 'go':6 'longer':9 'lot':8 'nice':1 've':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6922533"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706456936 {#2268
    date: 2024-01-28 16:48:56.0 +01:00
  }
  +"title": 347206
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2276
  +user: Proxies\__CG__\App\Entity\User {#2792 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: Proxies\__CG__\App\Entity\Image {#2830 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Sleeping-position"
  +title: "Sleeping position"
  +url: "https://lemmy.world/pictrs/image/bce4f326-4681-424a-8db9-7063413cfebd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 203
  +favouriteCount: 1100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729104191 {#2825
    date: 2024-10-16 20:43:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2832 …}
  +votes: Doctrine\ORM\PersistentCollection {#2834 …}
  +reports: Doctrine\ORM\PersistentCollection {#2836 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2838 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
  +badges: Doctrine\ORM\PersistentCollection {#2842 …}
  +children: [
    App\Entity\EntryComment {#2278
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2276 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
      +body: "strawberry jam"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706242172 {#2280
        date: 2024-01-26 05:09:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lawrence@lemmy.world"
        "@RizzRustbolt@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2275 …}
      +nested: Doctrine\ORM\PersistentCollection {#2261 …}
      +votes: Doctrine\ORM\PersistentCollection {#2218 …}
      +reports: Doctrine\ORM\PersistentCollection {#2221 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2217 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2199 …}
      -id: 341196
      -bodyTs: "'jam':2 'strawberri':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6829658"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706242172 {#2282
        date: 2024-01-26 05:09:32.0 +01:00
      }
      +"title": 341196
    }
  ]
  -id: 33034
  -titleTs: "'posit':2 'sleep':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706289320
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11177180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202920 {#2813
    date: 2024-01-25 18:15:20.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
15 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2276
  +user: Proxies\__CG__\App\Entity\User {#2792 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: Proxies\__CG__\App\Entity\Image {#2830 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Sleeping-position"
  +title: "Sleeping position"
  +url: "https://lemmy.world/pictrs/image/bce4f326-4681-424a-8db9-7063413cfebd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 203
  +favouriteCount: 1100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729104191 {#2825
    date: 2024-10-16 20:43:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2832 …}
  +votes: Doctrine\ORM\PersistentCollection {#2834 …}
  +reports: Doctrine\ORM\PersistentCollection {#2836 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2838 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
  +badges: Doctrine\ORM\PersistentCollection {#2842 …}
  +children: [
    App\Entity\EntryComment {#2278
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2276 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
      +body: "strawberry jam"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706242172 {#2280
        date: 2024-01-26 05:09:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lawrence@lemmy.world"
        "@RizzRustbolt@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2275 …}
      +nested: Doctrine\ORM\PersistentCollection {#2261 …}
      +votes: Doctrine\ORM\PersistentCollection {#2218 …}
      +reports: Doctrine\ORM\PersistentCollection {#2221 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2217 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2199 …}
      -id: 341196
      -bodyTs: "'jam':2 'strawberri':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6829658"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706242172 {#2282
        date: 2024-01-26 05:09:32.0 +01:00
      }
      +"title": 341196
    }
  ]
  -id: 33034
  -titleTs: "'posit':2 'sleep':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706289320
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11177180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202920 {#2813
    date: 2024-01-25 18:15:20.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
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2276
  +user: Proxies\__CG__\App\Entity\User {#2792 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: Proxies\__CG__\App\Entity\Image {#2830 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Sleeping-position"
  +title: "Sleeping position"
  +url: "https://lemmy.world/pictrs/image/bce4f326-4681-424a-8db9-7063413cfebd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 203
  +favouriteCount: 1100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729104191 {#2825
    date: 2024-10-16 20:43:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2832 …}
  +votes: Doctrine\ORM\PersistentCollection {#2834 …}
  +reports: Doctrine\ORM\PersistentCollection {#2836 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2838 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
  +badges: Doctrine\ORM\PersistentCollection {#2842 …}
  +children: [
    App\Entity\EntryComment {#2278
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2276 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
      +body: "strawberry jam"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706242172 {#2280
        date: 2024-01-26 05:09:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lawrence@lemmy.world"
        "@RizzRustbolt@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2275 …}
      +nested: Doctrine\ORM\PersistentCollection {#2261 …}
      +votes: Doctrine\ORM\PersistentCollection {#2218 …}
      +reports: Doctrine\ORM\PersistentCollection {#2221 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2217 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2199 …}
      -id: 341196
      -bodyTs: "'jam':2 'strawberri':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6829658"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706242172 {#2282
        date: 2024-01-26 05:09:32.0 +01:00
      }
      +"title": 341196
    }
  ]
  -id: 33034
  -titleTs: "'posit':2 'sleep':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706289320
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11177180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202920 {#2813
    date: 2024-01-25 18:15:20.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
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2278
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2276
    +user: Proxies\__CG__\App\Entity\User {#2792 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
    +image: Proxies\__CG__\App\Entity\Image {#2830 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Sleeping-position"
    +title: "Sleeping position"
    +url: "https://lemmy.world/pictrs/image/bce4f326-4681-424a-8db9-7063413cfebd.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 203
    +favouriteCount: 1100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729104191 {#2825
      date: 2024-10-16 20:43:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2832 …}
    +votes: Doctrine\ORM\PersistentCollection {#2834 …}
    +reports: Doctrine\ORM\PersistentCollection {#2836 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2838 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2842 …}
    +children: [
      App\Entity\EntryComment {#2278}
    ]
    -id: 33034
    -titleTs: "'posit':2 'sleep':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706289320
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11177180"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706202920 {#2813
      date: 2024-01-25 18:15:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
  +body: "strawberry jam"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706242172 {#2280
    date: 2024-01-26 05:09:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lawrence@lemmy.world"
    "@RizzRustbolt@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2275 …}
  +nested: Doctrine\ORM\PersistentCollection {#2261 …}
  +votes: Doctrine\ORM\PersistentCollection {#2218 …}
  +reports: Doctrine\ORM\PersistentCollection {#2221 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2217 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2199 …}
  -id: 341196
  -bodyTs: "'jam':2 'strawberri':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6829658"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706242172 {#2282
    date: 2024-01-26 05:09:32.0 +01:00
  }
  +"title": 341196
}
"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
19 DENIED edit
App\Entity\EntryComment {#2278
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2276
    +user: Proxies\__CG__\App\Entity\User {#2792 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
    +image: Proxies\__CG__\App\Entity\Image {#2830 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Sleeping-position"
    +title: "Sleeping position"
    +url: "https://lemmy.world/pictrs/image/bce4f326-4681-424a-8db9-7063413cfebd.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 203
    +favouriteCount: 1100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729104191 {#2825
      date: 2024-10-16 20:43:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2832 …}
    +votes: Doctrine\ORM\PersistentCollection {#2834 …}
    +reports: Doctrine\ORM\PersistentCollection {#2836 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2838 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2842 …}
    +children: [
      App\Entity\EntryComment {#2278}
    ]
    -id: 33034
    -titleTs: "'posit':2 'sleep':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706289320
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11177180"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706202920 {#2813
      date: 2024-01-25 18:15:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
  +body: "strawberry jam"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706242172 {#2280
    date: 2024-01-26 05:09:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lawrence@lemmy.world"
    "@RizzRustbolt@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2275 …}
  +nested: Doctrine\ORM\PersistentCollection {#2261 …}
  +votes: Doctrine\ORM\PersistentCollection {#2218 …}
  +reports: Doctrine\ORM\PersistentCollection {#2221 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2217 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2199 …}
  -id: 341196
  -bodyTs: "'jam':2 'strawberri':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6829658"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706242172 {#2282
    date: 2024-01-26 05:09:32.0 +01:00
  }
  +"title": 341196
}
"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
20 DENIED moderate
App\Entity\EntryComment {#2278
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2276
    +user: Proxies\__CG__\App\Entity\User {#2792 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
    +image: Proxies\__CG__\App\Entity\Image {#2830 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Sleeping-position"
    +title: "Sleeping position"
    +url: "https://lemmy.world/pictrs/image/bce4f326-4681-424a-8db9-7063413cfebd.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 203
    +favouriteCount: 1100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729104191 {#2825
      date: 2024-10-16 20:43:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2832 …}
    +votes: Doctrine\ORM\PersistentCollection {#2834 …}
    +reports: Doctrine\ORM\PersistentCollection {#2836 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2838 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2842 …}
    +children: [
      App\Entity\EntryComment {#2278}
    ]
    -id: 33034
    -titleTs: "'posit':2 'sleep':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706289320
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11177180"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706202920 {#2813
      date: 2024-01-25 18:15:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2279 …}
  +body: "strawberry jam"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706242172 {#2280
    date: 2024-01-26 05:09:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lawrence@lemmy.world"
    "@RizzRustbolt@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2275 …}
  +nested: Doctrine\ORM\PersistentCollection {#2261 …}
  +votes: Doctrine\ORM\PersistentCollection {#2218 …}
  +reports: Doctrine\ORM\PersistentCollection {#2221 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2217 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2199 …}
  -id: 341196
  -bodyTs: "'jam':2 'strawberri':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6829658"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706242172 {#2282
    date: 2024-01-26 05:09:32.0 +01:00
  }
  +"title": 341196
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2216
  +user: Proxies\__CG__\App\Entity\User {#2661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
  +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 111
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728704367 {#2696
    date: 2024-10-12 05:39:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2701 …}
  +votes: Doctrine\ORM\PersistentCollection {#2704 …}
  +reports: Doctrine\ORM\PersistentCollection {#2706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
  +badges: Doctrine\ORM\PersistentCollection {#2712 …}
  +children: [
    1 => App\Entity\EntryComment {#2227
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705700578 {#2198
        date: 2024-01-19 22:42:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HonoraryMancunian@lemmy.world"
      ]
      +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: 324066
      -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6616835"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705700578 {#2223
        date: 2024-01-19 22:42:58.0 +01:00
      }
      +"title": 324066
    }
    0 => App\Entity\EntryComment {#2293
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705700948 {#2311
        date: 2024-01-19 22:49:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HonoraryMancunian@lemmy.world"
        "@jwing@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2309 …}
      +nested: Doctrine\ORM\PersistentCollection {#2302 …}
      +votes: Doctrine\ORM\PersistentCollection {#2320 …}
      +reports: Doctrine\ORM\PersistentCollection {#2322 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
      -id: 324085
      -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6616968"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705700948 {#2298
        date: 2024-01-19 22:49:08.0 +01:00
      }
      +"title": 324085
    }
  ]
  -id: 31804
  -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705783031
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705696631 {#2683
    date: 2024-01-19 21:37:11.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
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2216
  +user: Proxies\__CG__\App\Entity\User {#2661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
  +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 111
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728704367 {#2696
    date: 2024-10-12 05:39:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2701 …}
  +votes: Doctrine\ORM\PersistentCollection {#2704 …}
  +reports: Doctrine\ORM\PersistentCollection {#2706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
  +badges: Doctrine\ORM\PersistentCollection {#2712 …}
  +children: [
    1 => App\Entity\EntryComment {#2227
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705700578 {#2198
        date: 2024-01-19 22:42:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HonoraryMancunian@lemmy.world"
      ]
      +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: 324066
      -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6616835"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705700578 {#2223
        date: 2024-01-19 22:42:58.0 +01:00
      }
      +"title": 324066
    }
    0 => App\Entity\EntryComment {#2293
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705700948 {#2311
        date: 2024-01-19 22:49:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HonoraryMancunian@lemmy.world"
        "@jwing@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2309 …}
      +nested: Doctrine\ORM\PersistentCollection {#2302 …}
      +votes: Doctrine\ORM\PersistentCollection {#2320 …}
      +reports: Doctrine\ORM\PersistentCollection {#2322 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
      -id: 324085
      -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6616968"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705700948 {#2298
        date: 2024-01-19 22:49:08.0 +01:00
      }
      +"title": 324085
    }
  ]
  -id: 31804
  -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705783031
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705696631 {#2683
    date: 2024-01-19 21:37:11.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
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2216
  +user: Proxies\__CG__\App\Entity\User {#2661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
  +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 111
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728704367 {#2696
    date: 2024-10-12 05:39:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2701 …}
  +votes: Doctrine\ORM\PersistentCollection {#2704 …}
  +reports: Doctrine\ORM\PersistentCollection {#2706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
  +badges: Doctrine\ORM\PersistentCollection {#2712 …}
  +children: [
    1 => App\Entity\EntryComment {#2227
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705700578 {#2198
        date: 2024-01-19 22:42:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HonoraryMancunian@lemmy.world"
      ]
      +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: 324066
      -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6616835"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705700578 {#2223
        date: 2024-01-19 22:42:58.0 +01:00
      }
      +"title": 324066
    }
    0 => App\Entity\EntryComment {#2293
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705700948 {#2311
        date: 2024-01-19 22:49:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HonoraryMancunian@lemmy.world"
        "@jwing@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2309 …}
      +nested: Doctrine\ORM\PersistentCollection {#2302 …}
      +votes: Doctrine\ORM\PersistentCollection {#2320 …}
      +reports: Doctrine\ORM\PersistentCollection {#2322 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
      -id: 324085
      -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6616968"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705700948 {#2298
        date: 2024-01-19 22:49:08.0 +01:00
      }
      +"title": 324085
    }
  ]
  -id: 31804
  -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705783031
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10923831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705696631 {#2683
    date: 2024-01-19 21:37:11.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
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2227
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2216
    +user: Proxies\__CG__\App\Entity\User {#2661 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
    +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 111
    +favouriteCount: 153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728704367 {#2696
      date: 2024-10-12 05:39:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2701 …}
    +votes: Doctrine\ORM\PersistentCollection {#2704 …}
    +reports: Doctrine\ORM\PersistentCollection {#2706 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
    +badges: Doctrine\ORM\PersistentCollection {#2712 …}
    +children: [
      1 => App\Entity\EntryComment {#2227}
      0 => App\Entity\EntryComment {#2293
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705700948 {#2311
          date: 2024-01-19 22:49:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@HonoraryMancunian@lemmy.world"
          "@jwing@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2309 …}
        +nested: Doctrine\ORM\PersistentCollection {#2302 …}
        +votes: Doctrine\ORM\PersistentCollection {#2320 …}
        +reports: Doctrine\ORM\PersistentCollection {#2322 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
        -id: 324085
        -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6616968"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705700948 {#2298
          date: 2024-01-19 22:49:08.0 +01:00
        }
        +"title": 324085
      }
    ]
    -id: 31804
    -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705783031
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10923831"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705696631 {#2683
      date: 2024-01-19 21:37:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705700578 {#2198
    date: 2024-01-19 22:42:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HonoraryMancunian@lemmy.world"
  ]
  +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: 324066
  -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6616835"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700578 {#2223
    date: 2024-01-19 22:42:58.0 +01:00
  }
  +"title": 324066
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#2227
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2216
    +user: Proxies\__CG__\App\Entity\User {#2661 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
    +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 111
    +favouriteCount: 153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728704367 {#2696
      date: 2024-10-12 05:39:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2701 …}
    +votes: Doctrine\ORM\PersistentCollection {#2704 …}
    +reports: Doctrine\ORM\PersistentCollection {#2706 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
    +badges: Doctrine\ORM\PersistentCollection {#2712 …}
    +children: [
      1 => App\Entity\EntryComment {#2227}
      0 => App\Entity\EntryComment {#2293
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705700948 {#2311
          date: 2024-01-19 22:49:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@HonoraryMancunian@lemmy.world"
          "@jwing@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2309 …}
        +nested: Doctrine\ORM\PersistentCollection {#2302 …}
        +votes: Doctrine\ORM\PersistentCollection {#2320 …}
        +reports: Doctrine\ORM\PersistentCollection {#2322 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
        -id: 324085
        -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6616968"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705700948 {#2298
          date: 2024-01-19 22:49:08.0 +01:00
        }
        +"title": 324085
      }
    ]
    -id: 31804
    -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705783031
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10923831"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705696631 {#2683
      date: 2024-01-19 21:37:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705700578 {#2198
    date: 2024-01-19 22:42:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HonoraryMancunian@lemmy.world"
  ]
  +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: 324066
  -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6616835"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700578 {#2223
    date: 2024-01-19 22:42:58.0 +01:00
  }
  +"title": 324066
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#2227
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2216
    +user: Proxies\__CG__\App\Entity\User {#2661 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
    +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 111
    +favouriteCount: 153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728704367 {#2696
      date: 2024-10-12 05:39:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2701 …}
    +votes: Doctrine\ORM\PersistentCollection {#2704 …}
    +reports: Doctrine\ORM\PersistentCollection {#2706 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
    +badges: Doctrine\ORM\PersistentCollection {#2712 …}
    +children: [
      1 => App\Entity\EntryComment {#2227}
      0 => App\Entity\EntryComment {#2293
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705700948 {#2311
          date: 2024-01-19 22:49:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@HonoraryMancunian@lemmy.world"
          "@jwing@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2309 …}
        +nested: Doctrine\ORM\PersistentCollection {#2302 …}
        +votes: Doctrine\ORM\PersistentCollection {#2320 …}
        +reports: Doctrine\ORM\PersistentCollection {#2322 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
        -id: 324085
        -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6616968"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705700948 {#2298
          date: 2024-01-19 22:49:08.0 +01:00
        }
        +"title": 324085
      }
    ]
    -id: 31804
    -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705783031
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10923831"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705696631 {#2683
      date: 2024-01-19 21:37:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705700578 {#2198
    date: 2024-01-19 22:42:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HonoraryMancunian@lemmy.world"
  ]
  +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: 324066
  -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6616835"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700578 {#2223
    date: 2024-01-19 22:42:58.0 +01:00
  }
  +"title": 324066
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2293
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2216
    +user: Proxies\__CG__\App\Entity\User {#2661 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
    +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 111
    +favouriteCount: 153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728704367 {#2696
      date: 2024-10-12 05:39:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2701 …}
    +votes: Doctrine\ORM\PersistentCollection {#2704 …}
    +reports: Doctrine\ORM\PersistentCollection {#2706 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
    +badges: Doctrine\ORM\PersistentCollection {#2712 …}
    +children: [
      1 => App\Entity\EntryComment {#2227
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705700578 {#2198
          date: 2024-01-19 22:42:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@HonoraryMancunian@lemmy.world"
        ]
        +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: 324066
        -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6616835"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705700578 {#2223
          date: 2024-01-19 22:42:58.0 +01:00
        }
        +"title": 324066
      }
      0 => App\Entity\EntryComment {#2293}
    ]
    -id: 31804
    -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705783031
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10923831"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705696631 {#2683
      date: 2024-01-19 21:37:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705700948 {#2311
    date: 2024-01-19 22:49:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HonoraryMancunian@lemmy.world"
    "@jwing@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2309 …}
  +nested: Doctrine\ORM\PersistentCollection {#2302 …}
  +votes: Doctrine\ORM\PersistentCollection {#2320 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
  -id: 324085
  -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6616968"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700948 {#2298
    date: 2024-01-19 22:49:08.0 +01:00
  }
  +"title": 324085
}
"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 {#2293
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2216
    +user: Proxies\__CG__\App\Entity\User {#2661 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
    +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 111
    +favouriteCount: 153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728704367 {#2696
      date: 2024-10-12 05:39:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2701 …}
    +votes: Doctrine\ORM\PersistentCollection {#2704 …}
    +reports: Doctrine\ORM\PersistentCollection {#2706 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
    +badges: Doctrine\ORM\PersistentCollection {#2712 …}
    +children: [
      1 => App\Entity\EntryComment {#2227
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705700578 {#2198
          date: 2024-01-19 22:42:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@HonoraryMancunian@lemmy.world"
        ]
        +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: 324066
        -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6616835"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705700578 {#2223
          date: 2024-01-19 22:42:58.0 +01:00
        }
        +"title": 324066
      }
      0 => App\Entity\EntryComment {#2293}
    ]
    -id: 31804
    -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705783031
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10923831"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705696631 {#2683
      date: 2024-01-19 21:37:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705700948 {#2311
    date: 2024-01-19 22:49:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HonoraryMancunian@lemmy.world"
    "@jwing@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2309 …}
  +nested: Doctrine\ORM\PersistentCollection {#2302 …}
  +votes: Doctrine\ORM\PersistentCollection {#2320 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
  -id: 324085
  -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6616968"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700948 {#2298
    date: 2024-01-19 22:49:08.0 +01:00
  }
  +"title": 324085
}
"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 {#2293
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2216
    +user: Proxies\__CG__\App\Entity\User {#2661 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "You-have-a-magic-pill-which-de-ages-you-by-20"
    +title: "You have a magic pill, which de-ages you by 20 years. You can take it once in your life only, so long as you are at least 20. What age — past, current or future — do you reckon is best to take it?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 111
    +favouriteCount: 153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728704367 {#2696
      date: 2024-10-12 05:39:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2701 …}
    +votes: Doctrine\ORM\PersistentCollection {#2704 …}
    +reports: Doctrine\ORM\PersistentCollection {#2706 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2710 …}
    +badges: Doctrine\ORM\PersistentCollection {#2712 …}
    +children: [
      1 => App\Entity\EntryComment {#2227
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2216 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: "I’d have to have taken it back at 37 to go back to a point where my body wasn’t broken, and I’m trying to decide if the prospect of being able to stand without pain is worth being a teenager again…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705700578 {#2198
          date: 2024-01-19 22:42:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@HonoraryMancunian@lemmy.world"
        ]
        +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: 324066
        -bodyTs: "'37':10 'abl':34 'back':8,13 'bodi':19 'broken':22 'd':2 'decid':28 'go':12 'm':25 'pain':38 'point':16 'prospect':31 'stand':36 'taken':6 'teenag':43 'tri':26 'wasn':20 'without':37 'worth':40"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6616835"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705700578 {#2223
          date: 2024-01-19 22:42:58.0 +01:00
        }
        +"title": 324066
      }
      0 => App\Entity\EntryComment {#2293}
    ]
    -id: 31804
    -titleTs: "'20':12,30 'age':9,32 'best':41 'current':34 'de':8 'de-ag':7 'futur':36 'least':29 'life':21 'long':24 'magic':4 'past':33 'pill':5 'reckon':39 'take':16,43 'year':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705783031
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10923831"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705696631 {#2683
      date: 2024-01-19 21:37:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +body: "The problem with that is that (now that I’m in my 40s) I don’t like to be around kids for long periods of time, and have come to see anyone under ~25 as a kid. Would I be able to stand being around myself (or my new peers)?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705700948 {#2311
    date: 2024-01-19 22:49:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HonoraryMancunian@lemmy.world"
    "@jwing@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2309 …}
  +nested: Doctrine\ORM\PersistentCollection {#2302 …}
  +votes: Doctrine\ORM\PersistentCollection {#2320 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
  -id: 324085
  -bodyTs: "'25':34 '40s':13 'abl':41 'anyon':32 'around':20,45 'come':29 'kid':21,37 'like':17 'long':23 'm':10 'new':49 'peer':50 'period':24 'problem':2 'see':31 'stand':43 'time':26 'would':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6616968"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705700948 {#2298
    date: 2024-01-19 22:49:08.0 +01:00
  }
  +"title": 324085
}
"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 {#2303
  +user: Proxies\__CG__\App\Entity\User {#2644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2682 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Eww"
  +title: "Eww"
  +url: "https://lemmy.world/pictrs/image/d9721e0f-334b-4854-8891-87d343ecbe05.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 245
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046112 {#2677
    date: 2024-09-23 01:01:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2684 …}
  +votes: Doctrine\ORM\PersistentCollection {#2686 …}
  +reports: Doctrine\ORM\PersistentCollection {#2688 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2690 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2692 …}
  +badges: Doctrine\ORM\PersistentCollection {#2694 …}
  +children: [
    App\Entity\EntryComment {#2304
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2303 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: null
      +root: null
      +body: "Jeff the Killer: Bikini Bottom Edition"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705725556 {#2308
        date: 2024-01-20 05:39:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ObviouslyNotBanana@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2319 …}
      +nested: Doctrine\ORM\PersistentCollection {#2318 …}
      +votes: Doctrine\ORM\PersistentCollection {#2316 …}
      +reports: Doctrine\ORM\PersistentCollection {#2294 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2296 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2281 …}
      -id: 324884
      -bodyTs: "'bikini':4 'bottom':5 'edit':6 'jeff':1 'killer':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6626096"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705725556 {#2305
        date: 2024-01-20 05:39:16.0 +01:00
      }
      +"title": 324884
    }
  ]
  -id: 31792
  -titleTs: "'eww':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705776332
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10919689"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705689932 {#2664
    date: 2024-01-19 19:45: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
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2303
  +user: Proxies\__CG__\App\Entity\User {#2644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2682 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Eww"
  +title: "Eww"
  +url: "https://lemmy.world/pictrs/image/d9721e0f-334b-4854-8891-87d343ecbe05.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 245
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046112 {#2677
    date: 2024-09-23 01:01:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2684 …}
  +votes: Doctrine\ORM\PersistentCollection {#2686 …}
  +reports: Doctrine\ORM\PersistentCollection {#2688 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2690 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2692 …}
  +badges: Doctrine\ORM\PersistentCollection {#2694 …}
  +children: [
    App\Entity\EntryComment {#2304
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2303 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: null
      +root: null
      +body: "Jeff the Killer: Bikini Bottom Edition"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705725556 {#2308
        date: 2024-01-20 05:39:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ObviouslyNotBanana@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2319 …}
      +nested: Doctrine\ORM\PersistentCollection {#2318 …}
      +votes: Doctrine\ORM\PersistentCollection {#2316 …}
      +reports: Doctrine\ORM\PersistentCollection {#2294 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2296 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2281 …}
      -id: 324884
      -bodyTs: "'bikini':4 'bottom':5 'edit':6 'jeff':1 'killer':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6626096"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705725556 {#2305
        date: 2024-01-20 05:39:16.0 +01:00
      }
      +"title": 324884
    }
  ]
  -id: 31792
  -titleTs: "'eww':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705776332
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10919689"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705689932 {#2664
    date: 2024-01-19 19:45: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
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2303
  +user: Proxies\__CG__\App\Entity\User {#2644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2682 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Eww"
  +title: "Eww"
  +url: "https://lemmy.world/pictrs/image/d9721e0f-334b-4854-8891-87d343ecbe05.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 245
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046112 {#2677
    date: 2024-09-23 01:01:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2684 …}
  +votes: Doctrine\ORM\PersistentCollection {#2686 …}
  +reports: Doctrine\ORM\PersistentCollection {#2688 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2690 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2692 …}
  +badges: Doctrine\ORM\PersistentCollection {#2694 …}
  +children: [
    App\Entity\EntryComment {#2304
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2303 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: null
      +root: null
      +body: "Jeff the Killer: Bikini Bottom Edition"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705725556 {#2308
        date: 2024-01-20 05:39:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ObviouslyNotBanana@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2319 …}
      +nested: Doctrine\ORM\PersistentCollection {#2318 …}
      +votes: Doctrine\ORM\PersistentCollection {#2316 …}
      +reports: Doctrine\ORM\PersistentCollection {#2294 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2296 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2281 …}
      -id: 324884
      -bodyTs: "'bikini':4 'bottom':5 'edit':6 'jeff':1 'killer':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6626096"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705725556 {#2305
        date: 2024-01-20 05:39:16.0 +01:00
      }
      +"title": 324884
    }
  ]
  -id: 31792
  -titleTs: "'eww':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705776332
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10919689"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705689932 {#2664
    date: 2024-01-19 19:45: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
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 {#2304
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2303
    +user: Proxies\__CG__\App\Entity\User {#2644 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2682 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Eww"
    +title: "Eww"
    +url: "https://lemmy.world/pictrs/image/d9721e0f-334b-4854-8891-87d343ecbe05.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 245
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727046112 {#2677
      date: 2024-09-23 01:01:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2684 …}
    +votes: Doctrine\ORM\PersistentCollection {#2686 …}
    +reports: Doctrine\ORM\PersistentCollection {#2688 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2690 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2692 …}
    +badges: Doctrine\ORM\PersistentCollection {#2694 …}
    +children: [
      App\Entity\EntryComment {#2304}
    ]
    -id: 31792
    -titleTs: "'eww':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705776332
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10919689"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705689932 {#2664
      date: 2024-01-19 19:45:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: null
  +root: null
  +body: "Jeff the Killer: Bikini Bottom Edition"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705725556 {#2308
    date: 2024-01-20 05:39:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ObviouslyNotBanana@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2319 …}
  +nested: Doctrine\ORM\PersistentCollection {#2318 …}
  +votes: Doctrine\ORM\PersistentCollection {#2316 …}
  +reports: Doctrine\ORM\PersistentCollection {#2294 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2296 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2281 …}
  -id: 324884
  -bodyTs: "'bikini':4 'bottom':5 'edit':6 'jeff':1 'killer':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6626096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705725556 {#2305
    date: 2024-01-20 05:39:16.0 +01:00
  }
  +"title": 324884
}
"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 {#2304
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2303
    +user: Proxies\__CG__\App\Entity\User {#2644 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2682 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Eww"
    +title: "Eww"
    +url: "https://lemmy.world/pictrs/image/d9721e0f-334b-4854-8891-87d343ecbe05.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 245
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727046112 {#2677
      date: 2024-09-23 01:01:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2684 …}
    +votes: Doctrine\ORM\PersistentCollection {#2686 …}
    +reports: Doctrine\ORM\PersistentCollection {#2688 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2690 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2692 …}
    +badges: Doctrine\ORM\PersistentCollection {#2694 …}
    +children: [
      App\Entity\EntryComment {#2304}
    ]
    -id: 31792
    -titleTs: "'eww':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705776332
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10919689"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705689932 {#2664
      date: 2024-01-19 19:45:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: null
  +root: null
  +body: "Jeff the Killer: Bikini Bottom Edition"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705725556 {#2308
    date: 2024-01-20 05:39:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ObviouslyNotBanana@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2319 …}
  +nested: Doctrine\ORM\PersistentCollection {#2318 …}
  +votes: Doctrine\ORM\PersistentCollection {#2316 …}
  +reports: Doctrine\ORM\PersistentCollection {#2294 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2296 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2281 …}
  -id: 324884
  -bodyTs: "'bikini':4 'bottom':5 'edit':6 'jeff':1 'killer':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6626096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705725556 {#2305
    date: 2024-01-20 05:39:16.0 +01:00
  }
  +"title": 324884
}
"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 {#2304
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2303
    +user: Proxies\__CG__\App\Entity\User {#2644 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2682 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Eww"
    +title: "Eww"
    +url: "https://lemmy.world/pictrs/image/d9721e0f-334b-4854-8891-87d343ecbe05.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 245
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727046112 {#2677
      date: 2024-09-23 01:01:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2684 …}
    +votes: Doctrine\ORM\PersistentCollection {#2686 …}
    +reports: Doctrine\ORM\PersistentCollection {#2688 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2690 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2692 …}
    +badges: Doctrine\ORM\PersistentCollection {#2694 …}
    +children: [
      App\Entity\EntryComment {#2304}
    ]
    -id: 31792
    -titleTs: "'eww':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705776332
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10919689"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705689932 {#2664
      date: 2024-01-19 19:45:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: null
  +root: null
  +body: "Jeff the Killer: Bikini Bottom Edition"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705725556 {#2308
    date: 2024-01-20 05:39:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ObviouslyNotBanana@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2319 …}
  +nested: Doctrine\ORM\PersistentCollection {#2318 …}
  +votes: Doctrine\ORM\PersistentCollection {#2316 …}
  +reports: Doctrine\ORM\PersistentCollection {#2294 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2296 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2281 …}
  -id: 324884
  -bodyTs: "'bikini':4 'bottom':5 'edit':6 'jeff':1 'killer':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6626096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705725556 {#2305
    date: 2024-01-20 05:39:16.0 +01:00
  }
  +"title": 324884
}
"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 {#2120
  +user: Proxies\__CG__\App\Entity\User {#2680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "If-you-could-travel-to-a-place-and-time-while"
  +title: "If you could travel to a place and time while you're a certain age - where would you go?"
  +url: null
  +body: """
    For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
    \n
    Travelling is awesome, to travel to a place and time and live out some years would be even better.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726909926 {#2714
    date: 2024-09-21 11:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2719 …}
  +votes: Doctrine\ORM\PersistentCollection {#2722 …}
  +reports: Doctrine\ORM\PersistentCollection {#2724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2726 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2728 …}
  +badges: Doctrine\ORM\PersistentCollection {#2730 …}
  +children: [
    App\Entity\EntryComment {#2116
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2120 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "Late 70’s (in my late 20s) at the Menlo Park [Homebrew Computer Club](https://en.wikipedia.org/wiki/Homebrew_Computer_Club)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705640681 {#2123
        date: 2024-01-19 06:04:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Towerofpain11@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2161 …}
      +nested: Doctrine\ORM\PersistentCollection {#2163 …}
      +votes: Doctrine\ORM\PersistentCollection {#2044 …}
      +reports: Doctrine\ORM\PersistentCollection {#2127 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2043 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
      -id: 321536
      -bodyTs: "'/wiki/homebrew_computer_club)':17 '20s':7 '70':2 'club':14 'comput':13 'en.wikipedia.org':16 'en.wikipedia.org/wiki/homebrew_computer_club)':15 'homebrew':12 'late':1,6 'menlo':10 'park':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6599354"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705640681 {#2119
        date: 2024-01-19 06:04:41.0 +01:00
      }
      +"title": 321536
    }
  ]
  -id: 31637
  -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
  -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718625
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632225 {#2702
    date: 2024-01-19 03:43: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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2120
  +user: Proxies\__CG__\App\Entity\User {#2680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "If-you-could-travel-to-a-place-and-time-while"
  +title: "If you could travel to a place and time while you're a certain age - where would you go?"
  +url: null
  +body: """
    For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
    \n
    Travelling is awesome, to travel to a place and time and live out some years would be even better.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726909926 {#2714
    date: 2024-09-21 11:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2719 …}
  +votes: Doctrine\ORM\PersistentCollection {#2722 …}
  +reports: Doctrine\ORM\PersistentCollection {#2724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2726 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2728 …}
  +badges: Doctrine\ORM\PersistentCollection {#2730 …}
  +children: [
    App\Entity\EntryComment {#2116
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2120 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "Late 70’s (in my late 20s) at the Menlo Park [Homebrew Computer Club](https://en.wikipedia.org/wiki/Homebrew_Computer_Club)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705640681 {#2123
        date: 2024-01-19 06:04:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Towerofpain11@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2161 …}
      +nested: Doctrine\ORM\PersistentCollection {#2163 …}
      +votes: Doctrine\ORM\PersistentCollection {#2044 …}
      +reports: Doctrine\ORM\PersistentCollection {#2127 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2043 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
      -id: 321536
      -bodyTs: "'/wiki/homebrew_computer_club)':17 '20s':7 '70':2 'club':14 'comput':13 'en.wikipedia.org':16 'en.wikipedia.org/wiki/homebrew_computer_club)':15 'homebrew':12 'late':1,6 'menlo':10 'park':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6599354"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705640681 {#2119
        date: 2024-01-19 06:04:41.0 +01:00
      }
      +"title": 321536
    }
  ]
  -id: 31637
  -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
  -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718625
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632225 {#2702
    date: 2024-01-19 03:43: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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2120
  +user: Proxies\__CG__\App\Entity\User {#2680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "If-you-could-travel-to-a-place-and-time-while"
  +title: "If you could travel to a place and time while you're a certain age - where would you go?"
  +url: null
  +body: """
    For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
    \n
    Travelling is awesome, to travel to a place and time and live out some years would be even better.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726909926 {#2714
    date: 2024-09-21 11:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2719 …}
  +votes: Doctrine\ORM\PersistentCollection {#2722 …}
  +reports: Doctrine\ORM\PersistentCollection {#2724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2726 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2728 …}
  +badges: Doctrine\ORM\PersistentCollection {#2730 …}
  +children: [
    App\Entity\EntryComment {#2116
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2120 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "Late 70’s (in my late 20s) at the Menlo Park [Homebrew Computer Club](https://en.wikipedia.org/wiki/Homebrew_Computer_Club)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705640681 {#2123
        date: 2024-01-19 06:04:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Towerofpain11@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2161 …}
      +nested: Doctrine\ORM\PersistentCollection {#2163 …}
      +votes: Doctrine\ORM\PersistentCollection {#2044 …}
      +reports: Doctrine\ORM\PersistentCollection {#2127 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2043 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
      -id: 321536
      -bodyTs: "'/wiki/homebrew_computer_club)':17 '20s':7 '70':2 'club':14 'comput':13 'en.wikipedia.org':16 'en.wikipedia.org/wiki/homebrew_computer_club)':15 'homebrew':12 'late':1,6 'menlo':10 'park':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6599354"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705640681 {#2119
        date: 2024-01-19 06:04:41.0 +01:00
      }
      +"title": 321536
    }
  ]
  -id: 31637
  -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
  -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718625
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632225 {#2702
    date: 2024-01-19 03:43: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
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 {#2116
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120
    +user: Proxies\__CG__\App\Entity\User {#2680 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "If-you-could-travel-to-a-place-and-time-while"
    +title: "If you could travel to a place and time while you're a certain age - where would you go?"
    +url: null
    +body: """
      For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
      \n
      Travelling is awesome, to travel to a place and time and live out some years would be even better.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726909926 {#2714
      date: 2024-09-21 11:12:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2719 …}
    +votes: Doctrine\ORM\PersistentCollection {#2722 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2726 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2728 …}
    +badges: Doctrine\ORM\PersistentCollection {#2730 …}
    +children: [
      App\Entity\EntryComment {#2116}
    ]
    -id: 31637
    -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
    -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705718625
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10891018"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705632225 {#2702
      date: 2024-01-19 03:43:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "Late 70’s (in my late 20s) at the Menlo Park [Homebrew Computer Club](https://en.wikipedia.org/wiki/Homebrew_Computer_Club)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705640681 {#2123
    date: 2024-01-19 06:04:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Towerofpain11@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2161 …}
  +nested: Doctrine\ORM\PersistentCollection {#2163 …}
  +votes: Doctrine\ORM\PersistentCollection {#2044 …}
  +reports: Doctrine\ORM\PersistentCollection {#2127 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
  -id: 321536
  -bodyTs: "'/wiki/homebrew_computer_club)':17 '20s':7 '70':2 'club':14 'comput':13 'en.wikipedia.org':16 'en.wikipedia.org/wiki/homebrew_computer_club)':15 'homebrew':12 'late':1,6 'menlo':10 'park':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6599354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705640681 {#2119
    date: 2024-01-19 06:04:41.0 +01:00
  }
  +"title": 321536
}
"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 {#2116
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120
    +user: Proxies\__CG__\App\Entity\User {#2680 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "If-you-could-travel-to-a-place-and-time-while"
    +title: "If you could travel to a place and time while you're a certain age - where would you go?"
    +url: null
    +body: """
      For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
      \n
      Travelling is awesome, to travel to a place and time and live out some years would be even better.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726909926 {#2714
      date: 2024-09-21 11:12:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2719 …}
    +votes: Doctrine\ORM\PersistentCollection {#2722 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2726 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2728 …}
    +badges: Doctrine\ORM\PersistentCollection {#2730 …}
    +children: [
      App\Entity\EntryComment {#2116}
    ]
    -id: 31637
    -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
    -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705718625
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10891018"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705632225 {#2702
      date: 2024-01-19 03:43:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "Late 70’s (in my late 20s) at the Menlo Park [Homebrew Computer Club](https://en.wikipedia.org/wiki/Homebrew_Computer_Club)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705640681 {#2123
    date: 2024-01-19 06:04:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Towerofpain11@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2161 …}
  +nested: Doctrine\ORM\PersistentCollection {#2163 …}
  +votes: Doctrine\ORM\PersistentCollection {#2044 …}
  +reports: Doctrine\ORM\PersistentCollection {#2127 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
  -id: 321536
  -bodyTs: "'/wiki/homebrew_computer_club)':17 '20s':7 '70':2 'club':14 'comput':13 'en.wikipedia.org':16 'en.wikipedia.org/wiki/homebrew_computer_club)':15 'homebrew':12 'late':1,6 'menlo':10 'park':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6599354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705640681 {#2119
    date: 2024-01-19 06:04:41.0 +01:00
  }
  +"title": 321536
}
"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 {#2116
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120
    +user: Proxies\__CG__\App\Entity\User {#2680 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "If-you-could-travel-to-a-place-and-time-while"
    +title: "If you could travel to a place and time while you're a certain age - where would you go?"
    +url: null
    +body: """
      For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
      \n
      Travelling is awesome, to travel to a place and time and live out some years would be even better.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726909926 {#2714
      date: 2024-09-21 11:12:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2719 …}
    +votes: Doctrine\ORM\PersistentCollection {#2722 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2726 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2728 …}
    +badges: Doctrine\ORM\PersistentCollection {#2730 …}
    +children: [
      App\Entity\EntryComment {#2116}
    ]
    -id: 31637
    -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
    -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705718625
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10891018"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705632225 {#2702
      date: 2024-01-19 03:43:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "Late 70’s (in my late 20s) at the Menlo Park [Homebrew Computer Club](https://en.wikipedia.org/wiki/Homebrew_Computer_Club)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705640681 {#2123
    date: 2024-01-19 06:04:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Towerofpain11@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2161 …}
  +nested: Doctrine\ORM\PersistentCollection {#2163 …}
  +votes: Doctrine\ORM\PersistentCollection {#2044 …}
  +reports: Doctrine\ORM\PersistentCollection {#2127 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
  -id: 321536
  -bodyTs: "'/wiki/homebrew_computer_club)':17 '20s':7 '70':2 'club':14 'comput':13 'en.wikipedia.org':16 'en.wikipedia.org/wiki/homebrew_computer_club)':15 'homebrew':12 'late':1,6 'menlo':10 'park':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6599354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705640681 {#2119
    date: 2024-01-19 06:04:41.0 +01:00
  }
  +"title": 321536
}
"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 {#2050
  +user: Proxies\__CG__\App\Entity\User {#2717 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Best-GPT"
  +title: "Best GPT"
  +url: null
  +body: "which GPT ai you like using and for which purposes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725502909 {#2752
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2757 …}
  +votes: Doctrine\ORM\PersistentCollection {#2760 …}
  +reports: Doctrine\ORM\PersistentCollection {#2762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
  +badges: Doctrine\ORM\PersistentCollection {#2768 …}
  +children: [
    App\Entity\EntryComment {#2057
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2050 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [This site](https://chat.lmsys.org/?arena) will let you test different GPTs (far from all of them, but its a good list) in various ways. I particularly like the Arena, in which you get responses from 2 random models to your input, you say which you like best, and then it tells you which is which.\n
        \n
        It’s got me considering Claude2 for local projects. I just need to revive the hardware I’d use to run it on.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1725502909 {#2047
        date: 2024-09-05 04:21:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Khaled57@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2055 …}
      +nested: Doctrine\ORM\PersistentCollection {#2054 …}
      +votes: Doctrine\ORM\PersistentCollection {#2053 …}
      +reports: Doctrine\ORM\PersistentCollection {#2165 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
      -id: 315031
      -bodyTs: "'/?arena)':5 '2':36 'arena':29 'best':47 'chat.lmsys.org':4 'chat.lmsys.org/?arena)':3 'claude2':61 'consid':60 'd':73 'differ':10 'far':12 'get':33 'good':20 'got':58 'gpts':11 'hardwar':71 'input':41 'let':7 'like':27,46 'list':21 'local':63 'model':38 'need':67 'particular':26 'project':64 'random':37 'respons':34 'reviv':69 'run':76 'say':43 'site':2 'tell':51 'test':9 'use':74 'various':23 'way':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6526262"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705440734 {#2045
        date: 2024-01-16 22:32:14.0 +01:00
      }
      +"title": 315031
    }
  ]
  -id: 31040
  -titleTs: "'best':1 'gpt':2"
  -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705524666
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10798537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705438266 {#2738
    date: 2024-01-16 21:51:06.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 {#2050
  +user: Proxies\__CG__\App\Entity\User {#2717 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Best-GPT"
  +title: "Best GPT"
  +url: null
  +body: "which GPT ai you like using and for which purposes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725502909 {#2752
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2757 …}
  +votes: Doctrine\ORM\PersistentCollection {#2760 …}
  +reports: Doctrine\ORM\PersistentCollection {#2762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
  +badges: Doctrine\ORM\PersistentCollection {#2768 …}
  +children: [
    App\Entity\EntryComment {#2057
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2050 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [This site](https://chat.lmsys.org/?arena) will let you test different GPTs (far from all of them, but its a good list) in various ways. I particularly like the Arena, in which you get responses from 2 random models to your input, you say which you like best, and then it tells you which is which.\n
        \n
        It’s got me considering Claude2 for local projects. I just need to revive the hardware I’d use to run it on.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1725502909 {#2047
        date: 2024-09-05 04:21:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Khaled57@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2055 …}
      +nested: Doctrine\ORM\PersistentCollection {#2054 …}
      +votes: Doctrine\ORM\PersistentCollection {#2053 …}
      +reports: Doctrine\ORM\PersistentCollection {#2165 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
      -id: 315031
      -bodyTs: "'/?arena)':5 '2':36 'arena':29 'best':47 'chat.lmsys.org':4 'chat.lmsys.org/?arena)':3 'claude2':61 'consid':60 'd':73 'differ':10 'far':12 'get':33 'good':20 'got':58 'gpts':11 'hardwar':71 'input':41 'let':7 'like':27,46 'list':21 'local':63 'model':38 'need':67 'particular':26 'project':64 'random':37 'respons':34 'reviv':69 'run':76 'say':43 'site':2 'tell':51 'test':9 'use':74 'various':23 'way':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6526262"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705440734 {#2045
        date: 2024-01-16 22:32:14.0 +01:00
      }
      +"title": 315031
    }
  ]
  -id: 31040
  -titleTs: "'best':1 'gpt':2"
  -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705524666
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10798537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705438266 {#2738
    date: 2024-01-16 21:51:06.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 {#2050
  +user: Proxies\__CG__\App\Entity\User {#2717 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Best-GPT"
  +title: "Best GPT"
  +url: null
  +body: "which GPT ai you like using and for which purposes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725502909 {#2752
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2757 …}
  +votes: Doctrine\ORM\PersistentCollection {#2760 …}
  +reports: Doctrine\ORM\PersistentCollection {#2762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
  +badges: Doctrine\ORM\PersistentCollection {#2768 …}
  +children: [
    App\Entity\EntryComment {#2057
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2050 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [This site](https://chat.lmsys.org/?arena) will let you test different GPTs (far from all of them, but its a good list) in various ways. I particularly like the Arena, in which you get responses from 2 random models to your input, you say which you like best, and then it tells you which is which.\n
        \n
        It’s got me considering Claude2 for local projects. I just need to revive the hardware I’d use to run it on.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1725502909 {#2047
        date: 2024-09-05 04:21:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Khaled57@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2055 …}
      +nested: Doctrine\ORM\PersistentCollection {#2054 …}
      +votes: Doctrine\ORM\PersistentCollection {#2053 …}
      +reports: Doctrine\ORM\PersistentCollection {#2165 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
      -id: 315031
      -bodyTs: "'/?arena)':5 '2':36 'arena':29 'best':47 'chat.lmsys.org':4 'chat.lmsys.org/?arena)':3 'claude2':61 'consid':60 'd':73 'differ':10 'far':12 'get':33 'good':20 'got':58 'gpts':11 'hardwar':71 'input':41 'let':7 'like':27,46 'list':21 'local':63 'model':38 'need':67 'particular':26 'project':64 'random':37 'respons':34 'reviv':69 'run':76 'say':43 'site':2 'tell':51 'test':9 'use':74 'various':23 'way':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6526262"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705440734 {#2045
        date: 2024-01-16 22:32:14.0 +01:00
      }
      +"title": 315031
    }
  ]
  -id: 31040
  -titleTs: "'best':1 'gpt':2"
  -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705524666
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10798537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705438266 {#2738
    date: 2024-01-16 21:51:06.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 {#2057
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2050
    +user: Proxies\__CG__\App\Entity\User {#2717 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Best-GPT"
    +title: "Best GPT"
    +url: null
    +body: "which GPT ai you like using and for which purposes?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725502909 {#2752
      date: 2024-09-05 04:21:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2757 …}
    +votes: Doctrine\ORM\PersistentCollection {#2760 …}
    +reports: Doctrine\ORM\PersistentCollection {#2762 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2764 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
    +badges: Doctrine\ORM\PersistentCollection {#2768 …}
    +children: [
      App\Entity\EntryComment {#2057}
    ]
    -id: 31040
    -titleTs: "'best':1 'gpt':2"
    -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705524666
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10798537"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705438266 {#2738
      date: 2024-01-16 21:51:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [This site](https://chat.lmsys.org/?arena) will let you test different GPTs (far from all of them, but its a good list) in various ways. I particularly like the Arena, in which you get responses from 2 random models to your input, you say which you like best, and then it tells you which is which.\n
    \n
    It’s got me considering Claude2 for local projects. I just need to revive the hardware I’d use to run it on.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1725502909 {#2047
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Khaled57@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2055 …}
  +nested: Doctrine\ORM\PersistentCollection {#2054 …}
  +votes: Doctrine\ORM\PersistentCollection {#2053 …}
  +reports: Doctrine\ORM\PersistentCollection {#2165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
  -id: 315031
  -bodyTs: "'/?arena)':5 '2':36 'arena':29 'best':47 'chat.lmsys.org':4 'chat.lmsys.org/?arena)':3 'claude2':61 'consid':60 'd':73 'differ':10 'far':12 'get':33 'good':20 'got':58 'gpts':11 'hardwar':71 'input':41 'let':7 'like':27,46 'list':21 'local':63 'model':38 'need':67 'particular':26 'project':64 'random':37 'respons':34 'reviv':69 'run':76 'say':43 'site':2 'tell':51 'test':9 'use':74 'various':23 'way':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6526262"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705440734 {#2045
    date: 2024-01-16 22:32:14.0 +01:00
  }
  +"title": 315031
}
"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 {#2057
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2050
    +user: Proxies\__CG__\App\Entity\User {#2717 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Best-GPT"
    +title: "Best GPT"
    +url: null
    +body: "which GPT ai you like using and for which purposes?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725502909 {#2752
      date: 2024-09-05 04:21:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2757 …}
    +votes: Doctrine\ORM\PersistentCollection {#2760 …}
    +reports: Doctrine\ORM\PersistentCollection {#2762 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2764 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
    +badges: Doctrine\ORM\PersistentCollection {#2768 …}
    +children: [
      App\Entity\EntryComment {#2057}
    ]
    -id: 31040
    -titleTs: "'best':1 'gpt':2"
    -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705524666
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10798537"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705438266 {#2738
      date: 2024-01-16 21:51:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [This site](https://chat.lmsys.org/?arena) will let you test different GPTs (far from all of them, but its a good list) in various ways. I particularly like the Arena, in which you get responses from 2 random models to your input, you say which you like best, and then it tells you which is which.\n
    \n
    It’s got me considering Claude2 for local projects. I just need to revive the hardware I’d use to run it on.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1725502909 {#2047
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Khaled57@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2055 …}
  +nested: Doctrine\ORM\PersistentCollection {#2054 …}
  +votes: Doctrine\ORM\PersistentCollection {#2053 …}
  +reports: Doctrine\ORM\PersistentCollection {#2165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
  -id: 315031
  -bodyTs: "'/?arena)':5 '2':36 'arena':29 'best':47 'chat.lmsys.org':4 'chat.lmsys.org/?arena)':3 'claude2':61 'consid':60 'd':73 'differ':10 'far':12 'get':33 'good':20 'got':58 'gpts':11 'hardwar':71 'input':41 'let':7 'like':27,46 'list':21 'local':63 'model':38 'need':67 'particular':26 'project':64 'random':37 'respons':34 'reviv':69 'run':76 'say':43 'site':2 'tell':51 'test':9 'use':74 'various':23 'way':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6526262"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705440734 {#2045
    date: 2024-01-16 22:32:14.0 +01:00
  }
  +"title": 315031
}
"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 {#2057
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2050
    +user: Proxies\__CG__\App\Entity\User {#2717 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Best-GPT"
    +title: "Best GPT"
    +url: null
    +body: "which GPT ai you like using and for which purposes?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725502909 {#2752
      date: 2024-09-05 04:21:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2757 …}
    +votes: Doctrine\ORM\PersistentCollection {#2760 …}
    +reports: Doctrine\ORM\PersistentCollection {#2762 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2764 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
    +badges: Doctrine\ORM\PersistentCollection {#2768 …}
    +children: [
      App\Entity\EntryComment {#2057}
    ]
    -id: 31040
    -titleTs: "'best':1 'gpt':2"
    -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705524666
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10798537"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705438266 {#2738
      date: 2024-01-16 21:51:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [This site](https://chat.lmsys.org/?arena) will let you test different GPTs (far from all of them, but its a good list) in various ways. I particularly like the Arena, in which you get responses from 2 random models to your input, you say which you like best, and then it tells you which is which.\n
    \n
    It’s got me considering Claude2 for local projects. I just need to revive the hardware I’d use to run it on.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1725502909 {#2047
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Khaled57@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2055 …}
  +nested: Doctrine\ORM\PersistentCollection {#2054 …}
  +votes: Doctrine\ORM\PersistentCollection {#2053 …}
  +reports: Doctrine\ORM\PersistentCollection {#2165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
  -id: 315031
  -bodyTs: "'/?arena)':5 '2':36 'arena':29 'best':47 'chat.lmsys.org':4 'chat.lmsys.org/?arena)':3 'claude2':61 'consid':60 'd':73 'differ':10 'far':12 'get':33 'good':20 'got':58 'gpts':11 'hardwar':71 'input':41 'let':7 'like':27,46 'list':21 'local':63 'model':38 'need':67 'particular':26 'project':64 'random':37 'respons':34 'reviv':69 'run':76 'say':43 'site':2 'tell':51 'test':9 'use':74 'various':23 'way':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6526262"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705440734 {#2045
    date: 2024-01-16 22:32:14.0 +01:00
  }
  +"title": 315031
}
"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 {#2109
  +user: Proxies\__CG__\App\Entity\User {#2699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: Proxies\__CG__\App\Entity\Image {#2737 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2739 …}
  +slug: "Two-moods"
  +title: "Two moods"
  +url: "https://ukfli.uk/pictrs/image/f92d5273-de15-4d18-ad11-e8bacd38a2ed.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 277
  +favouriteCount: 1773
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726643446 {#2732
    date: 2024-09-18 09:10:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2742 …}
  +reports: Doctrine\ORM\PersistentCollection {#2744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
  +badges: Doctrine\ORM\PersistentCollection {#2750 …}
  +children: [
    App\Entity\EntryComment {#2102
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2109 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +body: "Friends converted over to using snap, so now they all bring their (loopback) devices."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705469649 {#2108
        date: 2024-01-17 06:34:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@flamingos@ukfli.uk"
        "@rickdg@lemmy.world"
        "@flamingos@ukfli.uk"
        "@rickdg@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2106 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
      -id: 316021
      -bodyTs: "'bring':11 'convert':2 'devic':14 'friend':1 'loopback':13 'snap':6 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6539245"
      +editedAt: DateTimeImmutable @1725536935 {#2111
        date: 2024-09-05 13:48:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705469649 {#2101
        date: 2024-01-17 06:34:09.0 +01:00
      }
      +"title": 316021
    }
  ]
  -id: 30899
  -titleTs: "'mood':2 'two':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705485433
  +visibility: "visible             "
  +apId: "https://ukfli.uk/post/21396"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705399033 {#2720
    date: 2024-01-16 10:57:13.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 {#2109
  +user: Proxies\__CG__\App\Entity\User {#2699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: Proxies\__CG__\App\Entity\Image {#2737 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2739 …}
  +slug: "Two-moods"
  +title: "Two moods"
  +url: "https://ukfli.uk/pictrs/image/f92d5273-de15-4d18-ad11-e8bacd38a2ed.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 277
  +favouriteCount: 1773
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726643446 {#2732
    date: 2024-09-18 09:10:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2742 …}
  +reports: Doctrine\ORM\PersistentCollection {#2744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
  +badges: Doctrine\ORM\PersistentCollection {#2750 …}
  +children: [
    App\Entity\EntryComment {#2102
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2109 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +body: "Friends converted over to using snap, so now they all bring their (loopback) devices."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705469649 {#2108
        date: 2024-01-17 06:34:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@flamingos@ukfli.uk"
        "@rickdg@lemmy.world"
        "@flamingos@ukfli.uk"
        "@rickdg@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2106 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
      -id: 316021
      -bodyTs: "'bring':11 'convert':2 'devic':14 'friend':1 'loopback':13 'snap':6 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6539245"
      +editedAt: DateTimeImmutable @1725536935 {#2111
        date: 2024-09-05 13:48:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705469649 {#2101
        date: 2024-01-17 06:34:09.0 +01:00
      }
      +"title": 316021
    }
  ]
  -id: 30899
  -titleTs: "'mood':2 'two':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705485433
  +visibility: "visible             "
  +apId: "https://ukfli.uk/post/21396"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705399033 {#2720
    date: 2024-01-16 10:57:13.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 {#2109
  +user: Proxies\__CG__\App\Entity\User {#2699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: Proxies\__CG__\App\Entity\Image {#2737 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2739 …}
  +slug: "Two-moods"
  +title: "Two moods"
  +url: "https://ukfli.uk/pictrs/image/f92d5273-de15-4d18-ad11-e8bacd38a2ed.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 277
  +favouriteCount: 1773
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726643446 {#2732
    date: 2024-09-18 09:10:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2742 …}
  +reports: Doctrine\ORM\PersistentCollection {#2744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
  +badges: Doctrine\ORM\PersistentCollection {#2750 …}
  +children: [
    App\Entity\EntryComment {#2102
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2109 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +body: "Friends converted over to using snap, so now they all bring their (loopback) devices."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705469649 {#2108
        date: 2024-01-17 06:34:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@flamingos@ukfli.uk"
        "@rickdg@lemmy.world"
        "@flamingos@ukfli.uk"
        "@rickdg@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2106 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
      -id: 316021
      -bodyTs: "'bring':11 'convert':2 'devic':14 'friend':1 'loopback':13 'snap':6 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6539245"
      +editedAt: DateTimeImmutable @1725536935 {#2111
        date: 2024-09-05 13:48:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705469649 {#2101
        date: 2024-01-17 06:34:09.0 +01:00
      }
      +"title": 316021
    }
  ]
  -id: 30899
  -titleTs: "'mood':2 'two':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705485433
  +visibility: "visible             "
  +apId: "https://ukfli.uk/post/21396"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705399033 {#2720
    date: 2024-01-16 10:57:13.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 {#2102
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2109
    +user: Proxies\__CG__\App\Entity\User {#2699 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: Proxies\__CG__\App\Entity\Image {#2737 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2739 …}
    +slug: "Two-moods"
    +title: "Two moods"
    +url: "https://ukfli.uk/pictrs/image/f92d5273-de15-4d18-ad11-e8bacd38a2ed.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 277
    +favouriteCount: 1773
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726643446 {#2732
      date: 2024-09-18 09:10:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2740 …}
    +votes: Doctrine\ORM\PersistentCollection {#2742 …}
    +reports: Doctrine\ORM\PersistentCollection {#2744 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
    +badges: Doctrine\ORM\PersistentCollection {#2750 …}
    +children: [
      App\Entity\EntryComment {#2102}
    ]
    -id: 30899
    -titleTs: "'mood':2 'two':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485433
    +visibility: "visible             "
    +apId: "https://ukfli.uk/post/21396"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705399033 {#2720
      date: 2024-01-16 10:57:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +body: "Friends converted over to using snap, so now they all bring their (loopback) devices."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705469649 {#2108
    date: 2024-01-17 06:34:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@flamingos@ukfli.uk"
    "@rickdg@lemmy.world"
    "@flamingos@ukfli.uk"
    "@rickdg@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2106 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
  -id: 316021
  -bodyTs: "'bring':11 'convert':2 'devic':14 'friend':1 'loopback':13 'snap':6 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6539245"
  +editedAt: DateTimeImmutable @1725536935 {#2111
    date: 2024-09-05 13:48:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705469649 {#2101
    date: 2024-01-17 06:34:09.0 +01:00
  }
  +"title": 316021
}
"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 {#2102
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2109
    +user: Proxies\__CG__\App\Entity\User {#2699 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: Proxies\__CG__\App\Entity\Image {#2737 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2739 …}
    +slug: "Two-moods"
    +title: "Two moods"
    +url: "https://ukfli.uk/pictrs/image/f92d5273-de15-4d18-ad11-e8bacd38a2ed.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 277
    +favouriteCount: 1773
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726643446 {#2732
      date: 2024-09-18 09:10:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2740 …}
    +votes: Doctrine\ORM\PersistentCollection {#2742 …}
    +reports: Doctrine\ORM\PersistentCollection {#2744 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
    +badges: Doctrine\ORM\PersistentCollection {#2750 …}
    +children: [
      App\Entity\EntryComment {#2102}
    ]
    -id: 30899
    -titleTs: "'mood':2 'two':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485433
    +visibility: "visible             "
    +apId: "https://ukfli.uk/post/21396"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705399033 {#2720
      date: 2024-01-16 10:57:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +body: "Friends converted over to using snap, so now they all bring their (loopback) devices."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705469649 {#2108
    date: 2024-01-17 06:34:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@flamingos@ukfli.uk"
    "@rickdg@lemmy.world"
    "@flamingos@ukfli.uk"
    "@rickdg@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2106 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
  -id: 316021
  -bodyTs: "'bring':11 'convert':2 'devic':14 'friend':1 'loopback':13 'snap':6 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6539245"
  +editedAt: DateTimeImmutable @1725536935 {#2111
    date: 2024-09-05 13:48:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705469649 {#2101
    date: 2024-01-17 06:34:09.0 +01:00
  }
  +"title": 316021
}
"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 {#2102
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2109
    +user: Proxies\__CG__\App\Entity\User {#2699 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: Proxies\__CG__\App\Entity\Image {#2737 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2739 …}
    +slug: "Two-moods"
    +title: "Two moods"
    +url: "https://ukfli.uk/pictrs/image/f92d5273-de15-4d18-ad11-e8bacd38a2ed.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 277
    +favouriteCount: 1773
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726643446 {#2732
      date: 2024-09-18 09:10:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2740 …}
    +votes: Doctrine\ORM\PersistentCollection {#2742 …}
    +reports: Doctrine\ORM\PersistentCollection {#2744 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2746 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2748 …}
    +badges: Doctrine\ORM\PersistentCollection {#2750 …}
    +children: [
      App\Entity\EntryComment {#2102}
    ]
    -id: 30899
    -titleTs: "'mood':2 'two':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485433
    +visibility: "visible             "
    +apId: "https://ukfli.uk/post/21396"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705399033 {#2720
      date: 2024-01-16 10:57:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +body: "Friends converted over to using snap, so now they all bring their (loopback) devices."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705469649 {#2108
    date: 2024-01-17 06:34:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@flamingos@ukfli.uk"
    "@rickdg@lemmy.world"
    "@flamingos@ukfli.uk"
    "@rickdg@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2106 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
  -id: 316021
  -bodyTs: "'bring':11 'convert':2 'devic':14 'friend':1 'loopback':13 'snap':6 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6539245"
  +editedAt: DateTimeImmutable @1725536935 {#2111
    date: 2024-09-05 13:48:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705469649 {#2101
    date: 2024-01-17 06:34:09.0 +01:00
  }
  +"title": 316021
}
"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 {#2069
  +user: Proxies\__CG__\App\Entity\User {#2735 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2775 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Literally-a-virus"
  +title: "Literally a virus"
  +url: "https://lemmy.world/pictrs/image/f192d5cc-1d2e-4e7c-914d-266889127755.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 508
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722084569 {#2770
    date: 2024-07-27 14:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2777 …}
  +votes: Doctrine\ORM\PersistentCollection {#2779 …}
  +reports: Doctrine\ORM\PersistentCollection {#2781 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2783 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2785 …}
  +badges: Doctrine\ORM\PersistentCollection {#2787 …}
  +children: [
    App\Entity\EntryComment {#2072
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2069 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: null
      +root: null
      +body: "Earth is developing a fever as we start shedding viruses."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1721844717 {#2073
        date: 2024-07-24 20:11:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nifty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2065 …}
      +nested: Doctrine\ORM\PersistentCollection {#2066 …}
      +votes: Doctrine\ORM\PersistentCollection {#2067 …}
      +reports: Doctrine\ORM\PersistentCollection {#2049 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2051 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2059 …}
      -id: 301073
      -bodyTs: "'develop':3 'earth':1 'fever':5 'shed':9 'start':8 'virus':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6359384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705036299 {#2068
        date: 2024-01-12 06:11:39.0 +01:00
      }
      +"title": 301073
    }
  ]
  -id: 29134
  -titleTs: "'liter':1 'virus':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705093770
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10590071"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705007370 {#2758
    date: 2024-01-11 22:09: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
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2069
  +user: Proxies\__CG__\App\Entity\User {#2735 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2775 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Literally-a-virus"
  +title: "Literally a virus"
  +url: "https://lemmy.world/pictrs/image/f192d5cc-1d2e-4e7c-914d-266889127755.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 508
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722084569 {#2770
    date: 2024-07-27 14:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2777 …}
  +votes: Doctrine\ORM\PersistentCollection {#2779 …}
  +reports: Doctrine\ORM\PersistentCollection {#2781 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2783 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2785 …}
  +badges: Doctrine\ORM\PersistentCollection {#2787 …}
  +children: [
    App\Entity\EntryComment {#2072
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2069 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: null
      +root: null
      +body: "Earth is developing a fever as we start shedding viruses."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1721844717 {#2073
        date: 2024-07-24 20:11:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nifty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2065 …}
      +nested: Doctrine\ORM\PersistentCollection {#2066 …}
      +votes: Doctrine\ORM\PersistentCollection {#2067 …}
      +reports: Doctrine\ORM\PersistentCollection {#2049 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2051 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2059 …}
      -id: 301073
      -bodyTs: "'develop':3 'earth':1 'fever':5 'shed':9 'start':8 'virus':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6359384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705036299 {#2068
        date: 2024-01-12 06:11:39.0 +01:00
      }
      +"title": 301073
    }
  ]
  -id: 29134
  -titleTs: "'liter':1 'virus':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705093770
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10590071"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705007370 {#2758
    date: 2024-01-11 22:09: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
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2069
  +user: Proxies\__CG__\App\Entity\User {#2735 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2775 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Literally-a-virus"
  +title: "Literally a virus"
  +url: "https://lemmy.world/pictrs/image/f192d5cc-1d2e-4e7c-914d-266889127755.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 508
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722084569 {#2770
    date: 2024-07-27 14:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2777 …}
  +votes: Doctrine\ORM\PersistentCollection {#2779 …}
  +reports: Doctrine\ORM\PersistentCollection {#2781 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2783 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2785 …}
  +badges: Doctrine\ORM\PersistentCollection {#2787 …}
  +children: [
    App\Entity\EntryComment {#2072
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2069 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: null
      +root: null
      +body: "Earth is developing a fever as we start shedding viruses."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1721844717 {#2073
        date: 2024-07-24 20:11:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nifty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2065 …}
      +nested: Doctrine\ORM\PersistentCollection {#2066 …}
      +votes: Doctrine\ORM\PersistentCollection {#2067 …}
      +reports: Doctrine\ORM\PersistentCollection {#2049 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2051 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2059 …}
      -id: 301073
      -bodyTs: "'develop':3 'earth':1 'fever':5 'shed':9 'start':8 'virus':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6359384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705036299 {#2068
        date: 2024-01-12 06:11:39.0 +01:00
      }
      +"title": 301073
    }
  ]
  -id: 29134
  -titleTs: "'liter':1 'virus':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705093770
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10590071"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705007370 {#2758
    date: 2024-01-11 22:09: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
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 {#2072
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2069
    +user: Proxies\__CG__\App\Entity\User {#2735 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2775 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Literally-a-virus"
    +title: "Literally a virus"
    +url: "https://lemmy.world/pictrs/image/f192d5cc-1d2e-4e7c-914d-266889127755.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 508
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722084569 {#2770
      date: 2024-07-27 14:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2777 …}
    +votes: Doctrine\ORM\PersistentCollection {#2779 …}
    +reports: Doctrine\ORM\PersistentCollection {#2781 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2783 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2785 …}
    +badges: Doctrine\ORM\PersistentCollection {#2787 …}
    +children: [
      App\Entity\EntryComment {#2072}
    ]
    -id: 29134
    -titleTs: "'liter':1 'virus':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705093770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10590071"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705007370 {#2758
      date: 2024-01-11 22:09:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: null
  +root: null
  +body: "Earth is developing a fever as we start shedding viruses."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1721844717 {#2073
    date: 2024-07-24 20:11:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nifty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2065 …}
  +nested: Doctrine\ORM\PersistentCollection {#2066 …}
  +votes: Doctrine\ORM\PersistentCollection {#2067 …}
  +reports: Doctrine\ORM\PersistentCollection {#2049 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2051 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2059 …}
  -id: 301073
  -bodyTs: "'develop':3 'earth':1 'fever':5 'shed':9 'start':8 'virus':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6359384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705036299 {#2068
    date: 2024-01-12 06:11:39.0 +01:00
  }
  +"title": 301073
}
"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 {#2072
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2069
    +user: Proxies\__CG__\App\Entity\User {#2735 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2775 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Literally-a-virus"
    +title: "Literally a virus"
    +url: "https://lemmy.world/pictrs/image/f192d5cc-1d2e-4e7c-914d-266889127755.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 508
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722084569 {#2770
      date: 2024-07-27 14:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2777 …}
    +votes: Doctrine\ORM\PersistentCollection {#2779 …}
    +reports: Doctrine\ORM\PersistentCollection {#2781 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2783 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2785 …}
    +badges: Doctrine\ORM\PersistentCollection {#2787 …}
    +children: [
      App\Entity\EntryComment {#2072}
    ]
    -id: 29134
    -titleTs: "'liter':1 'virus':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705093770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10590071"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705007370 {#2758
      date: 2024-01-11 22:09:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: null
  +root: null
  +body: "Earth is developing a fever as we start shedding viruses."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1721844717 {#2073
    date: 2024-07-24 20:11:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nifty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2065 …}
  +nested: Doctrine\ORM\PersistentCollection {#2066 …}
  +votes: Doctrine\ORM\PersistentCollection {#2067 …}
  +reports: Doctrine\ORM\PersistentCollection {#2049 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2051 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2059 …}
  -id: 301073
  -bodyTs: "'develop':3 'earth':1 'fever':5 'shed':9 'start':8 'virus':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6359384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705036299 {#2068
    date: 2024-01-12 06:11:39.0 +01:00
  }
  +"title": 301073
}
"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 {#2072
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2069
    +user: Proxies\__CG__\App\Entity\User {#2735 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2775 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Literally-a-virus"
    +title: "Literally a virus"
    +url: "https://lemmy.world/pictrs/image/f192d5cc-1d2e-4e7c-914d-266889127755.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 508
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722084569 {#2770
      date: 2024-07-27 14:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2777 …}
    +votes: Doctrine\ORM\PersistentCollection {#2779 …}
    +reports: Doctrine\ORM\PersistentCollection {#2781 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2783 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2785 …}
    +badges: Doctrine\ORM\PersistentCollection {#2787 …}
    +children: [
      App\Entity\EntryComment {#2072}
    ]
    -id: 29134
    -titleTs: "'liter':1 'virus':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705093770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10590071"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705007370 {#2758
      date: 2024-01-11 22:09:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: null
  +root: null
  +body: "Earth is developing a fever as we start shedding viruses."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1721844717 {#2073
    date: 2024-07-24 20:11:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nifty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2065 …}
  +nested: Doctrine\ORM\PersistentCollection {#2066 …}
  +votes: Doctrine\ORM\PersistentCollection {#2067 …}
  +reports: Doctrine\ORM\PersistentCollection {#2049 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2051 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2059 …}
  -id: 301073
  -bodyTs: "'develop':3 'earth':1 'fever':5 'shed':9 'start':8 'virus':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6359384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705036299 {#2068
    date: 2024-01-12 06:11:39.0 +01:00
  }
  +"title": 301073
}
"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 {#2341
  +user: Proxies\__CG__\App\Entity\User {#2755 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "We-ve-already-started-this-year-off-with-crazy-shit-What"
  +title: "We've already started this year off with crazy shit. What else do you guys think will happen this year and why?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 57
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722085424 {#2789
    date: 2024-07-27 15:03:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2794 …}
  +votes: Doctrine\ORM\PersistentCollection {#2797 …}
  +reports: Doctrine\ORM\PersistentCollection {#2799 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2801 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2803 …}
  +badges: Doctrine\ORM\PersistentCollection {#2805 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "The lack of snowpack in the US plus ocean temps that are already 6σ over historical averages are probably going to make for an “interesting” summer. As a result, I suspect crop failures are going to get a lot more coverage this year."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 37
      +score: 0
      +lastActive: DateTime @1721555084 {#2300
        date: 2024-07-21 11:44:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@weirdbeardgame@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2342 …}
      +nested: Doctrine\ORM\PersistentCollection {#2343 …}
      +votes: Doctrine\ORM\PersistentCollection {#2335 …}
      +reports: Doctrine\ORM\PersistentCollection {#2338 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2136 …}
      -id: 299797
      -bodyTs: "'6σ':14 'alreadi':13 'averag':17 'coverag':41 'crop':32 'failur':33 'get':37 'go':20,35 'histor':16 'interest':25 'lack':2 'lot':39 'make':22 'ocean':9 'plus':8 'probabl':19 'result':29 'snowpack':4 'summer':26 'suspect':31 'temp':10 'us':7 'year':43"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6336475"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705005228 {#2334
        date: 2024-01-11 21:33:48.0 +01:00
      }
      +"title": 299797
    }
  ]
  -id: 29117
  -titleTs: "'alreadi':3 'crazi':9 'els':12 'guy':15 'happen':18 'shit':10 'start':4 'think':16 've':2 'year':6,20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705089701
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10587998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705003301 {#2776
    date: 2024-01-11 21:01: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
75 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#2755 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "We-ve-already-started-this-year-off-with-crazy-shit-What"
  +title: "We've already started this year off with crazy shit. What else do you guys think will happen this year and why?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 57
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722085424 {#2789
    date: 2024-07-27 15:03:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2794 …}
  +votes: Doctrine\ORM\PersistentCollection {#2797 …}
  +reports: Doctrine\ORM\PersistentCollection {#2799 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2801 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2803 …}
  +badges: Doctrine\ORM\PersistentCollection {#2805 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "The lack of snowpack in the US plus ocean temps that are already 6σ over historical averages are probably going to make for an “interesting” summer. As a result, I suspect crop failures are going to get a lot more coverage this year."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 37
      +score: 0
      +lastActive: DateTime @1721555084 {#2300
        date: 2024-07-21 11:44:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@weirdbeardgame@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2342 …}
      +nested: Doctrine\ORM\PersistentCollection {#2343 …}
      +votes: Doctrine\ORM\PersistentCollection {#2335 …}
      +reports: Doctrine\ORM\PersistentCollection {#2338 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2136 …}
      -id: 299797
      -bodyTs: "'6σ':14 'alreadi':13 'averag':17 'coverag':41 'crop':32 'failur':33 'get':37 'go':20,35 'histor':16 'interest':25 'lack':2 'lot':39 'make':22 'ocean':9 'plus':8 'probabl':19 'result':29 'snowpack':4 'summer':26 'suspect':31 'temp':10 'us':7 'year':43"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6336475"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705005228 {#2334
        date: 2024-01-11 21:33:48.0 +01:00
      }
      +"title": 299797
    }
  ]
  -id: 29117
  -titleTs: "'alreadi':3 'crazi':9 'els':12 'guy':15 'happen':18 'shit':10 'start':4 'think':16 've':2 'year':6,20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705089701
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10587998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705003301 {#2776
    date: 2024-01-11 21:01: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
76 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#2755 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "We-ve-already-started-this-year-off-with-crazy-shit-What"
  +title: "We've already started this year off with crazy shit. What else do you guys think will happen this year and why?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 57
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722085424 {#2789
    date: 2024-07-27 15:03:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2794 …}
  +votes: Doctrine\ORM\PersistentCollection {#2797 …}
  +reports: Doctrine\ORM\PersistentCollection {#2799 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2801 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2803 …}
  +badges: Doctrine\ORM\PersistentCollection {#2805 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "The lack of snowpack in the US plus ocean temps that are already 6σ over historical averages are probably going to make for an “interesting” summer. As a result, I suspect crop failures are going to get a lot more coverage this year."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 37
      +score: 0
      +lastActive: DateTime @1721555084 {#2300
        date: 2024-07-21 11:44:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@weirdbeardgame@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2342 …}
      +nested: Doctrine\ORM\PersistentCollection {#2343 …}
      +votes: Doctrine\ORM\PersistentCollection {#2335 …}
      +reports: Doctrine\ORM\PersistentCollection {#2338 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2136 …}
      -id: 299797
      -bodyTs: "'6σ':14 'alreadi':13 'averag':17 'coverag':41 'crop':32 'failur':33 'get':37 'go':20,35 'histor':16 'interest':25 'lack':2 'lot':39 'make':22 'ocean':9 'plus':8 'probabl':19 'result':29 'snowpack':4 'summer':26 'suspect':31 'temp':10 'us':7 'year':43"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6336475"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705005228 {#2334
        date: 2024-01-11 21:33:48.0 +01:00
      }
      +"title": 299797
    }
  ]
  -id: 29117
  -titleTs: "'alreadi':3 'crazi':9 'els':12 'guy':15 'happen':18 'shit':10 'start':4 'think':16 've':2 'year':6,20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705089701
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10587998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705003301 {#2776
    date: 2024-01-11 21:01: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
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 {#2340
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2755 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "We-ve-already-started-this-year-off-with-crazy-shit-What"
    +title: "We've already started this year off with crazy shit. What else do you guys think will happen this year and why?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 57
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722085424 {#2789
      date: 2024-07-27 15:03:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2794 …}
    +votes: Doctrine\ORM\PersistentCollection {#2797 …}
    +reports: Doctrine\ORM\PersistentCollection {#2799 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2801 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2803 …}
    +badges: Doctrine\ORM\PersistentCollection {#2805 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 29117
    -titleTs: "'alreadi':3 'crazi':9 'els':12 'guy':15 'happen':18 'shit':10 'start':4 'think':16 've':2 'year':6,20"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705089701
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10587998"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705003301 {#2776
      date: 2024-01-11 21:01:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "The lack of snowpack in the US plus ocean temps that are already 6σ over historical averages are probably going to make for an “interesting” summer. As a result, I suspect crop failures are going to get a lot more coverage this year."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 37
  +score: 0
  +lastActive: DateTime @1721555084 {#2300
    date: 2024-07-21 11:44:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@weirdbeardgame@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2342 …}
  +nested: Doctrine\ORM\PersistentCollection {#2343 …}
  +votes: Doctrine\ORM\PersistentCollection {#2335 …}
  +reports: Doctrine\ORM\PersistentCollection {#2338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2136 …}
  -id: 299797
  -bodyTs: "'6σ':14 'alreadi':13 'averag':17 'coverag':41 'crop':32 'failur':33 'get':37 'go':20,35 'histor':16 'interest':25 'lack':2 'lot':39 'make':22 'ocean':9 'plus':8 'probabl':19 'result':29 'snowpack':4 'summer':26 'suspect':31 'temp':10 'us':7 'year':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6336475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705005228 {#2334
    date: 2024-01-11 21:33:48.0 +01:00
  }
  +"title": 299797
}
"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 {#2340
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2755 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "We-ve-already-started-this-year-off-with-crazy-shit-What"
    +title: "We've already started this year off with crazy shit. What else do you guys think will happen this year and why?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 57
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722085424 {#2789
      date: 2024-07-27 15:03:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2794 …}
    +votes: Doctrine\ORM\PersistentCollection {#2797 …}
    +reports: Doctrine\ORM\PersistentCollection {#2799 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2801 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2803 …}
    +badges: Doctrine\ORM\PersistentCollection {#2805 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 29117
    -titleTs: "'alreadi':3 'crazi':9 'els':12 'guy':15 'happen':18 'shit':10 'start':4 'think':16 've':2 'year':6,20"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705089701
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10587998"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705003301 {#2776
      date: 2024-01-11 21:01:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "The lack of snowpack in the US plus ocean temps that are already 6σ over historical averages are probably going to make for an “interesting” summer. As a result, I suspect crop failures are going to get a lot more coverage this year."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 37
  +score: 0
  +lastActive: DateTime @1721555084 {#2300
    date: 2024-07-21 11:44:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@weirdbeardgame@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2342 …}
  +nested: Doctrine\ORM\PersistentCollection {#2343 …}
  +votes: Doctrine\ORM\PersistentCollection {#2335 …}
  +reports: Doctrine\ORM\PersistentCollection {#2338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2136 …}
  -id: 299797
  -bodyTs: "'6σ':14 'alreadi':13 'averag':17 'coverag':41 'crop':32 'failur':33 'get':37 'go':20,35 'histor':16 'interest':25 'lack':2 'lot':39 'make':22 'ocean':9 'plus':8 'probabl':19 'result':29 'snowpack':4 'summer':26 'suspect':31 'temp':10 'us':7 'year':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6336475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705005228 {#2334
    date: 2024-01-11 21:33:48.0 +01:00
  }
  +"title": 299797
}
"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 {#2340
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2755 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "We-ve-already-started-this-year-off-with-crazy-shit-What"
    +title: "We've already started this year off with crazy shit. What else do you guys think will happen this year and why?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 57
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722085424 {#2789
      date: 2024-07-27 15:03:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2794 …}
    +votes: Doctrine\ORM\PersistentCollection {#2797 …}
    +reports: Doctrine\ORM\PersistentCollection {#2799 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2801 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2803 …}
    +badges: Doctrine\ORM\PersistentCollection {#2805 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 29117
    -titleTs: "'alreadi':3 'crazi':9 'els':12 'guy':15 'happen':18 'shit':10 'start':4 'think':16 've':2 'year':6,20"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705089701
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10587998"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705003301 {#2776
      date: 2024-01-11 21:01:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "The lack of snowpack in the US plus ocean temps that are already 6σ over historical averages are probably going to make for an “interesting” summer. As a result, I suspect crop failures are going to get a lot more coverage this year."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 37
  +score: 0
  +lastActive: DateTime @1721555084 {#2300
    date: 2024-07-21 11:44:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@weirdbeardgame@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2342 …}
  +nested: Doctrine\ORM\PersistentCollection {#2343 …}
  +votes: Doctrine\ORM\PersistentCollection {#2335 …}
  +reports: Doctrine\ORM\PersistentCollection {#2338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2143 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2136 …}
  -id: 299797
  -bodyTs: "'6σ':14 'alreadi':13 'averag':17 'coverag':41 'crop':32 'failur':33 'get':37 'go':20,35 'histor':16 'interest':25 'lack':2 'lot':39 'make':22 'ocean':9 'plus':8 'probabl':19 'result':29 'snowpack':4 'summer':26 'suspect':31 'temp':10 'us':7 'year':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6336475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705005228 {#2334
    date: 2024-01-11 21:33:48.0 +01:00
  }
  +"title": 299797
}
"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 {#2132
  +user: Proxies\__CG__\App\Entity\User {#2773 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Tools-of-the-Trade"
  +title: "Tools of the Trade"
  +url: null
  +body: """
    What are some lesser known items or tricks in your profession that most people don’t know about?\n
    \n
    For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721571612 {#2807
    date: 2024-07-21 16:20:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2812 …}
  +votes: Doctrine\ORM\PersistentCollection {#2815 …}
  +reports: Doctrine\ORM\PersistentCollection {#2817 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
  +badges: Doctrine\ORM\PersistentCollection {#2823 …}
  +children: [
    1 => App\Entity\EntryComment {#2131
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1720635875 {#2133
        date: 2024-07-10 20:24:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2138 …}
      +nested: Doctrine\ORM\PersistentCollection {#2345 …}
      +votes: Doctrine\ORM\PersistentCollection {#2330 …}
      +reports: Doctrine\ORM\PersistentCollection {#2346 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
      -id: 298355
      -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6320630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704951575 {#2129
        date: 2024-01-11 06:39:35.0 +01:00
      }
      +"title": 298355
    }
    0 => App\Entity\EntryComment {#2060
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
      +root: App\Entity\EntryComment {#2131}
      +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704954753 {#2042
        date: 2024-01-11 07:32:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
        "@Bishma@discuss.tchncs.de"
        "@Toes@ani.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2331 …}
      +nested: Doctrine\ORM\PersistentCollection {#2289 …}
      +votes: Doctrine\ORM\PersistentCollection {#2326 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
      -id: 298414
      -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6321534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704954753 {#2141
        date: 2024-01-11 07:32:33.0 +01:00
      }
      +"title": 298414
    }
  ]
  -id: 28882
  -titleTs: "'tool':1 'trade':4"
  -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705035198
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8220947"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704948798 {#2795
    date: 2024-01-11 05:53:18.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 {#2132
  +user: Proxies\__CG__\App\Entity\User {#2773 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Tools-of-the-Trade"
  +title: "Tools of the Trade"
  +url: null
  +body: """
    What are some lesser known items or tricks in your profession that most people don’t know about?\n
    \n
    For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721571612 {#2807
    date: 2024-07-21 16:20:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2812 …}
  +votes: Doctrine\ORM\PersistentCollection {#2815 …}
  +reports: Doctrine\ORM\PersistentCollection {#2817 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
  +badges: Doctrine\ORM\PersistentCollection {#2823 …}
  +children: [
    1 => App\Entity\EntryComment {#2131
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1720635875 {#2133
        date: 2024-07-10 20:24:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2138 …}
      +nested: Doctrine\ORM\PersistentCollection {#2345 …}
      +votes: Doctrine\ORM\PersistentCollection {#2330 …}
      +reports: Doctrine\ORM\PersistentCollection {#2346 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
      -id: 298355
      -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6320630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704951575 {#2129
        date: 2024-01-11 06:39:35.0 +01:00
      }
      +"title": 298355
    }
    0 => App\Entity\EntryComment {#2060
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
      +root: App\Entity\EntryComment {#2131}
      +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704954753 {#2042
        date: 2024-01-11 07:32:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
        "@Bishma@discuss.tchncs.de"
        "@Toes@ani.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2331 …}
      +nested: Doctrine\ORM\PersistentCollection {#2289 …}
      +votes: Doctrine\ORM\PersistentCollection {#2326 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
      -id: 298414
      -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6321534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704954753 {#2141
        date: 2024-01-11 07:32:33.0 +01:00
      }
      +"title": 298414
    }
  ]
  -id: 28882
  -titleTs: "'tool':1 'trade':4"
  -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705035198
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8220947"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704948798 {#2795
    date: 2024-01-11 05:53:18.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 {#2132
  +user: Proxies\__CG__\App\Entity\User {#2773 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Tools-of-the-Trade"
  +title: "Tools of the Trade"
  +url: null
  +body: """
    What are some lesser known items or tricks in your profession that most people don’t know about?\n
    \n
    For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721571612 {#2807
    date: 2024-07-21 16:20:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2812 …}
  +votes: Doctrine\ORM\PersistentCollection {#2815 …}
  +reports: Doctrine\ORM\PersistentCollection {#2817 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
  +badges: Doctrine\ORM\PersistentCollection {#2823 …}
  +children: [
    1 => App\Entity\EntryComment {#2131
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1720635875 {#2133
        date: 2024-07-10 20:24:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2138 …}
      +nested: Doctrine\ORM\PersistentCollection {#2345 …}
      +votes: Doctrine\ORM\PersistentCollection {#2330 …}
      +reports: Doctrine\ORM\PersistentCollection {#2346 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
      -id: 298355
      -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6320630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704951575 {#2129
        date: 2024-01-11 06:39:35.0 +01:00
      }
      +"title": 298355
    }
    0 => App\Entity\EntryComment {#2060
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
      +root: App\Entity\EntryComment {#2131}
      +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704954753 {#2042
        date: 2024-01-11 07:32:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
        "@Bishma@discuss.tchncs.de"
        "@Toes@ani.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2331 …}
      +nested: Doctrine\ORM\PersistentCollection {#2289 …}
      +votes: Doctrine\ORM\PersistentCollection {#2326 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
      -id: 298414
      -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6321534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704954753 {#2141
        date: 2024-01-11 07:32:33.0 +01:00
      }
      +"title": 298414
    }
  ]
  -id: 28882
  -titleTs: "'tool':1 'trade':4"
  -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705035198
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8220947"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704948798 {#2795
    date: 2024-01-11 05:53:18.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 {#2131
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2132
    +user: Proxies\__CG__\App\Entity\User {#2773 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Tools-of-the-Trade"
    +title: "Tools of the Trade"
    +url: null
    +body: """
      What are some lesser known items or tricks in your profession that most people don’t know about?\n
      \n
      For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721571612 {#2807
      date: 2024-07-21 16:20:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2812 …}
    +votes: Doctrine\ORM\PersistentCollection {#2815 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
    +badges: Doctrine\ORM\PersistentCollection {#2823 …}
    +children: [
      1 => App\Entity\EntryComment {#2131}
      0 => App\Entity\EntryComment {#2060
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
        +root: App\Entity\EntryComment {#2131}
        +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704954753 {#2042
          date: 2024-01-11 07:32:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fortniteplaya@lemmy.zip"
          "@Bishma@discuss.tchncs.de"
          "@Toes@ani.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2331 …}
        +nested: Doctrine\ORM\PersistentCollection {#2289 …}
        +votes: Doctrine\ORM\PersistentCollection {#2326 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
        -id: 298414
        -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6321534"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704954753 {#2141
          date: 2024-01-11 07:32:33.0 +01:00
        }
        +"title": 298414
      }
    ]
    -id: 28882
    -titleTs: "'tool':1 'trade':4"
    -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705035198
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8220947"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704948798 {#2795
      date: 2024-01-11 05:53:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1720635875 {#2133
    date: 2024-07-10 20:24:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2138 …}
  +nested: Doctrine\ORM\PersistentCollection {#2345 …}
  +votes: Doctrine\ORM\PersistentCollection {#2330 …}
  +reports: Doctrine\ORM\PersistentCollection {#2346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
  -id: 298355
  -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6320630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704951575 {#2129
    date: 2024-01-11 06:39:35.0 +01:00
  }
  +"title": 298355
}
"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 {#2131
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2132
    +user: Proxies\__CG__\App\Entity\User {#2773 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Tools-of-the-Trade"
    +title: "Tools of the Trade"
    +url: null
    +body: """
      What are some lesser known items or tricks in your profession that most people don’t know about?\n
      \n
      For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721571612 {#2807
      date: 2024-07-21 16:20:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2812 …}
    +votes: Doctrine\ORM\PersistentCollection {#2815 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
    +badges: Doctrine\ORM\PersistentCollection {#2823 …}
    +children: [
      1 => App\Entity\EntryComment {#2131}
      0 => App\Entity\EntryComment {#2060
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
        +root: App\Entity\EntryComment {#2131}
        +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704954753 {#2042
          date: 2024-01-11 07:32:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fortniteplaya@lemmy.zip"
          "@Bishma@discuss.tchncs.de"
          "@Toes@ani.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2331 …}
        +nested: Doctrine\ORM\PersistentCollection {#2289 …}
        +votes: Doctrine\ORM\PersistentCollection {#2326 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
        -id: 298414
        -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6321534"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704954753 {#2141
          date: 2024-01-11 07:32:33.0 +01:00
        }
        +"title": 298414
      }
    ]
    -id: 28882
    -titleTs: "'tool':1 'trade':4"
    -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705035198
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8220947"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704948798 {#2795
      date: 2024-01-11 05:53:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1720635875 {#2133
    date: 2024-07-10 20:24:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2138 …}
  +nested: Doctrine\ORM\PersistentCollection {#2345 …}
  +votes: Doctrine\ORM\PersistentCollection {#2330 …}
  +reports: Doctrine\ORM\PersistentCollection {#2346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
  -id: 298355
  -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6320630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704951575 {#2129
    date: 2024-01-11 06:39:35.0 +01:00
  }
  +"title": 298355
}
"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 {#2131
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2132
    +user: Proxies\__CG__\App\Entity\User {#2773 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Tools-of-the-Trade"
    +title: "Tools of the Trade"
    +url: null
    +body: """
      What are some lesser known items or tricks in your profession that most people don’t know about?\n
      \n
      For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721571612 {#2807
      date: 2024-07-21 16:20:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2812 …}
    +votes: Doctrine\ORM\PersistentCollection {#2815 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
    +badges: Doctrine\ORM\PersistentCollection {#2823 …}
    +children: [
      1 => App\Entity\EntryComment {#2131}
      0 => App\Entity\EntryComment {#2060
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
        +root: App\Entity\EntryComment {#2131}
        +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704954753 {#2042
          date: 2024-01-11 07:32:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fortniteplaya@lemmy.zip"
          "@Bishma@discuss.tchncs.de"
          "@Toes@ani.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2331 …}
        +nested: Doctrine\ORM\PersistentCollection {#2289 …}
        +votes: Doctrine\ORM\PersistentCollection {#2326 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
        -id: 298414
        -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6321534"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704954753 {#2141
          date: 2024-01-11 07:32:33.0 +01:00
        }
        +"title": 298414
      }
    ]
    -id: 28882
    -titleTs: "'tool':1 'trade':4"
    -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705035198
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8220947"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704948798 {#2795
      date: 2024-01-11 05:53:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1720635875 {#2133
    date: 2024-07-10 20:24:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2138 …}
  +nested: Doctrine\ORM\PersistentCollection {#2345 …}
  +votes: Doctrine\ORM\PersistentCollection {#2330 …}
  +reports: Doctrine\ORM\PersistentCollection {#2346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
  -id: 298355
  -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6320630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704951575 {#2129
    date: 2024-01-11 06:39:35.0 +01:00
  }
  +"title": 298355
}
"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 {#2060
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2132
    +user: Proxies\__CG__\App\Entity\User {#2773 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Tools-of-the-Trade"
    +title: "Tools of the Trade"
    +url: null
    +body: """
      What are some lesser known items or tricks in your profession that most people don’t know about?\n
      \n
      For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721571612 {#2807
      date: 2024-07-21 16:20:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2812 …}
    +votes: Doctrine\ORM\PersistentCollection {#2815 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
    +badges: Doctrine\ORM\PersistentCollection {#2823 …}
    +children: [
      1 => App\Entity\EntryComment {#2131
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1720635875 {#2133
          date: 2024-07-10 20:24:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fortniteplaya@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2138 …}
        +nested: Doctrine\ORM\PersistentCollection {#2345 …}
        +votes: Doctrine\ORM\PersistentCollection {#2330 …}
        +reports: Doctrine\ORM\PersistentCollection {#2346 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
        -id: 298355
        -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6320630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704951575 {#2129
          date: 2024-01-11 06:39:35.0 +01:00
        }
        +"title": 298355
      }
      0 => App\Entity\EntryComment {#2060}
    ]
    -id: 28882
    -titleTs: "'tool':1 'trade':4"
    -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705035198
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8220947"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704948798 {#2795
      date: 2024-01-11 05:53:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
  +root: App\Entity\EntryComment {#2131}
  +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704954753 {#2042
    date: 2024-01-11 07:32:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
    "@Bishma@discuss.tchncs.de"
    "@Toes@ani.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2331 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2326 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
  -id: 298414
  -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6321534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704954753 {#2141
    date: 2024-01-11 07:32:33.0 +01:00
  }
  +"title": 298414
}
"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 {#2060
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2132
    +user: Proxies\__CG__\App\Entity\User {#2773 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Tools-of-the-Trade"
    +title: "Tools of the Trade"
    +url: null
    +body: """
      What are some lesser known items or tricks in your profession that most people don’t know about?\n
      \n
      For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721571612 {#2807
      date: 2024-07-21 16:20:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2812 …}
    +votes: Doctrine\ORM\PersistentCollection {#2815 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
    +badges: Doctrine\ORM\PersistentCollection {#2823 …}
    +children: [
      1 => App\Entity\EntryComment {#2131
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1720635875 {#2133
          date: 2024-07-10 20:24:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fortniteplaya@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2138 …}
        +nested: Doctrine\ORM\PersistentCollection {#2345 …}
        +votes: Doctrine\ORM\PersistentCollection {#2330 …}
        +reports: Doctrine\ORM\PersistentCollection {#2346 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
        -id: 298355
        -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6320630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704951575 {#2129
          date: 2024-01-11 06:39:35.0 +01:00
        }
        +"title": 298355
      }
      0 => App\Entity\EntryComment {#2060}
    ]
    -id: 28882
    -titleTs: "'tool':1 'trade':4"
    -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705035198
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8220947"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704948798 {#2795
      date: 2024-01-11 05:53:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
  +root: App\Entity\EntryComment {#2131}
  +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704954753 {#2042
    date: 2024-01-11 07:32:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
    "@Bishma@discuss.tchncs.de"
    "@Toes@ani.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2331 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2326 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
  -id: 298414
  -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6321534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704954753 {#2141
    date: 2024-01-11 07:32:33.0 +01:00
  }
  +"title": 298414
}
"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 {#2060
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2132
    +user: Proxies\__CG__\App\Entity\User {#2773 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Tools-of-the-Trade"
    +title: "Tools of the Trade"
    +url: null
    +body: """
      What are some lesser known items or tricks in your profession that most people don’t know about?\n
      \n
      For me one thing would be Thrift drain cleaner. I was having issues with my drains being clogged and nothing really worked, but looking around on forums and advice from plumbers lead me to Thrift and now my drains work great.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721571612 {#2807
      date: 2024-07-21 16:20:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2812 …}
    +votes: Doctrine\ORM\PersistentCollection {#2815 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2819 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2821 …}
    +badges: Doctrine\ORM\PersistentCollection {#2823 …}
    +children: [
      1 => App\Entity\EntryComment {#2131
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2132 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: "[HAProxy](https://www.haproxy.com/) is really powerful load balancing software. Not only does it go above and beyond on features but it handles a really large volume of traffic on very little compute. For example I ran a site with 350hits/sec base traffic (that regularly bell curved up to 500hits/sec) on 4 HAProxy instances running on [t3](https://aws.amazon.com/ec2/instance-types/t3/).micro EC2 instances and I was terminating TLS on 20,000 domains at HAProxy. And if you’re in a position where you need to pay for support they will bend over backward to help."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1720635875 {#2133
          date: 2024-07-10 20:24:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fortniteplaya@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2138 …}
        +nested: Doctrine\ORM\PersistentCollection {#2345 …}
        +votes: Doctrine\ORM\PersistentCollection {#2330 …}
        +reports: Doctrine\ORM\PersistentCollection {#2346 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2347 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2344 …}
        -id: 298355
        -bodyTs: "'/)':4 '/ec2/instance-types/t3/).micro':60 '000':70 '20':69 '350hits/sec':41 '4':52 '500hits/sec':50 'aws.amazon.com':59 'aws.amazon.com/ec2/instance-types/t3/).micro':58 'backward':92 'balanc':9 'base':42 'bell':46 'bend':90 'beyond':18 'comput':33 'curv':47 'domain':71 'ec2':61 'exampl':35 'featur':20 'go':15 'handl':23 'haproxi':1,53,73 'help':94 'instanc':54,62 'larg':26 'littl':32 'load':8 'need':83 'pay':85 'posit':80 'power':7 'ran':37 're':77 'realli':6,25 'regular':45 'run':55 'site':39 'softwar':10 'support':87 't3':57 'termin':66 'tls':67 'traffic':29,43 'volum':27 'www.haproxy.com':3 'www.haproxy.com/)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6320630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704951575 {#2129
          date: 2024-01-11 06:39:35.0 +01:00
        }
        +"title": 298355
      }
      0 => App\Entity\EntryComment {#2060}
    ]
    -id: 28882
    -titleTs: "'tool':1 'trade':4"
    -bodyTs: "'advic':47 'around':43 'cleaner':27 'clog':36 'drain':26,34,57 'forum':45 'great':59 'issu':31 'item':6 'know':17 'known':5 'lead':50 'lesser':4 'look':42 'noth':38 'one':21 'peopl':14 'plumber':49 'profess':11 'realli':39 'thing':22 'thrift':25,53 'trick':8 'work':40,58 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705035198
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8220947"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704948798 {#2795
      date: 2024-01-11 05:53:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
  +root: App\Entity\EntryComment {#2131}
  +body: "I haven’t done it myself, but I know Vimeo was one of their keynote speakers speakers a few years ago as a high profile customer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704954753 {#2042
    date: 2024-01-11 07:32:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
    "@Bishma@discuss.tchncs.de"
    "@Toes@ani.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2331 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2326 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
  -id: 298414
  -bodyTs: "'ago':21 'custom':26 'done':4 'haven':2 'high':24 'keynot':15 'know':9 'one':12 'profil':25 'speaker':16,17 'vimeo':10 'year':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6321534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704954753 {#2141
    date: 2024-01-11 07:32:33.0 +01:00
  }
  +"title": 298414
}
"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 {#2061
  +user: Proxies\__CG__\App\Entity\User {#2134 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
  +title: "What's the funniest mishearing of song lyrics you've had?"
  +url: null
  +body: """
    **Tears in Heaven**\n
    \n
    [chorus] I must be strong == I must destroy\n
    \n
    Lets hear em
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723107901 {#2633
    date: 2024-08-08 11:05:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2638 …}
  +votes: Doctrine\ORM\PersistentCollection {#2648 …}
  +reports: Doctrine\ORM\PersistentCollection {#2650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
  +badges: Doctrine\ORM\PersistentCollection {#2656 …}
  +children: [
    1 => App\Entity\EntryComment {#2075
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The Toadies “Possum Kingdom”\n
        \n
        > I’m not gonna lie  \n
        > I’ll not be a gentleman  \n
        > Behind the boathouse  \n
        > I’ll show you my dark secret dashiki
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704923618 {#2037
        date: 2024-01-10 22:53:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2079 …}
      +nested: Doctrine\ORM\PersistentCollection {#2078 …}
      +votes: Doctrine\ORM\PersistentCollection {#2097 …}
      +reports: Doctrine\ORM\PersistentCollection {#2082 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
      -id: 297544
      -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6311056"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704923618 {#2144
        date: 2024-01-10 22:53:38.0 +01:00
      }
      +"title": 297544
    }
    0 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
      +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704923690 {#2098
        date: 2024-01-10 22:54:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
        "@Gregorech@lemmy.world"
        "@themeatbridge@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2088 …}
      +nested: Doctrine\ORM\PersistentCollection {#2087 …}
      +votes: Doctrine\ORM\PersistentCollection {#2086 …}
      +reports: Doctrine\ORM\PersistentCollection {#2093 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
      -id: 297545
      -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6311084"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704923690 {#2063
        date: 2024-01-10 22:54:50.0 +01:00
      }
      +"title": 297545
    }
  ]
  -id: 28760
  -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
  -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008300
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10551726"
  +editedAt: DateTimeImmutable @1720337229 {#2557
    date: 2024-07-07 09:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704921900 {#2516
    date: 2024-01-10 22:25: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
95 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2061
  +user: Proxies\__CG__\App\Entity\User {#2134 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
  +title: "What's the funniest mishearing of song lyrics you've had?"
  +url: null
  +body: """
    **Tears in Heaven**\n
    \n
    [chorus] I must be strong == I must destroy\n
    \n
    Lets hear em
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723107901 {#2633
    date: 2024-08-08 11:05:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2638 …}
  +votes: Doctrine\ORM\PersistentCollection {#2648 …}
  +reports: Doctrine\ORM\PersistentCollection {#2650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
  +badges: Doctrine\ORM\PersistentCollection {#2656 …}
  +children: [
    1 => App\Entity\EntryComment {#2075
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The Toadies “Possum Kingdom”\n
        \n
        > I’m not gonna lie  \n
        > I’ll not be a gentleman  \n
        > Behind the boathouse  \n
        > I’ll show you my dark secret dashiki
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704923618 {#2037
        date: 2024-01-10 22:53:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2079 …}
      +nested: Doctrine\ORM\PersistentCollection {#2078 …}
      +votes: Doctrine\ORM\PersistentCollection {#2097 …}
      +reports: Doctrine\ORM\PersistentCollection {#2082 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
      -id: 297544
      -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6311056"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704923618 {#2144
        date: 2024-01-10 22:53:38.0 +01:00
      }
      +"title": 297544
    }
    0 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
      +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704923690 {#2098
        date: 2024-01-10 22:54:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
        "@Gregorech@lemmy.world"
        "@themeatbridge@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2088 …}
      +nested: Doctrine\ORM\PersistentCollection {#2087 …}
      +votes: Doctrine\ORM\PersistentCollection {#2086 …}
      +reports: Doctrine\ORM\PersistentCollection {#2093 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
      -id: 297545
      -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6311084"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704923690 {#2063
        date: 2024-01-10 22:54:50.0 +01:00
      }
      +"title": 297545
    }
  ]
  -id: 28760
  -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
  -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008300
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10551726"
  +editedAt: DateTimeImmutable @1720337229 {#2557
    date: 2024-07-07 09:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704921900 {#2516
    date: 2024-01-10 22:25: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
96 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2061
  +user: Proxies\__CG__\App\Entity\User {#2134 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
  +title: "What's the funniest mishearing of song lyrics you've had?"
  +url: null
  +body: """
    **Tears in Heaven**\n
    \n
    [chorus] I must be strong == I must destroy\n
    \n
    Lets hear em
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723107901 {#2633
    date: 2024-08-08 11:05:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2638 …}
  +votes: Doctrine\ORM\PersistentCollection {#2648 …}
  +reports: Doctrine\ORM\PersistentCollection {#2650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
  +badges: Doctrine\ORM\PersistentCollection {#2656 …}
  +children: [
    1 => App\Entity\EntryComment {#2075
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The Toadies “Possum Kingdom”\n
        \n
        > I’m not gonna lie  \n
        > I’ll not be a gentleman  \n
        > Behind the boathouse  \n
        > I’ll show you my dark secret dashiki
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704923618 {#2037
        date: 2024-01-10 22:53:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2079 …}
      +nested: Doctrine\ORM\PersistentCollection {#2078 …}
      +votes: Doctrine\ORM\PersistentCollection {#2097 …}
      +reports: Doctrine\ORM\PersistentCollection {#2082 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
      -id: 297544
      -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6311056"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704923618 {#2144
        date: 2024-01-10 22:53:38.0 +01:00
      }
      +"title": 297544
    }
    0 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
      +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704923690 {#2098
        date: 2024-01-10 22:54:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
        "@Gregorech@lemmy.world"
        "@themeatbridge@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2088 …}
      +nested: Doctrine\ORM\PersistentCollection {#2087 …}
      +votes: Doctrine\ORM\PersistentCollection {#2086 …}
      +reports: Doctrine\ORM\PersistentCollection {#2093 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
      -id: 297545
      -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6311084"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704923690 {#2063
        date: 2024-01-10 22:54:50.0 +01:00
      }
      +"title": 297545
    }
  ]
  -id: 28760
  -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
  -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008300
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10551726"
  +editedAt: DateTimeImmutable @1720337229 {#2557
    date: 2024-07-07 09:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704921900 {#2516
    date: 2024-01-10 22:25: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
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 {#2075
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#2633
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2638 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2650 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
    +badges: Doctrine\ORM\PersistentCollection {#2656 …}
    +children: [
      1 => App\Entity\EntryComment {#2075}
      0 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
        +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704923690 {#2098
          date: 2024-01-10 22:54:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
          "@Gregorech@lemmy.world"
          "@themeatbridge@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2088 …}
        +nested: Doctrine\ORM\PersistentCollection {#2087 …}
        +votes: Doctrine\ORM\PersistentCollection {#2086 …}
        +reports: Doctrine\ORM\PersistentCollection {#2093 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
        -id: 297545
        -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6311084"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704923690 {#2063
          date: 2024-01-10 22:54:50.0 +01:00
        }
        +"title": 297545
      }
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2557
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2516
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The Toadies “Possum Kingdom”\n
    \n
    > I’m not gonna lie  \n
    > I’ll not be a gentleman  \n
    > Behind the boathouse  \n
    > I’ll show you my dark secret dashiki
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704923618 {#2037
    date: 2024-01-10 22:53:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2079 …}
  +nested: Doctrine\ORM\PersistentCollection {#2078 …}
  +votes: Doctrine\ORM\PersistentCollection {#2097 …}
  +reports: Doctrine\ORM\PersistentCollection {#2082 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
  -id: 297544
  -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6311056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704923618 {#2144
    date: 2024-01-10 22:53:38.0 +01:00
  }
  +"title": 297544
}
"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 {#2075
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#2633
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2638 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2650 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
    +badges: Doctrine\ORM\PersistentCollection {#2656 …}
    +children: [
      1 => App\Entity\EntryComment {#2075}
      0 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
        +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704923690 {#2098
          date: 2024-01-10 22:54:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
          "@Gregorech@lemmy.world"
          "@themeatbridge@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2088 …}
        +nested: Doctrine\ORM\PersistentCollection {#2087 …}
        +votes: Doctrine\ORM\PersistentCollection {#2086 …}
        +reports: Doctrine\ORM\PersistentCollection {#2093 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
        -id: 297545
        -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6311084"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704923690 {#2063
          date: 2024-01-10 22:54:50.0 +01:00
        }
        +"title": 297545
      }
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2557
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2516
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The Toadies “Possum Kingdom”\n
    \n
    > I’m not gonna lie  \n
    > I’ll not be a gentleman  \n
    > Behind the boathouse  \n
    > I’ll show you my dark secret dashiki
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704923618 {#2037
    date: 2024-01-10 22:53:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2079 …}
  +nested: Doctrine\ORM\PersistentCollection {#2078 …}
  +votes: Doctrine\ORM\PersistentCollection {#2097 …}
  +reports: Doctrine\ORM\PersistentCollection {#2082 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
  -id: 297544
  -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6311056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704923618 {#2144
    date: 2024-01-10 22:53:38.0 +01:00
  }
  +"title": 297544
}
"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 {#2075
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#2633
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2638 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2650 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
    +badges: Doctrine\ORM\PersistentCollection {#2656 …}
    +children: [
      1 => App\Entity\EntryComment {#2075}
      0 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
        +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704923690 {#2098
          date: 2024-01-10 22:54:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
          "@Gregorech@lemmy.world"
          "@themeatbridge@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2088 …}
        +nested: Doctrine\ORM\PersistentCollection {#2087 …}
        +votes: Doctrine\ORM\PersistentCollection {#2086 …}
        +reports: Doctrine\ORM\PersistentCollection {#2093 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
        -id: 297545
        -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6311084"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704923690 {#2063
          date: 2024-01-10 22:54:50.0 +01:00
        }
        +"title": 297545
      }
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2557
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2516
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The Toadies “Possum Kingdom”\n
    \n
    > I’m not gonna lie  \n
    > I’ll not be a gentleman  \n
    > Behind the boathouse  \n
    > I’ll show you my dark secret dashiki
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704923618 {#2037
    date: 2024-01-10 22:53:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2079 …}
  +nested: Doctrine\ORM\PersistentCollection {#2078 …}
  +votes: Doctrine\ORM\PersistentCollection {#2097 …}
  +reports: Doctrine\ORM\PersistentCollection {#2082 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
  -id: 297544
  -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6311056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704923618 {#2144
    date: 2024-01-10 22:53:38.0 +01:00
  }
  +"title": 297544
}
"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 {#2080
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#2633
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2638 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2650 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
    +badges: Doctrine\ORM\PersistentCollection {#2656 …}
    +children: [
      1 => App\Entity\EntryComment {#2075
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The Toadies “Possum Kingdom”\n
          \n
          > I’m not gonna lie  \n
          > I’ll not be a gentleman  \n
          > Behind the boathouse  \n
          > I’ll show you my dark secret dashiki
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1704923618 {#2037
          date: 2024-01-10 22:53:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2079 …}
        +nested: Doctrine\ORM\PersistentCollection {#2078 …}
        +votes: Doctrine\ORM\PersistentCollection {#2097 …}
        +reports: Doctrine\ORM\PersistentCollection {#2082 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
        -id: 297544
        -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6311056"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704923618 {#2144
          date: 2024-01-10 22:53:38.0 +01:00
        }
        +"title": 297544
      }
      0 => App\Entity\EntryComment {#2080}
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2557
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2516
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
  +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704923690 {#2098
    date: 2024-01-10 22:54:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
    "@Gregorech@lemmy.world"
    "@themeatbridge@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2088 …}
  +nested: Doctrine\ORM\PersistentCollection {#2087 …}
  +votes: Doctrine\ORM\PersistentCollection {#2086 …}
  +reports: Doctrine\ORM\PersistentCollection {#2093 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
  -id: 297545
  -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6311084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704923690 {#2063
    date: 2024-01-10 22:54:50.0 +01:00
  }
  +"title": 297545
}
"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 {#2080
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#2633
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2638 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2650 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
    +badges: Doctrine\ORM\PersistentCollection {#2656 …}
    +children: [
      1 => App\Entity\EntryComment {#2075
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The Toadies “Possum Kingdom”\n
          \n
          > I’m not gonna lie  \n
          > I’ll not be a gentleman  \n
          > Behind the boathouse  \n
          > I’ll show you my dark secret dashiki
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1704923618 {#2037
          date: 2024-01-10 22:53:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2079 …}
        +nested: Doctrine\ORM\PersistentCollection {#2078 …}
        +votes: Doctrine\ORM\PersistentCollection {#2097 …}
        +reports: Doctrine\ORM\PersistentCollection {#2082 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
        -id: 297544
        -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6311056"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704923618 {#2144
          date: 2024-01-10 22:53:38.0 +01:00
        }
        +"title": 297544
      }
      0 => App\Entity\EntryComment {#2080}
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2557
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2516
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
  +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704923690 {#2098
    date: 2024-01-10 22:54:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
    "@Gregorech@lemmy.world"
    "@themeatbridge@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2088 …}
  +nested: Doctrine\ORM\PersistentCollection {#2087 …}
  +votes: Doctrine\ORM\PersistentCollection {#2086 …}
  +reports: Doctrine\ORM\PersistentCollection {#2093 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
  -id: 297545
  -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6311084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704923690 {#2063
    date: 2024-01-10 22:54:50.0 +01:00
  }
  +"title": 297545
}
"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 {#2080
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#2633
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2638 …}
    +votes: Doctrine\ORM\PersistentCollection {#2648 …}
    +reports: Doctrine\ORM\PersistentCollection {#2650 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2652 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2654 …}
    +badges: Doctrine\ORM\PersistentCollection {#2656 …}
    +children: [
      1 => App\Entity\EntryComment {#2075
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The Toadies “Possum Kingdom”\n
          \n
          > I’m not gonna lie  \n
          > I’ll not be a gentleman  \n
          > Behind the boathouse  \n
          > I’ll show you my dark secret dashiki
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1704923618 {#2037
          date: 2024-01-10 22:53:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2079 …}
        +nested: Doctrine\ORM\PersistentCollection {#2078 …}
        +votes: Doctrine\ORM\PersistentCollection {#2097 …}
        +reports: Doctrine\ORM\PersistentCollection {#2082 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2081 …}
        -id: 297544
        -bodyTs: "'behind':16 'boathous':18 'dark':24 'dashiki':26 'gentleman':15 'gonna':8 'kingdom':4 'lie':9 'll':11,20 'm':6 'possum':3 'secret':25 'show':21 'toadi':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/6311056"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704923618 {#2144
          date: 2024-01-10 22:53:38.0 +01:00
        }
        +"title": 297544
      }
      0 => App\Entity\EntryComment {#2080}
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2557
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2516
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2089 …}
  +body: "Yellow Ledbetter doesn’t count. It’s mumbled in recordings because the lyrics change over time to adapt to whatever conflict we’re currently wasting life on."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704923690 {#2098
    date: 2024-01-10 22:54:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
    "@Gregorech@lemmy.world"
    "@themeatbridge@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2088 …}
  +nested: Doctrine\ORM\PersistentCollection {#2087 …}
  +votes: Doctrine\ORM\PersistentCollection {#2086 …}
  +reports: Doctrine\ORM\PersistentCollection {#2093 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2094 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2140 …}
  -id: 297545
  -bodyTs: "'adapt':18 'chang':14 'conflict':21 'count':5 'current':24 'doesn':3 'ledbett':2 'life':26 'lyric':13 'mumbl':8 're':23 'record':10 'time':16 'wast':25 'whatev':20 'yellow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6311084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704923690 {#2063
    date: 2024-01-10 22:54:50.0 +01:00
  }
  +"title": 297545
}
"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
Proxies\__CG__\App\Entity\Entry {#2025
  +user: Proxies\__CG__\App\Entity\User {#2134 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-s-your-favorite-piece-of-bullshit-advice"
  +title: "What's your favorite piece of bullshit advice?"
  +url: null
  +body: """
    **If you swallow appleseed(s)**\n
    \n
    > Smoke some cigarettes. The smoke will suffocate the bacteria\n
    \n
    —Mac
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 137
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720860468 {#2844
    date: 2024-07-13 10:47:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2849 …}
  +votes: Doctrine\ORM\PersistentCollection {#2852 …}
  +reports: Doctrine\ORM\PersistentCollection {#2854 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
  +badges: Doctrine\ORM\PersistentCollection {#2860 …}
  +children: [
    App\Entity\EntryComment {#2018
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2025 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "“Your ____ hurts? Stub your toe then you won’t notice it as much.”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1720754716 {#2024
        date: 2024-07-12 05:25:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2021 …}
      +votes: Doctrine\ORM\PersistentCollection {#2029 …}
      +reports: Doctrine\ORM\PersistentCollection {#2020 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
      -id: 297529
      -bodyTs: "'hurt':2 'much':13 'notic':10 'stub':3 'toe':5 'won':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6303664"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704902191 {#2022
        date: 2024-01-10 16:56:31.0 +01:00
      }
      +"title": 297529
    }
  ]
  -id: 28656
  -titleTs: "'advic':8 'bullshit':7 'favorit':4 'piec':5"
  -bodyTs: "'applese':4 'bacteria':14 'cigarett':8 'mac':15 'smoke':6,10 'suffoc':12 'swallow':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704988138
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10540367"
  +editedAt: DateTimeImmutable @1720124911 {#2831
    date: 2024-07-04 22:28:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704901738 {#2810
    date: 2024-01-10 16:48: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
107 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2025
  +user: Proxies\__CG__\App\Entity\User {#2134 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-s-your-favorite-piece-of-bullshit-advice"
  +title: "What's your favorite piece of bullshit advice?"
  +url: null
  +body: """
    **If you swallow appleseed(s)**\n
    \n
    > Smoke some cigarettes. The smoke will suffocate the bacteria\n
    \n
    —Mac
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 137
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720860468 {#2844
    date: 2024-07-13 10:47:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2849 …}
  +votes: Doctrine\ORM\PersistentCollection {#2852 …}
  +reports: Doctrine\ORM\PersistentCollection {#2854 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
  +badges: Doctrine\ORM\PersistentCollection {#2860 …}
  +children: [
    App\Entity\EntryComment {#2018
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2025 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "“Your ____ hurts? Stub your toe then you won’t notice it as much.”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1720754716 {#2024
        date: 2024-07-12 05:25:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2021 …}
      +votes: Doctrine\ORM\PersistentCollection {#2029 …}
      +reports: Doctrine\ORM\PersistentCollection {#2020 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
      -id: 297529
      -bodyTs: "'hurt':2 'much':13 'notic':10 'stub':3 'toe':5 'won':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6303664"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704902191 {#2022
        date: 2024-01-10 16:56:31.0 +01:00
      }
      +"title": 297529
    }
  ]
  -id: 28656
  -titleTs: "'advic':8 'bullshit':7 'favorit':4 'piec':5"
  -bodyTs: "'applese':4 'bacteria':14 'cigarett':8 'mac':15 'smoke':6,10 'suffoc':12 'swallow':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704988138
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10540367"
  +editedAt: DateTimeImmutable @1720124911 {#2831
    date: 2024-07-04 22:28:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704901738 {#2810
    date: 2024-01-10 16:48: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
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2025
  +user: Proxies\__CG__\App\Entity\User {#2134 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-s-your-favorite-piece-of-bullshit-advice"
  +title: "What's your favorite piece of bullshit advice?"
  +url: null
  +body: """
    **If you swallow appleseed(s)**\n
    \n
    > Smoke some cigarettes. The smoke will suffocate the bacteria\n
    \n
    —Mac
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 137
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720860468 {#2844
    date: 2024-07-13 10:47:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2849 …}
  +votes: Doctrine\ORM\PersistentCollection {#2852 …}
  +reports: Doctrine\ORM\PersistentCollection {#2854 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
  +badges: Doctrine\ORM\PersistentCollection {#2860 …}
  +children: [
    App\Entity\EntryComment {#2018
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2025 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "“Your ____ hurts? Stub your toe then you won’t notice it as much.”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1720754716 {#2024
        date: 2024-07-12 05:25:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2021 …}
      +votes: Doctrine\ORM\PersistentCollection {#2029 …}
      +reports: Doctrine\ORM\PersistentCollection {#2020 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
      -id: 297529
      -bodyTs: "'hurt':2 'much':13 'notic':10 'stub':3 'toe':5 'won':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6303664"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704902191 {#2022
        date: 2024-01-10 16:56:31.0 +01:00
      }
      +"title": 297529
    }
  ]
  -id: 28656
  -titleTs: "'advic':8 'bullshit':7 'favorit':4 'piec':5"
  -bodyTs: "'applese':4 'bacteria':14 'cigarett':8 'mac':15 'smoke':6,10 'suffoc':12 'swallow':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704988138
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10540367"
  +editedAt: DateTimeImmutable @1720124911 {#2831
    date: 2024-07-04 22:28:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704901738 {#2810
    date: 2024-01-10 16:48: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
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
App\Entity\EntryComment {#2018
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2025
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-your-favorite-piece-of-bullshit-advice"
    +title: "What's your favorite piece of bullshit advice?"
    +url: null
    +body: """
      **If you swallow appleseed(s)**\n
      \n
      > Smoke some cigarettes. The smoke will suffocate the bacteria\n
      \n
      —Mac
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 137
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720860468 {#2844
      date: 2024-07-13 10:47:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2849 …}
    +votes: Doctrine\ORM\PersistentCollection {#2852 …}
    +reports: Doctrine\ORM\PersistentCollection {#2854 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
    +badges: Doctrine\ORM\PersistentCollection {#2860 …}
    +children: [
      App\Entity\EntryComment {#2018}
    ]
    -id: 28656
    -titleTs: "'advic':8 'bullshit':7 'favorit':4 'piec':5"
    -bodyTs: "'applese':4 'bacteria':14 'cigarett':8 'mac':15 'smoke':6,10 'suffoc':12 'swallow':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704988138
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10540367"
    +editedAt: DateTimeImmutable @1720124911 {#2831
      date: 2024-07-04 22:28:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704901738 {#2810
      date: 2024-01-10 16:48:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "“Your ____ hurts? Stub your toe then you won’t notice it as much.”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1720754716 {#2024
    date: 2024-07-12 05:25:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 297529
  -bodyTs: "'hurt':2 'much':13 'notic':10 'stub':3 'toe':5 'won':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6303664"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704902191 {#2022
    date: 2024-01-10 16:56:31.0 +01:00
  }
  +"title": 297529
}
"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
111 DENIED edit
App\Entity\EntryComment {#2018
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2025
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-your-favorite-piece-of-bullshit-advice"
    +title: "What's your favorite piece of bullshit advice?"
    +url: null
    +body: """
      **If you swallow appleseed(s)**\n
      \n
      > Smoke some cigarettes. The smoke will suffocate the bacteria\n
      \n
      —Mac
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 137
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720860468 {#2844
      date: 2024-07-13 10:47:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2849 …}
    +votes: Doctrine\ORM\PersistentCollection {#2852 …}
    +reports: Doctrine\ORM\PersistentCollection {#2854 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
    +badges: Doctrine\ORM\PersistentCollection {#2860 …}
    +children: [
      App\Entity\EntryComment {#2018}
    ]
    -id: 28656
    -titleTs: "'advic':8 'bullshit':7 'favorit':4 'piec':5"
    -bodyTs: "'applese':4 'bacteria':14 'cigarett':8 'mac':15 'smoke':6,10 'suffoc':12 'swallow':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704988138
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10540367"
    +editedAt: DateTimeImmutable @1720124911 {#2831
      date: 2024-07-04 22:28:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704901738 {#2810
      date: 2024-01-10 16:48:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "“Your ____ hurts? Stub your toe then you won’t notice it as much.”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1720754716 {#2024
    date: 2024-07-12 05:25:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 297529
  -bodyTs: "'hurt':2 'much':13 'notic':10 'stub':3 'toe':5 'won':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6303664"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704902191 {#2022
    date: 2024-01-10 16:56:31.0 +01:00
  }
  +"title": 297529
}
"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
112 DENIED moderate
App\Entity\EntryComment {#2018
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2025
    +user: Proxies\__CG__\App\Entity\User {#2134 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-s-your-favorite-piece-of-bullshit-advice"
    +title: "What's your favorite piece of bullshit advice?"
    +url: null
    +body: """
      **If you swallow appleseed(s)**\n
      \n
      > Smoke some cigarettes. The smoke will suffocate the bacteria\n
      \n
      —Mac
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 137
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720860468 {#2844
      date: 2024-07-13 10:47:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2849 …}
    +votes: Doctrine\ORM\PersistentCollection {#2852 …}
    +reports: Doctrine\ORM\PersistentCollection {#2854 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
    +badges: Doctrine\ORM\PersistentCollection {#2860 …}
    +children: [
      App\Entity\EntryComment {#2018}
    ]
    -id: 28656
    -titleTs: "'advic':8 'bullshit':7 'favorit':4 'piec':5"
    -bodyTs: "'applese':4 'bacteria':14 'cigarett':8 'mac':15 'smoke':6,10 'suffoc':12 'swallow':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704988138
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10540367"
    +editedAt: DateTimeImmutable @1720124911 {#2831
      date: 2024-07-04 22:28:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704901738 {#2810
      date: 2024-01-10 16:48:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "“Your ____ hurts? Stub your toe then you won’t notice it as much.”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1720754716 {#2024
    date: 2024-07-12 05:25:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 297529
  -bodyTs: "'hurt':2 'much':13 'notic':10 'stub':3 'toe':5 'won':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6303664"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704902191 {#2022
    date: 2024-01-10 16:56:31.0 +01:00
  }
  +"title": 297529
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#2998 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-song-you-got-on-repeat-right-now"
  +title: "What song you got on repeat right now?"
  +url: null
  +body: """
    I’ll start: [KXNG Crooked - Order 66 (Musar)](https://yewtu.be/watch?v=43GRS5LnVZw)\n
    \n
    If you’re into lyrics, syllables, cadences, and wordplay, this song is for you.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721340002 {#2993
    date: 2024-07-19 00:00:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3000 …}
  +votes: Doctrine\ORM\PersistentCollection {#3002 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [Famous Blue Raincoat](https://www.youtube.com/watch?v=ohk3DP5fMCg). I’ve been listening to a lot of versions and covers over the last couple weeks. Cohen’s is the best, but I’ll give shoutouts to the Jonathan Coulton and Joan Baez covers.\n
        \n
        I wish I knew what got me started, but I can’t get it out of my head lately.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704764715 {#1383
        date: 2024-01-09 02:45:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiramfromthechi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1382 …}
      +nested: Doctrine\ORM\PersistentCollection {#1404 …}
      +votes: Doctrine\ORM\PersistentCollection {#1361 …}
      +reports: Doctrine\ORM\PersistentCollection {#1403 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
      -id: 297429
      -bodyTs: "'/watch?v=ohk3dp5fmcg).':6 'baez':39 'best':27 'blue':2 'cohen':23 'coulton':36 'coupl':21 'cover':17,40 'famous':1 'get':53 'give':31 'got':46 'head':58 'joan':38 'jonathan':35 'knew':44 'last':20 'late':59 'listen':10 'll':30 'lot':13 'raincoat':3 'shoutout':32 'start':48 've':8 'version':15 'week':22 'wish':42 'www.youtube.com':5 'www.youtube.com/watch?v=ohk3dp5fmcg).':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6253391"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704764715 {#1402
        date: 2024-01-09 02:45:15.0 +01:00
      }
      +"title": 297429
    }
  ]
  -id: 28231
  -titleTs: "'got':4 'repeat':6 'right':7 'song':2"
  -bodyTs: "'/watch?v=43grs5lnvzw)':11 '66':7 'cadenc':18 'crook':5 'kxng':4 'll':2 'lyric':16 'musar':8 'order':6 're':14 'song':22 'start':3 'syllabl':17 'wordplay':20 'yewtu.be':10 'yewtu.be/watch?v=43grs5lnvzw)':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704845860
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10476776"
  +editedAt: DateTimeImmutable @1719221695 {#2981
    date: 2024-06-24 11:34:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704759460 {#2958
    date: 2024-01-09 01:17:40.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
115 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#2998 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-song-you-got-on-repeat-right-now"
  +title: "What song you got on repeat right now?"
  +url: null
  +body: """
    I’ll start: [KXNG Crooked - Order 66 (Musar)](https://yewtu.be/watch?v=43GRS5LnVZw)\n
    \n
    If you’re into lyrics, syllables, cadences, and wordplay, this song is for you.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721340002 {#2993
    date: 2024-07-19 00:00:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3000 …}
  +votes: Doctrine\ORM\PersistentCollection {#3002 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [Famous Blue Raincoat](https://www.youtube.com/watch?v=ohk3DP5fMCg). I’ve been listening to a lot of versions and covers over the last couple weeks. Cohen’s is the best, but I’ll give shoutouts to the Jonathan Coulton and Joan Baez covers.\n
        \n
        I wish I knew what got me started, but I can’t get it out of my head lately.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704764715 {#1383
        date: 2024-01-09 02:45:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiramfromthechi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1382 …}
      +nested: Doctrine\ORM\PersistentCollection {#1404 …}
      +votes: Doctrine\ORM\PersistentCollection {#1361 …}
      +reports: Doctrine\ORM\PersistentCollection {#1403 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
      -id: 297429
      -bodyTs: "'/watch?v=ohk3dp5fmcg).':6 'baez':39 'best':27 'blue':2 'cohen':23 'coulton':36 'coupl':21 'cover':17,40 'famous':1 'get':53 'give':31 'got':46 'head':58 'joan':38 'jonathan':35 'knew':44 'last':20 'late':59 'listen':10 'll':30 'lot':13 'raincoat':3 'shoutout':32 'start':48 've':8 'version':15 'week':22 'wish':42 'www.youtube.com':5 'www.youtube.com/watch?v=ohk3dp5fmcg).':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6253391"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704764715 {#1402
        date: 2024-01-09 02:45:15.0 +01:00
      }
      +"title": 297429
    }
  ]
  -id: 28231
  -titleTs: "'got':4 'repeat':6 'right':7 'song':2"
  -bodyTs: "'/watch?v=43grs5lnvzw)':11 '66':7 'cadenc':18 'crook':5 'kxng':4 'll':2 'lyric':16 'musar':8 'order':6 're':14 'song':22 'start':3 'syllabl':17 'wordplay':20 'yewtu.be':10 'yewtu.be/watch?v=43grs5lnvzw)':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704845860
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10476776"
  +editedAt: DateTimeImmutable @1719221695 {#2981
    date: 2024-06-24 11:34:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704759460 {#2958
    date: 2024-01-09 01:17:40.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
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#2998 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-song-you-got-on-repeat-right-now"
  +title: "What song you got on repeat right now?"
  +url: null
  +body: """
    I’ll start: [KXNG Crooked - Order 66 (Musar)](https://yewtu.be/watch?v=43GRS5LnVZw)\n
    \n
    If you’re into lyrics, syllables, cadences, and wordplay, this song is for you.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721340002 {#2993
    date: 2024-07-19 00:00:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3000 …}
  +votes: Doctrine\ORM\PersistentCollection {#3002 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [Famous Blue Raincoat](https://www.youtube.com/watch?v=ohk3DP5fMCg). I’ve been listening to a lot of versions and covers over the last couple weeks. Cohen’s is the best, but I’ll give shoutouts to the Jonathan Coulton and Joan Baez covers.\n
        \n
        I wish I knew what got me started, but I can’t get it out of my head lately.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704764715 {#1383
        date: 2024-01-09 02:45:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiramfromthechi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1382 …}
      +nested: Doctrine\ORM\PersistentCollection {#1404 …}
      +votes: Doctrine\ORM\PersistentCollection {#1361 …}
      +reports: Doctrine\ORM\PersistentCollection {#1403 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
      -id: 297429
      -bodyTs: "'/watch?v=ohk3dp5fmcg).':6 'baez':39 'best':27 'blue':2 'cohen':23 'coulton':36 'coupl':21 'cover':17,40 'famous':1 'get':53 'give':31 'got':46 'head':58 'joan':38 'jonathan':35 'knew':44 'last':20 'late':59 'listen':10 'll':30 'lot':13 'raincoat':3 'shoutout':32 'start':48 've':8 'version':15 'week':22 'wish':42 'www.youtube.com':5 'www.youtube.com/watch?v=ohk3dp5fmcg).':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6253391"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704764715 {#1402
        date: 2024-01-09 02:45:15.0 +01:00
      }
      +"title": 297429
    }
  ]
  -id: 28231
  -titleTs: "'got':4 'repeat':6 'right':7 'song':2"
  -bodyTs: "'/watch?v=43grs5lnvzw)':11 '66':7 'cadenc':18 'crook':5 'kxng':4 'll':2 'lyric':16 'musar':8 'order':6 're':14 'song':22 'start':3 'syllabl':17 'wordplay':20 'yewtu.be':10 'yewtu.be/watch?v=43grs5lnvzw)':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704845860
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10476776"
  +editedAt: DateTimeImmutable @1719221695 {#2981
    date: 2024-06-24 11:34:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704759460 {#2958
    date: 2024-01-09 01:17:40.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
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
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#2998 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-song-you-got-on-repeat-right-now"
    +title: "What song you got on repeat right now?"
    +url: null
    +body: """
      I’ll start: [KXNG Crooked - Order 66 (Musar)](https://yewtu.be/watch?v=43GRS5LnVZw)\n
      \n
      If you’re into lyrics, syllables, cadences, and wordplay, this song is for you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 44
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721340002 {#2993
      date: 2024-07-19 00:00:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3000 …}
    +votes: Doctrine\ORM\PersistentCollection {#3002 …}
    +reports: Doctrine\ORM\PersistentCollection {#3004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 28231
    -titleTs: "'got':4 'repeat':6 'right':7 'song':2"
    -bodyTs: "'/watch?v=43grs5lnvzw)':11 '66':7 'cadenc':18 'crook':5 'kxng':4 'll':2 'lyric':16 'musar':8 'order':6 're':14 'song':22 'start':3 'syllabl':17 'wordplay':20 'yewtu.be':10 'yewtu.be/watch?v=43grs5lnvzw)':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704845860
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10476776"
    +editedAt: DateTimeImmutable @1719221695 {#2981
      date: 2024-06-24 11:34:55.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704759460 {#2958
      date: 2024-01-09 01:17:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [Famous Blue Raincoat](https://www.youtube.com/watch?v=ohk3DP5fMCg). I’ve been listening to a lot of versions and covers over the last couple weeks. Cohen’s is the best, but I’ll give shoutouts to the Jonathan Coulton and Joan Baez covers.\n
    \n
    I wish I knew what got me started, but I can’t get it out of my head lately.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704764715 {#1383
    date: 2024-01-09 02:45:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiramfromthechi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1382 …}
  +nested: Doctrine\ORM\PersistentCollection {#1404 …}
  +votes: Doctrine\ORM\PersistentCollection {#1361 …}
  +reports: Doctrine\ORM\PersistentCollection {#1403 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
  -id: 297429
  -bodyTs: "'/watch?v=ohk3dp5fmcg).':6 'baez':39 'best':27 'blue':2 'cohen':23 'coulton':36 'coupl':21 'cover':17,40 'famous':1 'get':53 'give':31 'got':46 'head':58 'joan':38 'jonathan':35 'knew':44 'last':20 'late':59 'listen':10 'll':30 'lot':13 'raincoat':3 'shoutout':32 'start':48 've':8 'version':15 'week':22 'wish':42 'www.youtube.com':5 'www.youtube.com/watch?v=ohk3dp5fmcg).':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6253391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704764715 {#1402
    date: 2024-01-09 02:45:15.0 +01:00
  }
  +"title": 297429
}
"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
119 DENIED edit
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#2998 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-song-you-got-on-repeat-right-now"
    +title: "What song you got on repeat right now?"
    +url: null
    +body: """
      I’ll start: [KXNG Crooked - Order 66 (Musar)](https://yewtu.be/watch?v=43GRS5LnVZw)\n
      \n
      If you’re into lyrics, syllables, cadences, and wordplay, this song is for you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 44
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721340002 {#2993
      date: 2024-07-19 00:00:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3000 …}
    +votes: Doctrine\ORM\PersistentCollection {#3002 …}
    +reports: Doctrine\ORM\PersistentCollection {#3004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 28231
    -titleTs: "'got':4 'repeat':6 'right':7 'song':2"
    -bodyTs: "'/watch?v=43grs5lnvzw)':11 '66':7 'cadenc':18 'crook':5 'kxng':4 'll':2 'lyric':16 'musar':8 'order':6 're':14 'song':22 'start':3 'syllabl':17 'wordplay':20 'yewtu.be':10 'yewtu.be/watch?v=43grs5lnvzw)':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704845860
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10476776"
    +editedAt: DateTimeImmutable @1719221695 {#2981
      date: 2024-06-24 11:34:55.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704759460 {#2958
      date: 2024-01-09 01:17:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [Famous Blue Raincoat](https://www.youtube.com/watch?v=ohk3DP5fMCg). I’ve been listening to a lot of versions and covers over the last couple weeks. Cohen’s is the best, but I’ll give shoutouts to the Jonathan Coulton and Joan Baez covers.\n
    \n
    I wish I knew what got me started, but I can’t get it out of my head lately.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704764715 {#1383
    date: 2024-01-09 02:45:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiramfromthechi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1382 …}
  +nested: Doctrine\ORM\PersistentCollection {#1404 …}
  +votes: Doctrine\ORM\PersistentCollection {#1361 …}
  +reports: Doctrine\ORM\PersistentCollection {#1403 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
  -id: 297429
  -bodyTs: "'/watch?v=ohk3dp5fmcg).':6 'baez':39 'best':27 'blue':2 'cohen':23 'coulton':36 'coupl':21 'cover':17,40 'famous':1 'get':53 'give':31 'got':46 'head':58 'joan':38 'jonathan':35 'knew':44 'last':20 'late':59 'listen':10 'll':30 'lot':13 'raincoat':3 'shoutout':32 'start':48 've':8 'version':15 'week':22 'wish':42 'www.youtube.com':5 'www.youtube.com/watch?v=ohk3dp5fmcg).':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6253391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704764715 {#1402
    date: 2024-01-09 02:45:15.0 +01:00
  }
  +"title": 297429
}
"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
120 DENIED moderate
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#2998 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-song-you-got-on-repeat-right-now"
    +title: "What song you got on repeat right now?"
    +url: null
    +body: """
      I’ll start: [KXNG Crooked - Order 66 (Musar)](https://yewtu.be/watch?v=43GRS5LnVZw)\n
      \n
      If you’re into lyrics, syllables, cadences, and wordplay, this song is for you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 44
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721340002 {#2993
      date: 2024-07-19 00:00:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3000 …}
    +votes: Doctrine\ORM\PersistentCollection {#3002 …}
    +reports: Doctrine\ORM\PersistentCollection {#3004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 28231
    -titleTs: "'got':4 'repeat':6 'right':7 'song':2"
    -bodyTs: "'/watch?v=43grs5lnvzw)':11 '66':7 'cadenc':18 'crook':5 'kxng':4 'll':2 'lyric':16 'musar':8 'order':6 're':14 'song':22 'start':3 'syllabl':17 'wordplay':20 'yewtu.be':10 'yewtu.be/watch?v=43grs5lnvzw)':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704845860
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10476776"
    +editedAt: DateTimeImmutable @1719221695 {#2981
      date: 2024-06-24 11:34:55.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704759460 {#2958
      date: 2024-01-09 01:17:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [Famous Blue Raincoat](https://www.youtube.com/watch?v=ohk3DP5fMCg). I’ve been listening to a lot of versions and covers over the last couple weeks. Cohen’s is the best, but I’ll give shoutouts to the Jonathan Coulton and Joan Baez covers.\n
    \n
    I wish I knew what got me started, but I can’t get it out of my head lately.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704764715 {#1383
    date: 2024-01-09 02:45:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiramfromthechi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1382 …}
  +nested: Doctrine\ORM\PersistentCollection {#1404 …}
  +votes: Doctrine\ORM\PersistentCollection {#1361 …}
  +reports: Doctrine\ORM\PersistentCollection {#1403 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
  -id: 297429
  -bodyTs: "'/watch?v=ohk3dp5fmcg).':6 'baez':39 'best':27 'blue':2 'cohen':23 'coulton':36 'coupl':21 'cover':17,40 'famous':1 'get':53 'give':31 'got':46 'head':58 'joan':38 'jonathan':35 'knew':44 'last':20 'late':59 'listen':10 'll':30 'lot':13 'raincoat':3 'shoutout':32 'start':48 've':8 'version':15 'week':22 'wish':42 'www.youtube.com':5 'www.youtube.com/watch?v=ohk3dp5fmcg).':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6253391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704764715 {#1402
    date: 2024-01-09 02:45:15.0 +01:00
  }
  +"title": 297429
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1907
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#2975
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#1874
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
      +body: "And far fewer people have adblockers that block ads in apps."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704476490 {#1926
        date: 2024-01-05 18:41:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sir_pronoun@lemmy.world"
        "@Gormadt@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1407 …}
      +nested: Doctrine\ORM\PersistentCollection {#2391 …}
      +votes: Doctrine\ORM\PersistentCollection {#2369 …}
      +reports: Doctrine\ORM\PersistentCollection {#2392 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
      -id: 297223
      -bodyTs: "'ad':9 'adblock':6 'app':11 'block':8 'far':2 'fewer':3 'peopl':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6167260"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704476490 {#1410
        date: 2024-01-05 18:41:30.0 +01:00
      }
      +"title": 297223
    }
  ]
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#2961
    date: 2024-01-05 18:20:12.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
123 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1907
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#2975
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#1874
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
      +body: "And far fewer people have adblockers that block ads in apps."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704476490 {#1926
        date: 2024-01-05 18:41:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sir_pronoun@lemmy.world"
        "@Gormadt@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1407 …}
      +nested: Doctrine\ORM\PersistentCollection {#2391 …}
      +votes: Doctrine\ORM\PersistentCollection {#2369 …}
      +reports: Doctrine\ORM\PersistentCollection {#2392 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
      -id: 297223
      -bodyTs: "'ad':9 'adblock':6 'app':11 'block':8 'far':2 'fewer':3 'peopl':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6167260"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704476490 {#1410
        date: 2024-01-05 18:41:30.0 +01:00
      }
      +"title": 297223
    }
  ]
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#2961
    date: 2024-01-05 18:20:12.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
124 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1907
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#2975
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#1874
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
      +body: "And far fewer people have adblockers that block ads in apps."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704476490 {#1926
        date: 2024-01-05 18:41:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sir_pronoun@lemmy.world"
        "@Gormadt@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1407 …}
      +nested: Doctrine\ORM\PersistentCollection {#2391 …}
      +votes: Doctrine\ORM\PersistentCollection {#2369 …}
      +reports: Doctrine\ORM\PersistentCollection {#2392 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
      -id: 297223
      -bodyTs: "'ad':9 'adblock':6 'app':11 'block':8 'far':2 'fewer':3 'peopl':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6167260"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704476490 {#1410
        date: 2024-01-05 18:41:30.0 +01:00
      }
      +"title": 297223
    }
  ]
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#2961
    date: 2024-01-05 18:20:12.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
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
App\Entity\EntryComment {#1874
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2975
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#1874}
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2961
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
  +body: "And far fewer people have adblockers that block ads in apps."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704476490 {#1926
    date: 2024-01-05 18:41:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
    "@Gormadt@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 297223
  -bodyTs: "'ad':9 'adblock':6 'app':11 'block':8 'far':2 'fewer':3 'peopl':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6167260"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704476490 {#1410
    date: 2024-01-05 18:41:30.0 +01:00
  }
  +"title": 297223
}
"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
127 DENIED edit
App\Entity\EntryComment {#1874
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2975
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#1874}
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2961
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
  +body: "And far fewer people have adblockers that block ads in apps."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704476490 {#1926
    date: 2024-01-05 18:41:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
    "@Gormadt@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 297223
  -bodyTs: "'ad':9 'adblock':6 'app':11 'block':8 'far':2 'fewer':3 'peopl':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6167260"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704476490 {#1410
    date: 2024-01-05 18:41:30.0 +01:00
  }
  +"title": 297223
}
"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
128 DENIED moderate
App\Entity\EntryComment {#1874
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2975
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#1874}
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2961
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
  +body: "And far fewer people have adblockers that block ads in apps."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704476490 {#1926
    date: 2024-01-05 18:41:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
    "@Gormadt@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 297223
  -bodyTs: "'ad':9 'adblock':6 'app':11 'block':8 'far':2 'fewer':3 'peopl':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6167260"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704476490 {#1410
    date: 2024-01-05 18:41:30.0 +01:00
  }
  +"title": 297223
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#2920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "mentally-unbalanced-behaviour"
  +title: "mentally unbalanced behaviour"
  +url: "https://mander.xyz/pictrs/image/76abd6a0-18a4-4a44-8cc7-702a872aaba4.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 326
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721287873 {#2955
    date: 2024-07-18 09:31:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2963 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: null
      +root: null
      +body: "Any time you see a video of a cat backing up and saying “no no no no no” it’s because they’re watching the researcher’s hand move toward the on switch of that centrifuge."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704472269 {#2456
        date: 2024-01-05 17:31:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -id: 290145
      -bodyTs: "'back':10 'cat':9 'centrifug':36 'hand':28 'move':29 're':23 'research':26 'say':13 'see':4 'switch':33 'time':2 'toward':30 'video':6 'watch':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6165882"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704472269 {#2460
        date: 2024-01-05 17:31:09.0 +01:00
      }
      +"title": 290145
    }
  ]
  -id: 27420
  -titleTs: "'behaviour':3 'mental':1 'unbalanc':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704558100
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8098713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704471700 {#2943
    date: 2024-01-05 17:21:40.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
131 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#2920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "mentally-unbalanced-behaviour"
  +title: "mentally unbalanced behaviour"
  +url: "https://mander.xyz/pictrs/image/76abd6a0-18a4-4a44-8cc7-702a872aaba4.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 326
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721287873 {#2955
    date: 2024-07-18 09:31:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2963 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: null
      +root: null
      +body: "Any time you see a video of a cat backing up and saying “no no no no no” it’s because they’re watching the researcher’s hand move toward the on switch of that centrifuge."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704472269 {#2456
        date: 2024-01-05 17:31:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -id: 290145
      -bodyTs: "'back':10 'cat':9 'centrifug':36 'hand':28 'move':29 're':23 'research':26 'say':13 'see':4 'switch':33 'time':2 'toward':30 'video':6 'watch':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6165882"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704472269 {#2460
        date: 2024-01-05 17:31:09.0 +01:00
      }
      +"title": 290145
    }
  ]
  -id: 27420
  -titleTs: "'behaviour':3 'mental':1 'unbalanc':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704558100
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8098713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704471700 {#2943
    date: 2024-01-05 17:21:40.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
132 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#2920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "mentally-unbalanced-behaviour"
  +title: "mentally unbalanced behaviour"
  +url: "https://mander.xyz/pictrs/image/76abd6a0-18a4-4a44-8cc7-702a872aaba4.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 326
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721287873 {#2955
    date: 2024-07-18 09:31:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2963 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: null
      +root: null
      +body: "Any time you see a video of a cat backing up and saying “no no no no no” it’s because they’re watching the researcher’s hand move toward the on switch of that centrifuge."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704472269 {#2456
        date: 2024-01-05 17:31:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -id: 290145
      -bodyTs: "'back':10 'cat':9 'centrifug':36 'hand':28 'move':29 're':23 'research':26 'say':13 'see':4 'switch':33 'time':2 'toward':30 'video':6 'watch':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6165882"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704472269 {#2460
        date: 2024-01-05 17:31:09.0 +01:00
      }
      +"title": 290145
    }
  ]
  -id: 27420
  -titleTs: "'behaviour':3 'mental':1 'unbalanc':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704558100
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8098713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704471700 {#2943
    date: 2024-01-05 17:21:40.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
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
App\Entity\EntryComment {#2453
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2920 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "mentally-unbalanced-behaviour"
    +title: "mentally unbalanced behaviour"
    +url: "https://mander.xyz/pictrs/image/76abd6a0-18a4-4a44-8cc7-702a872aaba4.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 326
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721287873 {#2955
      date: 2024-07-18 09:31:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2963 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 27420
    -titleTs: "'behaviour':3 'mental':1 'unbalanc':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704558100
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/8098713"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704471700 {#2943
      date: 2024-01-05 17:21:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: null
  +root: null
  +body: "Any time you see a video of a cat backing up and saying “no no no no no” it’s because they’re watching the researcher’s hand move toward the on switch of that centrifuge."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704472269 {#2456
    date: 2024-01-05 17:31:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 290145
  -bodyTs: "'back':10 'cat':9 'centrifug':36 'hand':28 'move':29 're':23 'research':26 'say':13 'see':4 'switch':33 'time':2 'toward':30 'video':6 'watch':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6165882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704472269 {#2460
    date: 2024-01-05 17:31:09.0 +01:00
  }
  +"title": 290145
}
"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
135 DENIED edit
App\Entity\EntryComment {#2453
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2920 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "mentally-unbalanced-behaviour"
    +title: "mentally unbalanced behaviour"
    +url: "https://mander.xyz/pictrs/image/76abd6a0-18a4-4a44-8cc7-702a872aaba4.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 326
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721287873 {#2955
      date: 2024-07-18 09:31:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2963 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 27420
    -titleTs: "'behaviour':3 'mental':1 'unbalanc':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704558100
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/8098713"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704471700 {#2943
      date: 2024-01-05 17:21:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: null
  +root: null
  +body: "Any time you see a video of a cat backing up and saying “no no no no no” it’s because they’re watching the researcher’s hand move toward the on switch of that centrifuge."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704472269 {#2456
    date: 2024-01-05 17:31:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 290145
  -bodyTs: "'back':10 'cat':9 'centrifug':36 'hand':28 'move':29 're':23 'research':26 'say':13 'see':4 'switch':33 'time':2 'toward':30 'video':6 'watch':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6165882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704472269 {#2460
    date: 2024-01-05 17:31:09.0 +01:00
  }
  +"title": 290145
}
"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
136 DENIED moderate
App\Entity\EntryComment {#2453
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2920 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "mentally-unbalanced-behaviour"
    +title: "mentally unbalanced behaviour"
    +url: "https://mander.xyz/pictrs/image/76abd6a0-18a4-4a44-8cc7-702a872aaba4.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 326
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721287873 {#2955
      date: 2024-07-18 09:31:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2963 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 27420
    -titleTs: "'behaviour':3 'mental':1 'unbalanc':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704558100
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/8098713"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704471700 {#2943
      date: 2024-01-05 17:21:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: null
  +root: null
  +body: "Any time you see a video of a cat backing up and saying “no no no no no” it’s because they’re watching the researcher’s hand move toward the on switch of that centrifuge."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704472269 {#2456
    date: 2024-01-05 17:31:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 290145
  -bodyTs: "'back':10 'cat':9 'centrifug':36 'hand':28 'move':29 're':23 'research':26 'say':13 'see':4 'switch':33 'time':2 'toward':30 'video':6 'watch':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6165882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704472269 {#2460
    date: 2024-01-05 17:31:09.0 +01:00
  }
  +"title": 290145
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2883 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#2902 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "I-hope-this-ship-holds-together"
  +title: "I hope this ship holds together!"
  +url: "https://startrek.website/pictrs/image/9dca4f42-25aa-4317-a1ed-69c6d5187ef1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 870
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712598905 {#2937
    date: 2024-04-08 19:55:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2942 …}
  +votes: Doctrine\ORM\PersistentCollection {#2945 …}
  +reports: Doctrine\ORM\PersistentCollection {#2947 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
  +badges: Doctrine\ORM\PersistentCollection {#2953 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
      +body: "I had a similar car, the 1990 Ford Escort Pony. It had a hamster for an engine, but it was fine because the body was a shoebox."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704403297 {#1576
        date: 2024-01-04 22:21:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 287128
      -bodyTs: "'1990':7 'bodi':24 'car':5 'engin':17 'escort':9 'fine':21 'ford':8 'hamster':14 'poni':10 'shoebox':27 'similar':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6134230"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704403297 {#1555
        date: 2024-01-04 22:21:37.0 +01:00
      }
      +"title": 287128
    }
  ]
  -id: 27256
  -titleTs: "'hold':5 'hope':2 'ship':4 'togeth':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704483849
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5321569"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704397449 {#2923
    date: 2024-01-04 20:44:09.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
139 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2883 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#2902 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "I-hope-this-ship-holds-together"
  +title: "I hope this ship holds together!"
  +url: "https://startrek.website/pictrs/image/9dca4f42-25aa-4317-a1ed-69c6d5187ef1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 870
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712598905 {#2937
    date: 2024-04-08 19:55:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2942 …}
  +votes: Doctrine\ORM\PersistentCollection {#2945 …}
  +reports: Doctrine\ORM\PersistentCollection {#2947 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
  +badges: Doctrine\ORM\PersistentCollection {#2953 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
      +body: "I had a similar car, the 1990 Ford Escort Pony. It had a hamster for an engine, but it was fine because the body was a shoebox."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704403297 {#1576
        date: 2024-01-04 22:21:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 287128
      -bodyTs: "'1990':7 'bodi':24 'car':5 'engin':17 'escort':9 'fine':21 'ford':8 'hamster':14 'poni':10 'shoebox':27 'similar':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6134230"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704403297 {#1555
        date: 2024-01-04 22:21:37.0 +01:00
      }
      +"title": 287128
    }
  ]
  -id: 27256
  -titleTs: "'hold':5 'hope':2 'ship':4 'togeth':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704483849
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5321569"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704397449 {#2923
    date: 2024-01-04 20:44:09.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
140 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2883 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#2902 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "I-hope-this-ship-holds-together"
  +title: "I hope this ship holds together!"
  +url: "https://startrek.website/pictrs/image/9dca4f42-25aa-4317-a1ed-69c6d5187ef1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 870
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712598905 {#2937
    date: 2024-04-08 19:55:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2942 …}
  +votes: Doctrine\ORM\PersistentCollection {#2945 …}
  +reports: Doctrine\ORM\PersistentCollection {#2947 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
  +badges: Doctrine\ORM\PersistentCollection {#2953 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
      +body: "I had a similar car, the 1990 Ford Escort Pony. It had a hamster for an engine, but it was fine because the body was a shoebox."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704403297 {#1576
        date: 2024-01-04 22:21:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 287128
      -bodyTs: "'1990':7 'bodi':24 'car':5 'engin':17 'escort':9 'fine':21 'ford':8 'hamster':14 'poni':10 'shoebox':27 'similar':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6134230"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704403297 {#1555
        date: 2024-01-04 22:21:37.0 +01:00
      }
      +"title": 287128
    }
  ]
  -id: 27256
  -titleTs: "'hold':5 'hope':2 'ship':4 'togeth':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704483849
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5321569"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704397449 {#2923
    date: 2024-01-04 20:44:09.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
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
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2883 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#2902 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "I-hope-this-ship-holds-together"
    +title: "I hope this ship holds together!"
    +url: "https://startrek.website/pictrs/image/9dca4f42-25aa-4317-a1ed-69c6d5187ef1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 870
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712598905 {#2937
      date: 2024-04-08 19:55:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 27256
    -titleTs: "'hold':5 'hope':2 'ship':4 'togeth':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704483849
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5321569"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704397449 {#2923
      date: 2024-01-04 20:44:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
  +body: "I had a similar car, the 1990 Ford Escort Pony. It had a hamster for an engine, but it was fine because the body was a shoebox."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704403297 {#1576
    date: 2024-01-04 22:21:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 287128
  -bodyTs: "'1990':7 'bodi':24 'car':5 'engin':17 'escort':9 'fine':21 'ford':8 'hamster':14 'poni':10 'shoebox':27 'similar':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6134230"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704403297 {#1555
    date: 2024-01-04 22:21:37.0 +01:00
  }
  +"title": 287128
}
"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
143 DENIED edit
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2883 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#2902 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "I-hope-this-ship-holds-together"
    +title: "I hope this ship holds together!"
    +url: "https://startrek.website/pictrs/image/9dca4f42-25aa-4317-a1ed-69c6d5187ef1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 870
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712598905 {#2937
      date: 2024-04-08 19:55:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 27256
    -titleTs: "'hold':5 'hope':2 'ship':4 'togeth':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704483849
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5321569"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704397449 {#2923
      date: 2024-01-04 20:44:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
  +body: "I had a similar car, the 1990 Ford Escort Pony. It had a hamster for an engine, but it was fine because the body was a shoebox."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704403297 {#1576
    date: 2024-01-04 22:21:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 287128
  -bodyTs: "'1990':7 'bodi':24 'car':5 'engin':17 'escort':9 'fine':21 'ford':8 'hamster':14 'poni':10 'shoebox':27 'similar':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6134230"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704403297 {#1555
    date: 2024-01-04 22:21:37.0 +01:00
  }
  +"title": 287128
}
"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
144 DENIED moderate
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2883 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#2902 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "I-hope-this-ship-holds-together"
    +title: "I hope this ship holds together!"
    +url: "https://startrek.website/pictrs/image/9dca4f42-25aa-4317-a1ed-69c6d5187ef1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 870
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712598905 {#2937
      date: 2024-04-08 19:55:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 27256
    -titleTs: "'hold':5 'hope':2 'ship':4 'togeth':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704483849
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5321569"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704397449 {#2923
      date: 2024-01-04 20:44:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1558 …}
  +body: "I had a similar car, the 1990 Ford Escort Pony. It had a hamster for an engine, but it was fine because the body was a shoebox."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704403297 {#1576
    date: 2024-01-04 22:21:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 287128
  -bodyTs: "'1990':7 'bodi':24 'car':5 'engin':17 'escort':9 'fine':21 'ford':8 'hamster':14 'poni':10 'shoebox':27 'similar':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6134230"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704403297 {#1555
    date: 2024-01-04 22:21:37.0 +01:00
  }
  +"title": 287128
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2364
  +user: Proxies\__CG__\App\Entity\User {#2883 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: Proxies\__CG__\App\Entity\Image {#2922 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "Charles-Dickens-Watches-The-Muppet-Christmas-Carol-R-E-Parrish"
  +title: "Charles Dickens Watches "The Muppet Christmas Carol" [R. E. Parrish]"
  +url: "https://startrek.website/pictrs/image/e0e18f18-89b2-4fa5-adfe-27560b75fe74.jpeg"
  +body: "Website: [reparrishcomics.com](https://reparrishcomics.com/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 449
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720297740 {#2917
    date: 2024-07-06 22:29:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2925 …}
  +votes: Doctrine\ORM\PersistentCollection {#2927 …}
  +reports: Doctrine\ORM\PersistentCollection {#2929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
  +badges: Doctrine\ORM\PersistentCollection {#2935 …}
  +children: [
    App\Entity\EntryComment {#2361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2364 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +body: "If he didn’t have the Ghost of Christmas Present Muppet in mind when he wrote the character, he was a damned fool."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704344338 {#2360
        date: 2024-01-04 05:58:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@aeronmelon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 297090
      -bodyTs: "'charact':18 'christma':9 'damn':22 'didn':3 'fool':23 'ghost':7 'mind':13 'muppet':11 'present':10 'wrote':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6117817"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704344338 {#2359
        date: 2024-01-04 05:58:58.0 +01:00
      }
      +"title": 297090
    }
  ]
  -id: 26977
  -titleTs: "'carol':7 'charl':1 'christma':6 'dicken':2 'e':9 'muppet':5 'parrish':10 'r':8 'watch':3"
  -bodyTs: "'/)':5 'reparrishcomics.com':2,4 'reparrishcomics.com/)':3 'websit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704387633
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5282156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704301233 {#2905
    date: 2024-01-03 18:00:33.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
147 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2364
  +user: Proxies\__CG__\App\Entity\User {#2883 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: Proxies\__CG__\App\Entity\Image {#2922 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "Charles-Dickens-Watches-The-Muppet-Christmas-Carol-R-E-Parrish"
  +title: "Charles Dickens Watches "The Muppet Christmas Carol" [R. E. Parrish]"
  +url: "https://startrek.website/pictrs/image/e0e18f18-89b2-4fa5-adfe-27560b75fe74.jpeg"
  +body: "Website: [reparrishcomics.com](https://reparrishcomics.com/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 449
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720297740 {#2917
    date: 2024-07-06 22:29:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2925 …}
  +votes: Doctrine\ORM\PersistentCollection {#2927 …}
  +reports: Doctrine\ORM\PersistentCollection {#2929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
  +badges: Doctrine\ORM\PersistentCollection {#2935 …}
  +children: [
    App\Entity\EntryComment {#2361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2364 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +body: "If he didn’t have the Ghost of Christmas Present Muppet in mind when he wrote the character, he was a damned fool."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704344338 {#2360
        date: 2024-01-04 05:58:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@aeronmelon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 297090
      -bodyTs: "'charact':18 'christma':9 'damn':22 'didn':3 'fool':23 'ghost':7 'mind':13 'muppet':11 'present':10 'wrote':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6117817"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704344338 {#2359
        date: 2024-01-04 05:58:58.0 +01:00
      }
      +"title": 297090
    }
  ]
  -id: 26977
  -titleTs: "'carol':7 'charl':1 'christma':6 'dicken':2 'e':9 'muppet':5 'parrish':10 'r':8 'watch':3"
  -bodyTs: "'/)':5 'reparrishcomics.com':2,4 'reparrishcomics.com/)':3 'websit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704387633
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5282156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704301233 {#2905
    date: 2024-01-03 18:00:33.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
148 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2364
  +user: Proxies\__CG__\App\Entity\User {#2883 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: Proxies\__CG__\App\Entity\Image {#2922 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "Charles-Dickens-Watches-The-Muppet-Christmas-Carol-R-E-Parrish"
  +title: "Charles Dickens Watches "The Muppet Christmas Carol" [R. E. Parrish]"
  +url: "https://startrek.website/pictrs/image/e0e18f18-89b2-4fa5-adfe-27560b75fe74.jpeg"
  +body: "Website: [reparrishcomics.com](https://reparrishcomics.com/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 449
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720297740 {#2917
    date: 2024-07-06 22:29:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2925 …}
  +votes: Doctrine\ORM\PersistentCollection {#2927 …}
  +reports: Doctrine\ORM\PersistentCollection {#2929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
  +badges: Doctrine\ORM\PersistentCollection {#2935 …}
  +children: [
    App\Entity\EntryComment {#2361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2364 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +body: "If he didn’t have the Ghost of Christmas Present Muppet in mind when he wrote the character, he was a damned fool."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704344338 {#2360
        date: 2024-01-04 05:58:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@aeronmelon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 297090
      -bodyTs: "'charact':18 'christma':9 'damn':22 'didn':3 'fool':23 'ghost':7 'mind':13 'muppet':11 'present':10 'wrote':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6117817"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704344338 {#2359
        date: 2024-01-04 05:58:58.0 +01:00
      }
      +"title": 297090
    }
  ]
  -id: 26977
  -titleTs: "'carol':7 'charl':1 'christma':6 'dicken':2 'e':9 'muppet':5 'parrish':10 'r':8 'watch':3"
  -bodyTs: "'/)':5 'reparrishcomics.com':2,4 'reparrishcomics.com/)':3 'websit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704387633
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5282156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704301233 {#2905
    date: 2024-01-03 18:00:33.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
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 {#2361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2364
    +user: Proxies\__CG__\App\Entity\User {#2883 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
    +image: Proxies\__CG__\App\Entity\Image {#2922 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "Charles-Dickens-Watches-The-Muppet-Christmas-Carol-R-E-Parrish"
    +title: "Charles Dickens Watches "The Muppet Christmas Carol" [R. E. Parrish]"
    +url: "https://startrek.website/pictrs/image/e0e18f18-89b2-4fa5-adfe-27560b75fe74.jpeg"
    +body: "Website: [reparrishcomics.com](https://reparrishcomics.com/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 23
    +favouriteCount: 449
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720297740 {#2917
      date: 2024-07-06 22:29:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2925 …}
    +votes: Doctrine\ORM\PersistentCollection {#2927 …}
    +reports: Doctrine\ORM\PersistentCollection {#2929 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
    +badges: Doctrine\ORM\PersistentCollection {#2935 …}
    +children: [
      App\Entity\EntryComment {#2361}
    ]
    -id: 26977
    -titleTs: "'carol':7 'charl':1 'christma':6 'dicken':2 'e':9 'muppet':5 'parrish':10 'r':8 'watch':3"
    -bodyTs: "'/)':5 'reparrishcomics.com':2,4 'reparrishcomics.com/)':3 'websit':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704387633
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5282156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704301233 {#2905
      date: 2024-01-03 18:00:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +body: "If he didn’t have the Ghost of Christmas Present Muppet in mind when he wrote the character, he was a damned fool."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704344338 {#2360
    date: 2024-01-04 05:58:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@aeronmelon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 297090
  -bodyTs: "'charact':18 'christma':9 'damn':22 'didn':3 'fool':23 'ghost':7 'mind':13 'muppet':11 'present':10 'wrote':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6117817"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704344338 {#2359
    date: 2024-01-04 05:58:58.0 +01:00
  }
  +"title": 297090
}
"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 {#2361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2364
    +user: Proxies\__CG__\App\Entity\User {#2883 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
    +image: Proxies\__CG__\App\Entity\Image {#2922 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "Charles-Dickens-Watches-The-Muppet-Christmas-Carol-R-E-Parrish"
    +title: "Charles Dickens Watches "The Muppet Christmas Carol" [R. E. Parrish]"
    +url: "https://startrek.website/pictrs/image/e0e18f18-89b2-4fa5-adfe-27560b75fe74.jpeg"
    +body: "Website: [reparrishcomics.com](https://reparrishcomics.com/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 23
    +favouriteCount: 449
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720297740 {#2917
      date: 2024-07-06 22:29:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2925 …}
    +votes: Doctrine\ORM\PersistentCollection {#2927 …}
    +reports: Doctrine\ORM\PersistentCollection {#2929 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
    +badges: Doctrine\ORM\PersistentCollection {#2935 …}
    +children: [
      App\Entity\EntryComment {#2361}
    ]
    -id: 26977
    -titleTs: "'carol':7 'charl':1 'christma':6 'dicken':2 'e':9 'muppet':5 'parrish':10 'r':8 'watch':3"
    -bodyTs: "'/)':5 'reparrishcomics.com':2,4 'reparrishcomics.com/)':3 'websit':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704387633
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5282156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704301233 {#2905
      date: 2024-01-03 18:00:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +body: "If he didn’t have the Ghost of Christmas Present Muppet in mind when he wrote the character, he was a damned fool."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704344338 {#2360
    date: 2024-01-04 05:58:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@aeronmelon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 297090
  -bodyTs: "'charact':18 'christma':9 'damn':22 'didn':3 'fool':23 'ghost':7 'mind':13 'muppet':11 'present':10 'wrote':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6117817"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704344338 {#2359
    date: 2024-01-04 05:58:58.0 +01:00
  }
  +"title": 297090
}
"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 {#2361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2364
    +user: Proxies\__CG__\App\Entity\User {#2883 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
    +image: Proxies\__CG__\App\Entity\Image {#2922 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "Charles-Dickens-Watches-The-Muppet-Christmas-Carol-R-E-Parrish"
    +title: "Charles Dickens Watches "The Muppet Christmas Carol" [R. E. Parrish]"
    +url: "https://startrek.website/pictrs/image/e0e18f18-89b2-4fa5-adfe-27560b75fe74.jpeg"
    +body: "Website: [reparrishcomics.com](https://reparrishcomics.com/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 23
    +favouriteCount: 449
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720297740 {#2917
      date: 2024-07-06 22:29:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2925 …}
    +votes: Doctrine\ORM\PersistentCollection {#2927 …}
    +reports: Doctrine\ORM\PersistentCollection {#2929 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
    +badges: Doctrine\ORM\PersistentCollection {#2935 …}
    +children: [
      App\Entity\EntryComment {#2361}
    ]
    -id: 26977
    -titleTs: "'carol':7 'charl':1 'christma':6 'dicken':2 'e':9 'muppet':5 'parrish':10 'r':8 'watch':3"
    -bodyTs: "'/)':5 'reparrishcomics.com':2,4 'reparrishcomics.com/)':3 'websit':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704387633
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5282156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704301233 {#2905
      date: 2024-01-03 18:00:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2372 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +body: "If he didn’t have the Ghost of Christmas Present Muppet in mind when he wrote the character, he was a damned fool."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704344338 {#2360
    date: 2024-01-04 05:58:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@aeronmelon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 297090
  -bodyTs: "'charact':18 'christma':9 'damn':22 'didn':3 'fool':23 'ghost':7 'mind':13 'muppet':11 'present':10 'wrote':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6117817"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704344338 {#2359
    date: 2024-01-04 05:58:58.0 +01:00
  }
  +"title": 297090
}
"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
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2865 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Just-do-it"
  +title: "Just do it."
  +url: "https://lemmy.world/pictrs/image/19898726-894e-4f24-ae76-161b54c8c777.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 328
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712596120 {#2899
    date: 2024-04-08 19:08:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2907 …}
  +reports: Doctrine\ORM\PersistentCollection {#2909 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2911 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2913 …}
  +badges: Doctrine\ORM\PersistentCollection {#2915 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +body: "you can’t fool me, that doesn’t pass the Luhn algorithm"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704252620 {#1718
        date: 2024-01-03 04:30:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ObviouslyNotBanana@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: 287379
      -bodyTs: "'algorithm':12 'doesn':7 'fool':4 'luhn':11 'pass':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6083787"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704252620 {#1720
        date: 2024-01-03 04:30:20.0 +01:00
      }
      +"title": 287379
    }
  ]
  -id: 26774
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704306160
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10242372"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704219760 {#2886
    date: 2024-01-02 19:22:40.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
155 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2865 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Just-do-it"
  +title: "Just do it."
  +url: "https://lemmy.world/pictrs/image/19898726-894e-4f24-ae76-161b54c8c777.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 328
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712596120 {#2899
    date: 2024-04-08 19:08:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2907 …}
  +reports: Doctrine\ORM\PersistentCollection {#2909 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2911 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2913 …}
  +badges: Doctrine\ORM\PersistentCollection {#2915 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +body: "you can’t fool me, that doesn’t pass the Luhn algorithm"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704252620 {#1718
        date: 2024-01-03 04:30:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ObviouslyNotBanana@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: 287379
      -bodyTs: "'algorithm':12 'doesn':7 'fool':4 'luhn':11 'pass':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6083787"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704252620 {#1720
        date: 2024-01-03 04:30:20.0 +01:00
      }
      +"title": 287379
    }
  ]
  -id: 26774
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704306160
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10242372"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704219760 {#2886
    date: 2024-01-02 19:22:40.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
156 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: Proxies\__CG__\App\Entity\Image {#2865 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Just-do-it"
  +title: "Just do it."
  +url: "https://lemmy.world/pictrs/image/19898726-894e-4f24-ae76-161b54c8c777.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 328
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712596120 {#2899
    date: 2024-04-08 19:08:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2907 …}
  +reports: Doctrine\ORM\PersistentCollection {#2909 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2911 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2913 …}
  +badges: Doctrine\ORM\PersistentCollection {#2915 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +body: "you can’t fool me, that doesn’t pass the Luhn algorithm"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704252620 {#1718
        date: 2024-01-03 04:30:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ObviouslyNotBanana@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: 287379
      -bodyTs: "'algorithm':12 'doesn':7 'fool':4 'luhn':11 'pass':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6083787"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704252620 {#1720
        date: 2024-01-03 04:30:20.0 +01:00
      }
      +"title": 287379
    }
  ]
  -id: 26774
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704306160
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10242372"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704219760 {#2886
    date: 2024-01-02 19:22:40.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
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
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2644 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2865 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Just-do-it"
    +title: "Just do it."
    +url: "https://lemmy.world/pictrs/image/19898726-894e-4f24-ae76-161b54c8c777.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 25
    +favouriteCount: 328
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712596120 {#2899
      date: 2024-04-08 19:08:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2904 …}
    +votes: Doctrine\ORM\PersistentCollection {#2907 …}
    +reports: Doctrine\ORM\PersistentCollection {#2909 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2911 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2913 …}
    +badges: Doctrine\ORM\PersistentCollection {#2915 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 26774
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704306160
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10242372"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704219760 {#2886
      date: 2024-01-02 19:22:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +body: "you can’t fool me, that doesn’t pass the Luhn algorithm"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704252620 {#1718
    date: 2024-01-03 04:30:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ObviouslyNotBanana@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: 287379
  -bodyTs: "'algorithm':12 'doesn':7 'fool':4 'luhn':11 'pass':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6083787"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704252620 {#1720
    date: 2024-01-03 04:30:20.0 +01:00
  }
  +"title": 287379
}
"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
159 DENIED edit
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2644 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2865 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Just-do-it"
    +title: "Just do it."
    +url: "https://lemmy.world/pictrs/image/19898726-894e-4f24-ae76-161b54c8c777.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 25
    +favouriteCount: 328
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712596120 {#2899
      date: 2024-04-08 19:08:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2904 …}
    +votes: Doctrine\ORM\PersistentCollection {#2907 …}
    +reports: Doctrine\ORM\PersistentCollection {#2909 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2911 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2913 …}
    +badges: Doctrine\ORM\PersistentCollection {#2915 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 26774
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704306160
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10242372"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704219760 {#2886
      date: 2024-01-02 19:22:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +body: "you can’t fool me, that doesn’t pass the Luhn algorithm"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704252620 {#1718
    date: 2024-01-03 04:30:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ObviouslyNotBanana@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: 287379
  -bodyTs: "'algorithm':12 'doesn':7 'fool':4 'luhn':11 'pass':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6083787"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704252620 {#1720
    date: 2024-01-03 04:30:20.0 +01:00
  }
  +"title": 287379
}
"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
160 DENIED moderate
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2644 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
    +image: Proxies\__CG__\App\Entity\Image {#2865 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Just-do-it"
    +title: "Just do it."
    +url: "https://lemmy.world/pictrs/image/19898726-894e-4f24-ae76-161b54c8c777.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 25
    +favouriteCount: 328
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712596120 {#2899
      date: 2024-04-08 19:08:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2904 …}
    +votes: Doctrine\ORM\PersistentCollection {#2907 …}
    +reports: Doctrine\ORM\PersistentCollection {#2909 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2911 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2913 …}
    +badges: Doctrine\ORM\PersistentCollection {#2915 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 26774
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704306160
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10242372"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704219760 {#2886
      date: 2024-01-02 19:22:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1739 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +body: "you can’t fool me, that doesn’t pass the Luhn algorithm"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704252620 {#1718
    date: 2024-01-03 04:30:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ObviouslyNotBanana@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: 287379
  -bodyTs: "'algorithm':12 'doesn':7 'fool':4 'luhn':11 'pass':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6083787"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704252620 {#1720
    date: 2024-01-03 04:30:20.0 +01:00
  }
  +"title": 287379
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2847 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2885 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Got-any-suggestions"
  +title: "Got any suggestions?"
  +url: "https://lemmy.world/pictrs/image/cc42b2c4-2284-484c-b45c-46eaaaf91b43.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 75
  +favouriteCount: 527
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712571292 {#2880
    date: 2024-04-08 12:14:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2887 …}
  +votes: Doctrine\ORM\PersistentCollection {#2889 …}
  +reports: Doctrine\ORM\PersistentCollection {#2891 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +body: "Not long ago on Lemmy this was a goal, not a problem."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704252350 {#1697
        date: 2024-01-03 04:25:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhisperingEye@lemmy.world"
        "@null@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1552 …}
      +nested: Doctrine\ORM\PersistentCollection {#1662 …}
      +votes: Doctrine\ORM\PersistentCollection {#1656 …}
      +reports: Doctrine\ORM\PersistentCollection {#1651 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 287114
      -bodyTs: "'ago':3 'goal':9 'lemmi':5 'long':2 'problem':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6083634"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704252350 {#1709
        date: 2024-01-03 04:25:50.0 +01:00
      }
      +"title": 287114
    }
  ]
  -id: 26770
  -titleTs: "'got':1 'suggest':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704304635
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10241818"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704218235 {#2868
    date: 2024-01-02 18:57:15.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
163 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2847 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2885 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Got-any-suggestions"
  +title: "Got any suggestions?"
  +url: "https://lemmy.world/pictrs/image/cc42b2c4-2284-484c-b45c-46eaaaf91b43.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 75
  +favouriteCount: 527
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712571292 {#2880
    date: 2024-04-08 12:14:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2887 …}
  +votes: Doctrine\ORM\PersistentCollection {#2889 …}
  +reports: Doctrine\ORM\PersistentCollection {#2891 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +body: "Not long ago on Lemmy this was a goal, not a problem."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704252350 {#1697
        date: 2024-01-03 04:25:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhisperingEye@lemmy.world"
        "@null@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1552 …}
      +nested: Doctrine\ORM\PersistentCollection {#1662 …}
      +votes: Doctrine\ORM\PersistentCollection {#1656 …}
      +reports: Doctrine\ORM\PersistentCollection {#1651 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 287114
      -bodyTs: "'ago':3 'goal':9 'lemmi':5 'long':2 'problem':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6083634"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704252350 {#1709
        date: 2024-01-03 04:25:50.0 +01:00
      }
      +"title": 287114
    }
  ]
  -id: 26770
  -titleTs: "'got':1 'suggest':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704304635
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10241818"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704218235 {#2868
    date: 2024-01-02 18:57:15.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
164 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2847 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2885 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Got-any-suggestions"
  +title: "Got any suggestions?"
  +url: "https://lemmy.world/pictrs/image/cc42b2c4-2284-484c-b45c-46eaaaf91b43.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 75
  +favouriteCount: 527
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712571292 {#2880
    date: 2024-04-08 12:14:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2887 …}
  +votes: Doctrine\ORM\PersistentCollection {#2889 …}
  +reports: Doctrine\ORM\PersistentCollection {#2891 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +body: "Not long ago on Lemmy this was a goal, not a problem."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704252350 {#1697
        date: 2024-01-03 04:25:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhisperingEye@lemmy.world"
        "@null@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1552 …}
      +nested: Doctrine\ORM\PersistentCollection {#1662 …}
      +votes: Doctrine\ORM\PersistentCollection {#1656 …}
      +reports: Doctrine\ORM\PersistentCollection {#1651 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 287114
      -bodyTs: "'ago':3 'goal':9 'lemmi':5 'long':2 'problem':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6083634"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704252350 {#1709
        date: 2024-01-03 04:25:50.0 +01:00
      }
      +"title": 287114
    }
  ]
  -id: 26770
  -titleTs: "'got':1 'suggest':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704304635
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10241818"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704218235 {#2868
    date: 2024-01-02 18:57:15.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
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
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2847 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2885 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Got-any-suggestions"
    +title: "Got any suggestions?"
    +url: "https://lemmy.world/pictrs/image/cc42b2c4-2284-484c-b45c-46eaaaf91b43.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 75
    +favouriteCount: 527
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712571292 {#2880
      date: 2024-04-08 12:14:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2887 …}
    +votes: Doctrine\ORM\PersistentCollection {#2889 …}
    +reports: Doctrine\ORM\PersistentCollection {#2891 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 26770
    -titleTs: "'got':1 'suggest':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704304635
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10241818"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704218235 {#2868
      date: 2024-01-02 18:57:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: "Not long ago on Lemmy this was a goal, not a problem."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704252350 {#1697
    date: 2024-01-03 04:25:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhisperingEye@lemmy.world"
    "@null@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1552 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 287114
  -bodyTs: "'ago':3 'goal':9 'lemmi':5 'long':2 'problem':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6083634"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704252350 {#1709
    date: 2024-01-03 04:25:50.0 +01:00
  }
  +"title": 287114
}
"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
167 DENIED edit
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2847 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2885 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Got-any-suggestions"
    +title: "Got any suggestions?"
    +url: "https://lemmy.world/pictrs/image/cc42b2c4-2284-484c-b45c-46eaaaf91b43.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 75
    +favouriteCount: 527
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712571292 {#2880
      date: 2024-04-08 12:14:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2887 …}
    +votes: Doctrine\ORM\PersistentCollection {#2889 …}
    +reports: Doctrine\ORM\PersistentCollection {#2891 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 26770
    -titleTs: "'got':1 'suggest':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704304635
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10241818"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704218235 {#2868
      date: 2024-01-02 18:57:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: "Not long ago on Lemmy this was a goal, not a problem."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704252350 {#1697
    date: 2024-01-03 04:25:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhisperingEye@lemmy.world"
    "@null@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1552 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 287114
  -bodyTs: "'ago':3 'goal':9 'lemmi':5 'long':2 'problem':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6083634"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704252350 {#1709
    date: 2024-01-03 04:25:50.0 +01:00
  }
  +"title": 287114
}
"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
168 DENIED moderate
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2847 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2885 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Got-any-suggestions"
    +title: "Got any suggestions?"
    +url: "https://lemmy.world/pictrs/image/cc42b2c4-2284-484c-b45c-46eaaaf91b43.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 75
    +favouriteCount: 527
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712571292 {#2880
      date: 2024-04-08 12:14:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2887 …}
    +votes: Doctrine\ORM\PersistentCollection {#2889 …}
    +reports: Doctrine\ORM\PersistentCollection {#2891 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 26770
    -titleTs: "'got':1 'suggest':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704304635
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10241818"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704218235 {#2868
      date: 2024-01-02 18:57:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: "Not long ago on Lemmy this was a goal, not a problem."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704252350 {#1697
    date: 2024-01-03 04:25:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhisperingEye@lemmy.world"
    "@null@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1552 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 287114
  -bodyTs: "'ago':3 'goal':9 'lemmi':5 'long':2 'problem':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6083634"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704252350 {#1709
    date: 2024-01-03 04:25:50.0 +01:00
  }
  +"title": 287114
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1726
  +user: Proxies\__CG__\App\Entity\User {#2828 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-are-some-tech-predictions-for-2024-that-actually-could"
  +title: "What are some tech predictions for 2024 that actually could happen?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 162
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719593130 {#2862
    date: 2024-06-28 18:45:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2867 …}
  +votes: Doctrine\ORM\PersistentCollection {#2870 …}
  +reports: Doctrine\ORM\PersistentCollection {#2872 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2876 …}
  +badges: Doctrine\ORM\PersistentCollection {#2878 …}
  +children: [
    App\Entity\EntryComment {#1721
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1726 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: "SSD prices are going up already"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704208937 {#1723
        date: 2024-01-02 16:22:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@return2ozma@lemmy.world"
        "@captain_aggravated@sh.itjust.works"
      ]
      +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: 287344
      -bodyTs: "'alreadi':6 'go':4 'price':2 'ssd':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6069309"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704208937 {#1722
        date: 2024-01-02 16:22:17.0 +01:00
      }
      +"title": 287344
    }
  ]
  -id: 26663
  -titleTs: "'2024':7 'actual':9 'could':10 'happen':11 'predict':5 'tech':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704261925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10224249"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704175525 {#2850
    date: 2024-01-02 07:05:25.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
171 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1726
  +user: Proxies\__CG__\App\Entity\User {#2828 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-are-some-tech-predictions-for-2024-that-actually-could"
  +title: "What are some tech predictions for 2024 that actually could happen?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 162
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719593130 {#2862
    date: 2024-06-28 18:45:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2867 …}
  +votes: Doctrine\ORM\PersistentCollection {#2870 …}
  +reports: Doctrine\ORM\PersistentCollection {#2872 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2876 …}
  +badges: Doctrine\ORM\PersistentCollection {#2878 …}
  +children: [
    App\Entity\EntryComment {#1721
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1726 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: "SSD prices are going up already"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704208937 {#1723
        date: 2024-01-02 16:22:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@return2ozma@lemmy.world"
        "@captain_aggravated@sh.itjust.works"
      ]
      +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: 287344
      -bodyTs: "'alreadi':6 'go':4 'price':2 'ssd':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6069309"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704208937 {#1722
        date: 2024-01-02 16:22:17.0 +01:00
      }
      +"title": 287344
    }
  ]
  -id: 26663
  -titleTs: "'2024':7 'actual':9 'could':10 'happen':11 'predict':5 'tech':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704261925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10224249"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704175525 {#2850
    date: 2024-01-02 07:05:25.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
172 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1726
  +user: Proxies\__CG__\App\Entity\User {#2828 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
  +slug: "What-are-some-tech-predictions-for-2024-that-actually-could"
  +title: "What are some tech predictions for 2024 that actually could happen?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 162
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719593130 {#2862
    date: 2024-06-28 18:45:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2867 …}
  +votes: Doctrine\ORM\PersistentCollection {#2870 …}
  +reports: Doctrine\ORM\PersistentCollection {#2872 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2876 …}
  +badges: Doctrine\ORM\PersistentCollection {#2878 …}
  +children: [
    App\Entity\EntryComment {#1721
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1726 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: "SSD prices are going up already"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704208937 {#1723
        date: 2024-01-02 16:22:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@return2ozma@lemmy.world"
        "@captain_aggravated@sh.itjust.works"
      ]
      +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: 287344
      -bodyTs: "'alreadi':6 'go':4 'price':2 'ssd':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6069309"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704208937 {#1722
        date: 2024-01-02 16:22:17.0 +01:00
      }
      +"title": 287344
    }
  ]
  -id: 26663
  -titleTs: "'2024':7 'actual':9 'could':10 'happen':11 'predict':5 'tech':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704261925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10224249"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704175525 {#2850
    date: 2024-01-02 07:05:25.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
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
App\Entity\EntryComment {#1721
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1726
    +user: Proxies\__CG__\App\Entity\User {#2828 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-are-some-tech-predictions-for-2024-that-actually-could"
    +title: "What are some tech predictions for 2024 that actually could happen?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 116
    +favouriteCount: 162
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719593130 {#2862
      date: 2024-06-28 18:45:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2870 …}
    +reports: Doctrine\ORM\PersistentCollection {#2872 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2876 …}
    +badges: Doctrine\ORM\PersistentCollection {#2878 …}
    +children: [
      App\Entity\EntryComment {#1721}
    ]
    -id: 26663
    -titleTs: "'2024':7 'actual':9 'could':10 'happen':11 'predict':5 'tech':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704261925
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10224249"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704175525 {#2850
      date: 2024-01-02 07:05:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: "SSD prices are going up already"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704208937 {#1723
    date: 2024-01-02 16:22:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@return2ozma@lemmy.world"
    "@captain_aggravated@sh.itjust.works"
  ]
  +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: 287344
  -bodyTs: "'alreadi':6 'go':4 'price':2 'ssd':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6069309"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704208937 {#1722
    date: 2024-01-02 16:22:17.0 +01:00
  }
  +"title": 287344
}
"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
175 DENIED edit
App\Entity\EntryComment {#1721
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1726
    +user: Proxies\__CG__\App\Entity\User {#2828 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-are-some-tech-predictions-for-2024-that-actually-could"
    +title: "What are some tech predictions for 2024 that actually could happen?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 116
    +favouriteCount: 162
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719593130 {#2862
      date: 2024-06-28 18:45:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2870 …}
    +reports: Doctrine\ORM\PersistentCollection {#2872 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2876 …}
    +badges: Doctrine\ORM\PersistentCollection {#2878 …}
    +children: [
      App\Entity\EntryComment {#1721}
    ]
    -id: 26663
    -titleTs: "'2024':7 'actual':9 'could':10 'happen':11 'predict':5 'tech':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704261925
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10224249"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704175525 {#2850
      date: 2024-01-02 07:05:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: "SSD prices are going up already"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704208937 {#1723
    date: 2024-01-02 16:22:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@return2ozma@lemmy.world"
    "@captain_aggravated@sh.itjust.works"
  ]
  +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: 287344
  -bodyTs: "'alreadi':6 'go':4 'price':2 'ssd':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6069309"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704208937 {#1722
    date: 2024-01-02 16:22:17.0 +01:00
  }
  +"title": 287344
}
"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
176 DENIED moderate
App\Entity\EntryComment {#1721
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1726
    +user: Proxies\__CG__\App\Entity\User {#2828 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2595 …}
    +slug: "What-are-some-tech-predictions-for-2024-that-actually-could"
    +title: "What are some tech predictions for 2024 that actually could happen?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 116
    +favouriteCount: 162
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719593130 {#2862
      date: 2024-06-28 18:45:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2870 …}
    +reports: Doctrine\ORM\PersistentCollection {#2872 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2876 …}
    +badges: Doctrine\ORM\PersistentCollection {#2878 …}
    +children: [
      App\Entity\EntryComment {#1721}
    ]
    -id: 26663
    -titleTs: "'2024':7 'actual':9 'could':10 'happen':11 'predict':5 'tech':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704261925
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10224249"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704175525 {#2850
      date: 2024-01-02 07:05:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: "SSD prices are going up already"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704208937 {#1723
    date: 2024-01-02 16:22:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@return2ozma@lemmy.world"
    "@captain_aggravated@sh.itjust.works"
  ]
  +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: 287344
  -bodyTs: "'alreadi':6 'go':4 'price':2 'ssd':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6069309"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704208937 {#1722
    date: 2024-01-02 16:22:17.0 +01:00
  }
  +"title": 287344
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1705
  +user: Proxies\__CG__\App\Entity\User {#2000 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: Proxies\__CG__\App\Entity\Image {#2561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Let-s-go-sorry-i-used-WSL-i-have-my-own"
  +title: "Let's go! (sorry i used WSL i have my own reasons for it...)"
  +url: "https://lemmy.world/pictrs/image/7b45511e-bd75-484a-9e6c-cea67ce348e8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 186
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720656412 {#2658
    date: 2024-07-11 02:06:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2665 …}
  +votes: Doctrine\ORM\PersistentCollection {#2667 …}
  +reports: Doctrine\ORM\PersistentCollection {#2669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2673 …}
  +badges: Doctrine\ORM\PersistentCollection {#2675 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1705 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +body: "If we’re adding dramatic flourish, I’ll suggest `watch -n 1  ‘date | cowsay’`"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704125193 {#1691
        date: 2024-01-01 17:06:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Picture_Pig@lemmy.world"
        "@Bishma@discuss.tchncs.de"
        "@simpleslipeagle@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 287244
      -bodyTs: "'1':12 'ad':4 'cowsay':14 'date':13 'dramat':5 'flourish':6 'll':8 'n':11 're':3 'suggest':9 'watch':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6048622"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704125193 {#1692
        date: 2024-01-01 17:06:33.0 +01:00
      }
      +"title": 287244
    }
  ]
  -id: 26419
  -titleTs: "'go':3 'let':1 'reason':12 'sorri':4 'use':6 'wsl':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704173904
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10185763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704087504 {#2641
    date: 2024-01-01 06:38:24.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
179 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1705
  +user: Proxies\__CG__\App\Entity\User {#2000 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: Proxies\__CG__\App\Entity\Image {#2561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Let-s-go-sorry-i-used-WSL-i-have-my-own"
  +title: "Let's go! (sorry i used WSL i have my own reasons for it...)"
  +url: "https://lemmy.world/pictrs/image/7b45511e-bd75-484a-9e6c-cea67ce348e8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 186
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720656412 {#2658
    date: 2024-07-11 02:06:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2665 …}
  +votes: Doctrine\ORM\PersistentCollection {#2667 …}
  +reports: Doctrine\ORM\PersistentCollection {#2669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2673 …}
  +badges: Doctrine\ORM\PersistentCollection {#2675 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1705 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +body: "If we’re adding dramatic flourish, I’ll suggest `watch -n 1  ‘date | cowsay’`"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704125193 {#1691
        date: 2024-01-01 17:06:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Picture_Pig@lemmy.world"
        "@Bishma@discuss.tchncs.de"
        "@simpleslipeagle@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 287244
      -bodyTs: "'1':12 'ad':4 'cowsay':14 'date':13 'dramat':5 'flourish':6 'll':8 'n':11 're':3 'suggest':9 'watch':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6048622"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704125193 {#1692
        date: 2024-01-01 17:06:33.0 +01:00
      }
      +"title": 287244
    }
  ]
  -id: 26419
  -titleTs: "'go':3 'let':1 'reason':12 'sorri':4 'use':6 'wsl':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704173904
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10185763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704087504 {#2641
    date: 2024-01-01 06:38:24.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
180 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1705
  +user: Proxies\__CG__\App\Entity\User {#2000 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: Proxies\__CG__\App\Entity\Image {#2561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
  +slug: "Let-s-go-sorry-i-used-WSL-i-have-my-own"
  +title: "Let's go! (sorry i used WSL i have my own reasons for it...)"
  +url: "https://lemmy.world/pictrs/image/7b45511e-bd75-484a-9e6c-cea67ce348e8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 186
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720656412 {#2658
    date: 2024-07-11 02:06:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2665 …}
  +votes: Doctrine\ORM\PersistentCollection {#2667 …}
  +reports: Doctrine\ORM\PersistentCollection {#2669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2673 …}
  +badges: Doctrine\ORM\PersistentCollection {#2675 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1705 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +body: "If we’re adding dramatic flourish, I’ll suggest `watch -n 1  ‘date | cowsay’`"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704125193 {#1691
        date: 2024-01-01 17:06:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Picture_Pig@lemmy.world"
        "@Bishma@discuss.tchncs.de"
        "@simpleslipeagle@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 287244
      -bodyTs: "'1':12 'ad':4 'cowsay':14 'date':13 'dramat':5 'flourish':6 'll':8 'n':11 're':3 'suggest':9 'watch':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/6048622"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704125193 {#1692
        date: 2024-01-01 17:06:33.0 +01:00
      }
      +"title": 287244
    }
  ]
  -id: 26419
  -titleTs: "'go':3 'let':1 'reason':12 'sorri':4 'use':6 'wsl':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704173904
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10185763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704087504 {#2641
    date: 2024-01-01 06:38:24.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
181 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
182 DENIED moderate
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1705
    +user: Proxies\__CG__\App\Entity\User {#2000 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: Proxies\__CG__\App\Entity\Image {#2561 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Let-s-go-sorry-i-used-WSL-i-have-my-own"
    +title: "Let's go! (sorry i used WSL i have my own reasons for it...)"
    +url: "https://lemmy.world/pictrs/image/7b45511e-bd75-484a-9e6c-cea67ce348e8.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 38
    +favouriteCount: 186
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720656412 {#2658
      date: 2024-07-11 02:06:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2665 …}
    +votes: Doctrine\ORM\PersistentCollection {#2667 …}
    +reports: Doctrine\ORM\PersistentCollection {#2669 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2671 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2673 …}
    +badges: Doctrine\ORM\PersistentCollection {#2675 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 26419
    -titleTs: "'go':3 'let':1 'reason':12 'sorri':4 'use':6 'wsl':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704173904
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10185763"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704087504 {#2641
      date: 2024-01-01 06:38:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +body: "If we’re adding dramatic flourish, I’ll suggest `watch -n 1  ‘date | cowsay’`"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704125193 {#1691
    date: 2024-01-01 17:06:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Picture_Pig@lemmy.world"
    "@Bishma@discuss.tchncs.de"
    "@simpleslipeagle@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 287244
  -bodyTs: "'1':12 'ad':4 'cowsay':14 'date':13 'dramat':5 'flourish':6 'll':8 'n':11 're':3 'suggest':9 'watch':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6048622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704125193 {#1692
    date: 2024-01-01 17:06:33.0 +01:00
  }
  +"title": 287244
}
"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
183 DENIED edit
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1705
    +user: Proxies\__CG__\App\Entity\User {#2000 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: Proxies\__CG__\App\Entity\Image {#2561 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Let-s-go-sorry-i-used-WSL-i-have-my-own"
    +title: "Let's go! (sorry i used WSL i have my own reasons for it...)"
    +url: "https://lemmy.world/pictrs/image/7b45511e-bd75-484a-9e6c-cea67ce348e8.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 38
    +favouriteCount: 186
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720656412 {#2658
      date: 2024-07-11 02:06:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2665 …}
    +votes: Doctrine\ORM\PersistentCollection {#2667 …}
    +reports: Doctrine\ORM\PersistentCollection {#2669 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2671 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2673 …}
    +badges: Doctrine\ORM\PersistentCollection {#2675 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 26419
    -titleTs: "'go':3 'let':1 'reason':12 'sorri':4 'use':6 'wsl':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704173904
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10185763"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704087504 {#2641
      date: 2024-01-01 06:38:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +body: "If we’re adding dramatic flourish, I’ll suggest `watch -n 1  ‘date | cowsay’`"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704125193 {#1691
    date: 2024-01-01 17:06:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Picture_Pig@lemmy.world"
    "@Bishma@discuss.tchncs.de"
    "@simpleslipeagle@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 287244
  -bodyTs: "'1':12 'ad':4 'cowsay':14 'date':13 'dramat':5 'flourish':6 'll':8 'n':11 're':3 'suggest':9 'watch':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6048622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704125193 {#1692
    date: 2024-01-01 17:06:33.0 +01:00
  }
  +"title": 287244
}
"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
184 DENIED moderate
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1705
    +user: Proxies\__CG__\App\Entity\User {#2000 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: Proxies\__CG__\App\Entity\Image {#2561 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2663 …}
    +slug: "Let-s-go-sorry-i-used-WSL-i-have-my-own"
    +title: "Let's go! (sorry i used WSL i have my own reasons for it...)"
    +url: "https://lemmy.world/pictrs/image/7b45511e-bd75-484a-9e6c-cea67ce348e8.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 38
    +favouriteCount: 186
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720656412 {#2658
      date: 2024-07-11 02:06:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2665 …}
    +votes: Doctrine\ORM\PersistentCollection {#2667 …}
    +reports: Doctrine\ORM\PersistentCollection {#2669 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2671 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2673 …}
    +badges: Doctrine\ORM\PersistentCollection {#2675 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 26419
    -titleTs: "'go':3 'let':1 'reason':12 'sorri':4 'use':6 'wsl':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704173904
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10185763"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704087504 {#2641
      date: 2024-01-01 06:38:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +body: "If we’re adding dramatic flourish, I’ll suggest `watch -n 1  ‘date | cowsay’`"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704125193 {#1691
    date: 2024-01-01 17:06:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Picture_Pig@lemmy.world"
    "@Bishma@discuss.tchncs.de"
    "@simpleslipeagle@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 287244
  -bodyTs: "'1':12 'ad':4 'cowsay':14 'date':13 'dramat':5 'flourish':6 'll':8 'n':11 're':3 'suggest':9 'watch':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6048622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704125193 {#1692
    date: 2024-01-01 17:06:33.0 +01:00
  }
  +"title": 287244
}
"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
185 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
186 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