GET https://kbin.spritesserver.nl/u/@hi_its_me@lemmy.world

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.25 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.08 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 {#2030
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
  +slug: "Kubernetes-docker-compose-How-should-I-organize-my-container-services-in"
  +title: "Kubernetes? docker-compose? How should I organize my container services in 2024?"
  +url: null
  +body: """
    Currently, I run Unraid and have all of my services’ setup there as docker containers. While this is nice and easy to setup initially, it has some major downsides:\n
    \n
    - It’s fragile. Unraid is prone to bugs/crashes with docker that take down my containers. It’s also not resilient so when things break I have to log in and fiddle.\n
    - It’s mutable. I can’t use any infrastructure-as-code tools like terraform, and configuration sort of just exist in the UI. I can’t really roll back or recover easily.\n
    - It’s single-node. Everything is tied to my one big server that runs the NAS, but I’d rather have the NAS as a separate fairly low-power appliance and then have a separate machine to handle things like VMs and containers.\n
    \n
    So I’m looking ahead and thinking about what the next iteration of my homelab will look like. While I like unraid for the storage stuff, I’m a little tired of wrangling it into a container orchestrator and hypervisor, and I think this year I’ll split that job out to a dedicated machine. I’m comfortable with, and in fact prefer, IaC over fancy UIs and so would love to be able to use terraform or Pulumi or something like that. I would prefer something multi-node, as I want to be able to tie multiple machines together. And I want something that is fault-tolerant, as I host services for friends and family that currently require a lot of manual intervention to fix when they go down.\n
    \n
    So the question is: how do you all do this? Kubernetes, docker-compose, Hashicorp Nomad? Do you run k3s, Harvester, or what? I’d love to get an idea of what people are doing and why, so I can get some ideas as to what I might do.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723850449 {#2393
    date: 2024-08-17 01:20:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2064 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  +badges: Doctrine\ORM\PersistentCollection {#2062 …}
  +children: [
    App\Entity\EntryComment {#2032
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2030 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2019 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1403 …}
      +body: "I have a similar setup to the above. Personally I use Docker Compose and backup up my compose scripts to the NAS."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704845134 {#2022
        date: 2024-01-10 01:05:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nopersonalspace@lemmy.world"
        "@monkeyman512@lemmy.world"
        "@nopersonalspace@lemmy.world"
        "@monkeyman512@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1401 …}
      +reports: Doctrine\ORM\PersistentCollection {#1385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
      -id: 294661
      -bodyTs: "'backup':15 'compos':13,18 'docker':12 'nas':22 'person':9 'script':19 'setup':5 'similar':4 'use':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6533353"
      +editedAt: DateTimeImmutable @1719652408 {#2024
        date: 2024-06-29 11:13:28.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704845134 {#2026
        date: 2024-01-10 01:05:34.0 +01:00
      }
      +"title": 294661
    }
  ]
  -id: 28505
  -titleTs: "'2024':13 'compos':4 'contain':10 'docker':3 'docker-compos':2 'kubernet':1 'organ':8 'servic':11"
  -bodyTs: "'abl':212,234 'ahead':143 'also':47 'applianc':125 'back':90 'big':105 'break':53 'bugs/crashes':37 'code':72 'comfort':196 'compos':284 'configur':77 'contain':15,44,138,175 'current':1,258 'd':113,295 'dedic':192 'docker':14,39,283 'docker-compos':282 'downsid':29 'easi':21 'easili':93 'everyth':99 'exist':81 'fact':200 'fair':121 'famili':256 'fanci':204 'fault':247 'fault-toler':246 'fiddl':60 'fix':266 'fragil':32 'friend':254 'get':298,311 'go':269 'handl':133 'harvest':291 'hashicorp':285 'homelab':153 'host':251 'hypervisor':178 'iac':202 'idea':300,313 'infrastructur':70 'infrastructure-as-cod':69 'initi':24 'intervent':264 'iter':150 'job':188 'k3s':290 'kubernet':281 'like':74,135,156,159,220 'littl':168 'll':185 'log':57 'look':142,155 'lot':261 'love':209,296 'low':123 'low-pow':122 'm':141,166,195 'machin':131,193,238 'major':28 'manual':263 'might':318 'multi':227 'multi-nod':226 'multipl':237 'mutabl':63 'nas':110,117 'next':149 'nice':19 'node':98,228 'nomad':286 'one':104 'orchestr':176 'peopl':303 'power':124 'prefer':201,224 'prone':35 'pulumi':217 'question':273 'rather':114 'realli':88 'recov':92 'requir':259 'resili':49 'roll':89 'run':3,108,289 'separ':120,130 'server':106 'servic':10,252 'setup':11,23 'singl':97 'single-nod':96 'someth':219,225,243 'sort':78 'split':186 'storag':163 'stuff':164 'take':41 'terraform':75,215 'thing':52,134 'think':145,181 'tie':101,236 'tire':169 'togeth':239 'toler':248 'tool':73 'ui':84,205 'unraid':4,33,160 'use':67,214 'vms':136 'want':231,242 'would':208,223 'wrangl':171 'year':183"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704927178
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10510362"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704840778 {#2040
    date: 2024-01-09 23:52: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
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2030
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
  +slug: "Kubernetes-docker-compose-How-should-I-organize-my-container-services-in"
  +title: "Kubernetes? docker-compose? How should I organize my container services in 2024?"
  +url: null
  +body: """
    Currently, I run Unraid and have all of my services’ setup there as docker containers. While this is nice and easy to setup initially, it has some major downsides:\n
    \n
    - It’s fragile. Unraid is prone to bugs/crashes with docker that take down my containers. It’s also not resilient so when things break I have to log in and fiddle.\n
    - It’s mutable. I can’t use any infrastructure-as-code tools like terraform, and configuration sort of just exist in the UI. I can’t really roll back or recover easily.\n
    - It’s single-node. Everything is tied to my one big server that runs the NAS, but I’d rather have the NAS as a separate fairly low-power appliance and then have a separate machine to handle things like VMs and containers.\n
    \n
    So I’m looking ahead and thinking about what the next iteration of my homelab will look like. While I like unraid for the storage stuff, I’m a little tired of wrangling it into a container orchestrator and hypervisor, and I think this year I’ll split that job out to a dedicated machine. I’m comfortable with, and in fact prefer, IaC over fancy UIs and so would love to be able to use terraform or Pulumi or something like that. I would prefer something multi-node, as I want to be able to tie multiple machines together. And I want something that is fault-tolerant, as I host services for friends and family that currently require a lot of manual intervention to fix when they go down.\n
    \n
    So the question is: how do you all do this? Kubernetes, docker-compose, Hashicorp Nomad? Do you run k3s, Harvester, or what? I’d love to get an idea of what people are doing and why, so I can get some ideas as to what I might do.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723850449 {#2393
    date: 2024-08-17 01:20:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2064 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  +badges: Doctrine\ORM\PersistentCollection {#2062 …}
  +children: [
    App\Entity\EntryComment {#2032
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2030 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2019 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1403 …}
      +body: "I have a similar setup to the above. Personally I use Docker Compose and backup up my compose scripts to the NAS."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704845134 {#2022
        date: 2024-01-10 01:05:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nopersonalspace@lemmy.world"
        "@monkeyman512@lemmy.world"
        "@nopersonalspace@lemmy.world"
        "@monkeyman512@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1401 …}
      +reports: Doctrine\ORM\PersistentCollection {#1385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
      -id: 294661
      -bodyTs: "'backup':15 'compos':13,18 'docker':12 'nas':22 'person':9 'script':19 'setup':5 'similar':4 'use':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6533353"
      +editedAt: DateTimeImmutable @1719652408 {#2024
        date: 2024-06-29 11:13:28.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704845134 {#2026
        date: 2024-01-10 01:05:34.0 +01:00
      }
      +"title": 294661
    }
  ]
  -id: 28505
  -titleTs: "'2024':13 'compos':4 'contain':10 'docker':3 'docker-compos':2 'kubernet':1 'organ':8 'servic':11"
  -bodyTs: "'abl':212,234 'ahead':143 'also':47 'applianc':125 'back':90 'big':105 'break':53 'bugs/crashes':37 'code':72 'comfort':196 'compos':284 'configur':77 'contain':15,44,138,175 'current':1,258 'd':113,295 'dedic':192 'docker':14,39,283 'docker-compos':282 'downsid':29 'easi':21 'easili':93 'everyth':99 'exist':81 'fact':200 'fair':121 'famili':256 'fanci':204 'fault':247 'fault-toler':246 'fiddl':60 'fix':266 'fragil':32 'friend':254 'get':298,311 'go':269 'handl':133 'harvest':291 'hashicorp':285 'homelab':153 'host':251 'hypervisor':178 'iac':202 'idea':300,313 'infrastructur':70 'infrastructure-as-cod':69 'initi':24 'intervent':264 'iter':150 'job':188 'k3s':290 'kubernet':281 'like':74,135,156,159,220 'littl':168 'll':185 'log':57 'look':142,155 'lot':261 'love':209,296 'low':123 'low-pow':122 'm':141,166,195 'machin':131,193,238 'major':28 'manual':263 'might':318 'multi':227 'multi-nod':226 'multipl':237 'mutabl':63 'nas':110,117 'next':149 'nice':19 'node':98,228 'nomad':286 'one':104 'orchestr':176 'peopl':303 'power':124 'prefer':201,224 'prone':35 'pulumi':217 'question':273 'rather':114 'realli':88 'recov':92 'requir':259 'resili':49 'roll':89 'run':3,108,289 'separ':120,130 'server':106 'servic':10,252 'setup':11,23 'singl':97 'single-nod':96 'someth':219,225,243 'sort':78 'split':186 'storag':163 'stuff':164 'take':41 'terraform':75,215 'thing':52,134 'think':145,181 'tie':101,236 'tire':169 'togeth':239 'toler':248 'tool':73 'ui':84,205 'unraid':4,33,160 'use':67,214 'vms':136 'want':231,242 'would':208,223 'wrangl':171 'year':183"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704927178
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10510362"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704840778 {#2040
    date: 2024-01-09 23:52: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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2030
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
  +slug: "Kubernetes-docker-compose-How-should-I-organize-my-container-services-in"
  +title: "Kubernetes? docker-compose? How should I organize my container services in 2024?"
  +url: null
  +body: """
    Currently, I run Unraid and have all of my services’ setup there as docker containers. While this is nice and easy to setup initially, it has some major downsides:\n
    \n
    - It’s fragile. Unraid is prone to bugs/crashes with docker that take down my containers. It’s also not resilient so when things break I have to log in and fiddle.\n
    - It’s mutable. I can’t use any infrastructure-as-code tools like terraform, and configuration sort of just exist in the UI. I can’t really roll back or recover easily.\n
    - It’s single-node. Everything is tied to my one big server that runs the NAS, but I’d rather have the NAS as a separate fairly low-power appliance and then have a separate machine to handle things like VMs and containers.\n
    \n
    So I’m looking ahead and thinking about what the next iteration of my homelab will look like. While I like unraid for the storage stuff, I’m a little tired of wrangling it into a container orchestrator and hypervisor, and I think this year I’ll split that job out to a dedicated machine. I’m comfortable with, and in fact prefer, IaC over fancy UIs and so would love to be able to use terraform or Pulumi or something like that. I would prefer something multi-node, as I want to be able to tie multiple machines together. And I want something that is fault-tolerant, as I host services for friends and family that currently require a lot of manual intervention to fix when they go down.\n
    \n
    So the question is: how do you all do this? Kubernetes, docker-compose, Hashicorp Nomad? Do you run k3s, Harvester, or what? I’d love to get an idea of what people are doing and why, so I can get some ideas as to what I might do.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723850449 {#2393
    date: 2024-08-17 01:20:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2064 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  +badges: Doctrine\ORM\PersistentCollection {#2062 …}
  +children: [
    App\Entity\EntryComment {#2032
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2030 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2019 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1403 …}
      +body: "I have a similar setup to the above. Personally I use Docker Compose and backup up my compose scripts to the NAS."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704845134 {#2022
        date: 2024-01-10 01:05:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nopersonalspace@lemmy.world"
        "@monkeyman512@lemmy.world"
        "@nopersonalspace@lemmy.world"
        "@monkeyman512@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1401 …}
      +reports: Doctrine\ORM\PersistentCollection {#1385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
      -id: 294661
      -bodyTs: "'backup':15 'compos':13,18 'docker':12 'nas':22 'person':9 'script':19 'setup':5 'similar':4 'use':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6533353"
      +editedAt: DateTimeImmutable @1719652408 {#2024
        date: 2024-06-29 11:13:28.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704845134 {#2026
        date: 2024-01-10 01:05:34.0 +01:00
      }
      +"title": 294661
    }
  ]
  -id: 28505
  -titleTs: "'2024':13 'compos':4 'contain':10 'docker':3 'docker-compos':2 'kubernet':1 'organ':8 'servic':11"
  -bodyTs: "'abl':212,234 'ahead':143 'also':47 'applianc':125 'back':90 'big':105 'break':53 'bugs/crashes':37 'code':72 'comfort':196 'compos':284 'configur':77 'contain':15,44,138,175 'current':1,258 'd':113,295 'dedic':192 'docker':14,39,283 'docker-compos':282 'downsid':29 'easi':21 'easili':93 'everyth':99 'exist':81 'fact':200 'fair':121 'famili':256 'fanci':204 'fault':247 'fault-toler':246 'fiddl':60 'fix':266 'fragil':32 'friend':254 'get':298,311 'go':269 'handl':133 'harvest':291 'hashicorp':285 'homelab':153 'host':251 'hypervisor':178 'iac':202 'idea':300,313 'infrastructur':70 'infrastructure-as-cod':69 'initi':24 'intervent':264 'iter':150 'job':188 'k3s':290 'kubernet':281 'like':74,135,156,159,220 'littl':168 'll':185 'log':57 'look':142,155 'lot':261 'love':209,296 'low':123 'low-pow':122 'm':141,166,195 'machin':131,193,238 'major':28 'manual':263 'might':318 'multi':227 'multi-nod':226 'multipl':237 'mutabl':63 'nas':110,117 'next':149 'nice':19 'node':98,228 'nomad':286 'one':104 'orchestr':176 'peopl':303 'power':124 'prefer':201,224 'prone':35 'pulumi':217 'question':273 'rather':114 'realli':88 'recov':92 'requir':259 'resili':49 'roll':89 'run':3,108,289 'separ':120,130 'server':106 'servic':10,252 'setup':11,23 'singl':97 'single-nod':96 'someth':219,225,243 'sort':78 'split':186 'storag':163 'stuff':164 'take':41 'terraform':75,215 'thing':52,134 'think':145,181 'tie':101,236 'tire':169 'togeth':239 'toler':248 'tool':73 'ui':84,205 'unraid':4,33,160 'use':67,214 'vms':136 'want':231,242 'would':208,223 'wrangl':171 'year':183"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704927178
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10510362"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704840778 {#2040
    date: 2024-01-09 23:52: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
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 {#2032
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2030
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
    +slug: "Kubernetes-docker-compose-How-should-I-organize-my-container-services-in"
    +title: "Kubernetes? docker-compose? How should I organize my container services in 2024?"
    +url: null
    +body: """
      Currently, I run Unraid and have all of my services’ setup there as docker containers. While this is nice and easy to setup initially, it has some major downsides:\n
      \n
      - It’s fragile. Unraid is prone to bugs/crashes with docker that take down my containers. It’s also not resilient so when things break I have to log in and fiddle.\n
      - It’s mutable. I can’t use any infrastructure-as-code tools like terraform, and configuration sort of just exist in the UI. I can’t really roll back or recover easily.\n
      - It’s single-node. Everything is tied to my one big server that runs the NAS, but I’d rather have the NAS as a separate fairly low-power appliance and then have a separate machine to handle things like VMs and containers.\n
      \n
      So I’m looking ahead and thinking about what the next iteration of my homelab will look like. While I like unraid for the storage stuff, I’m a little tired of wrangling it into a container orchestrator and hypervisor, and I think this year I’ll split that job out to a dedicated machine. I’m comfortable with, and in fact prefer, IaC over fancy UIs and so would love to be able to use terraform or Pulumi or something like that. I would prefer something multi-node, as I want to be able to tie multiple machines together. And I want something that is fault-tolerant, as I host services for friends and family that currently require a lot of manual intervention to fix when they go down.\n
      \n
      So the question is: how do you all do this? Kubernetes, docker-compose, Hashicorp Nomad? Do you run k3s, Harvester, or what? I’d love to get an idea of what people are doing and why, so I can get some ideas as to what I might do.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723850449 {#2393
      date: 2024-08-17 01:20:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2091 …}
    +votes: Doctrine\ORM\PersistentCollection {#2088 …}
    +reports: Doctrine\ORM\PersistentCollection {#2064 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
    +badges: Doctrine\ORM\PersistentCollection {#2062 …}
    +children: [
      App\Entity\EntryComment {#2032}
    ]
    -id: 28505
    -titleTs: "'2024':13 'compos':4 'contain':10 'docker':3 'docker-compos':2 'kubernet':1 'organ':8 'servic':11"
    -bodyTs: "'abl':212,234 'ahead':143 'also':47 'applianc':125 'back':90 'big':105 'break':53 'bugs/crashes':37 'code':72 'comfort':196 'compos':284 'configur':77 'contain':15,44,138,175 'current':1,258 'd':113,295 'dedic':192 'docker':14,39,283 'docker-compos':282 'downsid':29 'easi':21 'easili':93 'everyth':99 'exist':81 'fact':200 'fair':121 'famili':256 'fanci':204 'fault':247 'fault-toler':246 'fiddl':60 'fix':266 'fragil':32 'friend':254 'get':298,311 'go':269 'handl':133 'harvest':291 'hashicorp':285 'homelab':153 'host':251 'hypervisor':178 'iac':202 'idea':300,313 'infrastructur':70 'infrastructure-as-cod':69 'initi':24 'intervent':264 'iter':150 'job':188 'k3s':290 'kubernet':281 'like':74,135,156,159,220 'littl':168 'll':185 'log':57 'look':142,155 'lot':261 'love':209,296 'low':123 'low-pow':122 'm':141,166,195 'machin':131,193,238 'major':28 'manual':263 'might':318 'multi':227 'multi-nod':226 'multipl':237 'mutabl':63 'nas':110,117 'next':149 'nice':19 'node':98,228 'nomad':286 'one':104 'orchestr':176 'peopl':303 'power':124 'prefer':201,224 'prone':35 'pulumi':217 'question':273 'rather':114 'realli':88 'recov':92 'requir':259 'resili':49 'roll':89 'run':3,108,289 'separ':120,130 'server':106 'servic':10,252 'setup':11,23 'singl':97 'single-nod':96 'someth':219,225,243 'sort':78 'split':186 'storag':163 'stuff':164 'take':41 'terraform':75,215 'thing':52,134 'think':145,181 'tie':101,236 'tire':169 'togeth':239 'toler':248 'tool':73 'ui':84,205 'unraid':4,33,160 'use':67,214 'vms':136 'want':231,242 'would':208,223 'wrangl':171 'year':183"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704927178
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10510362"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704840778 {#2040
      date: 2024-01-09 23:52:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2019 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1403 …}
  +body: "I have a similar setup to the above. Personally I use Docker Compose and backup up my compose scripts to the NAS."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704845134 {#2022
    date: 2024-01-10 01:05:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nopersonalspace@lemmy.world"
    "@monkeyman512@lemmy.world"
    "@nopersonalspace@lemmy.world"
    "@monkeyman512@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1401 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 294661
  -bodyTs: "'backup':15 'compos':13,18 'docker':12 'nas':22 'person':9 'script':19 'setup':5 'similar':4 'use':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6533353"
  +editedAt: DateTimeImmutable @1719652408 {#2024
    date: 2024-06-29 11:13:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704845134 {#2026
    date: 2024-01-10 01:05:34.0 +01:00
  }
  +"title": 294661
}
"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 {#2032
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2030
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
    +slug: "Kubernetes-docker-compose-How-should-I-organize-my-container-services-in"
    +title: "Kubernetes? docker-compose? How should I organize my container services in 2024?"
    +url: null
    +body: """
      Currently, I run Unraid and have all of my services’ setup there as docker containers. While this is nice and easy to setup initially, it has some major downsides:\n
      \n
      - It’s fragile. Unraid is prone to bugs/crashes with docker that take down my containers. It’s also not resilient so when things break I have to log in and fiddle.\n
      - It’s mutable. I can’t use any infrastructure-as-code tools like terraform, and configuration sort of just exist in the UI. I can’t really roll back or recover easily.\n
      - It’s single-node. Everything is tied to my one big server that runs the NAS, but I’d rather have the NAS as a separate fairly low-power appliance and then have a separate machine to handle things like VMs and containers.\n
      \n
      So I’m looking ahead and thinking about what the next iteration of my homelab will look like. While I like unraid for the storage stuff, I’m a little tired of wrangling it into a container orchestrator and hypervisor, and I think this year I’ll split that job out to a dedicated machine. I’m comfortable with, and in fact prefer, IaC over fancy UIs and so would love to be able to use terraform or Pulumi or something like that. I would prefer something multi-node, as I want to be able to tie multiple machines together. And I want something that is fault-tolerant, as I host services for friends and family that currently require a lot of manual intervention to fix when they go down.\n
      \n
      So the question is: how do you all do this? Kubernetes, docker-compose, Hashicorp Nomad? Do you run k3s, Harvester, or what? I’d love to get an idea of what people are doing and why, so I can get some ideas as to what I might do.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723850449 {#2393
      date: 2024-08-17 01:20:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2091 …}
    +votes: Doctrine\ORM\PersistentCollection {#2088 …}
    +reports: Doctrine\ORM\PersistentCollection {#2064 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
    +badges: Doctrine\ORM\PersistentCollection {#2062 …}
    +children: [
      App\Entity\EntryComment {#2032}
    ]
    -id: 28505
    -titleTs: "'2024':13 'compos':4 'contain':10 'docker':3 'docker-compos':2 'kubernet':1 'organ':8 'servic':11"
    -bodyTs: "'abl':212,234 'ahead':143 'also':47 'applianc':125 'back':90 'big':105 'break':53 'bugs/crashes':37 'code':72 'comfort':196 'compos':284 'configur':77 'contain':15,44,138,175 'current':1,258 'd':113,295 'dedic':192 'docker':14,39,283 'docker-compos':282 'downsid':29 'easi':21 'easili':93 'everyth':99 'exist':81 'fact':200 'fair':121 'famili':256 'fanci':204 'fault':247 'fault-toler':246 'fiddl':60 'fix':266 'fragil':32 'friend':254 'get':298,311 'go':269 'handl':133 'harvest':291 'hashicorp':285 'homelab':153 'host':251 'hypervisor':178 'iac':202 'idea':300,313 'infrastructur':70 'infrastructure-as-cod':69 'initi':24 'intervent':264 'iter':150 'job':188 'k3s':290 'kubernet':281 'like':74,135,156,159,220 'littl':168 'll':185 'log':57 'look':142,155 'lot':261 'love':209,296 'low':123 'low-pow':122 'm':141,166,195 'machin':131,193,238 'major':28 'manual':263 'might':318 'multi':227 'multi-nod':226 'multipl':237 'mutabl':63 'nas':110,117 'next':149 'nice':19 'node':98,228 'nomad':286 'one':104 'orchestr':176 'peopl':303 'power':124 'prefer':201,224 'prone':35 'pulumi':217 'question':273 'rather':114 'realli':88 'recov':92 'requir':259 'resili':49 'roll':89 'run':3,108,289 'separ':120,130 'server':106 'servic':10,252 'setup':11,23 'singl':97 'single-nod':96 'someth':219,225,243 'sort':78 'split':186 'storag':163 'stuff':164 'take':41 'terraform':75,215 'thing':52,134 'think':145,181 'tie':101,236 'tire':169 'togeth':239 'toler':248 'tool':73 'ui':84,205 'unraid':4,33,160 'use':67,214 'vms':136 'want':231,242 'would':208,223 'wrangl':171 'year':183"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704927178
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10510362"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704840778 {#2040
      date: 2024-01-09 23:52:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2019 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1403 …}
  +body: "I have a similar setup to the above. Personally I use Docker Compose and backup up my compose scripts to the NAS."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704845134 {#2022
    date: 2024-01-10 01:05:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nopersonalspace@lemmy.world"
    "@monkeyman512@lemmy.world"
    "@nopersonalspace@lemmy.world"
    "@monkeyman512@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1401 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 294661
  -bodyTs: "'backup':15 'compos':13,18 'docker':12 'nas':22 'person':9 'script':19 'setup':5 'similar':4 'use':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6533353"
  +editedAt: DateTimeImmutable @1719652408 {#2024
    date: 2024-06-29 11:13:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704845134 {#2026
    date: 2024-01-10 01:05:34.0 +01:00
  }
  +"title": 294661
}
"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 {#2032
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2030
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
    +slug: "Kubernetes-docker-compose-How-should-I-organize-my-container-services-in"
    +title: "Kubernetes? docker-compose? How should I organize my container services in 2024?"
    +url: null
    +body: """
      Currently, I run Unraid and have all of my services’ setup there as docker containers. While this is nice and easy to setup initially, it has some major downsides:\n
      \n
      - It’s fragile. Unraid is prone to bugs/crashes with docker that take down my containers. It’s also not resilient so when things break I have to log in and fiddle.\n
      - It’s mutable. I can’t use any infrastructure-as-code tools like terraform, and configuration sort of just exist in the UI. I can’t really roll back or recover easily.\n
      - It’s single-node. Everything is tied to my one big server that runs the NAS, but I’d rather have the NAS as a separate fairly low-power appliance and then have a separate machine to handle things like VMs and containers.\n
      \n
      So I’m looking ahead and thinking about what the next iteration of my homelab will look like. While I like unraid for the storage stuff, I’m a little tired of wrangling it into a container orchestrator and hypervisor, and I think this year I’ll split that job out to a dedicated machine. I’m comfortable with, and in fact prefer, IaC over fancy UIs and so would love to be able to use terraform or Pulumi or something like that. I would prefer something multi-node, as I want to be able to tie multiple machines together. And I want something that is fault-tolerant, as I host services for friends and family that currently require a lot of manual intervention to fix when they go down.\n
      \n
      So the question is: how do you all do this? Kubernetes, docker-compose, Hashicorp Nomad? Do you run k3s, Harvester, or what? I’d love to get an idea of what people are doing and why, so I can get some ideas as to what I might do.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723850449 {#2393
      date: 2024-08-17 01:20:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2091 …}
    +votes: Doctrine\ORM\PersistentCollection {#2088 …}
    +reports: Doctrine\ORM\PersistentCollection {#2064 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
    +badges: Doctrine\ORM\PersistentCollection {#2062 …}
    +children: [
      App\Entity\EntryComment {#2032}
    ]
    -id: 28505
    -titleTs: "'2024':13 'compos':4 'contain':10 'docker':3 'docker-compos':2 'kubernet':1 'organ':8 'servic':11"
    -bodyTs: "'abl':212,234 'ahead':143 'also':47 'applianc':125 'back':90 'big':105 'break':53 'bugs/crashes':37 'code':72 'comfort':196 'compos':284 'configur':77 'contain':15,44,138,175 'current':1,258 'd':113,295 'dedic':192 'docker':14,39,283 'docker-compos':282 'downsid':29 'easi':21 'easili':93 'everyth':99 'exist':81 'fact':200 'fair':121 'famili':256 'fanci':204 'fault':247 'fault-toler':246 'fiddl':60 'fix':266 'fragil':32 'friend':254 'get':298,311 'go':269 'handl':133 'harvest':291 'hashicorp':285 'homelab':153 'host':251 'hypervisor':178 'iac':202 'idea':300,313 'infrastructur':70 'infrastructure-as-cod':69 'initi':24 'intervent':264 'iter':150 'job':188 'k3s':290 'kubernet':281 'like':74,135,156,159,220 'littl':168 'll':185 'log':57 'look':142,155 'lot':261 'love':209,296 'low':123 'low-pow':122 'm':141,166,195 'machin':131,193,238 'major':28 'manual':263 'might':318 'multi':227 'multi-nod':226 'multipl':237 'mutabl':63 'nas':110,117 'next':149 'nice':19 'node':98,228 'nomad':286 'one':104 'orchestr':176 'peopl':303 'power':124 'prefer':201,224 'prone':35 'pulumi':217 'question':273 'rather':114 'realli':88 'recov':92 'requir':259 'resili':49 'roll':89 'run':3,108,289 'separ':120,130 'server':106 'servic':10,252 'setup':11,23 'singl':97 'single-nod':96 'someth':219,225,243 'sort':78 'split':186 'storag':163 'stuff':164 'take':41 'terraform':75,215 'thing':52,134 'think':145,181 'tie':101,236 'tire':169 'togeth':239 'toler':248 'tool':73 'ui':84,205 'unraid':4,33,160 'use':67,214 'vms':136 'want':231,242 'would':208,223 'wrangl':171 'year':183"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704927178
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10510362"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704840778 {#2040
      date: 2024-01-09 23:52:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2023 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2019 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1403 …}
  +body: "I have a similar setup to the above. Personally I use Docker Compose and backup up my compose scripts to the NAS."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704845134 {#2022
    date: 2024-01-10 01:05:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nopersonalspace@lemmy.world"
    "@monkeyman512@lemmy.world"
    "@nopersonalspace@lemmy.world"
    "@monkeyman512@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1401 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 294661
  -bodyTs: "'backup':15 'compos':13,18 'docker':12 'nas':22 'person':9 'script':19 'setup':5 'similar':4 'use':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6533353"
  +editedAt: DateTimeImmutable @1719652408 {#2024
    date: 2024-06-29 11:13:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704845134 {#2026
    date: 2024-01-10 01:05:34.0 +01:00
  }
  +"title": 294661
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2036
  +user: Proxies\__CG__\App\Entity\User {#2241 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: Proxies\__CG__\App\Entity\Image {#2078 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2144 …}
  +slug: "DIY-Espresso"
  +title: "DIY Espresso"
  +url: "https://www.fourbardesign.com/2020/10/diy-espresso.html"
  +body: "> High pressure, high forces, long lever arms...all of that meant heavy and strong (read: expensive) parts which I was not looking forward to having to fabricate. Instead, I settled on the simpler idea of harnessing the power of compressed gas. Instead of using a high mechanical advantage lever to push a piston, compressed CO2 would be dispensed from a small and inexpensive 12g or 16g cartridge which would then generate the requisite pressure to properly extract espresso. This concept is not actually novel; both an unsuccessful kickstarter and a now-defunct handheld espresso maker (with a fanatical user base) employed this mechanism."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703419679 {#2085
    date: 2023-12-24 13:07:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2343 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2335 …}
  +badges: Doctrine\ORM\PersistentCollection {#2338 …}
  +children: [
    App\Entity\EntryComment {#1410
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2036 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: "That was actually a really enjoyable read."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703358028 {#1708
        date: 2023-12-23 20:00:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tedu@azorius.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2028 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 246555
      -bodyTs: "'actual':3 'enjoy':6 'read':7 'realli':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6210280"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703358028 {#1926
        date: 2023-12-23 20:00:28.0 +01:00
      }
      +"title": 246555
    }
  ]
  -id: 24252
  -titleTs: "'diy':1 'espresso':2"
  -bodyTs: "'12g':64 '16g':66 'actual':83 'advantag':48 'arm':7 'base':101 'cartridg':67 'co2':55 'compress':40,54 'concept':80 'defunct':93 'dispens':58 'employ':102 'espresso':78,95 'expens':16 'extract':77 'fabric':27 'fanat':99 'forc':4 'forward':23 'gas':41 'generat':71 'handheld':94 'har':36 'heavi':12 'high':1,3,46 'idea':34 'inexpens':63 'instead':28,42 'kickstart':88 'lever':6,49 'long':5 'look':22 'maker':96 'meant':11 'mechan':47,104 'novel':84 'now-defunct':91 'part':17 'piston':53 'power':38 'pressur':2,74 'proper':76 'push':51 'read':15 'requisit':73 'settl':30 'simpler':33 'small':61 'strong':14 'unsuccess':87 'use':44 'user':100 'would':56,69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703440580
  +visibility: "visible             "
  +apId: "https://azorius.net/g/espresso@infosec.pub/p/21k7JTlRk1g4XK417v-DIY-Espresso"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703354180 {#2087
    date: 2023-12-23 18:56: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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2036
  +user: Proxies\__CG__\App\Entity\User {#2241 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: Proxies\__CG__\App\Entity\Image {#2078 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2144 …}
  +slug: "DIY-Espresso"
  +title: "DIY Espresso"
  +url: "https://www.fourbardesign.com/2020/10/diy-espresso.html"
  +body: "> High pressure, high forces, long lever arms...all of that meant heavy and strong (read: expensive) parts which I was not looking forward to having to fabricate. Instead, I settled on the simpler idea of harnessing the power of compressed gas. Instead of using a high mechanical advantage lever to push a piston, compressed CO2 would be dispensed from a small and inexpensive 12g or 16g cartridge which would then generate the requisite pressure to properly extract espresso. This concept is not actually novel; both an unsuccessful kickstarter and a now-defunct handheld espresso maker (with a fanatical user base) employed this mechanism."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703419679 {#2085
    date: 2023-12-24 13:07:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2343 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2335 …}
  +badges: Doctrine\ORM\PersistentCollection {#2338 …}
  +children: [
    App\Entity\EntryComment {#1410
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2036 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: "That was actually a really enjoyable read."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703358028 {#1708
        date: 2023-12-23 20:00:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tedu@azorius.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2028 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 246555
      -bodyTs: "'actual':3 'enjoy':6 'read':7 'realli':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6210280"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703358028 {#1926
        date: 2023-12-23 20:00:28.0 +01:00
      }
      +"title": 246555
    }
  ]
  -id: 24252
  -titleTs: "'diy':1 'espresso':2"
  -bodyTs: "'12g':64 '16g':66 'actual':83 'advantag':48 'arm':7 'base':101 'cartridg':67 'co2':55 'compress':40,54 'concept':80 'defunct':93 'dispens':58 'employ':102 'espresso':78,95 'expens':16 'extract':77 'fabric':27 'fanat':99 'forc':4 'forward':23 'gas':41 'generat':71 'handheld':94 'har':36 'heavi':12 'high':1,3,46 'idea':34 'inexpens':63 'instead':28,42 'kickstart':88 'lever':6,49 'long':5 'look':22 'maker':96 'meant':11 'mechan':47,104 'novel':84 'now-defunct':91 'part':17 'piston':53 'power':38 'pressur':2,74 'proper':76 'push':51 'read':15 'requisit':73 'settl':30 'simpler':33 'small':61 'strong':14 'unsuccess':87 'use':44 'user':100 'would':56,69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703440580
  +visibility: "visible             "
  +apId: "https://azorius.net/g/espresso@infosec.pub/p/21k7JTlRk1g4XK417v-DIY-Espresso"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703354180 {#2087
    date: 2023-12-23 18:56: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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2036
  +user: Proxies\__CG__\App\Entity\User {#2241 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: Proxies\__CG__\App\Entity\Image {#2078 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2144 …}
  +slug: "DIY-Espresso"
  +title: "DIY Espresso"
  +url: "https://www.fourbardesign.com/2020/10/diy-espresso.html"
  +body: "> High pressure, high forces, long lever arms...all of that meant heavy and strong (read: expensive) parts which I was not looking forward to having to fabricate. Instead, I settled on the simpler idea of harnessing the power of compressed gas. Instead of using a high mechanical advantage lever to push a piston, compressed CO2 would be dispensed from a small and inexpensive 12g or 16g cartridge which would then generate the requisite pressure to properly extract espresso. This concept is not actually novel; both an unsuccessful kickstarter and a now-defunct handheld espresso maker (with a fanatical user base) employed this mechanism."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703419679 {#2085
    date: 2023-12-24 13:07:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2343 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2335 …}
  +badges: Doctrine\ORM\PersistentCollection {#2338 …}
  +children: [
    App\Entity\EntryComment {#1410
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2036 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: "That was actually a really enjoyable read."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703358028 {#1708
        date: 2023-12-23 20:00:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tedu@azorius.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2028 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 246555
      -bodyTs: "'actual':3 'enjoy':6 'read':7 'realli':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6210280"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703358028 {#1926
        date: 2023-12-23 20:00:28.0 +01:00
      }
      +"title": 246555
    }
  ]
  -id: 24252
  -titleTs: "'diy':1 'espresso':2"
  -bodyTs: "'12g':64 '16g':66 'actual':83 'advantag':48 'arm':7 'base':101 'cartridg':67 'co2':55 'compress':40,54 'concept':80 'defunct':93 'dispens':58 'employ':102 'espresso':78,95 'expens':16 'extract':77 'fabric':27 'fanat':99 'forc':4 'forward':23 'gas':41 'generat':71 'handheld':94 'har':36 'heavi':12 'high':1,3,46 'idea':34 'inexpens':63 'instead':28,42 'kickstart':88 'lever':6,49 'long':5 'look':22 'maker':96 'meant':11 'mechan':47,104 'novel':84 'now-defunct':91 'part':17 'piston':53 'power':38 'pressur':2,74 'proper':76 'push':51 'read':15 'requisit':73 'settl':30 'simpler':33 'small':61 'strong':14 'unsuccess':87 'use':44 'user':100 'would':56,69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703440580
  +visibility: "visible             "
  +apId: "https://azorius.net/g/espresso@infosec.pub/p/21k7JTlRk1g4XK417v-DIY-Espresso"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703354180 {#2087
    date: 2023-12-23 18:56: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
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#1410
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2036
    +user: Proxies\__CG__\App\Entity\User {#2241 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: Proxies\__CG__\App\Entity\Image {#2078 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2144 …}
    +slug: "DIY-Espresso"
    +title: "DIY Espresso"
    +url: "https://www.fourbardesign.com/2020/10/diy-espresso.html"
    +body: "> High pressure, high forces, long lever arms...all of that meant heavy and strong (read: expensive) parts which I was not looking forward to having to fabricate. Instead, I settled on the simpler idea of harnessing the power of compressed gas. Instead of using a high mechanical advantage lever to push a piston, compressed CO2 would be dispensed from a small and inexpensive 12g or 16g cartridge which would then generate the requisite pressure to properly extract espresso. This concept is not actually novel; both an unsuccessful kickstarter and a now-defunct handheld espresso maker (with a fanatical user base) employed this mechanism."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703419679 {#2085
      date: 2023-12-24 13:07:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2020 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2069 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2343 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2335 …}
    +badges: Doctrine\ORM\PersistentCollection {#2338 …}
    +children: [
      App\Entity\EntryComment {#1410}
    ]
    -id: 24252
    -titleTs: "'diy':1 'espresso':2"
    -bodyTs: "'12g':64 '16g':66 'actual':83 'advantag':48 'arm':7 'base':101 'cartridg':67 'co2':55 'compress':40,54 'concept':80 'defunct':93 'dispens':58 'employ':102 'espresso':78,95 'expens':16 'extract':77 'fabric':27 'fanat':99 'forc':4 'forward':23 'gas':41 'generat':71 'handheld':94 'har':36 'heavi':12 'high':1,3,46 'idea':34 'inexpens':63 'instead':28,42 'kickstart':88 'lever':6,49 'long':5 'look':22 'maker':96 'meant':11 'mechan':47,104 'novel':84 'now-defunct':91 'part':17 'piston':53 'power':38 'pressur':2,74 'proper':76 'push':51 'read':15 'requisit':73 'settl':30 'simpler':33 'small':61 'strong':14 'unsuccess':87 'use':44 'user':100 'would':56,69"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703440580
    +visibility: "visible             "
    +apId: "https://azorius.net/g/espresso@infosec.pub/p/21k7JTlRk1g4XK417v-DIY-Espresso"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703354180 {#2087
      date: 2023-12-23 18:56:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: "That was actually a really enjoyable read."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703358028 {#1708
    date: 2023-12-23 20:00:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tedu@azorius.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2028 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 246555
  -bodyTs: "'actual':3 'enjoy':6 'read':7 'realli':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6210280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703358028 {#1926
    date: 2023-12-23 20:00:28.0 +01:00
  }
  +"title": 246555
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#1410
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2036
    +user: Proxies\__CG__\App\Entity\User {#2241 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: Proxies\__CG__\App\Entity\Image {#2078 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2144 …}
    +slug: "DIY-Espresso"
    +title: "DIY Espresso"
    +url: "https://www.fourbardesign.com/2020/10/diy-espresso.html"
    +body: "> High pressure, high forces, long lever arms...all of that meant heavy and strong (read: expensive) parts which I was not looking forward to having to fabricate. Instead, I settled on the simpler idea of harnessing the power of compressed gas. Instead of using a high mechanical advantage lever to push a piston, compressed CO2 would be dispensed from a small and inexpensive 12g or 16g cartridge which would then generate the requisite pressure to properly extract espresso. This concept is not actually novel; both an unsuccessful kickstarter and a now-defunct handheld espresso maker (with a fanatical user base) employed this mechanism."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703419679 {#2085
      date: 2023-12-24 13:07:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2020 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2069 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2343 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2335 …}
    +badges: Doctrine\ORM\PersistentCollection {#2338 …}
    +children: [
      App\Entity\EntryComment {#1410}
    ]
    -id: 24252
    -titleTs: "'diy':1 'espresso':2"
    -bodyTs: "'12g':64 '16g':66 'actual':83 'advantag':48 'arm':7 'base':101 'cartridg':67 'co2':55 'compress':40,54 'concept':80 'defunct':93 'dispens':58 'employ':102 'espresso':78,95 'expens':16 'extract':77 'fabric':27 'fanat':99 'forc':4 'forward':23 'gas':41 'generat':71 'handheld':94 'har':36 'heavi':12 'high':1,3,46 'idea':34 'inexpens':63 'instead':28,42 'kickstart':88 'lever':6,49 'long':5 'look':22 'maker':96 'meant':11 'mechan':47,104 'novel':84 'now-defunct':91 'part':17 'piston':53 'power':38 'pressur':2,74 'proper':76 'push':51 'read':15 'requisit':73 'settl':30 'simpler':33 'small':61 'strong':14 'unsuccess':87 'use':44 'user':100 'would':56,69"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703440580
    +visibility: "visible             "
    +apId: "https://azorius.net/g/espresso@infosec.pub/p/21k7JTlRk1g4XK417v-DIY-Espresso"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703354180 {#2087
      date: 2023-12-23 18:56:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: "That was actually a really enjoyable read."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703358028 {#1708
    date: 2023-12-23 20:00:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tedu@azorius.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2028 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 246555
  -bodyTs: "'actual':3 'enjoy':6 'read':7 'realli':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6210280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703358028 {#1926
    date: 2023-12-23 20:00:28.0 +01:00
  }
  +"title": 246555
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#1410
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2036
    +user: Proxies\__CG__\App\Entity\User {#2241 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: Proxies\__CG__\App\Entity\Image {#2078 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2144 …}
    +slug: "DIY-Espresso"
    +title: "DIY Espresso"
    +url: "https://www.fourbardesign.com/2020/10/diy-espresso.html"
    +body: "> High pressure, high forces, long lever arms...all of that meant heavy and strong (read: expensive) parts which I was not looking forward to having to fabricate. Instead, I settled on the simpler idea of harnessing the power of compressed gas. Instead of using a high mechanical advantage lever to push a piston, compressed CO2 would be dispensed from a small and inexpensive 12g or 16g cartridge which would then generate the requisite pressure to properly extract espresso. This concept is not actually novel; both an unsuccessful kickstarter and a now-defunct handheld espresso maker (with a fanatical user base) employed this mechanism."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703419679 {#2085
      date: 2023-12-24 13:07:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2020 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2069 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2343 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2335 …}
    +badges: Doctrine\ORM\PersistentCollection {#2338 …}
    +children: [
      App\Entity\EntryComment {#1410}
    ]
    -id: 24252
    -titleTs: "'diy':1 'espresso':2"
    -bodyTs: "'12g':64 '16g':66 'actual':83 'advantag':48 'arm':7 'base':101 'cartridg':67 'co2':55 'compress':40,54 'concept':80 'defunct':93 'dispens':58 'employ':102 'espresso':78,95 'expens':16 'extract':77 'fabric':27 'fanat':99 'forc':4 'forward':23 'gas':41 'generat':71 'handheld':94 'har':36 'heavi':12 'high':1,3,46 'idea':34 'inexpens':63 'instead':28,42 'kickstart':88 'lever':6,49 'long':5 'look':22 'maker':96 'meant':11 'mechan':47,104 'novel':84 'now-defunct':91 'part':17 'piston':53 'power':38 'pressur':2,74 'proper':76 'push':51 'read':15 'requisit':73 'settl':30 'simpler':33 'small':61 'strong':14 'unsuccess':87 'use':44 'user':100 'would':56,69"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703440580
    +visibility: "visible             "
    +apId: "https://azorius.net/g/espresso@infosec.pub/p/21k7JTlRk1g4XK417v-DIY-Espresso"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703354180 {#2087
      date: 2023-12-23 18:56:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: "That was actually a really enjoyable read."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703358028 {#1708
    date: 2023-12-23 20:00:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tedu@azorius.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2028 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 246555
  -bodyTs: "'actual':3 'enjoy':6 'read':7 'realli':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6210280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703358028 {#1926
    date: 2023-12-23 20:00:28.0 +01:00
  }
  +"title": 246555
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1428
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: Proxies\__CG__\App\Entity\Image {#1665 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
  +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
  +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
  +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
  +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699856405 {#1444
    date: 2023-11-13 07:20:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1610 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: [
    1 => App\Entity\EntryComment {#1726
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1428}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1698067731 {#1692
        date: 2023-10-23 15:28:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hi_its_me@lemmy.world"
        "@the_q@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2456 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
      -id: 67157
      -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4753349"
      +editedAt: DateTimeImmutable @1698067889 {#1616
        date: 2023-10-23 15:31:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698067731 {#1705
        date: 2023-10-23 15:28:51.0 +02:00
      }
      +"title": 67157
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1428}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +body: "Thanks deeply_moving_queef"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1698067841 {#1727
        date: 2023-10-23 15:30:41.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hi_its_me@lemmy.world"
        "@deeply_moving_queef@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2359 …}
      +nested: Doctrine\ORM\PersistentCollection {#2382 …}
      +votes: Doctrine\ORM\PersistentCollection {#2384 …}
      +reports: Doctrine\ORM\PersistentCollection {#2379 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
      -id: 67163
      -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4753389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698067841 {#2380
        date: 2023-10-23 15:30:41.0 +02:00
      }
      +"title": 67163
    }
  ]
  -id: 7186
  -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
  -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698149600
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7212941"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698063200 {#1465
    date: 2023-10-23 14:13:20.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1428
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: Proxies\__CG__\App\Entity\Image {#1665 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
  +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
  +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
  +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
  +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699856405 {#1444
    date: 2023-11-13 07:20:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1610 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: [
    1 => App\Entity\EntryComment {#1726
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1428}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1698067731 {#1692
        date: 2023-10-23 15:28:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hi_its_me@lemmy.world"
        "@the_q@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2456 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
      -id: 67157
      -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4753349"
      +editedAt: DateTimeImmutable @1698067889 {#1616
        date: 2023-10-23 15:31:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698067731 {#1705
        date: 2023-10-23 15:28:51.0 +02:00
      }
      +"title": 67157
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1428}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +body: "Thanks deeply_moving_queef"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1698067841 {#1727
        date: 2023-10-23 15:30:41.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hi_its_me@lemmy.world"
        "@deeply_moving_queef@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2359 …}
      +nested: Doctrine\ORM\PersistentCollection {#2382 …}
      +votes: Doctrine\ORM\PersistentCollection {#2384 …}
      +reports: Doctrine\ORM\PersistentCollection {#2379 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
      -id: 67163
      -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4753389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698067841 {#2380
        date: 2023-10-23 15:30:41.0 +02:00
      }
      +"title": 67163
    }
  ]
  -id: 7186
  -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
  -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698149600
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7212941"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698063200 {#1465
    date: 2023-10-23 14:13:20.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1428
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: Proxies\__CG__\App\Entity\Image {#1665 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
  +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
  +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
  +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
  +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699856405 {#1444
    date: 2023-11-13 07:20:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1610 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: [
    1 => App\Entity\EntryComment {#1726
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1428}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1698067731 {#1692
        date: 2023-10-23 15:28:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hi_its_me@lemmy.world"
        "@the_q@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2456 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
      -id: 67157
      -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4753349"
      +editedAt: DateTimeImmutable @1698067889 {#1616
        date: 2023-10-23 15:31:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698067731 {#1705
        date: 2023-10-23 15:28:51.0 +02:00
      }
      +"title": 67157
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1428}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +body: "Thanks deeply_moving_queef"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1698067841 {#1727
        date: 2023-10-23 15:30:41.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hi_its_me@lemmy.world"
        "@deeply_moving_queef@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2359 …}
      +nested: Doctrine\ORM\PersistentCollection {#2382 …}
      +votes: Doctrine\ORM\PersistentCollection {#2384 …}
      +reports: Doctrine\ORM\PersistentCollection {#2379 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
      -id: 67163
      -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4753389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698067841 {#2380
        date: 2023-10-23 15:30:41.0 +02:00
      }
      +"title": 67163
    }
  ]
  -id: 7186
  -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
  -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698149600
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7212941"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698063200 {#1465
    date: 2023-10-23 14:13:20.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1428
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
    +image: Proxies\__CG__\App\Entity\Image {#1665 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
    +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
    +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
    +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
    +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 86
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699856405 {#1444
      date: 2023-11-13 07:20:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1656 …}
    +votes: Doctrine\ORM\PersistentCollection {#1663 …}
    +reports: Doctrine\ORM\PersistentCollection {#1610 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
    +badges: Doctrine\ORM\PersistentCollection {#1564 …}
    +children: [
      1 => App\Entity\EntryComment {#1726}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1428}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
        +body: "Thanks deeply_moving_queef"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1698067841 {#1727
          date: 2023-10-23 15:30:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hi_its_me@lemmy.world"
          "@deeply_moving_queef@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2382 …}
        +votes: Doctrine\ORM\PersistentCollection {#2384 …}
        +reports: Doctrine\ORM\PersistentCollection {#2379 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
        -id: 67163
        -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4753389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698067841 {#2380
          date: 2023-10-23 15:30:41.0 +02:00
        }
        +"title": 67163
      }
    ]
    -id: 7186
    -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
    -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698149600
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7212941"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698063200 {#1465
      date: 2023-10-23 14:13:20.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1698067731 {#1692
    date: 2023-10-23 15:28:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hi_its_me@lemmy.world"
    "@the_q@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
  -id: 67157
  -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4753349"
  +editedAt: DateTimeImmutable @1698067889 {#1616
    date: 2023-10-23 15:31:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698067731 {#1705
    date: 2023-10-23 15:28:51.0 +02:00
  }
  +"title": 67157
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1428
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
    +image: Proxies\__CG__\App\Entity\Image {#1665 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
    +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
    +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
    +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
    +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 86
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699856405 {#1444
      date: 2023-11-13 07:20:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1656 …}
    +votes: Doctrine\ORM\PersistentCollection {#1663 …}
    +reports: Doctrine\ORM\PersistentCollection {#1610 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
    +badges: Doctrine\ORM\PersistentCollection {#1564 …}
    +children: [
      1 => App\Entity\EntryComment {#1726}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1428}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
        +body: "Thanks deeply_moving_queef"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1698067841 {#1727
          date: 2023-10-23 15:30:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hi_its_me@lemmy.world"
          "@deeply_moving_queef@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2382 …}
        +votes: Doctrine\ORM\PersistentCollection {#2384 …}
        +reports: Doctrine\ORM\PersistentCollection {#2379 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
        -id: 67163
        -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4753389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698067841 {#2380
          date: 2023-10-23 15:30:41.0 +02:00
        }
        +"title": 67163
      }
    ]
    -id: 7186
    -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
    -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698149600
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7212941"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698063200 {#1465
      date: 2023-10-23 14:13:20.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1698067731 {#1692
    date: 2023-10-23 15:28:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hi_its_me@lemmy.world"
    "@the_q@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
  -id: 67157
  -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4753349"
  +editedAt: DateTimeImmutable @1698067889 {#1616
    date: 2023-10-23 15:31:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698067731 {#1705
    date: 2023-10-23 15:28:51.0 +02:00
  }
  +"title": 67157
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1428
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
    +image: Proxies\__CG__\App\Entity\Image {#1665 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
    +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
    +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
    +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
    +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 86
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699856405 {#1444
      date: 2023-11-13 07:20:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1656 …}
    +votes: Doctrine\ORM\PersistentCollection {#1663 …}
    +reports: Doctrine\ORM\PersistentCollection {#1610 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
    +badges: Doctrine\ORM\PersistentCollection {#1564 …}
    +children: [
      1 => App\Entity\EntryComment {#1726}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1428}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
        +body: "Thanks deeply_moving_queef"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1698067841 {#1727
          date: 2023-10-23 15:30:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hi_its_me@lemmy.world"
          "@deeply_moving_queef@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2382 …}
        +votes: Doctrine\ORM\PersistentCollection {#2384 …}
        +reports: Doctrine\ORM\PersistentCollection {#2379 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
        -id: 67163
        -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4753389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698067841 {#2380
          date: 2023-10-23 15:30:41.0 +02:00
        }
        +"title": 67163
      }
    ]
    -id: 7186
    -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
    -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698149600
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7212941"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698063200 {#1465
      date: 2023-10-23 14:13:20.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1698067731 {#1692
    date: 2023-10-23 15:28:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hi_its_me@lemmy.world"
    "@the_q@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
  -id: 67157
  -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4753349"
  +editedAt: DateTimeImmutable @1698067889 {#1616
    date: 2023-10-23 15:31:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698067731 {#1705
    date: 2023-10-23 15:28:51.0 +02:00
  }
  +"title": 67157
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2386
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1428
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
    +image: Proxies\__CG__\App\Entity\Image {#1665 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
    +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
    +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
    +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
    +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 86
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699856405 {#1444
      date: 2023-11-13 07:20:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1656 …}
    +votes: Doctrine\ORM\PersistentCollection {#1663 …}
    +reports: Doctrine\ORM\PersistentCollection {#1610 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
    +badges: Doctrine\ORM\PersistentCollection {#1564 …}
    +children: [
      1 => App\Entity\EntryComment {#1726
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1428}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1698067731 {#1692
          date: 2023-10-23 15:28:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hi_its_me@lemmy.world"
          "@the_q@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2456 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
        -id: 67157
        -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4753349"
        +editedAt: DateTimeImmutable @1698067889 {#1616
          date: 2023-10-23 15:31:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067731 {#1705
          date: 2023-10-23 15:28:51.0 +02:00
        }
        +"title": 67157
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 7186
    -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
    -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698149600
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7212941"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698063200 {#1465
      date: 2023-10-23 14:13:20.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +body: "Thanks deeply_moving_queef"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698067841 {#1727
    date: 2023-10-23 15:30:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hi_its_me@lemmy.world"
    "@deeply_moving_queef@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2359 …}
  +nested: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2384 …}
  +reports: Doctrine\ORM\PersistentCollection {#2379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  -id: 67163
  -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4753389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698067841 {#2380
    date: 2023-10-23 15:30:41.0 +02:00
  }
  +"title": 67163
}
"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 {#2386
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1428
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
    +image: Proxies\__CG__\App\Entity\Image {#1665 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
    +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
    +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
    +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
    +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 86
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699856405 {#1444
      date: 2023-11-13 07:20:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1656 …}
    +votes: Doctrine\ORM\PersistentCollection {#1663 …}
    +reports: Doctrine\ORM\PersistentCollection {#1610 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
    +badges: Doctrine\ORM\PersistentCollection {#1564 …}
    +children: [
      1 => App\Entity\EntryComment {#1726
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1428}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1698067731 {#1692
          date: 2023-10-23 15:28:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hi_its_me@lemmy.world"
          "@the_q@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2456 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
        -id: 67157
        -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4753349"
        +editedAt: DateTimeImmutable @1698067889 {#1616
          date: 2023-10-23 15:31:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067731 {#1705
          date: 2023-10-23 15:28:51.0 +02:00
        }
        +"title": 67157
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 7186
    -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
    -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698149600
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7212941"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698063200 {#1465
      date: 2023-10-23 14:13:20.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +body: "Thanks deeply_moving_queef"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698067841 {#1727
    date: 2023-10-23 15:30:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hi_its_me@lemmy.world"
    "@deeply_moving_queef@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2359 …}
  +nested: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2384 …}
  +reports: Doctrine\ORM\PersistentCollection {#2379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  -id: 67163
  -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4753389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698067841 {#2380
    date: 2023-10-23 15:30:41.0 +02:00
  }
  +"title": 67163
}
"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 {#2386
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1428
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
    +image: Proxies\__CG__\App\Entity\Image {#1665 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
    +slug: "Do-You-Need-To-Wash-Rice-Before-Cooking-Here-s-The"
    +title: "Do You Need To Wash Rice Before Cooking? Here’s The Science"
    +url: "https://www.iflscience.com/do-you-need-to-wash-rice-before-cooking-heres-the-science-71232"
    +body: "I found this article pretty interesting… it seems to contradict the current cooking zeitgeist"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 86
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699856405 {#1444
      date: 2023-11-13 07:20:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1656 …}
    +votes: Doctrine\ORM\PersistentCollection {#1663 …}
    +reports: Doctrine\ORM\PersistentCollection {#1610 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
    +badges: Doctrine\ORM\PersistentCollection {#1564 …}
    +children: [
      1 => App\Entity\EntryComment {#1726
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1428}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +body: "The article does seem to accurately portray the findings of the peer reviewed research that it links to. Not saying that it’s infallible, but probably worth considering."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1698067731 {#1692
          date: 2023-10-23 15:28:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hi_its_me@lemmy.world"
          "@the_q@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2456 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2459 …}
        -id: 67157
        -bodyTs: "'accur':6 'articl':2 'consid':28 'find':9 'infal':24 'link':17 'peer':12 'portray':7 'probabl':26 'research':14 'review':13 'say':20 'seem':4 'worth':27"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4753349"
        +editedAt: DateTimeImmutable @1698067889 {#1616
          date: 2023-10-23 15:31:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067731 {#1705
          date: 2023-10-23 15:28:51.0 +02:00
        }
        +"title": 67157
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 7186
    -titleTs: "'cook':8 'need':3 'rice':6 'scienc':12 'wash':5"
    -bodyTs: "'articl':4 'contradict':10 'cook':13 'current':12 'found':2 'interest':6 'pretti':5 'seem':8 'zeitgeist':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698149600
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7212941"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698063200 {#1465
      date: 2023-10-23 14:13:20.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1649 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +body: "Thanks deeply_moving_queef"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698067841 {#1727
    date: 2023-10-23 15:30:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hi_its_me@lemmy.world"
    "@deeply_moving_queef@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2359 …}
  +nested: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2384 …}
  +reports: Doctrine\ORM\PersistentCollection {#2379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  -id: 67163
  -bodyTs: "'deepli':2 'move':3 'queef':4 'thank':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4753389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698067841 {#2380
    date: 2023-10-23 15:30:41.0 +02:00
  }
  +"title": 67163
}
"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\Entry {#1558
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
  +slug: "Please-help-me-dial-in-my-espresso"
  +title: "Please help me dial in my espresso."
  +url: null
  +body: "I’m relatively new to the espresso game and my espresso always tastes a bit sour… please help! I’m using a Breville Barista Express. From what I understand, the sourness is generally because of under extraction. The water seems to be at around 190-200 degrees, so I don’t think that’s the issue. I’ve tried to dial in the grind size so that pulling a shot takes around 25-30 seconds. At that grind size, the pressure gauge is at the very top of the range. I believe if I go finer with the grind, then it’ll take longer to brew and push the pressure up higher. I’m not sure exactly what to do to address this. Could it be that I’m tamping too hard? I push relatively firm, aiming for about 30 lbs of pressure. Thanks for the help!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726143703 {#1550
    date: 2024-09-12 14:21:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  +badges: Doctrine\ORM\PersistentCollection {#1687 …}
  +children: []
  -id: 8462
  -titleTs: "'dial':4 'espresso':7 'help':2 'pleas':1"
  -bodyTs: "'-200':46 '-30':74 '190':45 '25':73 '30':140 'address':122 'aim':137 'alway':12 'around':44,72 'barista':24 'believ':92 'bit':15 'brevill':23 'brew':106 'could':124 'degre':47 'dial':61 'espresso':7,11 'exact':117 'express':25 'extract':37 'finer':96 'firm':136 'game':8 'gaug':82 'general':33 'go':95 'grind':64,78,99 'hard':132 'help':18,147 'higher':112 'issu':56 'lbs':141 'll':102 'longer':104 'm':2,20,114,129 'new':4 'pleas':17 'pressur':81,110,143 'pull':68 'push':108,134 'rang':90 'relat':3,135 'second':75 'seem':40 'shot':70 'size':65,79 'sour':16,31 'sure':116 'take':71,103 'tamp':130 'tast':13 'thank':144 'think':52 'top':87 'tri':59 'understand':29 'use':21 've':58 'water':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695666229
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5716405"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695659729 {#1561
    date: 2023-09-25 18:35:29.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#1558
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
  +slug: "Please-help-me-dial-in-my-espresso"
  +title: "Please help me dial in my espresso."
  +url: null
  +body: "I’m relatively new to the espresso game and my espresso always tastes a bit sour… please help! I’m using a Breville Barista Express. From what I understand, the sourness is generally because of under extraction. The water seems to be at around 190-200 degrees, so I don’t think that’s the issue. I’ve tried to dial in the grind size so that pulling a shot takes around 25-30 seconds. At that grind size, the pressure gauge is at the very top of the range. I believe if I go finer with the grind, then it’ll take longer to brew and push the pressure up higher. I’m not sure exactly what to do to address this. Could it be that I’m tamping too hard? I push relatively firm, aiming for about 30 lbs of pressure. Thanks for the help!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726143703 {#1550
    date: 2024-09-12 14:21:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  +badges: Doctrine\ORM\PersistentCollection {#1687 …}
  +children: []
  -id: 8462
  -titleTs: "'dial':4 'espresso':7 'help':2 'pleas':1"
  -bodyTs: "'-200':46 '-30':74 '190':45 '25':73 '30':140 'address':122 'aim':137 'alway':12 'around':44,72 'barista':24 'believ':92 'bit':15 'brevill':23 'brew':106 'could':124 'degre':47 'dial':61 'espresso':7,11 'exact':117 'express':25 'extract':37 'finer':96 'firm':136 'game':8 'gaug':82 'general':33 'go':95 'grind':64,78,99 'hard':132 'help':18,147 'higher':112 'issu':56 'lbs':141 'll':102 'longer':104 'm':2,20,114,129 'new':4 'pleas':17 'pressur':81,110,143 'pull':68 'push':108,134 'rang':90 'relat':3,135 'second':75 'seem':40 'shot':70 'size':65,79 'sour':16,31 'sure':116 'take':71,103 'tamp':130 'tast':13 'thank':144 'think':52 'top':87 'tri':59 'understand':29 'use':21 've':58 'water':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695666229
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5716405"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695659729 {#1561
    date: 2023-09-25 18:35:29.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#1558
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1556 …}
  +slug: "Please-help-me-dial-in-my-espresso"
  +title: "Please help me dial in my espresso."
  +url: null
  +body: "I’m relatively new to the espresso game and my espresso always tastes a bit sour… please help! I’m using a Breville Barista Express. From what I understand, the sourness is generally because of under extraction. The water seems to be at around 190-200 degrees, so I don’t think that’s the issue. I’ve tried to dial in the grind size so that pulling a shot takes around 25-30 seconds. At that grind size, the pressure gauge is at the very top of the range. I believe if I go finer with the grind, then it’ll take longer to brew and push the pressure up higher. I’m not sure exactly what to do to address this. Could it be that I’m tamping too hard? I push relatively firm, aiming for about 30 lbs of pressure. Thanks for the help!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726143703 {#1550
    date: 2024-09-12 14:21:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  +badges: Doctrine\ORM\PersistentCollection {#1687 …}
  +children: []
  -id: 8462
  -titleTs: "'dial':4 'espresso':7 'help':2 'pleas':1"
  -bodyTs: "'-200':46 '-30':74 '190':45 '25':73 '30':140 'address':122 'aim':137 'alway':12 'around':44,72 'barista':24 'believ':92 'bit':15 'brevill':23 'brew':106 'could':124 'degre':47 'dial':61 'espresso':7,11 'exact':117 'express':25 'extract':37 'finer':96 'firm':136 'game':8 'gaug':82 'general':33 'go':95 'grind':64,78,99 'hard':132 'help':18,147 'higher':112 'issu':56 'lbs':141 'll':102 'longer':104 'm':2,20,114,129 'new':4 'pleas':17 'pressur':81,110,143 'pull':68 'push':108,134 'rang':90 'relat':3,135 'second':75 'seem':40 'shot':70 'size':65,79 'sour':16,31 'sure':116 'take':71,103 'tamp':130 'tast':13 'thank':144 'think':52 'top':87 'tri':59 'understand':29 'use':21 've':58 'water':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695666229
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5716405"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695659729 {#1561
    date: 2023-09-25 18:35:29.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_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
34 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