GET https://kbin.spritesserver.nl/index.php/u/@library_napper@monyet.cc/hot?p=4

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 …}
}
1.54 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2207
  +user: Proxies\__CG__\App\Entity\User {#3057 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
  +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
  +url: null
  +body: """
    If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
    </span>\n
    ```\n
    \n
    I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
    \n
    **EDIT (2024-01-27T01:55Z):**\n
    \n
    I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729269329 {#3052
    date: 2024-10-18 18:35:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3059 …}
  +votes: Doctrine\ORM\PersistentCollection {#3061 …}
  +reports: Doctrine\ORM\PersistentCollection {#3063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3067 …}
  +badges: Doctrine\ORM\PersistentCollection {#3069 …}
  +children: [
    App\Entity\EntryComment {#2203
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2207 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +body: "This is what I do."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706362963 {#2201
        date: 2024-01-27 14:42:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@maryjayjay@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2208 …}
      +nested: Doctrine\ORM\PersistentCollection {#2204 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2266 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
      -id: 344655
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4630346"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706362963 {#2210
        date: 2024-01-27 14:42:43.0 +01:00
      }
      +"title": 344655
    }
  ]
  -id: 33358
  -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
  -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706406656
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13556859"
  +editedAt: DateTimeImmutable @1728884520 {#3040
    date: 2024-10-14 07:42:00.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706320256 {#3018
    date: 2024-01-27 02:50:56.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 {#2207
  +user: Proxies\__CG__\App\Entity\User {#3057 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
  +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
  +url: null
  +body: """
    If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
    </span>\n
    ```\n
    \n
    I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
    \n
    **EDIT (2024-01-27T01:55Z):**\n
    \n
    I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729269329 {#3052
    date: 2024-10-18 18:35:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3059 …}
  +votes: Doctrine\ORM\PersistentCollection {#3061 …}
  +reports: Doctrine\ORM\PersistentCollection {#3063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3067 …}
  +badges: Doctrine\ORM\PersistentCollection {#3069 …}
  +children: [
    App\Entity\EntryComment {#2203
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2207 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +body: "This is what I do."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706362963 {#2201
        date: 2024-01-27 14:42:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@maryjayjay@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2208 …}
      +nested: Doctrine\ORM\PersistentCollection {#2204 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2266 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
      -id: 344655
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4630346"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706362963 {#2210
        date: 2024-01-27 14:42:43.0 +01:00
      }
      +"title": 344655
    }
  ]
  -id: 33358
  -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
  -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706406656
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13556859"
  +editedAt: DateTimeImmutable @1728884520 {#3040
    date: 2024-10-14 07:42:00.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706320256 {#3018
    date: 2024-01-27 02:50:56.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 {#2207
  +user: Proxies\__CG__\App\Entity\User {#3057 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
  +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
  +url: null
  +body: """
    If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
    </span>\n
    ```\n
    \n
    I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
    \n
    **EDIT (2024-01-27T01:55Z):**\n
    \n
    I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729269329 {#3052
    date: 2024-10-18 18:35:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3059 …}
  +votes: Doctrine\ORM\PersistentCollection {#3061 …}
  +reports: Doctrine\ORM\PersistentCollection {#3063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3067 …}
  +badges: Doctrine\ORM\PersistentCollection {#3069 …}
  +children: [
    App\Entity\EntryComment {#2203
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2207 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
      +body: "This is what I do."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706362963 {#2201
        date: 2024-01-27 14:42:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@maryjayjay@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2208 …}
      +nested: Doctrine\ORM\PersistentCollection {#2204 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2266 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
      -id: 344655
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4630346"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706362963 {#2210
        date: 2024-01-27 14:42:43.0 +01:00
      }
      +"title": 344655
    }
  ]
  -id: 33358
  -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
  -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706406656
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13556859"
  +editedAt: DateTimeImmutable @1728884520 {#3040
    date: 2024-10-14 07:42:00.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706320256 {#3018
    date: 2024-01-27 02:50:56.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 {#2203
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2207
    +user: Proxies\__CG__\App\Entity\User {#3057 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#3052
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3059 …}
    +votes: Doctrine\ORM\PersistentCollection {#3061 …}
    +reports: Doctrine\ORM\PersistentCollection {#3063 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3065 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3067 …}
    +badges: Doctrine\ORM\PersistentCollection {#3069 …}
    +children: [
      App\Entity\EntryComment {#2203}
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#3040
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#3018
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +body: "This is what I do."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706362963 {#2201
    date: 2024-01-27 14:42:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@maryjayjay@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2208 …}
  +nested: Doctrine\ORM\PersistentCollection {#2204 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2266 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 344655
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4630346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706362963 {#2210
    date: 2024-01-27 14:42:43.0 +01:00
  }
  +"title": 344655
}
"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 {#2203
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2207
    +user: Proxies\__CG__\App\Entity\User {#3057 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#3052
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3059 …}
    +votes: Doctrine\ORM\PersistentCollection {#3061 …}
    +reports: Doctrine\ORM\PersistentCollection {#3063 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3065 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3067 …}
    +badges: Doctrine\ORM\PersistentCollection {#3069 …}
    +children: [
      App\Entity\EntryComment {#2203}
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#3040
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#3018
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +body: "This is what I do."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706362963 {#2201
    date: 2024-01-27 14:42:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@maryjayjay@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2208 …}
  +nested: Doctrine\ORM\PersistentCollection {#2204 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2266 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 344655
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4630346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706362963 {#2210
    date: 2024-01-27 14:42:43.0 +01:00
  }
  +"title": 344655
}
"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 {#2203
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2207
    +user: Proxies\__CG__\App\Entity\User {#3057 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#3052
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3059 …}
    +votes: Doctrine\ORM\PersistentCollection {#3061 …}
    +reports: Doctrine\ORM\PersistentCollection {#3063 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3065 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3067 …}
    +badges: Doctrine\ORM\PersistentCollection {#3069 …}
    +children: [
      App\Entity\EntryComment {#2203}
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#3040
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#3018
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2212 …}
  +body: "This is what I do."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706362963 {#2201
    date: 2024-01-27 14:42:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@maryjayjay@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2208 …}
  +nested: Doctrine\ORM\PersistentCollection {#2204 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2266 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2268 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 344655
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4630346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706362963 {#2210
    date: 2024-01-27 14:42:43.0 +01:00
  }
  +"title": 344655
}
"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 {#2222
  +user: Proxies\__CG__\App\Entity\User {#2610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3318 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3359 …}
  +slug: "Top-UN-court-orders-Israel-to-prevent-genocide-in-Gaza"
  +title: "Top UN court orders Israel to prevent genocide in Gaza but stops short of ordering cease-fire"
  +url: "https://apnews.com/article/israel-gaza-genocide-court-south-africa-27cf84e16082cde798395a95e9143c06"
  +body: """
    [Here](https://www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqOwW22F2KDp6hB5wwmI0shHePV172mWoiReHqFAlsM-1706282026-0-gaNycGzNCzs) is a pdf of the ICJ’s Order of 26 January 2024.\n
    \n
    For convenience, I will list the provisional orders below edited for ease of readability:\n
    \n
    (1) The State of Israel shall, in accordance with its obligations under the Convention on the Prevention and Punishment of the Crime of Genocide, in relation to Palestinians in Gaza, take all measures within its power to prevent the commission of all acts within the scope of Article II of this Convention, in particular:\n
    \n
    - (a) killing members of the group;\n
    - (b) causing serious bodily or mental harm to members of the group;\n
    - (c ) deliberately inflicting on the group conditions of life calculated to bring about its physical destruction in whole or in part; and\n
    - (d) imposing measures intended to prevent births within the group;\n
    \n
    (2) The State of Israel shall ensure with immediate effect that its military does not commit any acts described in point 1 above;\n
    \n
    (3)The State of Israel shall take all measures within its power to prevent and punish the direct and public incitement to commit genocide in relation to members of the Palestinian group in the Gaza Strip;\n
    \n
    (4) The State of Israel shall take immediate and effective measures to enable the provision of urgently needed basic services and humanitarian assistance to address the adverse conditions of life faced by Palestinians in the Gaza Strip;\n
    \n
    (5) The State of Israel shall take effective measures to prevent the destruction and ensure the preservation of evidence related to allegations of acts within the scope of Article II and Article III of the Convention on the Prevention and Punishment of the Crime of Genocide against members of the Palestinian group in the Gaza Strip;\n
    \n
    (6) The State of Israel shall submit a report to the Court on all measures taken to give effect to this Order within one month as from the date of this Order.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728993533 {#3354
    date: 2024-10-15 13:58:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3361 …}
  +votes: Doctrine\ORM\PersistentCollection {#3363 …}
  +reports: Doctrine\ORM\PersistentCollection {#3365 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3369 …}
  +badges: Doctrine\ORM\PersistentCollection {#3371 …}
  +children: [
    App\Entity\EntryComment {#2218
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2222 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > Enable JavaScript and cookies to continue\n
        \n
        Anyone else gave a link to the PDF if the orders that loads?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1728993533 {#2261
        date: 2024-10-15 13:58:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kwakigra@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2221 …}
      +nested: Doctrine\ORM\PersistentCollection {#2217 …}
      +votes: Doctrine\ORM\PersistentCollection {#2199 …}
      +reports: Doctrine\ORM\PersistentCollection {#2195 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2206 …}
      -id: 343646
      -bodyTs: "'anyon':7 'continu':6 'cooki':4 'els':8 'enabl':1 'gave':9 'javascript':2 'link':11 'load':19 'order':17 'pdf':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4622476"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706322553 {#2220
        date: 2024-01-27 03:29:13.0 +01:00
      }
      +"title": 343646
    }
  ]
  -id: 33237
  -titleTs: "'ceas':17 'cease-fir':16 'court':3 'fire':18 'gaza':10 'genocid':8 'israel':5 'order':4,15 'prevent':7 'short':13 'stop':12 'top':1 'un':2"
  -bodyTs: "'/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':4 '1':31,156 '2':135 '2024':16 '26':14 '3':158 '4':194 '5':231 '6':287 'accord':38 'act':73,152,254 'address':218 'advers':220 'alleg':252 'articl':78,259,262 'assist':216 'b':91 'basic':212 'birth':131 'bodili':94 'bring':114 'c':103 'calcul':112 'caus':92 'commiss':70 'commit':150,180 'condit':109,221 'conveni':18 'convent':44,82,266 'court':298 'crime':52,274 'd':125 'date':315 'deliber':104 'describ':153 'destruct':118,243 'direct':175 'eas':28 'edit':26 'effect':144,203,238,305 'enabl':206 'ensur':141,245 'evid':249 'face':224 'gaza':60,192,229,285 'genocid':54,181,276 'give':304 'group':90,102,108,134,189,282 'harm':97 'humanitarian':215 'icj':10 'ii':79,260 'iii':263 'immedi':143,201 'impos':126 'incit':178 'inflict':105 'intend':128 'israel':35,139,162,198,235,291 'januari':15 'kill':86 'life':111,223 'list':21 'measur':63,127,166,204,239,301 'member':87,99,185,278 'mental':96 'militari':147 'month':311 'need':211 'oblig':41 'one':310 'order':12,24,308,318 'palestinian':58,188,226,281 'part':123 'particular':84 'pdf':7 'physic':117 'point':155 'power':66,169 'preserv':247 'prevent':47,68,130,171,241,269 'provis':208 'provision':23 'public':177 'punish':49,173,271 'readabl':30 'relat':56,183,250 'report':295 'scope':76,257 'serious':93 'servic':213 'shall':36,140,163,199,236,292 'state':33,137,160,196,233,289 'strip':193,230,286 'submit':293 'take':61,164,200,237 'taken':302 'urgent':210 'whole':120 'within':64,74,132,167,255,309 'www.icj-cij.org':3 'www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706369074
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11350742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706282674 {#3342
    date: 2024-01-26 16:24:34.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 {#2222
  +user: Proxies\__CG__\App\Entity\User {#2610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3318 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3359 …}
  +slug: "Top-UN-court-orders-Israel-to-prevent-genocide-in-Gaza"
  +title: "Top UN court orders Israel to prevent genocide in Gaza but stops short of ordering cease-fire"
  +url: "https://apnews.com/article/israel-gaza-genocide-court-south-africa-27cf84e16082cde798395a95e9143c06"
  +body: """
    [Here](https://www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqOwW22F2KDp6hB5wwmI0shHePV172mWoiReHqFAlsM-1706282026-0-gaNycGzNCzs) is a pdf of the ICJ’s Order of 26 January 2024.\n
    \n
    For convenience, I will list the provisional orders below edited for ease of readability:\n
    \n
    (1) The State of Israel shall, in accordance with its obligations under the Convention on the Prevention and Punishment of the Crime of Genocide, in relation to Palestinians in Gaza, take all measures within its power to prevent the commission of all acts within the scope of Article II of this Convention, in particular:\n
    \n
    - (a) killing members of the group;\n
    - (b) causing serious bodily or mental harm to members of the group;\n
    - (c ) deliberately inflicting on the group conditions of life calculated to bring about its physical destruction in whole or in part; and\n
    - (d) imposing measures intended to prevent births within the group;\n
    \n
    (2) The State of Israel shall ensure with immediate effect that its military does not commit any acts described in point 1 above;\n
    \n
    (3)The State of Israel shall take all measures within its power to prevent and punish the direct and public incitement to commit genocide in relation to members of the Palestinian group in the Gaza Strip;\n
    \n
    (4) The State of Israel shall take immediate and effective measures to enable the provision of urgently needed basic services and humanitarian assistance to address the adverse conditions of life faced by Palestinians in the Gaza Strip;\n
    \n
    (5) The State of Israel shall take effective measures to prevent the destruction and ensure the preservation of evidence related to allegations of acts within the scope of Article II and Article III of the Convention on the Prevention and Punishment of the Crime of Genocide against members of the Palestinian group in the Gaza Strip;\n
    \n
    (6) The State of Israel shall submit a report to the Court on all measures taken to give effect to this Order within one month as from the date of this Order.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728993533 {#3354
    date: 2024-10-15 13:58:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3361 …}
  +votes: Doctrine\ORM\PersistentCollection {#3363 …}
  +reports: Doctrine\ORM\PersistentCollection {#3365 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3369 …}
  +badges: Doctrine\ORM\PersistentCollection {#3371 …}
  +children: [
    App\Entity\EntryComment {#2218
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2222 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > Enable JavaScript and cookies to continue\n
        \n
        Anyone else gave a link to the PDF if the orders that loads?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1728993533 {#2261
        date: 2024-10-15 13:58:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kwakigra@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2221 …}
      +nested: Doctrine\ORM\PersistentCollection {#2217 …}
      +votes: Doctrine\ORM\PersistentCollection {#2199 …}
      +reports: Doctrine\ORM\PersistentCollection {#2195 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2206 …}
      -id: 343646
      -bodyTs: "'anyon':7 'continu':6 'cooki':4 'els':8 'enabl':1 'gave':9 'javascript':2 'link':11 'load':19 'order':17 'pdf':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4622476"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706322553 {#2220
        date: 2024-01-27 03:29:13.0 +01:00
      }
      +"title": 343646
    }
  ]
  -id: 33237
  -titleTs: "'ceas':17 'cease-fir':16 'court':3 'fire':18 'gaza':10 'genocid':8 'israel':5 'order':4,15 'prevent':7 'short':13 'stop':12 'top':1 'un':2"
  -bodyTs: "'/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':4 '1':31,156 '2':135 '2024':16 '26':14 '3':158 '4':194 '5':231 '6':287 'accord':38 'act':73,152,254 'address':218 'advers':220 'alleg':252 'articl':78,259,262 'assist':216 'b':91 'basic':212 'birth':131 'bodili':94 'bring':114 'c':103 'calcul':112 'caus':92 'commiss':70 'commit':150,180 'condit':109,221 'conveni':18 'convent':44,82,266 'court':298 'crime':52,274 'd':125 'date':315 'deliber':104 'describ':153 'destruct':118,243 'direct':175 'eas':28 'edit':26 'effect':144,203,238,305 'enabl':206 'ensur':141,245 'evid':249 'face':224 'gaza':60,192,229,285 'genocid':54,181,276 'give':304 'group':90,102,108,134,189,282 'harm':97 'humanitarian':215 'icj':10 'ii':79,260 'iii':263 'immedi':143,201 'impos':126 'incit':178 'inflict':105 'intend':128 'israel':35,139,162,198,235,291 'januari':15 'kill':86 'life':111,223 'list':21 'measur':63,127,166,204,239,301 'member':87,99,185,278 'mental':96 'militari':147 'month':311 'need':211 'oblig':41 'one':310 'order':12,24,308,318 'palestinian':58,188,226,281 'part':123 'particular':84 'pdf':7 'physic':117 'point':155 'power':66,169 'preserv':247 'prevent':47,68,130,171,241,269 'provis':208 'provision':23 'public':177 'punish':49,173,271 'readabl':30 'relat':56,183,250 'report':295 'scope':76,257 'serious':93 'servic':213 'shall':36,140,163,199,236,292 'state':33,137,160,196,233,289 'strip':193,230,286 'submit':293 'take':61,164,200,237 'taken':302 'urgent':210 'whole':120 'within':64,74,132,167,255,309 'www.icj-cij.org':3 'www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706369074
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11350742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706282674 {#3342
    date: 2024-01-26 16:24:34.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 {#2222
  +user: Proxies\__CG__\App\Entity\User {#2610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3318 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3359 …}
  +slug: "Top-UN-court-orders-Israel-to-prevent-genocide-in-Gaza"
  +title: "Top UN court orders Israel to prevent genocide in Gaza but stops short of ordering cease-fire"
  +url: "https://apnews.com/article/israel-gaza-genocide-court-south-africa-27cf84e16082cde798395a95e9143c06"
  +body: """
    [Here](https://www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqOwW22F2KDp6hB5wwmI0shHePV172mWoiReHqFAlsM-1706282026-0-gaNycGzNCzs) is a pdf of the ICJ’s Order of 26 January 2024.\n
    \n
    For convenience, I will list the provisional orders below edited for ease of readability:\n
    \n
    (1) The State of Israel shall, in accordance with its obligations under the Convention on the Prevention and Punishment of the Crime of Genocide, in relation to Palestinians in Gaza, take all measures within its power to prevent the commission of all acts within the scope of Article II of this Convention, in particular:\n
    \n
    - (a) killing members of the group;\n
    - (b) causing serious bodily or mental harm to members of the group;\n
    - (c ) deliberately inflicting on the group conditions of life calculated to bring about its physical destruction in whole or in part; and\n
    - (d) imposing measures intended to prevent births within the group;\n
    \n
    (2) The State of Israel shall ensure with immediate effect that its military does not commit any acts described in point 1 above;\n
    \n
    (3)The State of Israel shall take all measures within its power to prevent and punish the direct and public incitement to commit genocide in relation to members of the Palestinian group in the Gaza Strip;\n
    \n
    (4) The State of Israel shall take immediate and effective measures to enable the provision of urgently needed basic services and humanitarian assistance to address the adverse conditions of life faced by Palestinians in the Gaza Strip;\n
    \n
    (5) The State of Israel shall take effective measures to prevent the destruction and ensure the preservation of evidence related to allegations of acts within the scope of Article II and Article III of the Convention on the Prevention and Punishment of the Crime of Genocide against members of the Palestinian group in the Gaza Strip;\n
    \n
    (6) The State of Israel shall submit a report to the Court on all measures taken to give effect to this Order within one month as from the date of this Order.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728993533 {#3354
    date: 2024-10-15 13:58:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3361 …}
  +votes: Doctrine\ORM\PersistentCollection {#3363 …}
  +reports: Doctrine\ORM\PersistentCollection {#3365 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3369 …}
  +badges: Doctrine\ORM\PersistentCollection {#3371 …}
  +children: [
    App\Entity\EntryComment {#2218
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2222 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > Enable JavaScript and cookies to continue\n
        \n
        Anyone else gave a link to the PDF if the orders that loads?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1728993533 {#2261
        date: 2024-10-15 13:58:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kwakigra@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2221 …}
      +nested: Doctrine\ORM\PersistentCollection {#2217 …}
      +votes: Doctrine\ORM\PersistentCollection {#2199 …}
      +reports: Doctrine\ORM\PersistentCollection {#2195 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2206 …}
      -id: 343646
      -bodyTs: "'anyon':7 'continu':6 'cooki':4 'els':8 'enabl':1 'gave':9 'javascript':2 'link':11 'load':19 'order':17 'pdf':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4622476"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706322553 {#2220
        date: 2024-01-27 03:29:13.0 +01:00
      }
      +"title": 343646
    }
  ]
  -id: 33237
  -titleTs: "'ceas':17 'cease-fir':16 'court':3 'fire':18 'gaza':10 'genocid':8 'israel':5 'order':4,15 'prevent':7 'short':13 'stop':12 'top':1 'un':2"
  -bodyTs: "'/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':4 '1':31,156 '2':135 '2024':16 '26':14 '3':158 '4':194 '5':231 '6':287 'accord':38 'act':73,152,254 'address':218 'advers':220 'alleg':252 'articl':78,259,262 'assist':216 'b':91 'basic':212 'birth':131 'bodili':94 'bring':114 'c':103 'calcul':112 'caus':92 'commiss':70 'commit':150,180 'condit':109,221 'conveni':18 'convent':44,82,266 'court':298 'crime':52,274 'd':125 'date':315 'deliber':104 'describ':153 'destruct':118,243 'direct':175 'eas':28 'edit':26 'effect':144,203,238,305 'enabl':206 'ensur':141,245 'evid':249 'face':224 'gaza':60,192,229,285 'genocid':54,181,276 'give':304 'group':90,102,108,134,189,282 'harm':97 'humanitarian':215 'icj':10 'ii':79,260 'iii':263 'immedi':143,201 'impos':126 'incit':178 'inflict':105 'intend':128 'israel':35,139,162,198,235,291 'januari':15 'kill':86 'life':111,223 'list':21 'measur':63,127,166,204,239,301 'member':87,99,185,278 'mental':96 'militari':147 'month':311 'need':211 'oblig':41 'one':310 'order':12,24,308,318 'palestinian':58,188,226,281 'part':123 'particular':84 'pdf':7 'physic':117 'point':155 'power':66,169 'preserv':247 'prevent':47,68,130,171,241,269 'provis':208 'provision':23 'public':177 'punish':49,173,271 'readabl':30 'relat':56,183,250 'report':295 'scope':76,257 'serious':93 'servic':213 'shall':36,140,163,199,236,292 'state':33,137,160,196,233,289 'strip':193,230,286 'submit':293 'take':61,164,200,237 'taken':302 'urgent':210 'whole':120 'within':64,74,132,167,255,309 'www.icj-cij.org':3 'www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706369074
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11350742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706282674 {#3342
    date: 2024-01-26 16:24:34.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 {#2218
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2222
    +user: Proxies\__CG__\App\Entity\User {#2610 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3318 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3359 …}
    +slug: "Top-UN-court-orders-Israel-to-prevent-genocide-in-Gaza"
    +title: "Top UN court orders Israel to prevent genocide in Gaza but stops short of ordering cease-fire"
    +url: "https://apnews.com/article/israel-gaza-genocide-court-south-africa-27cf84e16082cde798395a95e9143c06"
    +body: """
      [Here](https://www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqOwW22F2KDp6hB5wwmI0shHePV172mWoiReHqFAlsM-1706282026-0-gaNycGzNCzs) is a pdf of the ICJ’s Order of 26 January 2024.\n
      \n
      For convenience, I will list the provisional orders below edited for ease of readability:\n
      \n
      (1) The State of Israel shall, in accordance with its obligations under the Convention on the Prevention and Punishment of the Crime of Genocide, in relation to Palestinians in Gaza, take all measures within its power to prevent the commission of all acts within the scope of Article II of this Convention, in particular:\n
      \n
      - (a) killing members of the group;\n
      - (b) causing serious bodily or mental harm to members of the group;\n
      - (c ) deliberately inflicting on the group conditions of life calculated to bring about its physical destruction in whole or in part; and\n
      - (d) imposing measures intended to prevent births within the group;\n
      \n
      (2) The State of Israel shall ensure with immediate effect that its military does not commit any acts described in point 1 above;\n
      \n
      (3)The State of Israel shall take all measures within its power to prevent and punish the direct and public incitement to commit genocide in relation to members of the Palestinian group in the Gaza Strip;\n
      \n
      (4) The State of Israel shall take immediate and effective measures to enable the provision of urgently needed basic services and humanitarian assistance to address the adverse conditions of life faced by Palestinians in the Gaza Strip;\n
      \n
      (5) The State of Israel shall take effective measures to prevent the destruction and ensure the preservation of evidence related to allegations of acts within the scope of Article II and Article III of the Convention on the Prevention and Punishment of the Crime of Genocide against members of the Palestinian group in the Gaza Strip;\n
      \n
      (6) The State of Israel shall submit a report to the Court on all measures taken to give effect to this Order within one month as from the date of this Order.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728993533 {#3354
      date: 2024-10-15 13:58:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3361 …}
    +votes: Doctrine\ORM\PersistentCollection {#3363 …}
    +reports: Doctrine\ORM\PersistentCollection {#3365 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3367 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3369 …}
    +badges: Doctrine\ORM\PersistentCollection {#3371 …}
    +children: [
      App\Entity\EntryComment {#2218}
    ]
    -id: 33237
    -titleTs: "'ceas':17 'cease-fir':16 'court':3 'fire':18 'gaza':10 'genocid':8 'israel':5 'order':4,15 'prevent':7 'short':13 'stop':12 'top':1 'un':2"
    -bodyTs: "'/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':4 '1':31,156 '2':135 '2024':16 '26':14 '3':158 '4':194 '5':231 '6':287 'accord':38 'act':73,152,254 'address':218 'advers':220 'alleg':252 'articl':78,259,262 'assist':216 'b':91 'basic':212 'birth':131 'bodili':94 'bring':114 'c':103 'calcul':112 'caus':92 'commiss':70 'commit':150,180 'condit':109,221 'conveni':18 'convent':44,82,266 'court':298 'crime':52,274 'd':125 'date':315 'deliber':104 'describ':153 'destruct':118,243 'direct':175 'eas':28 'edit':26 'effect':144,203,238,305 'enabl':206 'ensur':141,245 'evid':249 'face':224 'gaza':60,192,229,285 'genocid':54,181,276 'give':304 'group':90,102,108,134,189,282 'harm':97 'humanitarian':215 'icj':10 'ii':79,260 'iii':263 'immedi':143,201 'impos':126 'incit':178 'inflict':105 'intend':128 'israel':35,139,162,198,235,291 'januari':15 'kill':86 'life':111,223 'list':21 'measur':63,127,166,204,239,301 'member':87,99,185,278 'mental':96 'militari':147 'month':311 'need':211 'oblig':41 'one':310 'order':12,24,308,318 'palestinian':58,188,226,281 'part':123 'particular':84 'pdf':7 'physic':117 'point':155 'power':66,169 'preserv':247 'prevent':47,68,130,171,241,269 'provis':208 'provision':23 'public':177 'punish':49,173,271 'readabl':30 'relat':56,183,250 'report':295 'scope':76,257 'serious':93 'servic':213 'shall':36,140,163,199,236,292 'state':33,137,160,196,233,289 'strip':193,230,286 'submit':293 'take':61,164,200,237 'taken':302 'urgent':210 'whole':120 'within':64,74,132,167,255,309 'www.icj-cij.org':3 'www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706369074
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/11350742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706282674 {#3342
      date: 2024-01-26 16:24:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > Enable JavaScript and cookies to continue\n
    \n
    Anyone else gave a link to the PDF if the orders that loads?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1728993533 {#2261
    date: 2024-10-15 13:58:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kwakigra@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2221 …}
  +nested: Doctrine\ORM\PersistentCollection {#2217 …}
  +votes: Doctrine\ORM\PersistentCollection {#2199 …}
  +reports: Doctrine\ORM\PersistentCollection {#2195 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2206 …}
  -id: 343646
  -bodyTs: "'anyon':7 'continu':6 'cooki':4 'els':8 'enabl':1 'gave':9 'javascript':2 'link':11 'load':19 'order':17 'pdf':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4622476"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706322553 {#2220
    date: 2024-01-27 03:29:13.0 +01:00
  }
  +"title": 343646
}
"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 {#2218
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2222
    +user: Proxies\__CG__\App\Entity\User {#2610 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3318 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3359 …}
    +slug: "Top-UN-court-orders-Israel-to-prevent-genocide-in-Gaza"
    +title: "Top UN court orders Israel to prevent genocide in Gaza but stops short of ordering cease-fire"
    +url: "https://apnews.com/article/israel-gaza-genocide-court-south-africa-27cf84e16082cde798395a95e9143c06"
    +body: """
      [Here](https://www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqOwW22F2KDp6hB5wwmI0shHePV172mWoiReHqFAlsM-1706282026-0-gaNycGzNCzs) is a pdf of the ICJ’s Order of 26 January 2024.\n
      \n
      For convenience, I will list the provisional orders below edited for ease of readability:\n
      \n
      (1) The State of Israel shall, in accordance with its obligations under the Convention on the Prevention and Punishment of the Crime of Genocide, in relation to Palestinians in Gaza, take all measures within its power to prevent the commission of all acts within the scope of Article II of this Convention, in particular:\n
      \n
      - (a) killing members of the group;\n
      - (b) causing serious bodily or mental harm to members of the group;\n
      - (c ) deliberately inflicting on the group conditions of life calculated to bring about its physical destruction in whole or in part; and\n
      - (d) imposing measures intended to prevent births within the group;\n
      \n
      (2) The State of Israel shall ensure with immediate effect that its military does not commit any acts described in point 1 above;\n
      \n
      (3)The State of Israel shall take all measures within its power to prevent and punish the direct and public incitement to commit genocide in relation to members of the Palestinian group in the Gaza Strip;\n
      \n
      (4) The State of Israel shall take immediate and effective measures to enable the provision of urgently needed basic services and humanitarian assistance to address the adverse conditions of life faced by Palestinians in the Gaza Strip;\n
      \n
      (5) The State of Israel shall take effective measures to prevent the destruction and ensure the preservation of evidence related to allegations of acts within the scope of Article II and Article III of the Convention on the Prevention and Punishment of the Crime of Genocide against members of the Palestinian group in the Gaza Strip;\n
      \n
      (6) The State of Israel shall submit a report to the Court on all measures taken to give effect to this Order within one month as from the date of this Order.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728993533 {#3354
      date: 2024-10-15 13:58:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3361 …}
    +votes: Doctrine\ORM\PersistentCollection {#3363 …}
    +reports: Doctrine\ORM\PersistentCollection {#3365 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3367 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3369 …}
    +badges: Doctrine\ORM\PersistentCollection {#3371 …}
    +children: [
      App\Entity\EntryComment {#2218}
    ]
    -id: 33237
    -titleTs: "'ceas':17 'cease-fir':16 'court':3 'fire':18 'gaza':10 'genocid':8 'israel':5 'order':4,15 'prevent':7 'short':13 'stop':12 'top':1 'un':2"
    -bodyTs: "'/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':4 '1':31,156 '2':135 '2024':16 '26':14 '3':158 '4':194 '5':231 '6':287 'accord':38 'act':73,152,254 'address':218 'advers':220 'alleg':252 'articl':78,259,262 'assist':216 'b':91 'basic':212 'birth':131 'bodili':94 'bring':114 'c':103 'calcul':112 'caus':92 'commiss':70 'commit':150,180 'condit':109,221 'conveni':18 'convent':44,82,266 'court':298 'crime':52,274 'd':125 'date':315 'deliber':104 'describ':153 'destruct':118,243 'direct':175 'eas':28 'edit':26 'effect':144,203,238,305 'enabl':206 'ensur':141,245 'evid':249 'face':224 'gaza':60,192,229,285 'genocid':54,181,276 'give':304 'group':90,102,108,134,189,282 'harm':97 'humanitarian':215 'icj':10 'ii':79,260 'iii':263 'immedi':143,201 'impos':126 'incit':178 'inflict':105 'intend':128 'israel':35,139,162,198,235,291 'januari':15 'kill':86 'life':111,223 'list':21 'measur':63,127,166,204,239,301 'member':87,99,185,278 'mental':96 'militari':147 'month':311 'need':211 'oblig':41 'one':310 'order':12,24,308,318 'palestinian':58,188,226,281 'part':123 'particular':84 'pdf':7 'physic':117 'point':155 'power':66,169 'preserv':247 'prevent':47,68,130,171,241,269 'provis':208 'provision':23 'public':177 'punish':49,173,271 'readabl':30 'relat':56,183,250 'report':295 'scope':76,257 'serious':93 'servic':213 'shall':36,140,163,199,236,292 'state':33,137,160,196,233,289 'strip':193,230,286 'submit':293 'take':61,164,200,237 'taken':302 'urgent':210 'whole':120 'within':64,74,132,167,255,309 'www.icj-cij.org':3 'www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706369074
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/11350742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706282674 {#3342
      date: 2024-01-26 16:24:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > Enable JavaScript and cookies to continue\n
    \n
    Anyone else gave a link to the PDF if the orders that loads?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1728993533 {#2261
    date: 2024-10-15 13:58:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kwakigra@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2221 …}
  +nested: Doctrine\ORM\PersistentCollection {#2217 …}
  +votes: Doctrine\ORM\PersistentCollection {#2199 …}
  +reports: Doctrine\ORM\PersistentCollection {#2195 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2206 …}
  -id: 343646
  -bodyTs: "'anyon':7 'continu':6 'cooki':4 'els':8 'enabl':1 'gave':9 'javascript':2 'link':11 'load':19 'order':17 'pdf':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4622476"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706322553 {#2220
    date: 2024-01-27 03:29:13.0 +01:00
  }
  +"title": 343646
}
"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 {#2218
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2222
    +user: Proxies\__CG__\App\Entity\User {#2610 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3318 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3359 …}
    +slug: "Top-UN-court-orders-Israel-to-prevent-genocide-in-Gaza"
    +title: "Top UN court orders Israel to prevent genocide in Gaza but stops short of ordering cease-fire"
    +url: "https://apnews.com/article/israel-gaza-genocide-court-south-africa-27cf84e16082cde798395a95e9143c06"
    +body: """
      [Here](https://www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqOwW22F2KDp6hB5wwmI0shHePV172mWoiReHqFAlsM-1706282026-0-gaNycGzNCzs) is a pdf of the ICJ’s Order of 26 January 2024.\n
      \n
      For convenience, I will list the provisional orders below edited for ease of readability:\n
      \n
      (1) The State of Israel shall, in accordance with its obligations under the Convention on the Prevention and Punishment of the Crime of Genocide, in relation to Palestinians in Gaza, take all measures within its power to prevent the commission of all acts within the scope of Article II of this Convention, in particular:\n
      \n
      - (a) killing members of the group;\n
      - (b) causing serious bodily or mental harm to members of the group;\n
      - (c ) deliberately inflicting on the group conditions of life calculated to bring about its physical destruction in whole or in part; and\n
      - (d) imposing measures intended to prevent births within the group;\n
      \n
      (2) The State of Israel shall ensure with immediate effect that its military does not commit any acts described in point 1 above;\n
      \n
      (3)The State of Israel shall take all measures within its power to prevent and punish the direct and public incitement to commit genocide in relation to members of the Palestinian group in the Gaza Strip;\n
      \n
      (4) The State of Israel shall take immediate and effective measures to enable the provision of urgently needed basic services and humanitarian assistance to address the adverse conditions of life faced by Palestinians in the Gaza Strip;\n
      \n
      (5) The State of Israel shall take effective measures to prevent the destruction and ensure the preservation of evidence related to allegations of acts within the scope of Article II and Article III of the Convention on the Prevention and Punishment of the Crime of Genocide against members of the Palestinian group in the Gaza Strip;\n
      \n
      (6) The State of Israel shall submit a report to the Court on all measures taken to give effect to this Order within one month as from the date of this Order.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728993533 {#3354
      date: 2024-10-15 13:58:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3361 …}
    +votes: Doctrine\ORM\PersistentCollection {#3363 …}
    +reports: Doctrine\ORM\PersistentCollection {#3365 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3367 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3369 …}
    +badges: Doctrine\ORM\PersistentCollection {#3371 …}
    +children: [
      App\Entity\EntryComment {#2218}
    ]
    -id: 33237
    -titleTs: "'ceas':17 'cease-fir':16 'court':3 'fire':18 'gaza':10 'genocid':8 'israel':5 'order':4,15 'prevent':7 'short':13 'stop':12 'top':1 'un':2"
    -bodyTs: "'/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':4 '1':31,156 '2':135 '2024':16 '26':14 '3':158 '4':194 '5':231 '6':287 'accord':38 'act':73,152,254 'address':218 'advers':220 'alleg':252 'articl':78,259,262 'assist':216 'b':91 'basic':212 'birth':131 'bodili':94 'bring':114 'c':103 'calcul':112 'caus':92 'commiss':70 'commit':150,180 'condit':109,221 'conveni':18 'convent':44,82,266 'court':298 'crime':52,274 'd':125 'date':315 'deliber':104 'describ':153 'destruct':118,243 'direct':175 'eas':28 'edit':26 'effect':144,203,238,305 'enabl':206 'ensur':141,245 'evid':249 'face':224 'gaza':60,192,229,285 'genocid':54,181,276 'give':304 'group':90,102,108,134,189,282 'harm':97 'humanitarian':215 'icj':10 'ii':79,260 'iii':263 'immedi':143,201 'impos':126 'incit':178 'inflict':105 'intend':128 'israel':35,139,162,198,235,291 'januari':15 'kill':86 'life':111,223 'list':21 'measur':63,127,166,204,239,301 'member':87,99,185,278 'mental':96 'militari':147 'month':311 'need':211 'oblig':41 'one':310 'order':12,24,308,318 'palestinian':58,188,226,281 'part':123 'particular':84 'pdf':7 'physic':117 'point':155 'power':66,169 'preserv':247 'prevent':47,68,130,171,241,269 'provis':208 'provision':23 'public':177 'punish':49,173,271 'readabl':30 'relat':56,183,250 'report':295 'scope':76,257 'serious':93 'servic':213 'shall':36,140,163,199,236,292 'state':33,137,160,196,233,289 'strip':193,230,286 'submit':293 'take':61,164,200,237 'taken':302 'urgent':210 'whole':120 'within':64,74,132,167,255,309 'www.icj-cij.org':3 'www.icj-cij.org/sites/default/files/case-related/192/192-20240126-ord-01-00-en.pdf?__cf_chl_tk=lqoww22f2kdp6hb5wwmi0shhepv172mwoirehqfalsm-1706282026-0-ganycgznczs)':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706369074
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/11350742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706282674 {#3342
      date: 2024-01-26 16:24:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > Enable JavaScript and cookies to continue\n
    \n
    Anyone else gave a link to the PDF if the orders that loads?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1728993533 {#2261
    date: 2024-10-15 13:58:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kwakigra@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2221 …}
  +nested: Doctrine\ORM\PersistentCollection {#2217 …}
  +votes: Doctrine\ORM\PersistentCollection {#2199 …}
  +reports: Doctrine\ORM\PersistentCollection {#2195 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2206 …}
  -id: 343646
  -bodyTs: "'anyon':7 'continu':6 'cooki':4 'els':8 'enabl':1 'gave':9 'javascript':2 'link':11 'load':19 'order':17 'pdf':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4622476"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706322553 {#2220
    date: 2024-01-27 03:29:13.0 +01:00
  }
  +"title": 343646
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2297
  +user: Proxies\__CG__\App\Entity\User {#3299 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "How-do-I-create-a-docker-container-with-custom-programs"
  +title: "How do I create a docker container with custom programs inside?"
  +url: null
  +body: """
    Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I’d like then to create a docker container that runs the official hide.me client inside, and exposes it to other docker containers (like gluetun does, for instance). I’d also like to implement a killswitch or something like that to prevent ip leakage. Is this something easy-medium hard or something very complex? I already have a script that installs and runs the client to enable vpn that should be run at startup, but I miss the “expose the network interface” and the “do not expose it if not connected” (this last part I think is pretty easy with a basic firewall configuration)\n
    \n
    any tips/something already done?  \n
    thanks in advance!\n
    \n
    EDIT: probably crazy idea, but would it be possible to do this in gluetun?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728784342 {#3336
    date: 2024-10-13 03:52:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3341 …}
  +votes: Doctrine\ORM\PersistentCollection {#3344 …}
  +reports: Doctrine\ORM\PersistentCollection {#3346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
  +badges: Doctrine\ORM\PersistentCollection {#3352 …}
  +children: [
    App\Entity\EntryComment {#2302
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2297 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: "The risk if human error is too high. Docker isn’t designed for security. What you want is Qubes. Its destined to do these things."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706202061 {#2309
        date: 2024-01-25 18:01:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 339741
      -bodyTs: "'design':12 'destin':21 'docker':9 'error':5 'high':8 'human':4 'isn':10 'qube':19 'risk':2 'secur':14 'thing':25 'want':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4590030"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706202061 {#2301
        date: 2024-01-25 18:01:01.0 +01:00
      }
      +"title": 339741
    }
  ]
  -id: 33027
  -titleTs: "'contain':7 'creat':4 'custom':9 'docker':6 'insid':11 'program':10"
  -bodyTs: "'account':6 'advanc':153 'alreadi':98,149 'also':72 'basic':144 'client':41,56,107 'complex':96 'compos':20 'configur':35,146 'connect':133 'contain':21,50,64 'crazi':156 'creat':47 'd':43,71 'docker':19,49,63 'done':150 'easi':90,141 'easy-medium':89 'edit':154 'enabl':109 'expos':59,121,129 'firewal':145 'free':5,23 'give':27 'gluetun':66,167 'hard':92 'hello':1 'hide.me':8,55 'idea':157 'implement':75 'insid':57 'instal':103 'instanc':69 'interfac':124 'ip':84 'key':30 'killswitch':77 'last':135 'leakag':85 'like':11,44,65,73,80 'medium':91 'miss':119 'network':123 'offici':40,54 'openvpn':32 'part':136 'plan':24 'possibl':162 'pretti':140 'prevent':83 'probabl':155 'run':52,105,114 'script':101 'someth':79,88,94 'startup':116 'thank':151 'think':138 'tips/something':148 'tri':13 'use':15 'vpn':110 'wireguard':34 'would':10,159"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706287054
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/722914"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706200654 {#3321
    date: 2024-01-25 17:37:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2297
  +user: Proxies\__CG__\App\Entity\User {#3299 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "How-do-I-create-a-docker-container-with-custom-programs"
  +title: "How do I create a docker container with custom programs inside?"
  +url: null
  +body: """
    Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I’d like then to create a docker container that runs the official hide.me client inside, and exposes it to other docker containers (like gluetun does, for instance). I’d also like to implement a killswitch or something like that to prevent ip leakage. Is this something easy-medium hard or something very complex? I already have a script that installs and runs the client to enable vpn that should be run at startup, but I miss the “expose the network interface” and the “do not expose it if not connected” (this last part I think is pretty easy with a basic firewall configuration)\n
    \n
    any tips/something already done?  \n
    thanks in advance!\n
    \n
    EDIT: probably crazy idea, but would it be possible to do this in gluetun?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728784342 {#3336
    date: 2024-10-13 03:52:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3341 …}
  +votes: Doctrine\ORM\PersistentCollection {#3344 …}
  +reports: Doctrine\ORM\PersistentCollection {#3346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
  +badges: Doctrine\ORM\PersistentCollection {#3352 …}
  +children: [
    App\Entity\EntryComment {#2302
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2297 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: "The risk if human error is too high. Docker isn’t designed for security. What you want is Qubes. Its destined to do these things."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706202061 {#2309
        date: 2024-01-25 18:01:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 339741
      -bodyTs: "'design':12 'destin':21 'docker':9 'error':5 'high':8 'human':4 'isn':10 'qube':19 'risk':2 'secur':14 'thing':25 'want':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4590030"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706202061 {#2301
        date: 2024-01-25 18:01:01.0 +01:00
      }
      +"title": 339741
    }
  ]
  -id: 33027
  -titleTs: "'contain':7 'creat':4 'custom':9 'docker':6 'insid':11 'program':10"
  -bodyTs: "'account':6 'advanc':153 'alreadi':98,149 'also':72 'basic':144 'client':41,56,107 'complex':96 'compos':20 'configur':35,146 'connect':133 'contain':21,50,64 'crazi':156 'creat':47 'd':43,71 'docker':19,49,63 'done':150 'easi':90,141 'easy-medium':89 'edit':154 'enabl':109 'expos':59,121,129 'firewal':145 'free':5,23 'give':27 'gluetun':66,167 'hard':92 'hello':1 'hide.me':8,55 'idea':157 'implement':75 'insid':57 'instal':103 'instanc':69 'interfac':124 'ip':84 'key':30 'killswitch':77 'last':135 'leakag':85 'like':11,44,65,73,80 'medium':91 'miss':119 'network':123 'offici':40,54 'openvpn':32 'part':136 'plan':24 'possibl':162 'pretti':140 'prevent':83 'probabl':155 'run':52,105,114 'script':101 'someth':79,88,94 'startup':116 'thank':151 'think':138 'tips/something':148 'tri':13 'use':15 'vpn':110 'wireguard':34 'would':10,159"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706287054
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/722914"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706200654 {#3321
    date: 2024-01-25 17:37:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2297
  +user: Proxies\__CG__\App\Entity\User {#3299 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "How-do-I-create-a-docker-container-with-custom-programs"
  +title: "How do I create a docker container with custom programs inside?"
  +url: null
  +body: """
    Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I’d like then to create a docker container that runs the official hide.me client inside, and exposes it to other docker containers (like gluetun does, for instance). I’d also like to implement a killswitch or something like that to prevent ip leakage. Is this something easy-medium hard or something very complex? I already have a script that installs and runs the client to enable vpn that should be run at startup, but I miss the “expose the network interface” and the “do not expose it if not connected” (this last part I think is pretty easy with a basic firewall configuration)\n
    \n
    any tips/something already done?  \n
    thanks in advance!\n
    \n
    EDIT: probably crazy idea, but would it be possible to do this in gluetun?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728784342 {#3336
    date: 2024-10-13 03:52:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3341 …}
  +votes: Doctrine\ORM\PersistentCollection {#3344 …}
  +reports: Doctrine\ORM\PersistentCollection {#3346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
  +badges: Doctrine\ORM\PersistentCollection {#3352 …}
  +children: [
    App\Entity\EntryComment {#2302
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2297 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: "The risk if human error is too high. Docker isn’t designed for security. What you want is Qubes. Its destined to do these things."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706202061 {#2309
        date: 2024-01-25 18:01:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 339741
      -bodyTs: "'design':12 'destin':21 'docker':9 'error':5 'high':8 'human':4 'isn':10 'qube':19 'risk':2 'secur':14 'thing':25 'want':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4590030"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706202061 {#2301
        date: 2024-01-25 18:01:01.0 +01:00
      }
      +"title": 339741
    }
  ]
  -id: 33027
  -titleTs: "'contain':7 'creat':4 'custom':9 'docker':6 'insid':11 'program':10"
  -bodyTs: "'account':6 'advanc':153 'alreadi':98,149 'also':72 'basic':144 'client':41,56,107 'complex':96 'compos':20 'configur':35,146 'connect':133 'contain':21,50,64 'crazi':156 'creat':47 'd':43,71 'docker':19,49,63 'done':150 'easi':90,141 'easy-medium':89 'edit':154 'enabl':109 'expos':59,121,129 'firewal':145 'free':5,23 'give':27 'gluetun':66,167 'hard':92 'hello':1 'hide.me':8,55 'idea':157 'implement':75 'insid':57 'instal':103 'instanc':69 'interfac':124 'ip':84 'key':30 'killswitch':77 'last':135 'leakag':85 'like':11,44,65,73,80 'medium':91 'miss':119 'network':123 'offici':40,54 'openvpn':32 'part':136 'plan':24 'possibl':162 'pretti':140 'prevent':83 'probabl':155 'run':52,105,114 'script':101 'someth':79,88,94 'startup':116 'thank':151 'think':138 'tips/something':148 'tri':13 'use':15 'vpn':110 'wireguard':34 'would':10,159"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706287054
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/722914"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706200654 {#3321
    date: 2024-01-25 17:37:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2302
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2297
    +user: Proxies\__CG__\App\Entity\User {#3299 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "How-do-I-create-a-docker-container-with-custom-programs"
    +title: "How do I create a docker container with custom programs inside?"
    +url: null
    +body: """
      Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I’d like then to create a docker container that runs the official hide.me client inside, and exposes it to other docker containers (like gluetun does, for instance). I’d also like to implement a killswitch or something like that to prevent ip leakage. Is this something easy-medium hard or something very complex? I already have a script that installs and runs the client to enable vpn that should be run at startup, but I miss the “expose the network interface” and the “do not expose it if not connected” (this last part I think is pretty easy with a basic firewall configuration)\n
      \n
      any tips/something already done?  \n
      thanks in advance!\n
      \n
      EDIT: probably crazy idea, but would it be possible to do this in gluetun?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728784342 {#3336
      date: 2024-10-13 03:52:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3344 …}
    +reports: Doctrine\ORM\PersistentCollection {#3346 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
    +badges: Doctrine\ORM\PersistentCollection {#3352 …}
    +children: [
      App\Entity\EntryComment {#2302}
    ]
    -id: 33027
    -titleTs: "'contain':7 'creat':4 'custom':9 'docker':6 'insid':11 'program':10"
    -bodyTs: "'account':6 'advanc':153 'alreadi':98,149 'also':72 'basic':144 'client':41,56,107 'complex':96 'compos':20 'configur':35,146 'connect':133 'contain':21,50,64 'crazi':156 'creat':47 'd':43,71 'docker':19,49,63 'done':150 'easi':90,141 'easy-medium':89 'edit':154 'enabl':109 'expos':59,121,129 'firewal':145 'free':5,23 'give':27 'gluetun':66,167 'hard':92 'hello':1 'hide.me':8,55 'idea':157 'implement':75 'insid':57 'instal':103 'instanc':69 'interfac':124 'ip':84 'key':30 'killswitch':77 'last':135 'leakag':85 'like':11,44,65,73,80 'medium':91 'miss':119 'network':123 'offici':40,54 'openvpn':32 'part':136 'plan':24 'possibl':162 'pretti':140 'prevent':83 'probabl':155 'run':52,105,114 'script':101 'someth':79,88,94 'startup':116 'thank':151 'think':138 'tips/something':148 'tri':13 'use':15 'vpn':110 'wireguard':34 'would':10,159"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706287054
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/722914"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706200654 {#3321
      date: 2024-01-25 17:37:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: "The risk if human error is too high. Docker isn’t designed for security. What you want is Qubes. Its destined to do these things."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706202061 {#2309
    date: 2024-01-25 18:01:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 339741
  -bodyTs: "'design':12 'destin':21 'docker':9 'error':5 'high':8 'human':4 'isn':10 'qube':19 'risk':2 'secur':14 'thing':25 'want':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4590030"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202061 {#2301
    date: 2024-01-25 18:01:01.0 +01:00
  }
  +"title": 339741
}
"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 {#2302
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2297
    +user: Proxies\__CG__\App\Entity\User {#3299 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "How-do-I-create-a-docker-container-with-custom-programs"
    +title: "How do I create a docker container with custom programs inside?"
    +url: null
    +body: """
      Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I’d like then to create a docker container that runs the official hide.me client inside, and exposes it to other docker containers (like gluetun does, for instance). I’d also like to implement a killswitch or something like that to prevent ip leakage. Is this something easy-medium hard or something very complex? I already have a script that installs and runs the client to enable vpn that should be run at startup, but I miss the “expose the network interface” and the “do not expose it if not connected” (this last part I think is pretty easy with a basic firewall configuration)\n
      \n
      any tips/something already done?  \n
      thanks in advance!\n
      \n
      EDIT: probably crazy idea, but would it be possible to do this in gluetun?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728784342 {#3336
      date: 2024-10-13 03:52:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3344 …}
    +reports: Doctrine\ORM\PersistentCollection {#3346 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
    +badges: Doctrine\ORM\PersistentCollection {#3352 …}
    +children: [
      App\Entity\EntryComment {#2302}
    ]
    -id: 33027
    -titleTs: "'contain':7 'creat':4 'custom':9 'docker':6 'insid':11 'program':10"
    -bodyTs: "'account':6 'advanc':153 'alreadi':98,149 'also':72 'basic':144 'client':41,56,107 'complex':96 'compos':20 'configur':35,146 'connect':133 'contain':21,50,64 'crazi':156 'creat':47 'd':43,71 'docker':19,49,63 'done':150 'easi':90,141 'easy-medium':89 'edit':154 'enabl':109 'expos':59,121,129 'firewal':145 'free':5,23 'give':27 'gluetun':66,167 'hard':92 'hello':1 'hide.me':8,55 'idea':157 'implement':75 'insid':57 'instal':103 'instanc':69 'interfac':124 'ip':84 'key':30 'killswitch':77 'last':135 'leakag':85 'like':11,44,65,73,80 'medium':91 'miss':119 'network':123 'offici':40,54 'openvpn':32 'part':136 'plan':24 'possibl':162 'pretti':140 'prevent':83 'probabl':155 'run':52,105,114 'script':101 'someth':79,88,94 'startup':116 'thank':151 'think':138 'tips/something':148 'tri':13 'use':15 'vpn':110 'wireguard':34 'would':10,159"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706287054
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/722914"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706200654 {#3321
      date: 2024-01-25 17:37:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: "The risk if human error is too high. Docker isn’t designed for security. What you want is Qubes. Its destined to do these things."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706202061 {#2309
    date: 2024-01-25 18:01:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 339741
  -bodyTs: "'design':12 'destin':21 'docker':9 'error':5 'high':8 'human':4 'isn':10 'qube':19 'risk':2 'secur':14 'thing':25 'want':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4590030"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202061 {#2301
    date: 2024-01-25 18:01:01.0 +01:00
  }
  +"title": 339741
}
"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 {#2302
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2297
    +user: Proxies\__CG__\App\Entity\User {#3299 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "How-do-I-create-a-docker-container-with-custom-programs"
    +title: "How do I create a docker container with custom programs inside?"
    +url: null
    +body: """
      Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I’d like then to create a docker container that runs the official hide.me client inside, and exposes it to other docker containers (like gluetun does, for instance). I’d also like to implement a killswitch or something like that to prevent ip leakage. Is this something easy-medium hard or something very complex? I already have a script that installs and runs the client to enable vpn that should be run at startup, but I miss the “expose the network interface” and the “do not expose it if not connected” (this last part I think is pretty easy with a basic firewall configuration)\n
      \n
      any tips/something already done?  \n
      thanks in advance!\n
      \n
      EDIT: probably crazy idea, but would it be possible to do this in gluetun?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728784342 {#3336
      date: 2024-10-13 03:52:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3344 …}
    +reports: Doctrine\ORM\PersistentCollection {#3346 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
    +badges: Doctrine\ORM\PersistentCollection {#3352 …}
    +children: [
      App\Entity\EntryComment {#2302}
    ]
    -id: 33027
    -titleTs: "'contain':7 'creat':4 'custom':9 'docker':6 'insid':11 'program':10"
    -bodyTs: "'account':6 'advanc':153 'alreadi':98,149 'also':72 'basic':144 'client':41,56,107 'complex':96 'compos':20 'configur':35,146 'connect':133 'contain':21,50,64 'crazi':156 'creat':47 'd':43,71 'docker':19,49,63 'done':150 'easi':90,141 'easy-medium':89 'edit':154 'enabl':109 'expos':59,121,129 'firewal':145 'free':5,23 'give':27 'gluetun':66,167 'hard':92 'hello':1 'hide.me':8,55 'idea':157 'implement':75 'insid':57 'instal':103 'instanc':69 'interfac':124 'ip':84 'key':30 'killswitch':77 'last':135 'leakag':85 'like':11,44,65,73,80 'medium':91 'miss':119 'network':123 'offici':40,54 'openvpn':32 'part':136 'plan':24 'possibl':162 'pretti':140 'prevent':83 'probabl':155 'run':52,105,114 'script':101 'someth':79,88,94 'startup':116 'thank':151 'think':138 'tips/something':148 'tri':13 'use':15 'vpn':110 'wireguard':34 'would':10,159"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706287054
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/722914"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706200654 {#3321
      date: 2024-01-25 17:37:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: "The risk if human error is too high. Docker isn’t designed for security. What you want is Qubes. Its destined to do these things."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706202061 {#2309
    date: 2024-01-25 18:01:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 339741
  -bodyTs: "'design':12 'destin':21 'docker':9 'error':5 'high':8 'human':4 'isn':10 'qube':19 'risk':2 'secur':14 'thing':25 'want':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4590030"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202061 {#2301
    date: 2024-01-25 18:01:01.0 +01:00
  }
  +"title": 339741
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2292
  +user: Proxies\__CG__\App\Entity\User {#3074 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "VPS-suggestions"
  +title: "VPS suggestions?"
  +url: null
  +body: """
    looking for a VPS with good specs for it’s price, at the same time it should be as safe as possible, I don’t want whoever’s running it to have access to my files\n
    \n
    the main thing I need is storage, like 300-400 gb of storage would be perfect, idk how much that’d cost tho\n
    \n
    what do you guys suggest?\n
    \n
    thanks in advance
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728914302 {#3106
    date: 2024-10-14 15:58:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3111 …}
  +votes: Doctrine\ORM\PersistentCollection {#3114 …}
  +reports: Doctrine\ORM\PersistentCollection {#3116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3118 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3120 …}
  +badges: Doctrine\ORM\PersistentCollection {#3122 …}
  +children: [
    App\Entity\EntryComment {#2316
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2292 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +body: "I can’t understand why KYC is needed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706223165 {#2318
        date: 2024-01-25 23:52:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ArtemisArrow3579@lemmy.ml"
        "@LWD@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2290 …}
      +nested: Doctrine\ORM\PersistentCollection {#2295 …}
      +votes: Doctrine\ORM\PersistentCollection {#2283 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
      -id: 340662
      -bodyTs: "'kyc':6 'need':8 'understand':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4596960"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706223165 {#2313
        date: 2024-01-25 23:52:45.0 +01:00
      }
      +"title": 340662
    }
  ]
  -id: 33026
  -titleTs: "'suggest':2 'vps':1"
  -bodyTs: "'-400':46 '300':45 'access':33 'advanc':67 'cost':58 'd':57 'file':36 'gb':47 'good':6 'guy':63 'idk':53 'like':44 'look':1 'main':38 'much':55 'need':41 'perfect':52 'possibl':22 'price':11 'run':29 'safe':20 'spec':7 'storag':43,49 'suggest':64 'thank':65 'thing':39 'tho':59 'time':15 'vps':4 'want':26 'whoever':27 'would':50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706286612
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11029882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706200212 {#3094
    date: 2024-01-25 17:30:12.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2292
  +user: Proxies\__CG__\App\Entity\User {#3074 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "VPS-suggestions"
  +title: "VPS suggestions?"
  +url: null
  +body: """
    looking for a VPS with good specs for it’s price, at the same time it should be as safe as possible, I don’t want whoever’s running it to have access to my files\n
    \n
    the main thing I need is storage, like 300-400 gb of storage would be perfect, idk how much that’d cost tho\n
    \n
    what do you guys suggest?\n
    \n
    thanks in advance
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728914302 {#3106
    date: 2024-10-14 15:58:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3111 …}
  +votes: Doctrine\ORM\PersistentCollection {#3114 …}
  +reports: Doctrine\ORM\PersistentCollection {#3116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3118 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3120 …}
  +badges: Doctrine\ORM\PersistentCollection {#3122 …}
  +children: [
    App\Entity\EntryComment {#2316
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2292 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +body: "I can’t understand why KYC is needed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706223165 {#2318
        date: 2024-01-25 23:52:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ArtemisArrow3579@lemmy.ml"
        "@LWD@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2290 …}
      +nested: Doctrine\ORM\PersistentCollection {#2295 …}
      +votes: Doctrine\ORM\PersistentCollection {#2283 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
      -id: 340662
      -bodyTs: "'kyc':6 'need':8 'understand':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4596960"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706223165 {#2313
        date: 2024-01-25 23:52:45.0 +01:00
      }
      +"title": 340662
    }
  ]
  -id: 33026
  -titleTs: "'suggest':2 'vps':1"
  -bodyTs: "'-400':46 '300':45 'access':33 'advanc':67 'cost':58 'd':57 'file':36 'gb':47 'good':6 'guy':63 'idk':53 'like':44 'look':1 'main':38 'much':55 'need':41 'perfect':52 'possibl':22 'price':11 'run':29 'safe':20 'spec':7 'storag':43,49 'suggest':64 'thank':65 'thing':39 'tho':59 'time':15 'vps':4 'want':26 'whoever':27 'would':50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706286612
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11029882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706200212 {#3094
    date: 2024-01-25 17:30:12.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2292
  +user: Proxies\__CG__\App\Entity\User {#3074 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "VPS-suggestions"
  +title: "VPS suggestions?"
  +url: null
  +body: """
    looking for a VPS with good specs for it’s price, at the same time it should be as safe as possible, I don’t want whoever’s running it to have access to my files\n
    \n
    the main thing I need is storage, like 300-400 gb of storage would be perfect, idk how much that’d cost tho\n
    \n
    what do you guys suggest?\n
    \n
    thanks in advance
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728914302 {#3106
    date: 2024-10-14 15:58:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3111 …}
  +votes: Doctrine\ORM\PersistentCollection {#3114 …}
  +reports: Doctrine\ORM\PersistentCollection {#3116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3118 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3120 …}
  +badges: Doctrine\ORM\PersistentCollection {#3122 …}
  +children: [
    App\Entity\EntryComment {#2316
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2292 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +body: "I can’t understand why KYC is needed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706223165 {#2318
        date: 2024-01-25 23:52:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ArtemisArrow3579@lemmy.ml"
        "@LWD@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2290 …}
      +nested: Doctrine\ORM\PersistentCollection {#2295 …}
      +votes: Doctrine\ORM\PersistentCollection {#2283 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
      -id: 340662
      -bodyTs: "'kyc':6 'need':8 'understand':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4596960"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706223165 {#2313
        date: 2024-01-25 23:52:45.0 +01:00
      }
      +"title": 340662
    }
  ]
  -id: 33026
  -titleTs: "'suggest':2 'vps':1"
  -bodyTs: "'-400':46 '300':45 'access':33 'advanc':67 'cost':58 'd':57 'file':36 'gb':47 'good':6 'guy':63 'idk':53 'like':44 'look':1 'main':38 'much':55 'need':41 'perfect':52 'possibl':22 'price':11 'run':29 'safe':20 'spec':7 'storag':43,49 'suggest':64 'thank':65 'thing':39 'tho':59 'time':15 'vps':4 'want':26 'whoever':27 'would':50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706286612
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11029882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706200212 {#3094
    date: 2024-01-25 17:30:12.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2316
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2292
    +user: Proxies\__CG__\App\Entity\User {#3074 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "VPS-suggestions"
    +title: "VPS suggestions?"
    +url: null
    +body: """
      looking for a VPS with good specs for it’s price, at the same time it should be as safe as possible, I don’t want whoever’s running it to have access to my files\n
      \n
      the main thing I need is storage, like 300-400 gb of storage would be perfect, idk how much that’d cost tho\n
      \n
      what do you guys suggest?\n
      \n
      thanks in advance
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 24
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728914302 {#3106
      date: 2024-10-14 15:58:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3111 …}
    +votes: Doctrine\ORM\PersistentCollection {#3114 …}
    +reports: Doctrine\ORM\PersistentCollection {#3116 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3118 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3120 …}
    +badges: Doctrine\ORM\PersistentCollection {#3122 …}
    +children: [
      App\Entity\EntryComment {#2316}
    ]
    -id: 33026
    -titleTs: "'suggest':2 'vps':1"
    -bodyTs: "'-400':46 '300':45 'access':33 'advanc':67 'cost':58 'd':57 'file':36 'gb':47 'good':6 'guy':63 'idk':53 'like':44 'look':1 'main':38 'much':55 'need':41 'perfect':52 'possibl':22 'price':11 'run':29 'safe':20 'spec':7 'storag':43,49 'suggest':64 'thank':65 'thing':39 'tho':59 'time':15 'vps':4 'want':26 'whoever':27 'would':50"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706286612
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11029882"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706200212 {#3094
      date: 2024-01-25 17:30:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +body: "I can’t understand why KYC is needed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706223165 {#2318
    date: 2024-01-25 23:52:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ArtemisArrow3579@lemmy.ml"
    "@LWD@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2290 …}
  +nested: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2283 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
  -id: 340662
  -bodyTs: "'kyc':6 'need':8 'understand':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4596960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706223165 {#2313
    date: 2024-01-25 23:52:45.0 +01:00
  }
  +"title": 340662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#2316
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2292
    +user: Proxies\__CG__\App\Entity\User {#3074 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "VPS-suggestions"
    +title: "VPS suggestions?"
    +url: null
    +body: """
      looking for a VPS with good specs for it’s price, at the same time it should be as safe as possible, I don’t want whoever’s running it to have access to my files\n
      \n
      the main thing I need is storage, like 300-400 gb of storage would be perfect, idk how much that’d cost tho\n
      \n
      what do you guys suggest?\n
      \n
      thanks in advance
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 24
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728914302 {#3106
      date: 2024-10-14 15:58:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3111 …}
    +votes: Doctrine\ORM\PersistentCollection {#3114 …}
    +reports: Doctrine\ORM\PersistentCollection {#3116 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3118 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3120 …}
    +badges: Doctrine\ORM\PersistentCollection {#3122 …}
    +children: [
      App\Entity\EntryComment {#2316}
    ]
    -id: 33026
    -titleTs: "'suggest':2 'vps':1"
    -bodyTs: "'-400':46 '300':45 'access':33 'advanc':67 'cost':58 'd':57 'file':36 'gb':47 'good':6 'guy':63 'idk':53 'like':44 'look':1 'main':38 'much':55 'need':41 'perfect':52 'possibl':22 'price':11 'run':29 'safe':20 'spec':7 'storag':43,49 'suggest':64 'thank':65 'thing':39 'tho':59 'time':15 'vps':4 'want':26 'whoever':27 'would':50"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706286612
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11029882"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706200212 {#3094
      date: 2024-01-25 17:30:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +body: "I can’t understand why KYC is needed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706223165 {#2318
    date: 2024-01-25 23:52:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ArtemisArrow3579@lemmy.ml"
    "@LWD@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2290 …}
  +nested: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2283 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
  -id: 340662
  -bodyTs: "'kyc':6 'need':8 'understand':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4596960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706223165 {#2313
    date: 2024-01-25 23:52:45.0 +01:00
  }
  +"title": 340662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#2316
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2292
    +user: Proxies\__CG__\App\Entity\User {#3074 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "VPS-suggestions"
    +title: "VPS suggestions?"
    +url: null
    +body: """
      looking for a VPS with good specs for it’s price, at the same time it should be as safe as possible, I don’t want whoever’s running it to have access to my files\n
      \n
      the main thing I need is storage, like 300-400 gb of storage would be perfect, idk how much that’d cost tho\n
      \n
      what do you guys suggest?\n
      \n
      thanks in advance
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 24
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728914302 {#3106
      date: 2024-10-14 15:58:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3111 …}
    +votes: Doctrine\ORM\PersistentCollection {#3114 …}
    +reports: Doctrine\ORM\PersistentCollection {#3116 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3118 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3120 …}
    +badges: Doctrine\ORM\PersistentCollection {#3122 …}
    +children: [
      App\Entity\EntryComment {#2316}
    ]
    -id: 33026
    -titleTs: "'suggest':2 'vps':1"
    -bodyTs: "'-400':46 '300':45 'access':33 'advanc':67 'cost':58 'd':57 'file':36 'gb':47 'good':6 'guy':63 'idk':53 'like':44 'look':1 'main':38 'much':55 'need':41 'perfect':52 'possibl':22 'price':11 'run':29 'safe':20 'spec':7 'storag':43,49 'suggest':64 'thank':65 'thing':39 'tho':59 'time':15 'vps':4 'want':26 'whoever':27 'would':50"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706286612
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11029882"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706200212 {#3094
      date: 2024-01-25 17:30:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +body: "I can’t understand why KYC is needed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706223165 {#2318
    date: 2024-01-25 23:52:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ArtemisArrow3579@lemmy.ml"
    "@LWD@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2290 …}
  +nested: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2283 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
  -id: 340662
  -bodyTs: "'kyc':6 'need':8 'understand':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4596960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706223165 {#2313
    date: 2024-01-25 23:52:45.0 +01:00
  }
  +"title": 340662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2230
  +user: Proxies\__CG__\App\Entity\User {#3055 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Should-I-get-one-of-those-shielded-wallets"
  +title: "Should I get one of those shielded wallets?"
  +url: null
  +body: """
    Not sure this is the absolute best community but it’s what comes to mind.\n
    \n
    Was watching this: [youtu.be/S7dWigI7Soc](https://youtu.be/S7dWigI7Soc)\n
    \n
    Say at the gas pump should I be using tap rather than pin code?#
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728713430 {#3088
    date: 2024-10-12 08:10:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3093 …}
  +votes: Doctrine\ORM\PersistentCollection {#3096 …}
  +reports: Doctrine\ORM\PersistentCollection {#3098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3102 …}
  +badges: Doctrine\ORM\PersistentCollection {#3104 …}
  +children: [
    App\Entity\EntryComment {#2225
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2230 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "Personally I think its better to just drill a hole in thr antenna and pay by chip"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706201072 {#2214
        date: 2024-01-25 17:44:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@someguy3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2231 …}
      +nested: Doctrine\ORM\PersistentCollection {#2229 …}
      +votes: Doctrine\ORM\PersistentCollection {#2252 …}
      +reports: Doctrine\ORM\PersistentCollection {#2189 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2311 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
      -id: 339689
      -bodyTs: "'antenna':13 'better':5 'chip':17 'drill':8 'hole':10 'pay':15 'person':1 'think':3 'thr':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4589679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706201072 {#2213
        date: 2024-01-25 17:44:32.0 +01:00
      }
      +"title": 339689
    }
  ]
  -id: 32901
  -titleTs: "'get':3 'one':4 'shield':7 'wallet':8"
  -bodyTs: "'/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':21 'absolut':6 'best':7 'code':35 'come':13 'communiti':8 'gas':25 'mind':15 'pin':34 'pump':26 'rather':32 'say':22 'sure':2 'tap':31 'use':30 'watch':17 'youtu.be':20 'youtu.be/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706224684
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11147110"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706138284 {#3077
    date: 2024-01-25 00:18:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2230
  +user: Proxies\__CG__\App\Entity\User {#3055 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Should-I-get-one-of-those-shielded-wallets"
  +title: "Should I get one of those shielded wallets?"
  +url: null
  +body: """
    Not sure this is the absolute best community but it’s what comes to mind.\n
    \n
    Was watching this: [youtu.be/S7dWigI7Soc](https://youtu.be/S7dWigI7Soc)\n
    \n
    Say at the gas pump should I be using tap rather than pin code?#
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728713430 {#3088
    date: 2024-10-12 08:10:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3093 …}
  +votes: Doctrine\ORM\PersistentCollection {#3096 …}
  +reports: Doctrine\ORM\PersistentCollection {#3098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3102 …}
  +badges: Doctrine\ORM\PersistentCollection {#3104 …}
  +children: [
    App\Entity\EntryComment {#2225
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2230 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "Personally I think its better to just drill a hole in thr antenna and pay by chip"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706201072 {#2214
        date: 2024-01-25 17:44:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@someguy3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2231 …}
      +nested: Doctrine\ORM\PersistentCollection {#2229 …}
      +votes: Doctrine\ORM\PersistentCollection {#2252 …}
      +reports: Doctrine\ORM\PersistentCollection {#2189 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2311 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
      -id: 339689
      -bodyTs: "'antenna':13 'better':5 'chip':17 'drill':8 'hole':10 'pay':15 'person':1 'think':3 'thr':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4589679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706201072 {#2213
        date: 2024-01-25 17:44:32.0 +01:00
      }
      +"title": 339689
    }
  ]
  -id: 32901
  -titleTs: "'get':3 'one':4 'shield':7 'wallet':8"
  -bodyTs: "'/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':21 'absolut':6 'best':7 'code':35 'come':13 'communiti':8 'gas':25 'mind':15 'pin':34 'pump':26 'rather':32 'say':22 'sure':2 'tap':31 'use':30 'watch':17 'youtu.be':20 'youtu.be/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706224684
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11147110"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706138284 {#3077
    date: 2024-01-25 00:18:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2230
  +user: Proxies\__CG__\App\Entity\User {#3055 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Should-I-get-one-of-those-shielded-wallets"
  +title: "Should I get one of those shielded wallets?"
  +url: null
  +body: """
    Not sure this is the absolute best community but it’s what comes to mind.\n
    \n
    Was watching this: [youtu.be/S7dWigI7Soc](https://youtu.be/S7dWigI7Soc)\n
    \n
    Say at the gas pump should I be using tap rather than pin code?#
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728713430 {#3088
    date: 2024-10-12 08:10:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3093 …}
  +votes: Doctrine\ORM\PersistentCollection {#3096 …}
  +reports: Doctrine\ORM\PersistentCollection {#3098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3102 …}
  +badges: Doctrine\ORM\PersistentCollection {#3104 …}
  +children: [
    App\Entity\EntryComment {#2225
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2230 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "Personally I think its better to just drill a hole in thr antenna and pay by chip"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706201072 {#2214
        date: 2024-01-25 17:44:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@someguy3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2231 …}
      +nested: Doctrine\ORM\PersistentCollection {#2229 …}
      +votes: Doctrine\ORM\PersistentCollection {#2252 …}
      +reports: Doctrine\ORM\PersistentCollection {#2189 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2311 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
      -id: 339689
      -bodyTs: "'antenna':13 'better':5 'chip':17 'drill':8 'hole':10 'pay':15 'person':1 'think':3 'thr':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4589679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706201072 {#2213
        date: 2024-01-25 17:44:32.0 +01:00
      }
      +"title": 339689
    }
  ]
  -id: 32901
  -titleTs: "'get':3 'one':4 'shield':7 'wallet':8"
  -bodyTs: "'/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':21 'absolut':6 'best':7 'code':35 'come':13 'communiti':8 'gas':25 'mind':15 'pin':34 'pump':26 'rather':32 'say':22 'sure':2 'tap':31 'use':30 'watch':17 'youtu.be':20 'youtu.be/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706224684
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11147110"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706138284 {#3077
    date: 2024-01-25 00:18:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#2225
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2230
    +user: Proxies\__CG__\App\Entity\User {#3055 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Should-I-get-one-of-those-shielded-wallets"
    +title: "Should I get one of those shielded wallets?"
    +url: null
    +body: """
      Not sure this is the absolute best community but it’s what comes to mind.\n
      \n
      Was watching this: [youtu.be/S7dWigI7Soc](https://youtu.be/S7dWigI7Soc)\n
      \n
      Say at the gas pump should I be using tap rather than pin code?#
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728713430 {#3088
      date: 2024-10-12 08:10:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3093 …}
    +votes: Doctrine\ORM\PersistentCollection {#3096 …}
    +reports: Doctrine\ORM\PersistentCollection {#3098 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3100 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3102 …}
    +badges: Doctrine\ORM\PersistentCollection {#3104 …}
    +children: [
      App\Entity\EntryComment {#2225}
    ]
    -id: 32901
    -titleTs: "'get':3 'one':4 'shield':7 'wallet':8"
    -bodyTs: "'/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':21 'absolut':6 'best':7 'code':35 'come':13 'communiti':8 'gas':25 'mind':15 'pin':34 'pump':26 'rather':32 'say':22 'sure':2 'tap':31 'use':30 'watch':17 'youtu.be':20 'youtu.be/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706224684
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11147110"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706138284 {#3077
      date: 2024-01-25 00:18:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "Personally I think its better to just drill a hole in thr antenna and pay by chip"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706201072 {#2214
    date: 2024-01-25 17:44:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@someguy3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2231 …}
  +nested: Doctrine\ORM\PersistentCollection {#2229 …}
  +votes: Doctrine\ORM\PersistentCollection {#2252 …}
  +reports: Doctrine\ORM\PersistentCollection {#2189 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2311 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
  -id: 339689
  -bodyTs: "'antenna':13 'better':5 'chip':17 'drill':8 'hole':10 'pay':15 'person':1 'think':3 'thr':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4589679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706201072 {#2213
    date: 2024-01-25 17:44:32.0 +01:00
  }
  +"title": 339689
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\EntryComment {#2225
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2230
    +user: Proxies\__CG__\App\Entity\User {#3055 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Should-I-get-one-of-those-shielded-wallets"
    +title: "Should I get one of those shielded wallets?"
    +url: null
    +body: """
      Not sure this is the absolute best community but it’s what comes to mind.\n
      \n
      Was watching this: [youtu.be/S7dWigI7Soc](https://youtu.be/S7dWigI7Soc)\n
      \n
      Say at the gas pump should I be using tap rather than pin code?#
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728713430 {#3088
      date: 2024-10-12 08:10:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3093 …}
    +votes: Doctrine\ORM\PersistentCollection {#3096 …}
    +reports: Doctrine\ORM\PersistentCollection {#3098 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3100 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3102 …}
    +badges: Doctrine\ORM\PersistentCollection {#3104 …}
    +children: [
      App\Entity\EntryComment {#2225}
    ]
    -id: 32901
    -titleTs: "'get':3 'one':4 'shield':7 'wallet':8"
    -bodyTs: "'/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':21 'absolut':6 'best':7 'code':35 'come':13 'communiti':8 'gas':25 'mind':15 'pin':34 'pump':26 'rather':32 'say':22 'sure':2 'tap':31 'use':30 'watch':17 'youtu.be':20 'youtu.be/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706224684
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11147110"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706138284 {#3077
      date: 2024-01-25 00:18:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "Personally I think its better to just drill a hole in thr antenna and pay by chip"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706201072 {#2214
    date: 2024-01-25 17:44:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@someguy3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2231 …}
  +nested: Doctrine\ORM\PersistentCollection {#2229 …}
  +votes: Doctrine\ORM\PersistentCollection {#2252 …}
  +reports: Doctrine\ORM\PersistentCollection {#2189 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2311 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
  -id: 339689
  -bodyTs: "'antenna':13 'better':5 'chip':17 'drill':8 'hole':10 'pay':15 'person':1 'think':3 'thr':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4589679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706201072 {#2213
    date: 2024-01-25 17:44:32.0 +01:00
  }
  +"title": 339689
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\EntryComment {#2225
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2230
    +user: Proxies\__CG__\App\Entity\User {#3055 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Should-I-get-one-of-those-shielded-wallets"
    +title: "Should I get one of those shielded wallets?"
    +url: null
    +body: """
      Not sure this is the absolute best community but it’s what comes to mind.\n
      \n
      Was watching this: [youtu.be/S7dWigI7Soc](https://youtu.be/S7dWigI7Soc)\n
      \n
      Say at the gas pump should I be using tap rather than pin code?#
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728713430 {#3088
      date: 2024-10-12 08:10:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3093 …}
    +votes: Doctrine\ORM\PersistentCollection {#3096 …}
    +reports: Doctrine\ORM\PersistentCollection {#3098 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3100 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3102 …}
    +badges: Doctrine\ORM\PersistentCollection {#3104 …}
    +children: [
      App\Entity\EntryComment {#2225}
    ]
    -id: 32901
    -titleTs: "'get':3 'one':4 'shield':7 'wallet':8"
    -bodyTs: "'/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':21 'absolut':6 'best':7 'code':35 'come':13 'communiti':8 'gas':25 'mind':15 'pin':34 'pump':26 'rather':32 'say':22 'sure':2 'tap':31 'use':30 'watch':17 'youtu.be':20 'youtu.be/s7dwigi7soc](https://youtu.be/s7dwigi7soc)':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706224684
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11147110"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706138284 {#3077
      date: 2024-01-25 00:18:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "Personally I think its better to just drill a hole in thr antenna and pay by chip"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706201072 {#2214
    date: 2024-01-25 17:44:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@someguy3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2231 …}
  +nested: Doctrine\ORM\PersistentCollection {#2229 …}
  +votes: Doctrine\ORM\PersistentCollection {#2252 …}
  +reports: Doctrine\ORM\PersistentCollection {#2189 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2311 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
  -id: 339689
  -bodyTs: "'antenna':13 'better':5 'chip':17 'drill':8 'hole':10 'pay':15 'person':1 'think':3 'thr':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4589679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706201072 {#2213
    date: 2024-01-25 17:44:32.0 +01:00
  }
  +"title": 339689
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2160
  +user: Proxies\__CG__\App\Entity\User {#3261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3301 …}
  +slug: "This-is-how-I-KNOW-it-works-as-intended"
  +title: "This is how I KNOW it works as intended"
  +url: "https://i.imgur.com/wFUZ56X.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 58
  +favouriteCount: 627
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728696512 {#3296
    date: 2024-10-12 03:28:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3303 …}
  +votes: Doctrine\ORM\PersistentCollection {#3305 …}
  +reports: Doctrine\ORM\PersistentCollection {#3307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
  +badges: Doctrine\ORM\PersistentCollection {#3313 …}
  +children: [
    App\Entity\EntryComment {#2161
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
      +body: """
        Please update the post with the transcript, add a link to the source page where the text appears, dont do this again, and let others know.\n
        \n
        Let’s maintain the quality of this comm.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706033792 {#2116
        date: 2024-01-23 19:16:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anarchy79@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2044 …}
      +nested: Doctrine\ORM\PersistentCollection {#2127 …}
      +votes: Doctrine\ORM\PersistentCollection {#2043 …}
      +reports: Doctrine\ORM\PersistentCollection {#2215 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2198 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2227 …}
      -id: 334716
      -bodyTs: "'add':8 'appear':18 'comm':34 'dont':19 'know':26 'let':24,27 'link':10 'maintain':29 'other':25 'page':14 'pleas':1 'post':4 'qualiti':31 'sourc':13 'text':17 'transcript':7 'updat':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4551224"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706033792 {#2120
        date: 2024-01-23 19:16:32.0 +01:00
      }
      +"title": 334716
    }
  ]
  -id: 32630
  -titleTs: "'intend':9 'know':5 'work':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706113909
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11088527"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706027509 {#3284
    date: 2024-01-23 17:31:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2160
  +user: Proxies\__CG__\App\Entity\User {#3261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3301 …}
  +slug: "This-is-how-I-KNOW-it-works-as-intended"
  +title: "This is how I KNOW it works as intended"
  +url: "https://i.imgur.com/wFUZ56X.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 58
  +favouriteCount: 627
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728696512 {#3296
    date: 2024-10-12 03:28:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3303 …}
  +votes: Doctrine\ORM\PersistentCollection {#3305 …}
  +reports: Doctrine\ORM\PersistentCollection {#3307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
  +badges: Doctrine\ORM\PersistentCollection {#3313 …}
  +children: [
    App\Entity\EntryComment {#2161
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
      +body: """
        Please update the post with the transcript, add a link to the source page where the text appears, dont do this again, and let others know.\n
        \n
        Let’s maintain the quality of this comm.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706033792 {#2116
        date: 2024-01-23 19:16:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anarchy79@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2044 …}
      +nested: Doctrine\ORM\PersistentCollection {#2127 …}
      +votes: Doctrine\ORM\PersistentCollection {#2043 …}
      +reports: Doctrine\ORM\PersistentCollection {#2215 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2198 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2227 …}
      -id: 334716
      -bodyTs: "'add':8 'appear':18 'comm':34 'dont':19 'know':26 'let':24,27 'link':10 'maintain':29 'other':25 'page':14 'pleas':1 'post':4 'qualiti':31 'sourc':13 'text':17 'transcript':7 'updat':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4551224"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706033792 {#2120
        date: 2024-01-23 19:16:32.0 +01:00
      }
      +"title": 334716
    }
  ]
  -id: 32630
  -titleTs: "'intend':9 'know':5 'work':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706113909
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11088527"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706027509 {#3284
    date: 2024-01-23 17:31:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2160
  +user: Proxies\__CG__\App\Entity\User {#3261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3301 …}
  +slug: "This-is-how-I-KNOW-it-works-as-intended"
  +title: "This is how I KNOW it works as intended"
  +url: "https://i.imgur.com/wFUZ56X.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 58
  +favouriteCount: 627
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728696512 {#3296
    date: 2024-10-12 03:28:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3303 …}
  +votes: Doctrine\ORM\PersistentCollection {#3305 …}
  +reports: Doctrine\ORM\PersistentCollection {#3307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
  +badges: Doctrine\ORM\PersistentCollection {#3313 …}
  +children: [
    App\Entity\EntryComment {#2161
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
      +body: """
        Please update the post with the transcript, add a link to the source page where the text appears, dont do this again, and let others know.\n
        \n
        Let’s maintain the quality of this comm.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706033792 {#2116
        date: 2024-01-23 19:16:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anarchy79@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2044 …}
      +nested: Doctrine\ORM\PersistentCollection {#2127 …}
      +votes: Doctrine\ORM\PersistentCollection {#2043 …}
      +reports: Doctrine\ORM\PersistentCollection {#2215 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2198 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2227 …}
      -id: 334716
      -bodyTs: "'add':8 'appear':18 'comm':34 'dont':19 'know':26 'let':24,27 'link':10 'maintain':29 'other':25 'page':14 'pleas':1 'post':4 'qualiti':31 'sourc':13 'text':17 'transcript':7 'updat':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4551224"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706033792 {#2120
        date: 2024-01-23 19:16:32.0 +01:00
      }
      +"title": 334716
    }
  ]
  -id: 32630
  -titleTs: "'intend':9 'know':5 'work':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706113909
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11088527"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706027509 {#3284
    date: 2024-01-23 17:31:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2161
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#3261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3301 …}
    +slug: "This-is-how-I-KNOW-it-works-as-intended"
    +title: "This is how I KNOW it works as intended"
    +url: "https://i.imgur.com/wFUZ56X.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 58
    +favouriteCount: 627
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728696512 {#3296
      date: 2024-10-12 03:28:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3303 …}
    +votes: Doctrine\ORM\PersistentCollection {#3305 …}
    +reports: Doctrine\ORM\PersistentCollection {#3307 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
    +badges: Doctrine\ORM\PersistentCollection {#3313 …}
    +children: [
      App\Entity\EntryComment {#2161}
    ]
    -id: 32630
    -titleTs: "'intend':9 'know':5 'work':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706113909
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11088527"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706027509 {#3284
      date: 2024-01-23 17:31:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
  +body: """
    Please update the post with the transcript, add a link to the source page where the text appears, dont do this again, and let others know.\n
    \n
    Let’s maintain the quality of this comm.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706033792 {#2116
    date: 2024-01-23 19:16:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anarchy79@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2044 …}
  +nested: Doctrine\ORM\PersistentCollection {#2127 …}
  +votes: Doctrine\ORM\PersistentCollection {#2043 …}
  +reports: Doctrine\ORM\PersistentCollection {#2215 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2198 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2227 …}
  -id: 334716
  -bodyTs: "'add':8 'appear':18 'comm':34 'dont':19 'know':26 'let':24,27 'link':10 'maintain':29 'other':25 'page':14 'pleas':1 'post':4 'qualiti':31 'sourc':13 'text':17 'transcript':7 'updat':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4551224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706033792 {#2120
    date: 2024-01-23 19:16:32.0 +01:00
  }
  +"title": 334716
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#2161
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#3261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3301 …}
    +slug: "This-is-how-I-KNOW-it-works-as-intended"
    +title: "This is how I KNOW it works as intended"
    +url: "https://i.imgur.com/wFUZ56X.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 58
    +favouriteCount: 627
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728696512 {#3296
      date: 2024-10-12 03:28:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3303 …}
    +votes: Doctrine\ORM\PersistentCollection {#3305 …}
    +reports: Doctrine\ORM\PersistentCollection {#3307 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
    +badges: Doctrine\ORM\PersistentCollection {#3313 …}
    +children: [
      App\Entity\EntryComment {#2161}
    ]
    -id: 32630
    -titleTs: "'intend':9 'know':5 'work':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706113909
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11088527"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706027509 {#3284
      date: 2024-01-23 17:31:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
  +body: """
    Please update the post with the transcript, add a link to the source page where the text appears, dont do this again, and let others know.\n
    \n
    Let’s maintain the quality of this comm.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706033792 {#2116
    date: 2024-01-23 19:16:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anarchy79@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2044 …}
  +nested: Doctrine\ORM\PersistentCollection {#2127 …}
  +votes: Doctrine\ORM\PersistentCollection {#2043 …}
  +reports: Doctrine\ORM\PersistentCollection {#2215 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2198 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2227 …}
  -id: 334716
  -bodyTs: "'add':8 'appear':18 'comm':34 'dont':19 'know':26 'let':24,27 'link':10 'maintain':29 'other':25 'page':14 'pleas':1 'post':4 'qualiti':31 'sourc':13 'text':17 'transcript':7 'updat':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4551224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706033792 {#2120
    date: 2024-01-23 19:16:32.0 +01:00
  }
  +"title": 334716
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#2161
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#3261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3301 …}
    +slug: "This-is-how-I-KNOW-it-works-as-intended"
    +title: "This is how I KNOW it works as intended"
    +url: "https://i.imgur.com/wFUZ56X.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 58
    +favouriteCount: 627
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728696512 {#3296
      date: 2024-10-12 03:28:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3303 …}
    +votes: Doctrine\ORM\PersistentCollection {#3305 …}
    +reports: Doctrine\ORM\PersistentCollection {#3307 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
    +badges: Doctrine\ORM\PersistentCollection {#3313 …}
    +children: [
      App\Entity\EntryComment {#2161}
    ]
    -id: 32630
    -titleTs: "'intend':9 'know':5 'work':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706113909
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11088527"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706027509 {#3284
      date: 2024-01-23 17:31:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
  +body: """
    Please update the post with the transcript, add a link to the source page where the text appears, dont do this again, and let others know.\n
    \n
    Let’s maintain the quality of this comm.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706033792 {#2116
    date: 2024-01-23 19:16:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anarchy79@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2044 …}
  +nested: Doctrine\ORM\PersistentCollection {#2127 …}
  +votes: Doctrine\ORM\PersistentCollection {#2043 …}
  +reports: Doctrine\ORM\PersistentCollection {#2215 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2198 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2227 …}
  -id: 334716
  -bodyTs: "'add':8 'appear':18 'comm':34 'dont':19 'know':26 'let':24,27 'link':10 'maintain':29 'other':25 'page':14 'pleas':1 'post':4 'qualiti':31 'sourc':13 'text':17 'transcript':7 'updat':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4551224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706033792 {#2120
    date: 2024-01-23 19:16:32.0 +01:00
  }
  +"title": 334716
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2110
  +user: Proxies\__CG__\App\Entity\User {#3147 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Is-there-a-search-engine-that-filters-out-cookie-wall"
  +title: "Is there a search engine that filters out cookie wall and paywall pages ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727878270 {#3142
    date: 2024-10-02 16:11:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3149 …}
  +votes: Doctrine\ORM\PersistentCollection {#3151 …}
  +reports: Doctrine\ORM\PersistentCollection {#3153 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3155 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3157 …}
  +badges: Doctrine\ORM\PersistentCollection {#3159 …}
  +children: [
    App\Entity\EntryComment {#2106
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2110 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "I think what you want is `about:blank`. It contains a list of all the websites without cookie, auth, and pay walls"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705851374 {#2102
        date: 2024-01-21 16:36:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Shamot@jlai.lu"
        "@Shamot@jlai.lu"
        "@Shamot@jlai.lu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2107 …}
      +nested: Doctrine\ORM\PersistentCollection {#2124 …}
      +votes: Doctrine\ORM\PersistentCollection {#2118 …}
      +reports: Doctrine\ORM\PersistentCollection {#2121 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
      -id: 328424
      -bodyTs: "'auth':19 'blank':8 'contain':10 'cooki':18 'list':12 'pay':21 'think':2 'wall':22 'want':5 'websit':16 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4509430"
      +editedAt: DateTimeImmutable @1727360646 {#2109
        date: 2024-09-26 16:24:06.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705851374 {#2103
        date: 2024-01-21 16:36:14.0 +01:00
      }
      +"title": 328424
    }
  ]
  -id: 32136
  -titleTs: "'cooki':9 'engin':5 'filter':7 'page':13 'paywal':12 'search':4 'wall':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705929629
  +visibility: "visible             "
  +apId: "https://jlai.lu/post/3736900"
  +editedAt: DateTimeImmutable @1727338040 {#3130
    date: 2024-09-26 10:07:20.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705843229 {#3109
    date: 2024-01-21 14:20:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2110
  +user: Proxies\__CG__\App\Entity\User {#3147 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Is-there-a-search-engine-that-filters-out-cookie-wall"
  +title: "Is there a search engine that filters out cookie wall and paywall pages ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727878270 {#3142
    date: 2024-10-02 16:11:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3149 …}
  +votes: Doctrine\ORM\PersistentCollection {#3151 …}
  +reports: Doctrine\ORM\PersistentCollection {#3153 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3155 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3157 …}
  +badges: Doctrine\ORM\PersistentCollection {#3159 …}
  +children: [
    App\Entity\EntryComment {#2106
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2110 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "I think what you want is `about:blank`. It contains a list of all the websites without cookie, auth, and pay walls"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705851374 {#2102
        date: 2024-01-21 16:36:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Shamot@jlai.lu"
        "@Shamot@jlai.lu"
        "@Shamot@jlai.lu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2107 …}
      +nested: Doctrine\ORM\PersistentCollection {#2124 …}
      +votes: Doctrine\ORM\PersistentCollection {#2118 …}
      +reports: Doctrine\ORM\PersistentCollection {#2121 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
      -id: 328424
      -bodyTs: "'auth':19 'blank':8 'contain':10 'cooki':18 'list':12 'pay':21 'think':2 'wall':22 'want':5 'websit':16 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4509430"
      +editedAt: DateTimeImmutable @1727360646 {#2109
        date: 2024-09-26 16:24:06.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705851374 {#2103
        date: 2024-01-21 16:36:14.0 +01:00
      }
      +"title": 328424
    }
  ]
  -id: 32136
  -titleTs: "'cooki':9 'engin':5 'filter':7 'page':13 'paywal':12 'search':4 'wall':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705929629
  +visibility: "visible             "
  +apId: "https://jlai.lu/post/3736900"
  +editedAt: DateTimeImmutable @1727338040 {#3130
    date: 2024-09-26 10:07:20.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705843229 {#3109
    date: 2024-01-21 14:20:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2110
  +user: Proxies\__CG__\App\Entity\User {#3147 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Is-there-a-search-engine-that-filters-out-cookie-wall"
  +title: "Is there a search engine that filters out cookie wall and paywall pages ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727878270 {#3142
    date: 2024-10-02 16:11:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3149 …}
  +votes: Doctrine\ORM\PersistentCollection {#3151 …}
  +reports: Doctrine\ORM\PersistentCollection {#3153 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3155 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3157 …}
  +badges: Doctrine\ORM\PersistentCollection {#3159 …}
  +children: [
    App\Entity\EntryComment {#2106
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2110 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "I think what you want is `about:blank`. It contains a list of all the websites without cookie, auth, and pay walls"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705851374 {#2102
        date: 2024-01-21 16:36:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Shamot@jlai.lu"
        "@Shamot@jlai.lu"
        "@Shamot@jlai.lu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2107 …}
      +nested: Doctrine\ORM\PersistentCollection {#2124 …}
      +votes: Doctrine\ORM\PersistentCollection {#2118 …}
      +reports: Doctrine\ORM\PersistentCollection {#2121 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
      -id: 328424
      -bodyTs: "'auth':19 'blank':8 'contain':10 'cooki':18 'list':12 'pay':21 'think':2 'wall':22 'want':5 'websit':16 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4509430"
      +editedAt: DateTimeImmutable @1727360646 {#2109
        date: 2024-09-26 16:24:06.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705851374 {#2103
        date: 2024-01-21 16:36:14.0 +01:00
      }
      +"title": 328424
    }
  ]
  -id: 32136
  -titleTs: "'cooki':9 'engin':5 'filter':7 'page':13 'paywal':12 'search':4 'wall':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705929629
  +visibility: "visible             "
  +apId: "https://jlai.lu/post/3736900"
  +editedAt: DateTimeImmutable @1727338040 {#3130
    date: 2024-09-26 10:07:20.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705843229 {#3109
    date: 2024-01-21 14:20:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#2106
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2110
    +user: Proxies\__CG__\App\Entity\User {#3147 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Is-there-a-search-engine-that-filters-out-cookie-wall"
    +title: "Is there a search engine that filters out cookie wall and paywall pages ?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727878270 {#3142
      date: 2024-10-02 16:11:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3149 …}
    +votes: Doctrine\ORM\PersistentCollection {#3151 …}
    +reports: Doctrine\ORM\PersistentCollection {#3153 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3155 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3157 …}
    +badges: Doctrine\ORM\PersistentCollection {#3159 …}
    +children: [
      App\Entity\EntryComment {#2106}
    ]
    -id: 32136
    -titleTs: "'cooki':9 'engin':5 'filter':7 'page':13 'paywal':12 'search':4 'wall':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705929629
    +visibility: "visible             "
    +apId: "https://jlai.lu/post/3736900"
    +editedAt: DateTimeImmutable @1727338040 {#3130
      date: 2024-09-26 10:07:20.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705843229 {#3109
      date: 2024-01-21 14:20:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "I think what you want is `about:blank`. It contains a list of all the websites without cookie, auth, and pay walls"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705851374 {#2102
    date: 2024-01-21 16:36:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Shamot@jlai.lu"
    "@Shamot@jlai.lu"
    "@Shamot@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2107 …}
  +nested: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2118 …}
  +reports: Doctrine\ORM\PersistentCollection {#2121 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
  -id: 328424
  -bodyTs: "'auth':19 'blank':8 'contain':10 'cooki':18 'list':12 'pay':21 'think':2 'wall':22 'want':5 'websit':16 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4509430"
  +editedAt: DateTimeImmutable @1727360646 {#2109
    date: 2024-09-26 16:24:06.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705851374 {#2103
    date: 2024-01-21 16:36:14.0 +01:00
  }
  +"title": 328424
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#2106
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2110
    +user: Proxies\__CG__\App\Entity\User {#3147 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Is-there-a-search-engine-that-filters-out-cookie-wall"
    +title: "Is there a search engine that filters out cookie wall and paywall pages ?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727878270 {#3142
      date: 2024-10-02 16:11:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3149 …}
    +votes: Doctrine\ORM\PersistentCollection {#3151 …}
    +reports: Doctrine\ORM\PersistentCollection {#3153 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3155 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3157 …}
    +badges: Doctrine\ORM\PersistentCollection {#3159 …}
    +children: [
      App\Entity\EntryComment {#2106}
    ]
    -id: 32136
    -titleTs: "'cooki':9 'engin':5 'filter':7 'page':13 'paywal':12 'search':4 'wall':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705929629
    +visibility: "visible             "
    +apId: "https://jlai.lu/post/3736900"
    +editedAt: DateTimeImmutable @1727338040 {#3130
      date: 2024-09-26 10:07:20.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705843229 {#3109
      date: 2024-01-21 14:20:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "I think what you want is `about:blank`. It contains a list of all the websites without cookie, auth, and pay walls"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705851374 {#2102
    date: 2024-01-21 16:36:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Shamot@jlai.lu"
    "@Shamot@jlai.lu"
    "@Shamot@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2107 …}
  +nested: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2118 …}
  +reports: Doctrine\ORM\PersistentCollection {#2121 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
  -id: 328424
  -bodyTs: "'auth':19 'blank':8 'contain':10 'cooki':18 'list':12 'pay':21 'think':2 'wall':22 'want':5 'websit':16 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4509430"
  +editedAt: DateTimeImmutable @1727360646 {#2109
    date: 2024-09-26 16:24:06.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705851374 {#2103
    date: 2024-01-21 16:36:14.0 +01:00
  }
  +"title": 328424
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#2106
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2110
    +user: Proxies\__CG__\App\Entity\User {#3147 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Is-there-a-search-engine-that-filters-out-cookie-wall"
    +title: "Is there a search engine that filters out cookie wall and paywall pages ?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727878270 {#3142
      date: 2024-10-02 16:11:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3149 …}
    +votes: Doctrine\ORM\PersistentCollection {#3151 …}
    +reports: Doctrine\ORM\PersistentCollection {#3153 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3155 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3157 …}
    +badges: Doctrine\ORM\PersistentCollection {#3159 …}
    +children: [
      App\Entity\EntryComment {#2106}
    ]
    -id: 32136
    -titleTs: "'cooki':9 'engin':5 'filter':7 'page':13 'paywal':12 'search':4 'wall':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705929629
    +visibility: "visible             "
    +apId: "https://jlai.lu/post/3736900"
    +editedAt: DateTimeImmutable @1727338040 {#3130
      date: 2024-09-26 10:07:20.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705843229 {#3109
      date: 2024-01-21 14:20:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "I think what you want is `about:blank`. It contains a list of all the websites without cookie, auth, and pay walls"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705851374 {#2102
    date: 2024-01-21 16:36:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Shamot@jlai.lu"
    "@Shamot@jlai.lu"
    "@Shamot@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2107 …}
  +nested: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2118 …}
  +reports: Doctrine\ORM\PersistentCollection {#2121 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
  -id: 328424
  -bodyTs: "'auth':19 'blank':8 'contain':10 'cooki':18 'list':12 'pay':21 'think':2 'wall':22 'want':5 'websit':16 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4509430"
  +editedAt: DateTimeImmutable @1727360646 {#2109
    date: 2024-09-26 16:24:06.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705851374 {#2103
    date: 2024-01-21 16:36:14.0 +01:00
  }
  +"title": 328424
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2074
  +user: Proxies\__CG__\App\Entity\User {#3223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: Proxies\__CG__\App\Entity\Image {#3263 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
  +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
  +title: "The Star Labs StarBook is Qubes-Certified!"
  +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722693698 {#3258
    date: 2024-08-03 16:01:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3266 …}
  +votes: Doctrine\ORM\PersistentCollection {#3268 …}
  +reports: Doctrine\ORM\PersistentCollection {#3270 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
  +badges: Doctrine\ORM\PersistentCollection {#3276 …}
  +children: [
    1 => App\Entity\EntryComment {#2052
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
      +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704980029 {#2057
        date: 2024-01-11 14:33:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shreddy_scientist@lemmy.ml"
        "@throwawayish@lemmy.ml"
        "@shreddy_scientist@lemmy.ml"
        "@throwawayish@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2058 …}
      +nested: Doctrine\ORM\PersistentCollection {#2125 …}
      +votes: Doctrine\ORM\PersistentCollection {#2041 …}
      +reports: Doctrine\ORM\PersistentCollection {#2100 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
      -id: 298910
      -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4320671"
      +editedAt: DateTimeImmutable @1722581621 {#2050
        date: 2024-08-02 08:53:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704980029 {#2055
        date: 2024-01-11 14:33:49.0 +01:00
      }
      +"title": 298910
    }
    0 => App\Entity\EntryComment {#2065
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Looks like a Purism. Is it any better?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704979896 {#2072
        date: 2024-01-11 14:31:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shreddy_scientist@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 298908
      -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4320651"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704979896 {#2069
        date: 2024-01-11 14:31:36.0 +01:00
      }
      +"title": 298908
    }
  ]
  -id: 28782
  -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705011938
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10372948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704925538 {#3245
    date: 2024-01-10 23:25:38.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2074
  +user: Proxies\__CG__\App\Entity\User {#3223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: Proxies\__CG__\App\Entity\Image {#3263 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
  +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
  +title: "The Star Labs StarBook is Qubes-Certified!"
  +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722693698 {#3258
    date: 2024-08-03 16:01:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3266 …}
  +votes: Doctrine\ORM\PersistentCollection {#3268 …}
  +reports: Doctrine\ORM\PersistentCollection {#3270 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
  +badges: Doctrine\ORM\PersistentCollection {#3276 …}
  +children: [
    1 => App\Entity\EntryComment {#2052
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
      +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704980029 {#2057
        date: 2024-01-11 14:33:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shreddy_scientist@lemmy.ml"
        "@throwawayish@lemmy.ml"
        "@shreddy_scientist@lemmy.ml"
        "@throwawayish@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2058 …}
      +nested: Doctrine\ORM\PersistentCollection {#2125 …}
      +votes: Doctrine\ORM\PersistentCollection {#2041 …}
      +reports: Doctrine\ORM\PersistentCollection {#2100 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
      -id: 298910
      -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4320671"
      +editedAt: DateTimeImmutable @1722581621 {#2050
        date: 2024-08-02 08:53:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704980029 {#2055
        date: 2024-01-11 14:33:49.0 +01:00
      }
      +"title": 298910
    }
    0 => App\Entity\EntryComment {#2065
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Looks like a Purism. Is it any better?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704979896 {#2072
        date: 2024-01-11 14:31:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shreddy_scientist@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 298908
      -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4320651"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704979896 {#2069
        date: 2024-01-11 14:31:36.0 +01:00
      }
      +"title": 298908
    }
  ]
  -id: 28782
  -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705011938
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10372948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704925538 {#3245
    date: 2024-01-10 23:25:38.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2074
  +user: Proxies\__CG__\App\Entity\User {#3223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: Proxies\__CG__\App\Entity\Image {#3263 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
  +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
  +title: "The Star Labs StarBook is Qubes-Certified!"
  +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722693698 {#3258
    date: 2024-08-03 16:01:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3266 …}
  +votes: Doctrine\ORM\PersistentCollection {#3268 …}
  +reports: Doctrine\ORM\PersistentCollection {#3270 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
  +badges: Doctrine\ORM\PersistentCollection {#3276 …}
  +children: [
    1 => App\Entity\EntryComment {#2052
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
      +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704980029 {#2057
        date: 2024-01-11 14:33:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shreddy_scientist@lemmy.ml"
        "@throwawayish@lemmy.ml"
        "@shreddy_scientist@lemmy.ml"
        "@throwawayish@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2058 …}
      +nested: Doctrine\ORM\PersistentCollection {#2125 …}
      +votes: Doctrine\ORM\PersistentCollection {#2041 …}
      +reports: Doctrine\ORM\PersistentCollection {#2100 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
      -id: 298910
      -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4320671"
      +editedAt: DateTimeImmutable @1722581621 {#2050
        date: 2024-08-02 08:53:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704980029 {#2055
        date: 2024-01-11 14:33:49.0 +01:00
      }
      +"title": 298910
    }
    0 => App\Entity\EntryComment {#2065
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Looks like a Purism. Is it any better?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704979896 {#2072
        date: 2024-01-11 14:31:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shreddy_scientist@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 298908
      -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4320651"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704979896 {#2069
        date: 2024-01-11 14:31:36.0 +01:00
      }
      +"title": 298908
    }
  ]
  -id: 28782
  -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705011938
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10372948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704925538 {#3245
    date: 2024-01-10 23:25:38.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#2052
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3263 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
    +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
    +title: "The Star Labs StarBook is Qubes-Certified!"
    +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722693698 {#3258
      date: 2024-08-03 16:01:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3266 …}
    +votes: Doctrine\ORM\PersistentCollection {#3268 …}
    +reports: Doctrine\ORM\PersistentCollection {#3270 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
    +badges: Doctrine\ORM\PersistentCollection {#3276 …}
    +children: [
      1 => App\Entity\EntryComment {#2052}
      0 => App\Entity\EntryComment {#2065
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "Looks like a Purism. Is it any better?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704979896 {#2072
          date: 2024-01-11 14:31:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@shreddy_scientist@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2066 …}
        +nested: Doctrine\ORM\PersistentCollection {#2067 …}
        +votes: Doctrine\ORM\PersistentCollection {#2049 …}
        +reports: Doctrine\ORM\PersistentCollection {#2051 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
        -id: 298908
        -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4320651"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704979896 {#2069
          date: 2024-01-11 14:31:36.0 +01:00
        }
        +"title": 298908
      }
    ]
    -id: 28782
    -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705011938
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10372948"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704925538 {#3245
      date: 2024-01-10 23:25:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
  +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704980029 {#2057
    date: 2024-01-11 14:33:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
    "@throwawayish@lemmy.ml"
    "@shreddy_scientist@lemmy.ml"
    "@throwawayish@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2058 …}
  +nested: Doctrine\ORM\PersistentCollection {#2125 …}
  +votes: Doctrine\ORM\PersistentCollection {#2041 …}
  +reports: Doctrine\ORM\PersistentCollection {#2100 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
  -id: 298910
  -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4320671"
  +editedAt: DateTimeImmutable @1722581621 {#2050
    date: 2024-08-02 08:53:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704980029 {#2055
    date: 2024-01-11 14:33:49.0 +01:00
  }
  +"title": 298910
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\EntryComment {#2052
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3263 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
    +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
    +title: "The Star Labs StarBook is Qubes-Certified!"
    +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722693698 {#3258
      date: 2024-08-03 16:01:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3266 …}
    +votes: Doctrine\ORM\PersistentCollection {#3268 …}
    +reports: Doctrine\ORM\PersistentCollection {#3270 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
    +badges: Doctrine\ORM\PersistentCollection {#3276 …}
    +children: [
      1 => App\Entity\EntryComment {#2052}
      0 => App\Entity\EntryComment {#2065
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "Looks like a Purism. Is it any better?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704979896 {#2072
          date: 2024-01-11 14:31:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@shreddy_scientist@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2066 …}
        +nested: Doctrine\ORM\PersistentCollection {#2067 …}
        +votes: Doctrine\ORM\PersistentCollection {#2049 …}
        +reports: Doctrine\ORM\PersistentCollection {#2051 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
        -id: 298908
        -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4320651"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704979896 {#2069
          date: 2024-01-11 14:31:36.0 +01:00
        }
        +"title": 298908
      }
    ]
    -id: 28782
    -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705011938
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10372948"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704925538 {#3245
      date: 2024-01-10 23:25:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
  +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704980029 {#2057
    date: 2024-01-11 14:33:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
    "@throwawayish@lemmy.ml"
    "@shreddy_scientist@lemmy.ml"
    "@throwawayish@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2058 …}
  +nested: Doctrine\ORM\PersistentCollection {#2125 …}
  +votes: Doctrine\ORM\PersistentCollection {#2041 …}
  +reports: Doctrine\ORM\PersistentCollection {#2100 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
  -id: 298910
  -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4320671"
  +editedAt: DateTimeImmutable @1722581621 {#2050
    date: 2024-08-02 08:53:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704980029 {#2055
    date: 2024-01-11 14:33:49.0 +01:00
  }
  +"title": 298910
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\EntryComment {#2052
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3263 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
    +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
    +title: "The Star Labs StarBook is Qubes-Certified!"
    +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722693698 {#3258
      date: 2024-08-03 16:01:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3266 …}
    +votes: Doctrine\ORM\PersistentCollection {#3268 …}
    +reports: Doctrine\ORM\PersistentCollection {#3270 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
    +badges: Doctrine\ORM\PersistentCollection {#3276 …}
    +children: [
      1 => App\Entity\EntryComment {#2052}
      0 => App\Entity\EntryComment {#2065
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "Looks like a Purism. Is it any better?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704979896 {#2072
          date: 2024-01-11 14:31:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@shreddy_scientist@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2066 …}
        +nested: Doctrine\ORM\PersistentCollection {#2067 …}
        +votes: Doctrine\ORM\PersistentCollection {#2049 …}
        +reports: Doctrine\ORM\PersistentCollection {#2051 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
        -id: 298908
        -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4320651"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704979896 {#2069
          date: 2024-01-11 14:31:36.0 +01:00
        }
        +"title": 298908
      }
    ]
    -id: 28782
    -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705011938
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10372948"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704925538 {#3245
      date: 2024-01-10 23:25:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
  +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704980029 {#2057
    date: 2024-01-11 14:33:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
    "@throwawayish@lemmy.ml"
    "@shreddy_scientist@lemmy.ml"
    "@throwawayish@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2058 …}
  +nested: Doctrine\ORM\PersistentCollection {#2125 …}
  +votes: Doctrine\ORM\PersistentCollection {#2041 …}
  +reports: Doctrine\ORM\PersistentCollection {#2100 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
  -id: 298910
  -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4320671"
  +editedAt: DateTimeImmutable @1722581621 {#2050
    date: 2024-08-02 08:53:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704980029 {#2055
    date: 2024-01-11 14:33:49.0 +01:00
  }
  +"title": 298910
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\EntryComment {#2065
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3263 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
    +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
    +title: "The Star Labs StarBook is Qubes-Certified!"
    +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722693698 {#3258
      date: 2024-08-03 16:01:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3266 …}
    +votes: Doctrine\ORM\PersistentCollection {#3268 …}
    +reports: Doctrine\ORM\PersistentCollection {#3270 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
    +badges: Doctrine\ORM\PersistentCollection {#3276 …}
    +children: [
      1 => App\Entity\EntryComment {#2052
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
        +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704980029 {#2057
          date: 2024-01-11 14:33:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@shreddy_scientist@lemmy.ml"
          "@throwawayish@lemmy.ml"
          "@shreddy_scientist@lemmy.ml"
          "@throwawayish@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2058 …}
        +nested: Doctrine\ORM\PersistentCollection {#2125 …}
        +votes: Doctrine\ORM\PersistentCollection {#2041 …}
        +reports: Doctrine\ORM\PersistentCollection {#2100 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
        -id: 298910
        -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4320671"
        +editedAt: DateTimeImmutable @1722581621 {#2050
          date: 2024-08-02 08:53:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704980029 {#2055
          date: 2024-01-11 14:33:49.0 +01:00
        }
        +"title": 298910
      }
      0 => App\Entity\EntryComment {#2065}
    ]
    -id: 28782
    -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705011938
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10372948"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704925538 {#3245
      date: 2024-01-10 23:25:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Looks like a Purism. Is it any better?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704979896 {#2072
    date: 2024-01-11 14:31:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 298908
  -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4320651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704979896 {#2069
    date: 2024-01-11 14:31:36.0 +01:00
  }
  +"title": 298908
}
"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
67 DENIED edit
App\Entity\EntryComment {#2065
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3263 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
    +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
    +title: "The Star Labs StarBook is Qubes-Certified!"
    +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722693698 {#3258
      date: 2024-08-03 16:01:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3266 …}
    +votes: Doctrine\ORM\PersistentCollection {#3268 …}
    +reports: Doctrine\ORM\PersistentCollection {#3270 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
    +badges: Doctrine\ORM\PersistentCollection {#3276 …}
    +children: [
      1 => App\Entity\EntryComment {#2052
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
        +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704980029 {#2057
          date: 2024-01-11 14:33:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@shreddy_scientist@lemmy.ml"
          "@throwawayish@lemmy.ml"
          "@shreddy_scientist@lemmy.ml"
          "@throwawayish@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2058 …}
        +nested: Doctrine\ORM\PersistentCollection {#2125 …}
        +votes: Doctrine\ORM\PersistentCollection {#2041 …}
        +reports: Doctrine\ORM\PersistentCollection {#2100 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
        -id: 298910
        -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4320671"
        +editedAt: DateTimeImmutable @1722581621 {#2050
          date: 2024-08-02 08:53:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704980029 {#2055
          date: 2024-01-11 14:33:49.0 +01:00
        }
        +"title": 298910
      }
      0 => App\Entity\EntryComment {#2065}
    ]
    -id: 28782
    -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705011938
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10372948"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704925538 {#3245
      date: 2024-01-10 23:25:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Looks like a Purism. Is it any better?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704979896 {#2072
    date: 2024-01-11 14:31:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 298908
  -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4320651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704979896 {#2069
    date: 2024-01-11 14:31:36.0 +01:00
  }
  +"title": 298908
}
"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
68 DENIED moderate
App\Entity\EntryComment {#2065
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3263 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3265 …}
    +slug: "The-Star-Labs-StarBook-is-Qubes-Certified"
    +title: "The Star Labs StarBook is Qubes-Certified!"
    +url: "https://www.qubes-os.org/news/2024/01/10/starlabs-starbook-qubes-certified/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722693698 {#3258
      date: 2024-08-03 16:01:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3266 …}
    +votes: Doctrine\ORM\PersistentCollection {#3268 …}
    +reports: Doctrine\ORM\PersistentCollection {#3270 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3272 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3274 …}
    +badges: Doctrine\ORM\PersistentCollection {#3276 …}
    +children: [
      1 => App\Entity\EntryComment {#2052
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2054 …}
        +body: "It says it has coreboot pre installed. I assume therefore its not difficult to flash Heads, which is based on coreboot?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704980029 {#2057
          date: 2024-01-11 14:33:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@shreddy_scientist@lemmy.ml"
          "@throwawayish@lemmy.ml"
          "@shreddy_scientist@lemmy.ml"
          "@throwawayish@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2058 …}
        +nested: Doctrine\ORM\PersistentCollection {#2125 …}
        +votes: Doctrine\ORM\PersistentCollection {#2041 …}
        +reports: Doctrine\ORM\PersistentCollection {#2100 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2105 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2111 …}
        -id: 298910
        -bodyTs: "'assum':9 'base':19 'coreboot':5,21 'difficult':13 'flash':15 'head':16 'instal':7 'pre':6 'say':2 'therefor':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4320671"
        +editedAt: DateTimeImmutable @1722581621 {#2050
          date: 2024-08-02 08:53:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704980029 {#2055
          date: 2024-01-11 14:33:49.0 +01:00
        }
        +"title": 298910
      }
      0 => App\Entity\EntryComment {#2065}
    ]
    -id: 28782
    -titleTs: "'certifi':8 'lab':3 'qube':7 'qubes-certifi':6 'star':2 'starbook':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705011938
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10372948"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704925538 {#3245
      date: 2024-01-10 23:25:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Looks like a Purism. Is it any better?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704979896 {#2072
    date: 2024-01-11 14:31:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 298908
  -bodyTs: "'better':8 'like':2 'look':1 'purism':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4320651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704979896 {#2069
    date: 2024-01-11 14:31:36.0 +01:00
  }
  +"title": 298908
}
"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
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#3145 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3184 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3225 …}
  +slug: "Greenland-startup-begins-shipping-glacier-ice-to-cocktail-bars-in"
  +title: "Greenland startup begins shipping glacier ice to cocktail bars in the UAE"
  +url: "https://www.theguardian.com/world/2024/jan/09/greenland-startup-shipping-glacier-ice-cocktail-bars-uae-arctic-ice"
  +body: """
    Arctic Ice harvests ice from the fjords of Greenland, and then ships them to the United Arab Emirates to sell to exclusive bars. Using glacial ice in drinks is a common practice in Greenland, and, over the years, several entrepreneurs have unsuccessfully attempted to export it.\n
    \n
    Its co-founder Malik V Rasmussen said the ice, which has been compressed over millennia, is completely without bubbles and melts more slowly than regular ice. It is also purer than the frozen mineral water usually used in Dubai’s ice cubes.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723882214 {#3220
    date: 2024-08-17 10:10:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3227 …}
  +votes: Doctrine\ORM\PersistentCollection {#3229 …}
  +reports: Doctrine\ORM\PersistentCollection {#3231 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3235 …}
  +badges: Doctrine\ORM\PersistentCollection {#3237 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "It’s not cost effective nor is it pure. Both mineral water and glacier water are far from pure water. People want them because they’re not pure, in a chemical sense."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704898151 {#2300
        date: 2024-01-10 15:49:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tardigrada@beehaw.org"
        "@Kalkaline@leminal.space"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 296025
      -bodyTs: "'chemic':31 'cost':4 'effect':5 'far':17 'glacier':14 'miner':11 'peopl':21 'pure':9,19,28 're':26 'sens':32 'want':22 'water':12,15,20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4302561"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704898151 {#2334
        date: 2024-01-10 15:49:11.0 +01:00
      }
      +"title": 296025
    }
  ]
  -id: 28329
  -titleTs: "'bar':9 'begin':3 'cocktail':8 'glacier':5 'greenland':1 'ice':6 'ship':4 'startup':2 'uae':12"
  -bodyTs: "'also':76 'arab':17 'arctic':1 'attempt':43 'bar':23 'bubbl':66 'co':49 'co-found':48 'common':31 'complet':64 'compress':60 'cube':89 'drink':28 'dubai':86 'emir':18 'entrepreneur':40 'exclus':22 'export':45 'fjord':7 'founder':50 'frozen':80 'glacial':25 'greenland':9,34 'harvest':3 'ice':2,4,26,56,73,88 'malik':51 'melt':68 'millennia':62 'miner':81 'practic':32 'purer':77 'rasmussen':53 'regular':72 'said':54 'sell':20 'sever':39 'ship':12 'slowli':70 'unit':16 'unsuccess':42 'use':24,84 'usual':83 'v':52 'water':82 'without':65 'year':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704880416
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10896345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704794016 {#3207
    date: 2024-01-09 10:53:36.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
71 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#3145 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3184 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3225 …}
  +slug: "Greenland-startup-begins-shipping-glacier-ice-to-cocktail-bars-in"
  +title: "Greenland startup begins shipping glacier ice to cocktail bars in the UAE"
  +url: "https://www.theguardian.com/world/2024/jan/09/greenland-startup-shipping-glacier-ice-cocktail-bars-uae-arctic-ice"
  +body: """
    Arctic Ice harvests ice from the fjords of Greenland, and then ships them to the United Arab Emirates to sell to exclusive bars. Using glacial ice in drinks is a common practice in Greenland, and, over the years, several entrepreneurs have unsuccessfully attempted to export it.\n
    \n
    Its co-founder Malik V Rasmussen said the ice, which has been compressed over millennia, is completely without bubbles and melts more slowly than regular ice. It is also purer than the frozen mineral water usually used in Dubai’s ice cubes.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723882214 {#3220
    date: 2024-08-17 10:10:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3227 …}
  +votes: Doctrine\ORM\PersistentCollection {#3229 …}
  +reports: Doctrine\ORM\PersistentCollection {#3231 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3235 …}
  +badges: Doctrine\ORM\PersistentCollection {#3237 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "It’s not cost effective nor is it pure. Both mineral water and glacier water are far from pure water. People want them because they’re not pure, in a chemical sense."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704898151 {#2300
        date: 2024-01-10 15:49:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tardigrada@beehaw.org"
        "@Kalkaline@leminal.space"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 296025
      -bodyTs: "'chemic':31 'cost':4 'effect':5 'far':17 'glacier':14 'miner':11 'peopl':21 'pure':9,19,28 're':26 'sens':32 'want':22 'water':12,15,20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4302561"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704898151 {#2334
        date: 2024-01-10 15:49:11.0 +01:00
      }
      +"title": 296025
    }
  ]
  -id: 28329
  -titleTs: "'bar':9 'begin':3 'cocktail':8 'glacier':5 'greenland':1 'ice':6 'ship':4 'startup':2 'uae':12"
  -bodyTs: "'also':76 'arab':17 'arctic':1 'attempt':43 'bar':23 'bubbl':66 'co':49 'co-found':48 'common':31 'complet':64 'compress':60 'cube':89 'drink':28 'dubai':86 'emir':18 'entrepreneur':40 'exclus':22 'export':45 'fjord':7 'founder':50 'frozen':80 'glacial':25 'greenland':9,34 'harvest':3 'ice':2,4,26,56,73,88 'malik':51 'melt':68 'millennia':62 'miner':81 'practic':32 'purer':77 'rasmussen':53 'regular':72 'said':54 'sell':20 'sever':39 'ship':12 'slowli':70 'unit':16 'unsuccess':42 'use':24,84 'usual':83 'v':52 'water':82 'without':65 'year':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704880416
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10896345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704794016 {#3207
    date: 2024-01-09 10:53:36.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
72 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#3145 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3184 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3225 …}
  +slug: "Greenland-startup-begins-shipping-glacier-ice-to-cocktail-bars-in"
  +title: "Greenland startup begins shipping glacier ice to cocktail bars in the UAE"
  +url: "https://www.theguardian.com/world/2024/jan/09/greenland-startup-shipping-glacier-ice-cocktail-bars-uae-arctic-ice"
  +body: """
    Arctic Ice harvests ice from the fjords of Greenland, and then ships them to the United Arab Emirates to sell to exclusive bars. Using glacial ice in drinks is a common practice in Greenland, and, over the years, several entrepreneurs have unsuccessfully attempted to export it.\n
    \n
    Its co-founder Malik V Rasmussen said the ice, which has been compressed over millennia, is completely without bubbles and melts more slowly than regular ice. It is also purer than the frozen mineral water usually used in Dubai’s ice cubes.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723882214 {#3220
    date: 2024-08-17 10:10:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3227 …}
  +votes: Doctrine\ORM\PersistentCollection {#3229 …}
  +reports: Doctrine\ORM\PersistentCollection {#3231 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3235 …}
  +badges: Doctrine\ORM\PersistentCollection {#3237 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "It’s not cost effective nor is it pure. Both mineral water and glacier water are far from pure water. People want them because they’re not pure, in a chemical sense."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704898151 {#2300
        date: 2024-01-10 15:49:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tardigrada@beehaw.org"
        "@Kalkaline@leminal.space"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 296025
      -bodyTs: "'chemic':31 'cost':4 'effect':5 'far':17 'glacier':14 'miner':11 'peopl':21 'pure':9,19,28 're':26 'sens':32 'want':22 'water':12,15,20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4302561"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704898151 {#2334
        date: 2024-01-10 15:49:11.0 +01:00
      }
      +"title": 296025
    }
  ]
  -id: 28329
  -titleTs: "'bar':9 'begin':3 'cocktail':8 'glacier':5 'greenland':1 'ice':6 'ship':4 'startup':2 'uae':12"
  -bodyTs: "'also':76 'arab':17 'arctic':1 'attempt':43 'bar':23 'bubbl':66 'co':49 'co-found':48 'common':31 'complet':64 'compress':60 'cube':89 'drink':28 'dubai':86 'emir':18 'entrepreneur':40 'exclus':22 'export':45 'fjord':7 'founder':50 'frozen':80 'glacial':25 'greenland':9,34 'harvest':3 'ice':2,4,26,56,73,88 'malik':51 'melt':68 'millennia':62 'miner':81 'practic':32 'purer':77 'rasmussen':53 'regular':72 'said':54 'sell':20 'sever':39 'ship':12 'slowli':70 'unit':16 'unsuccess':42 'use':24,84 'usual':83 'v':52 'water':82 'without':65 'year':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704880416
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10896345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704794016 {#3207
    date: 2024-01-09 10:53:36.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
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\EntryComment {#2340
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#3145 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3184 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3225 …}
    +slug: "Greenland-startup-begins-shipping-glacier-ice-to-cocktail-bars-in"
    +title: "Greenland startup begins shipping glacier ice to cocktail bars in the UAE"
    +url: "https://www.theguardian.com/world/2024/jan/09/greenland-startup-shipping-glacier-ice-cocktail-bars-uae-arctic-ice"
    +body: """
      Arctic Ice harvests ice from the fjords of Greenland, and then ships them to the United Arab Emirates to sell to exclusive bars. Using glacial ice in drinks is a common practice in Greenland, and, over the years, several entrepreneurs have unsuccessfully attempted to export it.\n
      \n
      Its co-founder Malik V Rasmussen said the ice, which has been compressed over millennia, is completely without bubbles and melts more slowly than regular ice. It is also purer than the frozen mineral water usually used in Dubai’s ice cubes.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723882214 {#3220
      date: 2024-08-17 10:10:14.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3227 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3231 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3233 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3235 …}
    +badges: Doctrine\ORM\PersistentCollection {#3237 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 28329
    -titleTs: "'bar':9 'begin':3 'cocktail':8 'glacier':5 'greenland':1 'ice':6 'ship':4 'startup':2 'uae':12"
    -bodyTs: "'also':76 'arab':17 'arctic':1 'attempt':43 'bar':23 'bubbl':66 'co':49 'co-found':48 'common':31 'complet':64 'compress':60 'cube':89 'drink':28 'dubai':86 'emir':18 'entrepreneur':40 'exclus':22 'export':45 'fjord':7 'founder':50 'frozen':80 'glacial':25 'greenland':9,34 'harvest':3 'ice':2,4,26,56,73,88 'malik':51 'melt':68 'millennia':62 'miner':81 'practic':32 'purer':77 'rasmussen':53 'regular':72 'said':54 'sell':20 'sever':39 'ship':12 'slowli':70 'unit':16 'unsuccess':42 'use':24,84 'usual':83 'v':52 'water':82 'without':65 'year':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704880416
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10896345"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704794016 {#3207
      date: 2024-01-09 10:53:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "It’s not cost effective nor is it pure. Both mineral water and glacier water are far from pure water. People want them because they’re not pure, in a chemical sense."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704898151 {#2300
    date: 2024-01-10 15:49:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tardigrada@beehaw.org"
    "@Kalkaline@leminal.space"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 296025
  -bodyTs: "'chemic':31 'cost':4 'effect':5 'far':17 'glacier':14 'miner':11 'peopl':21 'pure':9,19,28 're':26 'sens':32 'want':22 'water':12,15,20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4302561"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704898151 {#2334
    date: 2024-01-10 15:49:11.0 +01:00
  }
  +"title": 296025
}
"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
75 DENIED edit
App\Entity\EntryComment {#2340
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#3145 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3184 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3225 …}
    +slug: "Greenland-startup-begins-shipping-glacier-ice-to-cocktail-bars-in"
    +title: "Greenland startup begins shipping glacier ice to cocktail bars in the UAE"
    +url: "https://www.theguardian.com/world/2024/jan/09/greenland-startup-shipping-glacier-ice-cocktail-bars-uae-arctic-ice"
    +body: """
      Arctic Ice harvests ice from the fjords of Greenland, and then ships them to the United Arab Emirates to sell to exclusive bars. Using glacial ice in drinks is a common practice in Greenland, and, over the years, several entrepreneurs have unsuccessfully attempted to export it.\n
      \n
      Its co-founder Malik V Rasmussen said the ice, which has been compressed over millennia, is completely without bubbles and melts more slowly than regular ice. It is also purer than the frozen mineral water usually used in Dubai’s ice cubes.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723882214 {#3220
      date: 2024-08-17 10:10:14.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3227 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3231 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3233 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3235 …}
    +badges: Doctrine\ORM\PersistentCollection {#3237 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 28329
    -titleTs: "'bar':9 'begin':3 'cocktail':8 'glacier':5 'greenland':1 'ice':6 'ship':4 'startup':2 'uae':12"
    -bodyTs: "'also':76 'arab':17 'arctic':1 'attempt':43 'bar':23 'bubbl':66 'co':49 'co-found':48 'common':31 'complet':64 'compress':60 'cube':89 'drink':28 'dubai':86 'emir':18 'entrepreneur':40 'exclus':22 'export':45 'fjord':7 'founder':50 'frozen':80 'glacial':25 'greenland':9,34 'harvest':3 'ice':2,4,26,56,73,88 'malik':51 'melt':68 'millennia':62 'miner':81 'practic':32 'purer':77 'rasmussen':53 'regular':72 'said':54 'sell':20 'sever':39 'ship':12 'slowli':70 'unit':16 'unsuccess':42 'use':24,84 'usual':83 'v':52 'water':82 'without':65 'year':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704880416
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10896345"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704794016 {#3207
      date: 2024-01-09 10:53:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "It’s not cost effective nor is it pure. Both mineral water and glacier water are far from pure water. People want them because they’re not pure, in a chemical sense."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704898151 {#2300
    date: 2024-01-10 15:49:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tardigrada@beehaw.org"
    "@Kalkaline@leminal.space"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 296025
  -bodyTs: "'chemic':31 'cost':4 'effect':5 'far':17 'glacier':14 'miner':11 'peopl':21 'pure':9,19,28 're':26 'sens':32 'want':22 'water':12,15,20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4302561"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704898151 {#2334
    date: 2024-01-10 15:49:11.0 +01:00
  }
  +"title": 296025
}
"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
76 DENIED moderate
App\Entity\EntryComment {#2340
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#3145 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3184 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3225 …}
    +slug: "Greenland-startup-begins-shipping-glacier-ice-to-cocktail-bars-in"
    +title: "Greenland startup begins shipping glacier ice to cocktail bars in the UAE"
    +url: "https://www.theguardian.com/world/2024/jan/09/greenland-startup-shipping-glacier-ice-cocktail-bars-uae-arctic-ice"
    +body: """
      Arctic Ice harvests ice from the fjords of Greenland, and then ships them to the United Arab Emirates to sell to exclusive bars. Using glacial ice in drinks is a common practice in Greenland, and, over the years, several entrepreneurs have unsuccessfully attempted to export it.\n
      \n
      Its co-founder Malik V Rasmussen said the ice, which has been compressed over millennia, is completely without bubbles and melts more slowly than regular ice. It is also purer than the frozen mineral water usually used in Dubai’s ice cubes.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 64
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723882214 {#3220
      date: 2024-08-17 10:10:14.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3227 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3231 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3233 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3235 …}
    +badges: Doctrine\ORM\PersistentCollection {#3237 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 28329
    -titleTs: "'bar':9 'begin':3 'cocktail':8 'glacier':5 'greenland':1 'ice':6 'ship':4 'startup':2 'uae':12"
    -bodyTs: "'also':76 'arab':17 'arctic':1 'attempt':43 'bar':23 'bubbl':66 'co':49 'co-found':48 'common':31 'complet':64 'compress':60 'cube':89 'drink':28 'dubai':86 'emir':18 'entrepreneur':40 'exclus':22 'export':45 'fjord':7 'founder':50 'frozen':80 'glacial':25 'greenland':9,34 'harvest':3 'ice':2,4,26,56,73,88 'malik':51 'melt':68 'millennia':62 'miner':81 'practic':32 'purer':77 'rasmussen':53 'regular':72 'said':54 'sell':20 'sever':39 'ship':12 'slowli':70 'unit':16 'unsuccess':42 'use':24,84 'usual':83 'v':52 'water':82 'without':65 'year':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704880416
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10896345"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704794016 {#3207
      date: 2024-01-09 10:53:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "It’s not cost effective nor is it pure. Both mineral water and glacier water are far from pure water. People want them because they’re not pure, in a chemical sense."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704898151 {#2300
    date: 2024-01-10 15:49:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tardigrada@beehaw.org"
    "@Kalkaline@leminal.space"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 296025
  -bodyTs: "'chemic':31 'cost':4 'effect':5 'far':17 'glacier':14 'miner':11 'peopl':21 'pure':9,19,28 're':26 'sens':32 'want':22 'water':12,15,20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4302561"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704898151 {#2334
    date: 2024-01-10 15:49:11.0 +01:00
  }
  +"title": 296025
}
"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
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2141
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Linux-in-the-corporate-space"
  +title: "Linux in the corporate space"
  +url: null
  +body: """
    I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
    \n
    While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
    \n
    I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722606537 {#2927
    date: 2024-08-02 15:48:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2968 …}
  +votes: Doctrine\ORM\PersistentCollection {#2966 …}
  +reports: Doctrine\ORM\PersistentCollection {#2963 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2993 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#2042
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2141 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
      +body: """
        I tell customers to use Libre Office. I tell them its free, cross platform, give them a link to download it, and ask if they have any further questions.\n
        \n
        If they said IT issues, I’d ask to talk with their IT department. Its not difficult to get IT to install trusted, open-source software.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704815471 {#2344
        date: 2024-01-09 16:51:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
        "@TCB13@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2331 …}
      +nested: Doctrine\ORM\PersistentCollection {#2289 …}
      +votes: Doctrine\ORM\PersistentCollection {#2326 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
      -id: 293647
      -bodyTs: "'ask':23,37 'cross':13 'custom':3 'd':36 'depart':43 'difficult':46 'download':20 'free':12 'get':48 'give':15 'instal':51 'issu':34 'libr':6 'link':18 'offic':7 'open':54 'open-sourc':53 'platform':14 'question':29 'said':32 'softwar':56 'sourc':55 'talk':39 'tell':2,9 'trust':52 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4284857"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704815471 {#2349
        date: 2024-01-09 16:51:11.0 +01:00
      }
      +"title": 293647
    }
  ]
  -id: 28153
  -titleTs: "'corpor':4 'linux':1 'space':5"
  -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704832613
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10470862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704746213 {#2921
    date: 2024-01-08 21:36:53.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
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2141
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Linux-in-the-corporate-space"
  +title: "Linux in the corporate space"
  +url: null
  +body: """
    I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
    \n
    While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
    \n
    I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722606537 {#2927
    date: 2024-08-02 15:48:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2968 …}
  +votes: Doctrine\ORM\PersistentCollection {#2966 …}
  +reports: Doctrine\ORM\PersistentCollection {#2963 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2993 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#2042
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2141 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
      +body: """
        I tell customers to use Libre Office. I tell them its free, cross platform, give them a link to download it, and ask if they have any further questions.\n
        \n
        If they said IT issues, I’d ask to talk with their IT department. Its not difficult to get IT to install trusted, open-source software.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704815471 {#2344
        date: 2024-01-09 16:51:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
        "@TCB13@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2331 …}
      +nested: Doctrine\ORM\PersistentCollection {#2289 …}
      +votes: Doctrine\ORM\PersistentCollection {#2326 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
      -id: 293647
      -bodyTs: "'ask':23,37 'cross':13 'custom':3 'd':36 'depart':43 'difficult':46 'download':20 'free':12 'get':48 'give':15 'instal':51 'issu':34 'libr':6 'link':18 'offic':7 'open':54 'open-sourc':53 'platform':14 'question':29 'said':32 'softwar':56 'sourc':55 'talk':39 'tell':2,9 'trust':52 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4284857"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704815471 {#2349
        date: 2024-01-09 16:51:11.0 +01:00
      }
      +"title": 293647
    }
  ]
  -id: 28153
  -titleTs: "'corpor':4 'linux':1 'space':5"
  -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704832613
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10470862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704746213 {#2921
    date: 2024-01-08 21:36:53.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
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2141
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Linux-in-the-corporate-space"
  +title: "Linux in the corporate space"
  +url: null
  +body: """
    I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
    \n
    While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
    \n
    I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722606537 {#2927
    date: 2024-08-02 15:48:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2968 …}
  +votes: Doctrine\ORM\PersistentCollection {#2966 …}
  +reports: Doctrine\ORM\PersistentCollection {#2963 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2993 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#2042
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2141 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
      +body: """
        I tell customers to use Libre Office. I tell them its free, cross platform, give them a link to download it, and ask if they have any further questions.\n
        \n
        If they said IT issues, I’d ask to talk with their IT department. Its not difficult to get IT to install trusted, open-source software.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704815471 {#2344
        date: 2024-01-09 16:51:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
        "@TCB13@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2331 …}
      +nested: Doctrine\ORM\PersistentCollection {#2289 …}
      +votes: Doctrine\ORM\PersistentCollection {#2326 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
      -id: 293647
      -bodyTs: "'ask':23,37 'cross':13 'custom':3 'd':36 'depart':43 'difficult':46 'download':20 'free':12 'get':48 'give':15 'instal':51 'issu':34 'libr':6 'link':18 'offic':7 'open':54 'open-sourc':53 'platform':14 'question':29 'said':32 'softwar':56 'sourc':55 'talk':39 'tell':2,9 'trust':52 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4284857"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704815471 {#2349
        date: 2024-01-09 16:51:11.0 +01:00
      }
      +"title": 293647
    }
  ]
  -id: 28153
  -titleTs: "'corpor':4 'linux':1 'space':5"
  -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704832613
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10470862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704746213 {#2921
    date: 2024-01-08 21:36:53.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
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\EntryComment {#2042
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2141
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2927
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +votes: Doctrine\ORM\PersistentCollection {#2966 …}
    +reports: Doctrine\ORM\PersistentCollection {#2963 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2993 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#2042}
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2921
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
  +body: """
    I tell customers to use Libre Office. I tell them its free, cross platform, give them a link to download it, and ask if they have any further questions.\n
    \n
    If they said IT issues, I’d ask to talk with their IT department. Its not difficult to get IT to install trusted, open-source software.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704815471 {#2344
    date: 2024-01-09 16:51:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
    "@TCB13@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2331 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2326 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
  -id: 293647
  -bodyTs: "'ask':23,37 'cross':13 'custom':3 'd':36 'depart':43 'difficult':46 'download':20 'free':12 'get':48 'give':15 'instal':51 'issu':34 'libr':6 'link':18 'offic':7 'open':54 'open-sourc':53 'platform':14 'question':29 'said':32 'softwar':56 'sourc':55 'talk':39 'tell':2,9 'trust':52 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4284857"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704815471 {#2349
    date: 2024-01-09 16:51:11.0 +01:00
  }
  +"title": 293647
}
"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
83 DENIED edit
App\Entity\EntryComment {#2042
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2141
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2927
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +votes: Doctrine\ORM\PersistentCollection {#2966 …}
    +reports: Doctrine\ORM\PersistentCollection {#2963 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2993 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#2042}
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2921
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
  +body: """
    I tell customers to use Libre Office. I tell them its free, cross platform, give them a link to download it, and ask if they have any further questions.\n
    \n
    If they said IT issues, I’d ask to talk with their IT department. Its not difficult to get IT to install trusted, open-source software.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704815471 {#2344
    date: 2024-01-09 16:51:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
    "@TCB13@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2331 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2326 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
  -id: 293647
  -bodyTs: "'ask':23,37 'cross':13 'custom':3 'd':36 'depart':43 'difficult':46 'download':20 'free':12 'get':48 'give':15 'instal':51 'issu':34 'libr':6 'link':18 'offic':7 'open':54 'open-sourc':53 'platform':14 'question':29 'said':32 'softwar':56 'sourc':55 'talk':39 'tell':2,9 'trust':52 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4284857"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704815471 {#2349
    date: 2024-01-09 16:51:11.0 +01:00
  }
  +"title": 293647
}
"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
84 DENIED moderate
App\Entity\EntryComment {#2042
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2141
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2927
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +votes: Doctrine\ORM\PersistentCollection {#2966 …}
    +reports: Doctrine\ORM\PersistentCollection {#2963 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2993 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#2042}
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2921
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2164 …}
  +body: """
    I tell customers to use Libre Office. I tell them its free, cross platform, give them a link to download it, and ask if they have any further questions.\n
    \n
    If they said IT issues, I’d ask to talk with their IT department. Its not difficult to get IT to install trusted, open-source software.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704815471 {#2344
    date: 2024-01-09 16:51:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
    "@TCB13@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2331 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2326 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2329 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2323 …}
  -id: 293647
  -bodyTs: "'ask':23,37 'cross':13 'custom':3 'd':36 'depart':43 'difficult':46 'download':20 'free':12 'get':48 'give':15 'instal':51 'issu':34 'libr':6 'link':18 'offic':7 'open':54 'open-sourc':53 'platform':14 'question':29 'said':32 'softwar':56 'sourc':55 'talk':39 'tell':2,9 'trust':52 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4284857"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704815471 {#2349
    date: 2024-01-09 16:51:11.0 +01:00
  }
  +"title": 293647
}
"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
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2133
  +user: Proxies\__CG__\App\Entity\User {#3378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: Proxies\__CG__\App\Entity\Image {#3380 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3381 …}
  +slug: "Using-Disinformation-Like-A-Pro"
  +title: "Using Disinformation Like A Pro"
  +url: "https://yewtu.be/watch?v=HZZ5n9QhfKQ"
  +body: "> Disinformation is a criminally underrated technique for protecting yourself against doxing, data breaches, and tracking. But it’s important to use it right to be both effective and a law-abiding citizen. In this video, I share my tips and techniques gathered over the year to protect your privacy where tools fall just a little short."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712051052 {#3373
    date: 2024-04-02 11:44:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3382 …}
  +votes: Doctrine\ORM\PersistentCollection {#3384 …}
  +reports: Doctrine\ORM\PersistentCollection {#3386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3390 …}
  +badges: Doctrine\ORM\PersistentCollection {#3392 …}
  +children: [
    App\Entity\EntryComment {#2130
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2133 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
      +body: "In the industry we’d call it “tokenization” for the same end if the identifiers were unique"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704477406 {#2094
        date: 2024-01-05 18:56:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BrikoX@lemmy.zip"
        "@otter@lemmy.ca"
        "@BrikoX@lemmy.zip"
        "@otter@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2131 …}
      +nested: Doctrine\ORM\PersistentCollection {#2138 …}
      +votes: Doctrine\ORM\PersistentCollection {#2345 …}
      +reports: Doctrine\ORM\PersistentCollection {#2330 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
      -id: 283282
      -bodyTs: "'call':6 'd':5 'end':12 'identifi':15 'industri':3 'token':8 'uniqu':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4216177"
      +editedAt: DateTimeImmutable @1712051096 {#2241
        date: 2024-04-02 11:44:56.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704477406 {#2140
        date: 2024-01-05 18:56:46.0 +01:00
      }
      +"title": 283282
    }
  ]
  -id: 27233
  -titleTs: "'disinform':2 'like':3 'pro':5 'use':1"
  -bodyTs: "'abid':32 'breach':13 'citizen':33 'crimin':4 'data':12 'disinform':1 'dox':11 'effect':27 'fall':53 'gather':43 'import':19 'law':31 'law-abid':30 'littl':56 'privaci':50 'protect':8,48 'right':23 'share':38 'short':57 'techniqu':6,42 'tip':40 'tool':52 'track':15 'underr':5 'use':21 'video':36 'year':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704478634
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7900236"
  +editedAt: DateTimeImmutable @1711649790 {#3360
    date: 2024-03-28 19:16:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704392234 {#3339
    date: 2024-01-04 19:17:14.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
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2133
  +user: Proxies\__CG__\App\Entity\User {#3378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: Proxies\__CG__\App\Entity\Image {#3380 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3381 …}
  +slug: "Using-Disinformation-Like-A-Pro"
  +title: "Using Disinformation Like A Pro"
  +url: "https://yewtu.be/watch?v=HZZ5n9QhfKQ"
  +body: "> Disinformation is a criminally underrated technique for protecting yourself against doxing, data breaches, and tracking. But it’s important to use it right to be both effective and a law-abiding citizen. In this video, I share my tips and techniques gathered over the year to protect your privacy where tools fall just a little short."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712051052 {#3373
    date: 2024-04-02 11:44:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3382 …}
  +votes: Doctrine\ORM\PersistentCollection {#3384 …}
  +reports: Doctrine\ORM\PersistentCollection {#3386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3390 …}
  +badges: Doctrine\ORM\PersistentCollection {#3392 …}
  +children: [
    App\Entity\EntryComment {#2130
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2133 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
      +body: "In the industry we’d call it “tokenization” for the same end if the identifiers were unique"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704477406 {#2094
        date: 2024-01-05 18:56:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BrikoX@lemmy.zip"
        "@otter@lemmy.ca"
        "@BrikoX@lemmy.zip"
        "@otter@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2131 …}
      +nested: Doctrine\ORM\PersistentCollection {#2138 …}
      +votes: Doctrine\ORM\PersistentCollection {#2345 …}
      +reports: Doctrine\ORM\PersistentCollection {#2330 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
      -id: 283282
      -bodyTs: "'call':6 'd':5 'end':12 'identifi':15 'industri':3 'token':8 'uniqu':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4216177"
      +editedAt: DateTimeImmutable @1712051096 {#2241
        date: 2024-04-02 11:44:56.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704477406 {#2140
        date: 2024-01-05 18:56:46.0 +01:00
      }
      +"title": 283282
    }
  ]
  -id: 27233
  -titleTs: "'disinform':2 'like':3 'pro':5 'use':1"
  -bodyTs: "'abid':32 'breach':13 'citizen':33 'crimin':4 'data':12 'disinform':1 'dox':11 'effect':27 'fall':53 'gather':43 'import':19 'law':31 'law-abid':30 'littl':56 'privaci':50 'protect':8,48 'right':23 'share':38 'short':57 'techniqu':6,42 'tip':40 'tool':52 'track':15 'underr':5 'use':21 'video':36 'year':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704478634
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7900236"
  +editedAt: DateTimeImmutable @1711649790 {#3360
    date: 2024-03-28 19:16:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704392234 {#3339
    date: 2024-01-04 19:17:14.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
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2133
  +user: Proxies\__CG__\App\Entity\User {#3378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: Proxies\__CG__\App\Entity\Image {#3380 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3381 …}
  +slug: "Using-Disinformation-Like-A-Pro"
  +title: "Using Disinformation Like A Pro"
  +url: "https://yewtu.be/watch?v=HZZ5n9QhfKQ"
  +body: "> Disinformation is a criminally underrated technique for protecting yourself against doxing, data breaches, and tracking. But it’s important to use it right to be both effective and a law-abiding citizen. In this video, I share my tips and techniques gathered over the year to protect your privacy where tools fall just a little short."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712051052 {#3373
    date: 2024-04-02 11:44:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3382 …}
  +votes: Doctrine\ORM\PersistentCollection {#3384 …}
  +reports: Doctrine\ORM\PersistentCollection {#3386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3390 …}
  +badges: Doctrine\ORM\PersistentCollection {#3392 …}
  +children: [
    App\Entity\EntryComment {#2130
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2133 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
      +body: "In the industry we’d call it “tokenization” for the same end if the identifiers were unique"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704477406 {#2094
        date: 2024-01-05 18:56:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BrikoX@lemmy.zip"
        "@otter@lemmy.ca"
        "@BrikoX@lemmy.zip"
        "@otter@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2131 …}
      +nested: Doctrine\ORM\PersistentCollection {#2138 …}
      +votes: Doctrine\ORM\PersistentCollection {#2345 …}
      +reports: Doctrine\ORM\PersistentCollection {#2330 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
      -id: 283282
      -bodyTs: "'call':6 'd':5 'end':12 'identifi':15 'industri':3 'token':8 'uniqu':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4216177"
      +editedAt: DateTimeImmutable @1712051096 {#2241
        date: 2024-04-02 11:44:56.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704477406 {#2140
        date: 2024-01-05 18:56:46.0 +01:00
      }
      +"title": 283282
    }
  ]
  -id: 27233
  -titleTs: "'disinform':2 'like':3 'pro':5 'use':1"
  -bodyTs: "'abid':32 'breach':13 'citizen':33 'crimin':4 'data':12 'disinform':1 'dox':11 'effect':27 'fall':53 'gather':43 'import':19 'law':31 'law-abid':30 'littl':56 'privaci':50 'protect':8,48 'right':23 'share':38 'short':57 'techniqu':6,42 'tip':40 'tool':52 'track':15 'underr':5 'use':21 'video':36 'year':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704478634
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7900236"
  +editedAt: DateTimeImmutable @1711649790 {#3360
    date: 2024-03-28 19:16:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704392234 {#3339
    date: 2024-01-04 19:17:14.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
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2133
    +user: Proxies\__CG__\App\Entity\User {#3378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: Proxies\__CG__\App\Entity\Image {#3380 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3381 …}
    +slug: "Using-Disinformation-Like-A-Pro"
    +title: "Using Disinformation Like A Pro"
    +url: "https://yewtu.be/watch?v=HZZ5n9QhfKQ"
    +body: "> Disinformation is a criminally underrated technique for protecting yourself against doxing, data breaches, and tracking. But it’s important to use it right to be both effective and a law-abiding citizen. In this video, I share my tips and techniques gathered over the year to protect your privacy where tools fall just a little short."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712051052 {#3373
      date: 2024-04-02 11:44:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3382 …}
    +votes: Doctrine\ORM\PersistentCollection {#3384 …}
    +reports: Doctrine\ORM\PersistentCollection {#3386 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3388 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3390 …}
    +badges: Doctrine\ORM\PersistentCollection {#3392 …}
    +children: [
      App\Entity\EntryComment {#2130}
    ]
    -id: 27233
    -titleTs: "'disinform':2 'like':3 'pro':5 'use':1"
    -bodyTs: "'abid':32 'breach':13 'citizen':33 'crimin':4 'data':12 'disinform':1 'dox':11 'effect':27 'fall':53 'gather':43 'import':19 'law':31 'law-abid':30 'littl':56 'privaci':50 'protect':8,48 'right':23 'share':38 'short':57 'techniqu':6,42 'tip':40 'tool':52 'track':15 'underr':5 'use':21 'video':36 'year':46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704478634
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7900236"
    +editedAt: DateTimeImmutable @1711649790 {#3360
      date: 2024-03-28 19:16:30.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704392234 {#3339
      date: 2024-01-04 19:17:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
  +body: "In the industry we’d call it “tokenization” for the same end if the identifiers were unique"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704477406 {#2094
    date: 2024-01-05 18:56:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BrikoX@lemmy.zip"
    "@otter@lemmy.ca"
    "@BrikoX@lemmy.zip"
    "@otter@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2131 …}
  +nested: Doctrine\ORM\PersistentCollection {#2138 …}
  +votes: Doctrine\ORM\PersistentCollection {#2345 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 283282
  -bodyTs: "'call':6 'd':5 'end':12 'identifi':15 'industri':3 'token':8 'uniqu':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4216177"
  +editedAt: DateTimeImmutable @1712051096 {#2241
    date: 2024-04-02 11:44:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704477406 {#2140
    date: 2024-01-05 18:56:46.0 +01:00
  }
  +"title": 283282
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2133
    +user: Proxies\__CG__\App\Entity\User {#3378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: Proxies\__CG__\App\Entity\Image {#3380 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3381 …}
    +slug: "Using-Disinformation-Like-A-Pro"
    +title: "Using Disinformation Like A Pro"
    +url: "https://yewtu.be/watch?v=HZZ5n9QhfKQ"
    +body: "> Disinformation is a criminally underrated technique for protecting yourself against doxing, data breaches, and tracking. But it’s important to use it right to be both effective and a law-abiding citizen. In this video, I share my tips and techniques gathered over the year to protect your privacy where tools fall just a little short."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712051052 {#3373
      date: 2024-04-02 11:44:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3382 …}
    +votes: Doctrine\ORM\PersistentCollection {#3384 …}
    +reports: Doctrine\ORM\PersistentCollection {#3386 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3388 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3390 …}
    +badges: Doctrine\ORM\PersistentCollection {#3392 …}
    +children: [
      App\Entity\EntryComment {#2130}
    ]
    -id: 27233
    -titleTs: "'disinform':2 'like':3 'pro':5 'use':1"
    -bodyTs: "'abid':32 'breach':13 'citizen':33 'crimin':4 'data':12 'disinform':1 'dox':11 'effect':27 'fall':53 'gather':43 'import':19 'law':31 'law-abid':30 'littl':56 'privaci':50 'protect':8,48 'right':23 'share':38 'short':57 'techniqu':6,42 'tip':40 'tool':52 'track':15 'underr':5 'use':21 'video':36 'year':46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704478634
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7900236"
    +editedAt: DateTimeImmutable @1711649790 {#3360
      date: 2024-03-28 19:16:30.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704392234 {#3339
      date: 2024-01-04 19:17:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
  +body: "In the industry we’d call it “tokenization” for the same end if the identifiers were unique"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704477406 {#2094
    date: 2024-01-05 18:56:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BrikoX@lemmy.zip"
    "@otter@lemmy.ca"
    "@BrikoX@lemmy.zip"
    "@otter@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2131 …}
  +nested: Doctrine\ORM\PersistentCollection {#2138 …}
  +votes: Doctrine\ORM\PersistentCollection {#2345 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 283282
  -bodyTs: "'call':6 'd':5 'end':12 'identifi':15 'industri':3 'token':8 'uniqu':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4216177"
  +editedAt: DateTimeImmutable @1712051096 {#2241
    date: 2024-04-02 11:44:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704477406 {#2140
    date: 2024-01-05 18:56:46.0 +01:00
  }
  +"title": 283282
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2133
    +user: Proxies\__CG__\App\Entity\User {#3378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: Proxies\__CG__\App\Entity\Image {#3380 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3381 …}
    +slug: "Using-Disinformation-Like-A-Pro"
    +title: "Using Disinformation Like A Pro"
    +url: "https://yewtu.be/watch?v=HZZ5n9QhfKQ"
    +body: "> Disinformation is a criminally underrated technique for protecting yourself against doxing, data breaches, and tracking. But it’s important to use it right to be both effective and a law-abiding citizen. In this video, I share my tips and techniques gathered over the year to protect your privacy where tools fall just a little short."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712051052 {#3373
      date: 2024-04-02 11:44:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3382 …}
    +votes: Doctrine\ORM\PersistentCollection {#3384 …}
    +reports: Doctrine\ORM\PersistentCollection {#3386 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3388 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3390 …}
    +badges: Doctrine\ORM\PersistentCollection {#3392 …}
    +children: [
      App\Entity\EntryComment {#2130}
    ]
    -id: 27233
    -titleTs: "'disinform':2 'like':3 'pro':5 'use':1"
    -bodyTs: "'abid':32 'breach':13 'citizen':33 'crimin':4 'data':12 'disinform':1 'dox':11 'effect':27 'fall':53 'gather':43 'import':19 'law':31 'law-abid':30 'littl':56 'privaci':50 'protect':8,48 'right':23 'share':38 'short':57 'techniqu':6,42 'tip':40 'tool':52 'track':15 'underr':5 'use':21 'video':36 'year':46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704478634
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7900236"
    +editedAt: DateTimeImmutable @1711649790 {#3360
      date: 2024-03-28 19:16:30.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704392234 {#3339
      date: 2024-01-04 19:17:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2129 …}
  +body: "In the industry we’d call it “tokenization” for the same end if the identifiers were unique"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704477406 {#2094
    date: 2024-01-05 18:56:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BrikoX@lemmy.zip"
    "@otter@lemmy.ca"
    "@BrikoX@lemmy.zip"
    "@otter@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2131 …}
  +nested: Doctrine\ORM\PersistentCollection {#2138 …}
  +votes: Doctrine\ORM\PersistentCollection {#2345 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 283282
  -bodyTs: "'call':6 'd':5 'end':12 'identifi':15 'industri':3 'token':8 'uniqu':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4216177"
  +editedAt: DateTimeImmutable @1712051096 {#2241
    date: 2024-04-02 11:44:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704477406 {#2140
    date: 2024-01-05 18:56:46.0 +01:00
  }
  +"title": 283282
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#3320 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: Proxies\__CG__\App\Entity\Image {#3322 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
  +slug: "What-s-your-favorite-music-player-on-Linux"
  +title: "What's your favorite music player on Linux?"
  +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
  +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 241
  +favouriteCount: 430
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722660703 {#3315
    date: 2024-08-03 06:51:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3324 …}
  +votes: Doctrine\ORM\PersistentCollection {#3326 …}
  +reports: Doctrine\ORM\PersistentCollection {#3328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
  +badges: Doctrine\ORM\PersistentCollection {#3334 …}
  +children: [
    1 => App\Entity\EntryComment {#2098
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1712156769 {#2081
        date: 2024-04-03 17:06:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 279795
      -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4194526"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704383215 {#2077
        date: 2024-01-04 16:46:55.0 +01:00
      }
      +"title": 279795
    }
    0 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704383016 {#2031
        date: 2024-01-04 16:43:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2075 …}
      +nested: Doctrine\ORM\PersistentCollection {#2079 …}
      +votes: Doctrine\ORM\PersistentCollection {#2078 …}
      +reports: Doctrine\ORM\PersistentCollection {#2097 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
      -id: 279786
      -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4194472"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704383016 {#2036
        date: 2024-01-04 16:43:36.0 +01:00
      }
      +"title": 279786
    }
  ]
  -id: 26969
  -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
  -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704386086
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10074233"
  +editedAt: DateTimeImmutable @1711277069 {#3302
    date: 2024-03-24 11:44:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704299686 {#3281
    date: 2024-01-03 17:34:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#3320 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: Proxies\__CG__\App\Entity\Image {#3322 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
  +slug: "What-s-your-favorite-music-player-on-Linux"
  +title: "What's your favorite music player on Linux?"
  +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
  +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 241
  +favouriteCount: 430
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722660703 {#3315
    date: 2024-08-03 06:51:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3324 …}
  +votes: Doctrine\ORM\PersistentCollection {#3326 …}
  +reports: Doctrine\ORM\PersistentCollection {#3328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
  +badges: Doctrine\ORM\PersistentCollection {#3334 …}
  +children: [
    1 => App\Entity\EntryComment {#2098
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1712156769 {#2081
        date: 2024-04-03 17:06:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 279795
      -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4194526"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704383215 {#2077
        date: 2024-01-04 16:46:55.0 +01:00
      }
      +"title": 279795
    }
    0 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704383016 {#2031
        date: 2024-01-04 16:43:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2075 …}
      +nested: Doctrine\ORM\PersistentCollection {#2079 …}
      +votes: Doctrine\ORM\PersistentCollection {#2078 …}
      +reports: Doctrine\ORM\PersistentCollection {#2097 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
      -id: 279786
      -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4194472"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704383016 {#2036
        date: 2024-01-04 16:43:36.0 +01:00
      }
      +"title": 279786
    }
  ]
  -id: 26969
  -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
  -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704386086
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10074233"
  +editedAt: DateTimeImmutable @1711277069 {#3302
    date: 2024-03-24 11:44:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704299686 {#3281
    date: 2024-01-03 17:34:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#3320 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: Proxies\__CG__\App\Entity\Image {#3322 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
  +slug: "What-s-your-favorite-music-player-on-Linux"
  +title: "What's your favorite music player on Linux?"
  +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
  +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 241
  +favouriteCount: 430
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722660703 {#3315
    date: 2024-08-03 06:51:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3324 …}
  +votes: Doctrine\ORM\PersistentCollection {#3326 …}
  +reports: Doctrine\ORM\PersistentCollection {#3328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
  +badges: Doctrine\ORM\PersistentCollection {#3334 …}
  +children: [
    1 => App\Entity\EntryComment {#2098
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1712156769 {#2081
        date: 2024-04-03 17:06:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 279795
      -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4194526"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704383215 {#2077
        date: 2024-01-04 16:46:55.0 +01:00
      }
      +"title": 279795
    }
    0 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704383016 {#2031
        date: 2024-01-04 16:43:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2075 …}
      +nested: Doctrine\ORM\PersistentCollection {#2079 …}
      +votes: Doctrine\ORM\PersistentCollection {#2078 …}
      +reports: Doctrine\ORM\PersistentCollection {#2097 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
      -id: 279786
      -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4194472"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704383016 {#2036
        date: 2024-01-04 16:43:36.0 +01:00
      }
      +"title": 279786
    }
  ]
  -id: 26969
  -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
  -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704386086
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10074233"
  +editedAt: DateTimeImmutable @1711277069 {#3302
    date: 2024-03-24 11:44:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704299686 {#3281
    date: 2024-01-03 17:34:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\EntryComment {#2098
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#3320 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3322 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3315
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3324 …}
    +votes: Doctrine\ORM\PersistentCollection {#3326 …}
    +reports: Doctrine\ORM\PersistentCollection {#3328 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
    +badges: Doctrine\ORM\PersistentCollection {#3334 …}
    +children: [
      1 => App\Entity\EntryComment {#2098}
      0 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704383016 {#2031
          date: 2024-01-04 16:43:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@const_void@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 279786
        -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4194472"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704383016 {#2036
          date: 2024-01-04 16:43:36.0 +01:00
        }
        +"title": 279786
      }
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3302
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3281
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1712156769 {#2081
    date: 2024-04-03 17:06:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 279795
  -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4194526"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704383215 {#2077
    date: 2024-01-04 16:46:55.0 +01:00
  }
  +"title": 279795
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\EntryComment {#2098
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#3320 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3322 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3315
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3324 …}
    +votes: Doctrine\ORM\PersistentCollection {#3326 …}
    +reports: Doctrine\ORM\PersistentCollection {#3328 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
    +badges: Doctrine\ORM\PersistentCollection {#3334 …}
    +children: [
      1 => App\Entity\EntryComment {#2098}
      0 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704383016 {#2031
          date: 2024-01-04 16:43:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@const_void@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 279786
        -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4194472"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704383016 {#2036
          date: 2024-01-04 16:43:36.0 +01:00
        }
        +"title": 279786
      }
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3302
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3281
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1712156769 {#2081
    date: 2024-04-03 17:06:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 279795
  -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4194526"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704383215 {#2077
    date: 2024-01-04 16:46:55.0 +01:00
  }
  +"title": 279795
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\EntryComment {#2098
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#3320 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3322 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3315
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3324 …}
    +votes: Doctrine\ORM\PersistentCollection {#3326 …}
    +reports: Doctrine\ORM\PersistentCollection {#3328 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
    +badges: Doctrine\ORM\PersistentCollection {#3334 …}
    +children: [
      1 => App\Entity\EntryComment {#2098}
      0 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704383016 {#2031
          date: 2024-01-04 16:43:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@const_void@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 279786
        -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4194472"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704383016 {#2036
          date: 2024-01-04 16:43:36.0 +01:00
        }
        +"title": 279786
      }
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3302
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3281
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1712156769 {#2081
    date: 2024-04-03 17:06:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 279795
  -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4194526"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704383215 {#2077
    date: 2024-01-04 16:46:55.0 +01:00
  }
  +"title": 279795
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
101 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
102 DENIED moderate
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#3320 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3322 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3315
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3324 …}
    +votes: Doctrine\ORM\PersistentCollection {#3326 …}
    +reports: Doctrine\ORM\PersistentCollection {#3328 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
    +badges: Doctrine\ORM\PersistentCollection {#3334 …}
    +children: [
      1 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1712156769 {#2081
          date: 2024-04-03 17:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@const_void@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 279795
        -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4194526"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704383215 {#2077
          date: 2024-01-04 16:46:55.0 +01:00
        }
        +"title": 279795
      }
      0 => App\Entity\EntryComment {#2037}
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3302
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3281
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704383016 {#2031
    date: 2024-01-04 16:43:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2075 …}
  +nested: Doctrine\ORM\PersistentCollection {#2079 …}
  +votes: Doctrine\ORM\PersistentCollection {#2078 …}
  +reports: Doctrine\ORM\PersistentCollection {#2097 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
  -id: 279786
  -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4194472"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704383016 {#2036
    date: 2024-01-04 16:43:36.0 +01:00
  }
  +"title": 279786
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED edit
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#3320 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3322 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3315
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3324 …}
    +votes: Doctrine\ORM\PersistentCollection {#3326 …}
    +reports: Doctrine\ORM\PersistentCollection {#3328 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
    +badges: Doctrine\ORM\PersistentCollection {#3334 …}
    +children: [
      1 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1712156769 {#2081
          date: 2024-04-03 17:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@const_void@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 279795
        -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4194526"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704383215 {#2077
          date: 2024-01-04 16:46:55.0 +01:00
        }
        +"title": 279795
      }
      0 => App\Entity\EntryComment {#2037}
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3302
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3281
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704383016 {#2031
    date: 2024-01-04 16:43:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2075 …}
  +nested: Doctrine\ORM\PersistentCollection {#2079 …}
  +votes: Doctrine\ORM\PersistentCollection {#2078 …}
  +reports: Doctrine\ORM\PersistentCollection {#2097 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
  -id: 279786
  -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4194472"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704383016 {#2036
    date: 2024-01-04 16:43:36.0 +01:00
  }
  +"title": 279786
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED moderate
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#3320 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: Proxies\__CG__\App\Entity\Image {#3322 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3323 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3315
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3324 …}
    +votes: Doctrine\ORM\PersistentCollection {#3326 …}
    +reports: Doctrine\ORM\PersistentCollection {#3328 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3330 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3332 …}
    +badges: Doctrine\ORM\PersistentCollection {#3334 …}
    +children: [
      1 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: null
        +root: null
        +body: "On Android its NewPipe. No ads, free, I can create playlists, and I dont have to store anything local."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1712156769 {#2081
          date: 2024-04-03 17:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@const_void@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2063 …}
        +nested: Doctrine\ORM\PersistentCollection {#2064 …}
        +votes: Doctrine\ORM\PersistentCollection {#2088 …}
        +reports: Doctrine\ORM\PersistentCollection {#2087 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
        -id: 279795
        -bodyTs: "'ad':6 'android':2 'anyth':18 'creat':10 'dont':14 'free':7 'local':19 'newpip':4 'playlist':11 'store':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4194526"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704383215 {#2077
          date: 2024-01-04 16:46:55.0 +01:00
        }
        +"title": 279795
      }
      0 => App\Entity\EntryComment {#2037}
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3302
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3281
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Firefox (invidious). Its free, no ads, and I dont have to store files locally."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704383016 {#2031
    date: 2024-01-04 16:43:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2075 …}
  +nested: Doctrine\ORM\PersistentCollection {#2079 …}
  +votes: Doctrine\ORM\PersistentCollection {#2078 …}
  +reports: Doctrine\ORM\PersistentCollection {#2097 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
  -id: 279786
  -bodyTs: "'ad':6 'dont':9 'file':13 'firefox':1 'free':4 'invidi':2 'local':14 'store':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4194472"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704383016 {#2036
    date: 2024-01-04 16:43:36.0 +01:00
  }
  +"title": 279786
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2900
  +user: Proxies\__CG__\App\Entity\User {#3357 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: Proxies\__CG__\App\Entity\Image {#3399 …}
  +slug: "Big-Clearance-12-in-place-of-1-Grande-offerta-12"
  +body: """
    "Big Clearance! 12 in place of 1!"\n
    \n
    "Grande offerta! 12 per 1!"\n
    \n
    ENFB cyclists' union, Woerden, 1993; poster by Theo van den Boogaard\n
    \n
    @fuck_cars@lemmy.ml
    """
  +lang: "it"
  +commentCount: 58
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577369 {#3394
    date: 2024-07-21 17:56:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fuck_cars@lemmy.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3401 …}
  +votes: Doctrine\ORM\PersistentCollection {#3403 …}
  +reports: Doctrine\ORM\PersistentCollection {#3405 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3433 …}
  +children: [
    App\Entity\PostComment {#2274
      +user: App\Entity\User {#263 …}
      +post: Proxies\__CG__\App\Entity\Post {#2900 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2860 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2856 …}
      +image: null
      +body: """
        I’m not sure if you’re agreeing with me, but the whole reason to lock the rear wheel (as opposed to the front wheel) is specifically to avoid this problem. By locking through the rear wheel inside the rear triangle of the frame, you lock up both the wheel and the frame at once.\n
        \n
        This is why bike racks designed to lock the front wheel are stupid.
        """
      +lang: "en"
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704330358 {#2772
        date: 2024-01-04 02:05:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fuck_cars@lemmy.ml"
        "@rivoluzioneurbanamobilita@mastodon.uno"
        "@library_napper@monyet.cc"
        "@sukhmel@programming.dev"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2854 …}
      +nested: Doctrine\ORM\PersistentCollection {#2858 …}
      +votes: Doctrine\ORM\PersistentCollection {#2870 …}
      +reports: Doctrine\ORM\PersistentCollection {#2872 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2901 …}
      -id: 1010
      -bodyTs: "'agre':8 'avoid':29 'bike':59 'design':61 'frame':44,53 'front':24,65 'insid':38 'lock':16,33,46,63 'm':2 'oppos':21 'problem':31 'rack':60 're':7 'rear':18,36,40 'reason':14 'specif':27 'stupid':68 'sure':4 'triangl':41 'wheel':19,25,37,50,66 'whole':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4185005"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704330358 {#2635
        date: 2024-01-04 02:05:58.0 +01:00
      }
      +"title": 1010
    }
  ]
  -id: 342
  -bodyTs: "'1':7,12 '12':3,10 '1993':17 'big':1 'boogaard':23 'clearanc':2 'cyclist':14 'den':22 'enfb':13 'fuck_cars@lemmy.ml':24 'grand':8 'offerta':9 'per':11 'place':5 'poster':18 'theo':20 'union':15 'van':21 'woerden':16"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704287684
  +visibility: "visible             "
  +apId: "https://mastodon.uno/users/rivoluzioneurbanamobilita/statuses/111686535373919059"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704201284 {#3379
    date: 2024-01-02 14:14:44.0 +01:00
  }
  +__isInitialized__: true
  +"title": 342
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
107 DENIED edit
Proxies\__CG__\App\Entity\Post {#2900
  +user: Proxies\__CG__\App\Entity\User {#3357 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: Proxies\__CG__\App\Entity\Image {#3399 …}
  +slug: "Big-Clearance-12-in-place-of-1-Grande-offerta-12"
  +body: """
    "Big Clearance! 12 in place of 1!"\n
    \n
    "Grande offerta! 12 per 1!"\n
    \n
    ENFB cyclists' union, Woerden, 1993; poster by Theo van den Boogaard\n
    \n
    @fuck_cars@lemmy.ml
    """
  +lang: "it"
  +commentCount: 58
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577369 {#3394
    date: 2024-07-21 17:56:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fuck_cars@lemmy.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3401 …}
  +votes: Doctrine\ORM\PersistentCollection {#3403 …}
  +reports: Doctrine\ORM\PersistentCollection {#3405 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3433 …}
  +children: [
    App\Entity\PostComment {#2274
      +user: App\Entity\User {#263 …}
      +post: Proxies\__CG__\App\Entity\Post {#2900 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2860 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2856 …}
      +image: null
      +body: """
        I’m not sure if you’re agreeing with me, but the whole reason to lock the rear wheel (as opposed to the front wheel) is specifically to avoid this problem. By locking through the rear wheel inside the rear triangle of the frame, you lock up both the wheel and the frame at once.\n
        \n
        This is why bike racks designed to lock the front wheel are stupid.
        """
      +lang: "en"
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704330358 {#2772
        date: 2024-01-04 02:05:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fuck_cars@lemmy.ml"
        "@rivoluzioneurbanamobilita@mastodon.uno"
        "@library_napper@monyet.cc"
        "@sukhmel@programming.dev"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2854 …}
      +nested: Doctrine\ORM\PersistentCollection {#2858 …}
      +votes: Doctrine\ORM\PersistentCollection {#2870 …}
      +reports: Doctrine\ORM\PersistentCollection {#2872 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2901 …}
      -id: 1010
      -bodyTs: "'agre':8 'avoid':29 'bike':59 'design':61 'frame':44,53 'front':24,65 'insid':38 'lock':16,33,46,63 'm':2 'oppos':21 'problem':31 'rack':60 're':7 'rear':18,36,40 'reason':14 'specif':27 'stupid':68 'sure':4 'triangl':41 'wheel':19,25,37,50,66 'whole':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4185005"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704330358 {#2635
        date: 2024-01-04 02:05:58.0 +01:00
      }
      +"title": 1010
    }
  ]
  -id: 342
  -bodyTs: "'1':7,12 '12':3,10 '1993':17 'big':1 'boogaard':23 'clearanc':2 'cyclist':14 'den':22 'enfb':13 'fuck_cars@lemmy.ml':24 'grand':8 'offerta':9 'per':11 'place':5 'poster':18 'theo':20 'union':15 'van':21 'woerden':16"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704287684
  +visibility: "visible             "
  +apId: "https://mastodon.uno/users/rivoluzioneurbanamobilita/statuses/111686535373919059"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704201284 {#3379
    date: 2024-01-02 14:14:44.0 +01:00
  }
  +__isInitialized__: true
  +"title": 342
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
108 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2900
  +user: Proxies\__CG__\App\Entity\User {#3357 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: Proxies\__CG__\App\Entity\Image {#3399 …}
  +slug: "Big-Clearance-12-in-place-of-1-Grande-offerta-12"
  +body: """
    "Big Clearance! 12 in place of 1!"\n
    \n
    "Grande offerta! 12 per 1!"\n
    \n
    ENFB cyclists' union, Woerden, 1993; poster by Theo van den Boogaard\n
    \n
    @fuck_cars@lemmy.ml
    """
  +lang: "it"
  +commentCount: 58
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577369 {#3394
    date: 2024-07-21 17:56:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fuck_cars@lemmy.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3401 …}
  +votes: Doctrine\ORM\PersistentCollection {#3403 …}
  +reports: Doctrine\ORM\PersistentCollection {#3405 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3433 …}
  +children: [
    App\Entity\PostComment {#2274
      +user: App\Entity\User {#263 …}
      +post: Proxies\__CG__\App\Entity\Post {#2900 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2860 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2856 …}
      +image: null
      +body: """
        I’m not sure if you’re agreeing with me, but the whole reason to lock the rear wheel (as opposed to the front wheel) is specifically to avoid this problem. By locking through the rear wheel inside the rear triangle of the frame, you lock up both the wheel and the frame at once.\n
        \n
        This is why bike racks designed to lock the front wheel are stupid.
        """
      +lang: "en"
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704330358 {#2772
        date: 2024-01-04 02:05:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fuck_cars@lemmy.ml"
        "@rivoluzioneurbanamobilita@mastodon.uno"
        "@library_napper@monyet.cc"
        "@sukhmel@programming.dev"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2854 …}
      +nested: Doctrine\ORM\PersistentCollection {#2858 …}
      +votes: Doctrine\ORM\PersistentCollection {#2870 …}
      +reports: Doctrine\ORM\PersistentCollection {#2872 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2901 …}
      -id: 1010
      -bodyTs: "'agre':8 'avoid':29 'bike':59 'design':61 'frame':44,53 'front':24,65 'insid':38 'lock':16,33,46,63 'm':2 'oppos':21 'problem':31 'rack':60 're':7 'rear':18,36,40 'reason':14 'specif':27 'stupid':68 'sure':4 'triangl':41 'wheel':19,25,37,50,66 'whole':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4185005"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704330358 {#2635
        date: 2024-01-04 02:05:58.0 +01:00
      }
      +"title": 1010
    }
  ]
  -id: 342
  -bodyTs: "'1':7,12 '12':3,10 '1993':17 'big':1 'boogaard':23 'clearanc':2 'cyclist':14 'den':22 'enfb':13 'fuck_cars@lemmy.ml':24 'grand':8 'offerta':9 'per':11 'place':5 'poster':18 'theo':20 'union':15 'van':21 'woerden':16"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704287684
  +visibility: "visible             "
  +apId: "https://mastodon.uno/users/rivoluzioneurbanamobilita/statuses/111686535373919059"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704201284 {#3379
    date: 2024-01-02 14:14:44.0 +01:00
  }
  +__isInitialized__: true
  +"title": 342
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
109 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
110 DENIED moderate
App\Entity\PostComment {#2274
  +user: App\Entity\User {#263 …}
  +post: Proxies\__CG__\App\Entity\Post {#2900
    +user: Proxies\__CG__\App\Entity\User {#3357 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: Proxies\__CG__\App\Entity\Image {#3399 …}
    +slug: "Big-Clearance-12-in-place-of-1-Grande-offerta-12"
    +body: """
      "Big Clearance! 12 in place of 1!"\n
      \n
      "Grande offerta! 12 per 1!"\n
      \n
      ENFB cyclists' union, Woerden, 1993; poster by Theo van den Boogaard\n
      \n
      @fuck_cars@lemmy.ml
      """
    +lang: "it"
    +commentCount: 58
    +favouriteCount: 307
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577369 {#3394
      date: 2024-07-21 17:56:09.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: [
      "@fuck_cars@lemmy.ml"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3401 …}
    +votes: Doctrine\ORM\PersistentCollection {#3403 …}
    +reports: Doctrine\ORM\PersistentCollection {#3405 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3433 …}
    +children: [
      App\Entity\PostComment {#2274}
    ]
    -id: 342
    -bodyTs: "'1':7,12 '12':3,10 '1993':17 'big':1 'boogaard':23 'clearanc':2 'cyclist':14 'den':22 'enfb':13 'fuck_cars@lemmy.ml':24 'grand':8 'offerta':9 'per':11 'place':5 'poster':18 'theo':20 'union':15 'van':21 'woerden':16"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704287684
    +visibility: "visible             "
    +apId: "https://mastodon.uno/users/rivoluzioneurbanamobilita/statuses/111686535373919059"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704201284 {#3379
      date: 2024-01-02 14:14:44.0 +01:00
    }
    +__isInitialized__: true
    +"title": 342
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2860 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2856 …}
  +image: null
  +body: """
    I’m not sure if you’re agreeing with me, but the whole reason to lock the rear wheel (as opposed to the front wheel) is specifically to avoid this problem. By locking through the rear wheel inside the rear triangle of the frame, you lock up both the wheel and the frame at once.\n
    \n
    This is why bike racks designed to lock the front wheel are stupid.
    """
  +lang: "en"
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704330358 {#2772
    date: 2024-01-04 02:05:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fuck_cars@lemmy.ml"
    "@rivoluzioneurbanamobilita@mastodon.uno"
    "@library_napper@monyet.cc"
    "@sukhmel@programming.dev"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2854 …}
  +nested: Doctrine\ORM\PersistentCollection {#2858 …}
  +votes: Doctrine\ORM\PersistentCollection {#2870 …}
  +reports: Doctrine\ORM\PersistentCollection {#2872 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2901 …}
  -id: 1010
  -bodyTs: "'agre':8 'avoid':29 'bike':59 'design':61 'frame':44,53 'front':24,65 'insid':38 'lock':16,33,46,63 'm':2 'oppos':21 'problem':31 'rack':60 're':7 'rear':18,36,40 'reason':14 'specif':27 'stupid':68 'sure':4 'triangl':41 'wheel':19,25,37,50,66 'whole':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4185005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704330358 {#2635
    date: 2024-01-04 02:05:58.0 +01:00
  }
  +"title": 1010
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
111 DENIED edit
App\Entity\PostComment {#2274
  +user: App\Entity\User {#263 …}
  +post: Proxies\__CG__\App\Entity\Post {#2900
    +user: Proxies\__CG__\App\Entity\User {#3357 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: Proxies\__CG__\App\Entity\Image {#3399 …}
    +slug: "Big-Clearance-12-in-place-of-1-Grande-offerta-12"
    +body: """
      "Big Clearance! 12 in place of 1!"\n
      \n
      "Grande offerta! 12 per 1!"\n
      \n
      ENFB cyclists' union, Woerden, 1993; poster by Theo van den Boogaard\n
      \n
      @fuck_cars@lemmy.ml
      """
    +lang: "it"
    +commentCount: 58
    +favouriteCount: 307
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577369 {#3394
      date: 2024-07-21 17:56:09.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: [
      "@fuck_cars@lemmy.ml"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3401 …}
    +votes: Doctrine\ORM\PersistentCollection {#3403 …}
    +reports: Doctrine\ORM\PersistentCollection {#3405 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3433 …}
    +children: [
      App\Entity\PostComment {#2274}
    ]
    -id: 342
    -bodyTs: "'1':7,12 '12':3,10 '1993':17 'big':1 'boogaard':23 'clearanc':2 'cyclist':14 'den':22 'enfb':13 'fuck_cars@lemmy.ml':24 'grand':8 'offerta':9 'per':11 'place':5 'poster':18 'theo':20 'union':15 'van':21 'woerden':16"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704287684
    +visibility: "visible             "
    +apId: "https://mastodon.uno/users/rivoluzioneurbanamobilita/statuses/111686535373919059"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704201284 {#3379
      date: 2024-01-02 14:14:44.0 +01:00
    }
    +__isInitialized__: true
    +"title": 342
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2860 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2856 …}
  +image: null
  +body: """
    I’m not sure if you’re agreeing with me, but the whole reason to lock the rear wheel (as opposed to the front wheel) is specifically to avoid this problem. By locking through the rear wheel inside the rear triangle of the frame, you lock up both the wheel and the frame at once.\n
    \n
    This is why bike racks designed to lock the front wheel are stupid.
    """
  +lang: "en"
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704330358 {#2772
    date: 2024-01-04 02:05:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fuck_cars@lemmy.ml"
    "@rivoluzioneurbanamobilita@mastodon.uno"
    "@library_napper@monyet.cc"
    "@sukhmel@programming.dev"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2854 …}
  +nested: Doctrine\ORM\PersistentCollection {#2858 …}
  +votes: Doctrine\ORM\PersistentCollection {#2870 …}
  +reports: Doctrine\ORM\PersistentCollection {#2872 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2901 …}
  -id: 1010
  -bodyTs: "'agre':8 'avoid':29 'bike':59 'design':61 'frame':44,53 'front':24,65 'insid':38 'lock':16,33,46,63 'm':2 'oppos':21 'problem':31 'rack':60 're':7 'rear':18,36,40 'reason':14 'specif':27 'stupid':68 'sure':4 'triangl':41 'wheel':19,25,37,50,66 'whole':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4185005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704330358 {#2635
    date: 2024-01-04 02:05:58.0 +01:00
  }
  +"title": 1010
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
112 DENIED moderate
App\Entity\PostComment {#2274
  +user: App\Entity\User {#263 …}
  +post: Proxies\__CG__\App\Entity\Post {#2900
    +user: Proxies\__CG__\App\Entity\User {#3357 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: Proxies\__CG__\App\Entity\Image {#3399 …}
    +slug: "Big-Clearance-12-in-place-of-1-Grande-offerta-12"
    +body: """
      "Big Clearance! 12 in place of 1!"\n
      \n
      "Grande offerta! 12 per 1!"\n
      \n
      ENFB cyclists' union, Woerden, 1993; poster by Theo van den Boogaard\n
      \n
      @fuck_cars@lemmy.ml
      """
    +lang: "it"
    +commentCount: 58
    +favouriteCount: 307
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577369 {#3394
      date: 2024-07-21 17:56:09.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: [
      "@fuck_cars@lemmy.ml"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3401 …}
    +votes: Doctrine\ORM\PersistentCollection {#3403 …}
    +reports: Doctrine\ORM\PersistentCollection {#3405 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3433 …}
    +children: [
      App\Entity\PostComment {#2274}
    ]
    -id: 342
    -bodyTs: "'1':7,12 '12':3,10 '1993':17 'big':1 'boogaard':23 'clearanc':2 'cyclist':14 'den':22 'enfb':13 'fuck_cars@lemmy.ml':24 'grand':8 'offerta':9 'per':11 'place':5 'poster':18 'theo':20 'union':15 'van':21 'woerden':16"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704287684
    +visibility: "visible             "
    +apId: "https://mastodon.uno/users/rivoluzioneurbanamobilita/statuses/111686535373919059"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704201284 {#3379
      date: 2024-01-02 14:14:44.0 +01:00
    }
    +__isInitialized__: true
    +"title": 342
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2860 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2856 …}
  +image: null
  +body: """
    I’m not sure if you’re agreeing with me, but the whole reason to lock the rear wheel (as opposed to the front wheel) is specifically to avoid this problem. By locking through the rear wheel inside the rear triangle of the frame, you lock up both the wheel and the frame at once.\n
    \n
    This is why bike racks designed to lock the front wheel are stupid.
    """
  +lang: "en"
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704330358 {#2772
    date: 2024-01-04 02:05:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fuck_cars@lemmy.ml"
    "@rivoluzioneurbanamobilita@mastodon.uno"
    "@library_napper@monyet.cc"
    "@sukhmel@programming.dev"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2854 …}
  +nested: Doctrine\ORM\PersistentCollection {#2858 …}
  +votes: Doctrine\ORM\PersistentCollection {#2870 …}
  +reports: Doctrine\ORM\PersistentCollection {#2872 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2901 …}
  -id: 1010
  -bodyTs: "'agre':8 'avoid':29 'bike':59 'design':61 'frame':44,53 'front':24,65 'insid':38 'lock':16,33,46,63 'm':2 'oppos':21 'problem':31 'rack':60 're':7 'rear':18,36,40 'reason':14 'specif':27 'stupid':68 'sure':4 'triangl':41 'wheel':19,25,37,50,66 'whole':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4185005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704330358 {#2635
    date: 2024-01-04 02:05:58.0 +01:00
  }
  +"title": 1010
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
113 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
114 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2393
  +user: Proxies\__CG__\App\Entity\User {#3242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
  +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
  +url: null
  +body: """
    [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
    \n
    Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 229
  +favouriteCount: 203
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720279895 {#3278
    date: 2024-07-06 17:31:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3283 …}
  +votes: Doctrine\ORM\PersistentCollection {#3286 …}
  +reports: Doctrine\ORM\PersistentCollection {#3288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
  +badges: Doctrine\ORM\PersistentCollection {#3294 …}
  +children: [
    1 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704205320 {#2023
        date: 2024-01-02 15:22:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Critical_Insight@feddit.uk"
        "@GenderNeutralBro@lemmy.sdf.org"
        "@library_napper@monyet.cc"
        "@Critical_Insight@feddit.uk"
        "@GenderNeutralBro@lemmy.sdf.org"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 273506
      -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4158286"
      +editedAt: DateTimeImmutable @1710871788 {#2030
        date: 2024-03-19 19:09:48.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704205320 {#2032
        date: 2024-01-02 15:22:00.0 +01:00
      }
      +"title": 273506
    }
    0 => App\Entity\EntryComment {#2395
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +body: "More Performant, yes. More Secure? Not sure about that"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704171154 {#2392
        date: 2024-01-02 05:52:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Critical_Insight@feddit.uk"
        "@pelya@lemmy.world"
        "@eah@kbin.social"
        "@Divine_Confetti@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1405 …}
      +votes: Doctrine\ORM\PersistentCollection {#1382 …}
      +reports: Doctrine\ORM\PersistentCollection {#1404 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 272291
      -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4152441"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704171154 {#2394
        date: 2024-01-02 05:52:34.0 +01:00
      }
      +"title": 272291
    }
  ]
  -id: 26435
  -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
  -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704185781
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6207077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704099381 {#3264
    date: 2024-01-01 09:56:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2393
  +user: Proxies\__CG__\App\Entity\User {#3242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
  +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
  +url: null
  +body: """
    [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
    \n
    Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 229
  +favouriteCount: 203
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720279895 {#3278
    date: 2024-07-06 17:31:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3283 …}
  +votes: Doctrine\ORM\PersistentCollection {#3286 …}
  +reports: Doctrine\ORM\PersistentCollection {#3288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
  +badges: Doctrine\ORM\PersistentCollection {#3294 …}
  +children: [
    1 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704205320 {#2023
        date: 2024-01-02 15:22:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Critical_Insight@feddit.uk"
        "@GenderNeutralBro@lemmy.sdf.org"
        "@library_napper@monyet.cc"
        "@Critical_Insight@feddit.uk"
        "@GenderNeutralBro@lemmy.sdf.org"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 273506
      -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4158286"
      +editedAt: DateTimeImmutable @1710871788 {#2030
        date: 2024-03-19 19:09:48.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704205320 {#2032
        date: 2024-01-02 15:22:00.0 +01:00
      }
      +"title": 273506
    }
    0 => App\Entity\EntryComment {#2395
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +body: "More Performant, yes. More Secure? Not sure about that"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704171154 {#2392
        date: 2024-01-02 05:52:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Critical_Insight@feddit.uk"
        "@pelya@lemmy.world"
        "@eah@kbin.social"
        "@Divine_Confetti@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1405 …}
      +votes: Doctrine\ORM\PersistentCollection {#1382 …}
      +reports: Doctrine\ORM\PersistentCollection {#1404 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 272291
      -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4152441"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704171154 {#2394
        date: 2024-01-02 05:52:34.0 +01:00
      }
      +"title": 272291
    }
  ]
  -id: 26435
  -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
  -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704185781
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6207077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704099381 {#3264
    date: 2024-01-01 09:56:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2393
  +user: Proxies\__CG__\App\Entity\User {#3242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
  +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
  +url: null
  +body: """
    [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
    \n
    Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 229
  +favouriteCount: 203
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720279895 {#3278
    date: 2024-07-06 17:31:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3283 …}
  +votes: Doctrine\ORM\PersistentCollection {#3286 …}
  +reports: Doctrine\ORM\PersistentCollection {#3288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
  +badges: Doctrine\ORM\PersistentCollection {#3294 …}
  +children: [
    1 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704205320 {#2023
        date: 2024-01-02 15:22:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Critical_Insight@feddit.uk"
        "@GenderNeutralBro@lemmy.sdf.org"
        "@library_napper@monyet.cc"
        "@Critical_Insight@feddit.uk"
        "@GenderNeutralBro@lemmy.sdf.org"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 273506
      -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4158286"
      +editedAt: DateTimeImmutable @1710871788 {#2030
        date: 2024-03-19 19:09:48.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704205320 {#2032
        date: 2024-01-02 15:22:00.0 +01:00
      }
      +"title": 273506
    }
    0 => App\Entity\EntryComment {#2395
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +body: "More Performant, yes. More Secure? Not sure about that"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704171154 {#2392
        date: 2024-01-02 05:52:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Critical_Insight@feddit.uk"
        "@pelya@lemmy.world"
        "@eah@kbin.social"
        "@Divine_Confetti@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1405 …}
      +votes: Doctrine\ORM\PersistentCollection {#1382 …}
      +reports: Doctrine\ORM\PersistentCollection {#1404 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 272291
      -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4152441"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704171154 {#2394
        date: 2024-01-02 05:52:34.0 +01:00
      }
      +"title": 272291
    }
  ]
  -id: 26435
  -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
  -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704185781
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6207077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704099381 {#3264
    date: 2024-01-01 09:56:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
App\Entity\EntryComment {#2026
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2393
    +user: Proxies\__CG__\App\Entity\User {#3242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
    +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
    +url: null
    +body: """
      [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
      \n
      Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 229
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720279895 {#3278
      date: 2024-07-06 17:31:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3286 …}
    +reports: Doctrine\ORM\PersistentCollection {#3288 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
    +badges: Doctrine\ORM\PersistentCollection {#3294 …}
    +children: [
      1 => App\Entity\EntryComment {#2026}
      0 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +body: "More Performant, yes. More Secure? Not sure about that"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704171154 {#2392
          date: 2024-01-02 05:52:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Critical_Insight@feddit.uk"
          "@pelya@lemmy.world"
          "@eah@kbin.social"
          "@Divine_Confetti@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 272291
        -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4152441"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704171154 {#2394
          date: 2024-01-02 05:52:34.0 +01:00
        }
        +"title": 272291
      }
    ]
    -id: 26435
    -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
    -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704185781
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/6207077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704099381 {#3264
      date: 2024-01-01 09:56:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704205320 {#2023
    date: 2024-01-02 15:22:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Critical_Insight@feddit.uk"
    "@GenderNeutralBro@lemmy.sdf.org"
    "@library_napper@monyet.cc"
    "@Critical_Insight@feddit.uk"
    "@GenderNeutralBro@lemmy.sdf.org"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 273506
  -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4158286"
  +editedAt: DateTimeImmutable @1710871788 {#2030
    date: 2024-03-19 19:09:48.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704205320 {#2032
    date: 2024-01-02 15:22:00.0 +01:00
  }
  +"title": 273506
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
119 DENIED edit
App\Entity\EntryComment {#2026
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2393
    +user: Proxies\__CG__\App\Entity\User {#3242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
    +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
    +url: null
    +body: """
      [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
      \n
      Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 229
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720279895 {#3278
      date: 2024-07-06 17:31:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3286 …}
    +reports: Doctrine\ORM\PersistentCollection {#3288 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
    +badges: Doctrine\ORM\PersistentCollection {#3294 …}
    +children: [
      1 => App\Entity\EntryComment {#2026}
      0 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +body: "More Performant, yes. More Secure? Not sure about that"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704171154 {#2392
          date: 2024-01-02 05:52:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Critical_Insight@feddit.uk"
          "@pelya@lemmy.world"
          "@eah@kbin.social"
          "@Divine_Confetti@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 272291
        -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4152441"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704171154 {#2394
          date: 2024-01-02 05:52:34.0 +01:00
        }
        +"title": 272291
      }
    ]
    -id: 26435
    -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
    -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704185781
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/6207077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704099381 {#3264
      date: 2024-01-01 09:56:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704205320 {#2023
    date: 2024-01-02 15:22:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Critical_Insight@feddit.uk"
    "@GenderNeutralBro@lemmy.sdf.org"
    "@library_napper@monyet.cc"
    "@Critical_Insight@feddit.uk"
    "@GenderNeutralBro@lemmy.sdf.org"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 273506
  -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4158286"
  +editedAt: DateTimeImmutable @1710871788 {#2030
    date: 2024-03-19 19:09:48.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704205320 {#2032
    date: 2024-01-02 15:22:00.0 +01:00
  }
  +"title": 273506
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
120 DENIED moderate
App\Entity\EntryComment {#2026
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2393
    +user: Proxies\__CG__\App\Entity\User {#3242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
    +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
    +url: null
    +body: """
      [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
      \n
      Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 229
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720279895 {#3278
      date: 2024-07-06 17:31:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3286 …}
    +reports: Doctrine\ORM\PersistentCollection {#3288 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
    +badges: Doctrine\ORM\PersistentCollection {#3294 …}
    +children: [
      1 => App\Entity\EntryComment {#2026}
      0 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +body: "More Performant, yes. More Secure? Not sure about that"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704171154 {#2392
          date: 2024-01-02 05:52:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Critical_Insight@feddit.uk"
          "@pelya@lemmy.world"
          "@eah@kbin.social"
          "@Divine_Confetti@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1383 …}
        +nested: Doctrine\ORM\PersistentCollection {#1405 …}
        +votes: Doctrine\ORM\PersistentCollection {#1382 …}
        +reports: Doctrine\ORM\PersistentCollection {#1404 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 272291
        -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4152441"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704171154 {#2394
          date: 2024-01-02 05:52:34.0 +01:00
        }
        +"title": 272291
      }
    ]
    -id: 26435
    -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
    -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704185781
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/6207077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704099381 {#3264
      date: 2024-01-01 09:56:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704205320 {#2023
    date: 2024-01-02 15:22:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Critical_Insight@feddit.uk"
    "@GenderNeutralBro@lemmy.sdf.org"
    "@library_napper@monyet.cc"
    "@Critical_Insight@feddit.uk"
    "@GenderNeutralBro@lemmy.sdf.org"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 273506
  -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4158286"
  +editedAt: DateTimeImmutable @1710871788 {#2030
    date: 2024-03-19 19:09:48.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704205320 {#2032
    date: 2024-01-02 15:22:00.0 +01:00
  }
  +"title": 273506
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
121 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
122 DENIED moderate
App\Entity\EntryComment {#2395
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2393
    +user: Proxies\__CG__\App\Entity\User {#3242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
    +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
    +url: null
    +body: """
      [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
      \n
      Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 229
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720279895 {#3278
      date: 2024-07-06 17:31:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3286 …}
    +reports: Doctrine\ORM\PersistentCollection {#3288 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
    +badges: Doctrine\ORM\PersistentCollection {#3294 …}
    +children: [
      1 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704205320 {#2023
          date: 2024-01-02 15:22:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Critical_Insight@feddit.uk"
          "@GenderNeutralBro@lemmy.sdf.org"
          "@library_napper@monyet.cc"
          "@Critical_Insight@feddit.uk"
          "@GenderNeutralBro@lemmy.sdf.org"
          "@library_napper@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 273506
        -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4158286"
        +editedAt: DateTimeImmutable @1710871788 {#2030
          date: 2024-03-19 19:09:48.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704205320 {#2032
          date: 2024-01-02 15:22:00.0 +01:00
        }
        +"title": 273506
      }
      0 => App\Entity\EntryComment {#2395}
    ]
    -id: 26435
    -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
    -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704185781
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/6207077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704099381 {#3264
      date: 2024-01-01 09:56:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +body: "More Performant, yes. More Secure? Not sure about that"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704171154 {#2392
    date: 2024-01-02 05:52:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Critical_Insight@feddit.uk"
    "@pelya@lemmy.world"
    "@eah@kbin.social"
    "@Divine_Confetti@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1405 …}
  +votes: Doctrine\ORM\PersistentCollection {#1382 …}
  +reports: Doctrine\ORM\PersistentCollection {#1404 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 272291
  -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4152441"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704171154 {#2394
    date: 2024-01-02 05:52:34.0 +01:00
  }
  +"title": 272291
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED edit
App\Entity\EntryComment {#2395
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2393
    +user: Proxies\__CG__\App\Entity\User {#3242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
    +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
    +url: null
    +body: """
      [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
      \n
      Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 229
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720279895 {#3278
      date: 2024-07-06 17:31:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3286 …}
    +reports: Doctrine\ORM\PersistentCollection {#3288 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
    +badges: Doctrine\ORM\PersistentCollection {#3294 …}
    +children: [
      1 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704205320 {#2023
          date: 2024-01-02 15:22:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Critical_Insight@feddit.uk"
          "@GenderNeutralBro@lemmy.sdf.org"
          "@library_napper@monyet.cc"
          "@Critical_Insight@feddit.uk"
          "@GenderNeutralBro@lemmy.sdf.org"
          "@library_napper@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 273506
        -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4158286"
        +editedAt: DateTimeImmutable @1710871788 {#2030
          date: 2024-03-19 19:09:48.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704205320 {#2032
          date: 2024-01-02 15:22:00.0 +01:00
        }
        +"title": 273506
      }
      0 => App\Entity\EntryComment {#2395}
    ]
    -id: 26435
    -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
    -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704185781
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/6207077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704099381 {#3264
      date: 2024-01-01 09:56:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +body: "More Performant, yes. More Secure? Not sure about that"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704171154 {#2392
    date: 2024-01-02 05:52:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Critical_Insight@feddit.uk"
    "@pelya@lemmy.world"
    "@eah@kbin.social"
    "@Divine_Confetti@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1405 …}
  +votes: Doctrine\ORM\PersistentCollection {#1382 …}
  +reports: Doctrine\ORM\PersistentCollection {#1404 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 272291
  -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4152441"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704171154 {#2394
    date: 2024-01-02 05:52:34.0 +01:00
  }
  +"title": 272291
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
124 DENIED moderate
App\Entity\EntryComment {#2395
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2393
    +user: Proxies\__CG__\App\Entity\User {#3242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "New-Linux-user-here-Is-this-really-how-I-m-supposed"
    +title: "New Linux user here. Is this really how I'm supposed to install apps on Linux?"
    +url: null
    +body: """
      [mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)\n
      \n
      Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 229
    +favouriteCount: 203
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720279895 {#3278
      date: 2024-07-06 17:31:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3286 …}
    +reports: Doctrine\ORM\PersistentCollection {#3288 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3292 …}
    +badges: Doctrine\ORM\PersistentCollection {#3294 …}
    +children: [
      1 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#263 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2393 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +body: "That’s why you download the key from multiple distinct domains from multiple distinct locations using multiple distinct devices and veryify their fingerprints match. If the key/fingerprint is only available on one domain, open a bug report with the maintainer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704205320 {#2023
          date: 2024-01-02 15:22:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Critical_Insight@feddit.uk"
          "@GenderNeutralBro@lemmy.sdf.org"
          "@library_napper@monyet.cc"
          "@Critical_Insight@feddit.uk"
          "@GenderNeutralBro@lemmy.sdf.org"
          "@library_napper@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 273506
        -bodyTs: "'avail':30 'bug':36 'devic':19 'distinct':10,14,18 'domain':11,33 'download':5 'fingerprint':23 'key':7 'key/fingerprint':27 'locat':15 'maintain':40 'match':24 'multipl':9,13,17 'one':32 'open':34 'report':37 'use':16 'veryifi':21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://monyet.cc/comment/4158286"
        +editedAt: DateTimeImmutable @1710871788 {#2030
          date: 2024-03-19 19:09:48.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704205320 {#2032
          date: 2024-01-02 15:22:00.0 +01:00
        }
        +"title": 273506
      }
      0 => App\Entity\EntryComment {#2395}
    ]
    -id: 26435
    -titleTs: "'app':14 'instal':13 'linux':2,16 'm':10 'new':1 'realli':7 'suppos':11 'user':3"
    -bodyTs: "'/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':3 'download':48 'file':50 'follow':31 'give':15 'idea':38 'instal':6,52 'instruct':12,33 'know':28 'm':41,55 'mullvad':13 'mullvad.net':2 'mullvad.net/en/help/install-mullvad-app-linux](https://mullvad.net/en/help/install-mullvad-app-linux)':1 'must':21 'ridicul':19 'simpl':25 'tri':4 'ubuntu':57 'vpn':7 'way':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704185781
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/6207077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704099381 {#3264
      date: 2024-01-01 09:56:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1384 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +body: "More Performant, yes. More Secure? Not sure about that"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704171154 {#2392
    date: 2024-01-02 05:52:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Critical_Insight@feddit.uk"
    "@pelya@lemmy.world"
    "@eah@kbin.social"
    "@Divine_Confetti@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1405 …}
  +votes: Doctrine\ORM\PersistentCollection {#1382 …}
  +reports: Doctrine\ORM\PersistentCollection {#1404 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 272291
  -bodyTs: "'perform':2 'secur':5 'sure':7 'yes':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4152441"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704171154 {#2394
    date: 2024-01-02 05:52:34.0 +01:00
  }
  +"title": 272291
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
125 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
126 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1906
  +user: Proxies\__CG__\App\Entity\User {#3091 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
  +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
  +url: null
  +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 354
  +favouriteCount: 249
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704559219 {#3124
    date: 2024-01-06 17:40:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3129 …}
  +votes: Doctrine\ORM\PersistentCollection {#3132 …}
  +reports: Doctrine\ORM\PersistentCollection {#3134 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3138 …}
  +badges: Doctrine\ORM\PersistentCollection {#3140 …}
  +children: [
    App\Entity\EntryComment {#1910
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1906 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Gentoo. But it took a few years"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703523228 {#2381
        date: 2023-12-25 17:53:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@case_when@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1708 …}
      +nested: Doctrine\ORM\PersistentCollection {#1410 …}
      +votes: Doctrine\ORM\PersistentCollection {#1907 …}
      +reports: Doctrine\ORM\PersistentCollection {#1407 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
      -id: 251395
      -bodyTs: "'gentoo':1 'took':4 'year':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4044458"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703523228 {#2383
        date: 2023-12-25 17:53:48.0 +01:00
      }
      +"title": 251395
    }
  ]
  -id: 24620
  -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
  -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703579294
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5978231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703492894 {#3112
    date: 2023-12-25 09:28:14.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
127 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1906
  +user: Proxies\__CG__\App\Entity\User {#3091 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
  +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
  +url: null
  +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 354
  +favouriteCount: 249
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704559219 {#3124
    date: 2024-01-06 17:40:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3129 …}
  +votes: Doctrine\ORM\PersistentCollection {#3132 …}
  +reports: Doctrine\ORM\PersistentCollection {#3134 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3138 …}
  +badges: Doctrine\ORM\PersistentCollection {#3140 …}
  +children: [
    App\Entity\EntryComment {#1910
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1906 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Gentoo. But it took a few years"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703523228 {#2381
        date: 2023-12-25 17:53:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@case_when@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1708 …}
      +nested: Doctrine\ORM\PersistentCollection {#1410 …}
      +votes: Doctrine\ORM\PersistentCollection {#1907 …}
      +reports: Doctrine\ORM\PersistentCollection {#1407 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
      -id: 251395
      -bodyTs: "'gentoo':1 'took':4 'year':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4044458"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703523228 {#2383
        date: 2023-12-25 17:53:48.0 +01:00
      }
      +"title": 251395
    }
  ]
  -id: 24620
  -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
  -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703579294
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5978231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703492894 {#3112
    date: 2023-12-25 09:28:14.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
128 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1906
  +user: Proxies\__CG__\App\Entity\User {#3091 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
  +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
  +url: null
  +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 354
  +favouriteCount: 249
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704559219 {#3124
    date: 2024-01-06 17:40:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3129 …}
  +votes: Doctrine\ORM\PersistentCollection {#3132 …}
  +reports: Doctrine\ORM\PersistentCollection {#3134 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3138 …}
  +badges: Doctrine\ORM\PersistentCollection {#3140 …}
  +children: [
    App\Entity\EntryComment {#1910
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1906 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
      +image: null
      +parent: null
      +root: null
      +body: "Gentoo. But it took a few years"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703523228 {#2381
        date: 2023-12-25 17:53:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@case_when@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1708 …}
      +nested: Doctrine\ORM\PersistentCollection {#1410 …}
      +votes: Doctrine\ORM\PersistentCollection {#1907 …}
      +reports: Doctrine\ORM\PersistentCollection {#1407 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
      -id: 251395
      -bodyTs: "'gentoo':1 'took':4 'year':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4044458"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703523228 {#2383
        date: 2023-12-25 17:53:48.0 +01:00
      }
      +"title": 251395
    }
  ]
  -id: 24620
  -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
  -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703579294
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5978231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703492894 {#3112
    date: 2023-12-25 09:28:14.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
129 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
130 DENIED moderate
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1906
    +user: Proxies\__CG__\App\Entity\User {#3091 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
    +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
    +url: null
    +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 354
    +favouriteCount: 249
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704559219 {#3124
      date: 2024-01-06 17:40:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3129 …}
    +votes: Doctrine\ORM\PersistentCollection {#3132 …}
    +reports: Doctrine\ORM\PersistentCollection {#3134 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3136 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3138 …}
    +badges: Doctrine\ORM\PersistentCollection {#3140 …}
    +children: [
      App\Entity\EntryComment {#1910}
    ]
    -id: 24620
    -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
    -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703579294
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/5978231"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703492894 {#3112
      date: 2023-12-25 09:28:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gentoo. But it took a few years"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703523228 {#2381
    date: 2023-12-25 17:53:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@case_when@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1708 …}
  +nested: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#1407 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
  -id: 251395
  -bodyTs: "'gentoo':1 'took':4 'year':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4044458"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703523228 {#2383
    date: 2023-12-25 17:53:48.0 +01:00
  }
  +"title": 251395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
131 DENIED edit
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1906
    +user: Proxies\__CG__\App\Entity\User {#3091 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
    +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
    +url: null
    +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 354
    +favouriteCount: 249
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704559219 {#3124
      date: 2024-01-06 17:40:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3129 …}
    +votes: Doctrine\ORM\PersistentCollection {#3132 …}
    +reports: Doctrine\ORM\PersistentCollection {#3134 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3136 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3138 …}
    +badges: Doctrine\ORM\PersistentCollection {#3140 …}
    +children: [
      App\Entity\EntryComment {#1910}
    ]
    -id: 24620
    -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
    -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703579294
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/5978231"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703492894 {#3112
      date: 2023-12-25 09:28:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gentoo. But it took a few years"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703523228 {#2381
    date: 2023-12-25 17:53:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@case_when@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1708 …}
  +nested: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#1407 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
  -id: 251395
  -bodyTs: "'gentoo':1 'took':4 'year':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4044458"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703523228 {#2383
    date: 2023-12-25 17:53:48.0 +01:00
  }
  +"title": 251395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
132 DENIED moderate
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1906
    +user: Proxies\__CG__\App\Entity\User {#3091 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
    +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
    +url: null
    +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 354
    +favouriteCount: 249
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704559219 {#3124
      date: 2024-01-06 17:40:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3129 …}
    +votes: Doctrine\ORM\PersistentCollection {#3132 …}
    +reports: Doctrine\ORM\PersistentCollection {#3134 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3136 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3138 …}
    +badges: Doctrine\ORM\PersistentCollection {#3140 …}
    +children: [
      App\Entity\EntryComment {#1910}
    ]
    -id: 24620
    -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
    -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703579294
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/5978231"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703492894 {#3112
      date: 2023-12-25 09:28:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gentoo. But it took a few years"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703523228 {#2381
    date: 2023-12-25 17:53:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@case_when@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1708 …}
  +nested: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#1407 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
  -id: 251395
  -bodyTs: "'gentoo':1 'took':4 'year':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4044458"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703523228 {#2383
    date: 2023-12-25 17:53:48.0 +01:00
  }
  +"title": 251395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
133 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
134 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#3145 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3186 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3188 …}
  +slug: "New-York-court-Spanish-company-and-the-CIA-found-guilty"
  +title: "New York court: Spanish company and the CIA found guilty of violating rights of Julian Assange’s visitors"
  +url: "https://english.elpais.com/international/2023-12-22/a-spanish-company-and-the-cia-found-guilty-of-violating-rights-of-julian-assanges-visitors.html"
  +body: """
    A court in New York has ruled that UC Global and the Central Intelligence Agency (CIA) violated the constitutional rights and privacy of U.S. citizens when they met with Wikileaks founder Julian Assange at Ecuador’s embassy in London.\n
    \n
    Four U.S. citizens — two lawyers and two journalists — had sued former CIA Director Mike Pompeo, the CIA and David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703413744 {#3181
    date: 2023-12-24 11:29:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3189 …}
  +votes: Doctrine\ORM\PersistentCollection {#3191 …}
  +reports: Doctrine\ORM\PersistentCollection {#3193 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3195 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3197 …}
  +badges: Doctrine\ORM\PersistentCollection {#3199 …}
  +children: [
    App\Entity\EntryComment {#2370
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London\n
        \n
        To be clear: when they say Morales, they’re talking about the Spanish for-profit surveillance guy, not to be confused with the president of Bolivia Evo Morales.\n
        \n
        For a second I thought this was a back stab by Latin America, whew. Nope, just the US doing its illicit shenanigans.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703383250 {#2371
        date: 2023-12-24 03:00:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tardigrada@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 247572
      -bodyTs: "'america':71 'back':67 'bolivia':56 'clear':32 'confus':51 'contract':20 'david':1 'ecuadorian':26 'embassi':27 'evo':57 'firm':17 'for-profit':43 'forc':6 'former':4 'guy':47 'illicit':79 'latin':70 'london':29 'militari':11 'moral':2,36,58 'nope':73 'own':13 'presid':54 'profit':45 'provid':22 're':38 'say':35 'second':61 'secur':23 'shenanigan':80 'soldier':7 'spanish':10,15,42 'special':5 'stab':68 'surveil':16,46 'talk':39 'thought':63 'us':76 'whew':72"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4023696"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703383250 {#2363
        date: 2023-12-24 03:00:50.0 +01:00
      }
      +"title": 247572
    }
  ]
  -id: 24193
  -titleTs: "'assang':16 'cia':8 'compani':5 'court':3 'found':9 'guilti':10 'julian':15 'new':1 'right':13 'spanish':4 'violat':12 'visitor':18 'york':2"
  -bodyTs: "'agenc':15 'assang':33 'central':13 'cia':16,51,56 'citizen':25,42 'constitut':19 'contract':77 'court':2 'david':58 'director':52 'ecuador':35 'ecuadorian':83 'embassi':37,84 'firm':74 'forc':63 'former':50,61 'founder':31 'four':40 'global':10 'intellig':14 'journalist':47 'julian':32 'lawyer':44 'london':39,86 'met':28 'mike':53 'militari':68 'moral':59 'new':4 'own':70 'pompeo':54 'privaci':22 'provid':79 'right':20 'rule':7 'secur':80 'soldier':64 'spanish':67,72 'special':62 'su':49 'surveil':73 'two':43,46 'u.s':24,41 'uc':9 'violat':17 'wikileak':30 'york':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703419346
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10524298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703332946 {#3167
    date: 2023-12-23 13:02:26.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
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#3145 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3186 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3188 …}
  +slug: "New-York-court-Spanish-company-and-the-CIA-found-guilty"
  +title: "New York court: Spanish company and the CIA found guilty of violating rights of Julian Assange’s visitors"
  +url: "https://english.elpais.com/international/2023-12-22/a-spanish-company-and-the-cia-found-guilty-of-violating-rights-of-julian-assanges-visitors.html"
  +body: """
    A court in New York has ruled that UC Global and the Central Intelligence Agency (CIA) violated the constitutional rights and privacy of U.S. citizens when they met with Wikileaks founder Julian Assange at Ecuador’s embassy in London.\n
    \n
    Four U.S. citizens — two lawyers and two journalists — had sued former CIA Director Mike Pompeo, the CIA and David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703413744 {#3181
    date: 2023-12-24 11:29:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3189 …}
  +votes: Doctrine\ORM\PersistentCollection {#3191 …}
  +reports: Doctrine\ORM\PersistentCollection {#3193 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3195 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3197 …}
  +badges: Doctrine\ORM\PersistentCollection {#3199 …}
  +children: [
    App\Entity\EntryComment {#2370
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London\n
        \n
        To be clear: when they say Morales, they’re talking about the Spanish for-profit surveillance guy, not to be confused with the president of Bolivia Evo Morales.\n
        \n
        For a second I thought this was a back stab by Latin America, whew. Nope, just the US doing its illicit shenanigans.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703383250 {#2371
        date: 2023-12-24 03:00:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tardigrada@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 247572
      -bodyTs: "'america':71 'back':67 'bolivia':56 'clear':32 'confus':51 'contract':20 'david':1 'ecuadorian':26 'embassi':27 'evo':57 'firm':17 'for-profit':43 'forc':6 'former':4 'guy':47 'illicit':79 'latin':70 'london':29 'militari':11 'moral':2,36,58 'nope':73 'own':13 'presid':54 'profit':45 'provid':22 're':38 'say':35 'second':61 'secur':23 'shenanigan':80 'soldier':7 'spanish':10,15,42 'special':5 'stab':68 'surveil':16,46 'talk':39 'thought':63 'us':76 'whew':72"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4023696"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703383250 {#2363
        date: 2023-12-24 03:00:50.0 +01:00
      }
      +"title": 247572
    }
  ]
  -id: 24193
  -titleTs: "'assang':16 'cia':8 'compani':5 'court':3 'found':9 'guilti':10 'julian':15 'new':1 'right':13 'spanish':4 'violat':12 'visitor':18 'york':2"
  -bodyTs: "'agenc':15 'assang':33 'central':13 'cia':16,51,56 'citizen':25,42 'constitut':19 'contract':77 'court':2 'david':58 'director':52 'ecuador':35 'ecuadorian':83 'embassi':37,84 'firm':74 'forc':63 'former':50,61 'founder':31 'four':40 'global':10 'intellig':14 'journalist':47 'julian':32 'lawyer':44 'london':39,86 'met':28 'mike':53 'militari':68 'moral':59 'new':4 'own':70 'pompeo':54 'privaci':22 'provid':79 'right':20 'rule':7 'secur':80 'soldier':64 'spanish':67,72 'special':62 'su':49 'surveil':73 'two':43,46 'u.s':24,41 'uc':9 'violat':17 'wikileak':30 'york':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703419346
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10524298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703332946 {#3167
    date: 2023-12-23 13:02:26.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
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#3145 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3186 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3188 …}
  +slug: "New-York-court-Spanish-company-and-the-CIA-found-guilty"
  +title: "New York court: Spanish company and the CIA found guilty of violating rights of Julian Assange’s visitors"
  +url: "https://english.elpais.com/international/2023-12-22/a-spanish-company-and-the-cia-found-guilty-of-violating-rights-of-julian-assanges-visitors.html"
  +body: """
    A court in New York has ruled that UC Global and the Central Intelligence Agency (CIA) violated the constitutional rights and privacy of U.S. citizens when they met with Wikileaks founder Julian Assange at Ecuador’s embassy in London.\n
    \n
    Four U.S. citizens — two lawyers and two journalists — had sued former CIA Director Mike Pompeo, the CIA and David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703413744 {#3181
    date: 2023-12-24 11:29:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3189 …}
  +votes: Doctrine\ORM\PersistentCollection {#3191 …}
  +reports: Doctrine\ORM\PersistentCollection {#3193 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3195 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3197 …}
  +badges: Doctrine\ORM\PersistentCollection {#3199 …}
  +children: [
    App\Entity\EntryComment {#2370
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London\n
        \n
        To be clear: when they say Morales, they’re talking about the Spanish for-profit surveillance guy, not to be confused with the president of Bolivia Evo Morales.\n
        \n
        For a second I thought this was a back stab by Latin America, whew. Nope, just the US doing its illicit shenanigans.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703383250 {#2371
        date: 2023-12-24 03:00:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tardigrada@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 247572
      -bodyTs: "'america':71 'back':67 'bolivia':56 'clear':32 'confus':51 'contract':20 'david':1 'ecuadorian':26 'embassi':27 'evo':57 'firm':17 'for-profit':43 'forc':6 'former':4 'guy':47 'illicit':79 'latin':70 'london':29 'militari':11 'moral':2,36,58 'nope':73 'own':13 'presid':54 'profit':45 'provid':22 're':38 'say':35 'second':61 'secur':23 'shenanigan':80 'soldier':7 'spanish':10,15,42 'special':5 'stab':68 'surveil':16,46 'talk':39 'thought':63 'us':76 'whew':72"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/4023696"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703383250 {#2363
        date: 2023-12-24 03:00:50.0 +01:00
      }
      +"title": 247572
    }
  ]
  -id: 24193
  -titleTs: "'assang':16 'cia':8 'compani':5 'court':3 'found':9 'guilti':10 'julian':15 'new':1 'right':13 'spanish':4 'violat':12 'visitor':18 'york':2"
  -bodyTs: "'agenc':15 'assang':33 'central':13 'cia':16,51,56 'citizen':25,42 'constitut':19 'contract':77 'court':2 'david':58 'director':52 'ecuador':35 'ecuadorian':83 'embassi':37,84 'firm':74 'forc':63 'former':50,61 'founder':31 'four':40 'global':10 'intellig':14 'journalist':47 'julian':32 'lawyer':44 'london':39,86 'met':28 'mike':53 'militari':68 'moral':59 'new':4 'own':70 'pompeo':54 'privaci':22 'provid':79 'right':20 'rule':7 'secur':80 'soldier':64 'spanish':67,72 'special':62 'su':49 'surveil':73 'two':43,46 'u.s':24,41 'uc':9 'violat':17 'wikileak':30 'york':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703419346
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10524298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703332946 {#3167
    date: 2023-12-23 13:02:26.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
137 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
138 DENIED moderate
App\Entity\EntryComment {#2370
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#3145 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3186 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3188 …}
    +slug: "New-York-court-Spanish-company-and-the-CIA-found-guilty"
    +title: "New York court: Spanish company and the CIA found guilty of violating rights of Julian Assange’s visitors"
    +url: "https://english.elpais.com/international/2023-12-22/a-spanish-company-and-the-cia-found-guilty-of-violating-rights-of-julian-assanges-visitors.html"
    +body: """
      A court in New York has ruled that UC Global and the Central Intelligence Agency (CIA) violated the constitutional rights and privacy of U.S. citizens when they met with Wikileaks founder Julian Assange at Ecuador’s embassy in London.\n
      \n
      Four U.S. citizens — two lawyers and two journalists — had sued former CIA Director Mike Pompeo, the CIA and David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703413744 {#3181
      date: 2023-12-24 11:29:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3189 …}
    +votes: Doctrine\ORM\PersistentCollection {#3191 …}
    +reports: Doctrine\ORM\PersistentCollection {#3193 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3195 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3197 …}
    +badges: Doctrine\ORM\PersistentCollection {#3199 …}
    +children: [
      App\Entity\EntryComment {#2370}
    ]
    -id: 24193
    -titleTs: "'assang':16 'cia':8 'compani':5 'court':3 'found':9 'guilti':10 'julian':15 'new':1 'right':13 'spanish':4 'violat':12 'visitor':18 'york':2"
    -bodyTs: "'agenc':15 'assang':33 'central':13 'cia':16,51,56 'citizen':25,42 'constitut':19 'contract':77 'court':2 'david':58 'director':52 'ecuador':35 'ecuadorian':83 'embassi':37,84 'firm':74 'forc':63 'former':50,61 'founder':31 'four':40 'global':10 'intellig':14 'journalist':47 'julian':32 'lawyer':44 'london':39,86 'met':28 'mike':53 'militari':68 'moral':59 'new':4 'own':70 'pompeo':54 'privaci':22 'provid':79 'right':20 'rule':7 'secur':80 'soldier':64 'spanish':67,72 'special':62 'su':49 'surveil':73 'two':43,46 'u.s':24,41 'uc':9 'violat':17 'wikileak':30 'york':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703419346
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10524298"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703332946 {#3167
      date: 2023-12-23 13:02:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London\n
    \n
    To be clear: when they say Morales, they’re talking about the Spanish for-profit surveillance guy, not to be confused with the president of Bolivia Evo Morales.\n
    \n
    For a second I thought this was a back stab by Latin America, whew. Nope, just the US doing its illicit shenanigans.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703383250 {#2371
    date: 2023-12-24 03:00:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tardigrada@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 247572
  -bodyTs: "'america':71 'back':67 'bolivia':56 'clear':32 'confus':51 'contract':20 'david':1 'ecuadorian':26 'embassi':27 'evo':57 'firm':17 'for-profit':43 'forc':6 'former':4 'guy':47 'illicit':79 'latin':70 'london':29 'militari':11 'moral':2,36,58 'nope':73 'own':13 'presid':54 'profit':45 'provid':22 're':38 'say':35 'second':61 'secur':23 'shenanigan':80 'soldier':7 'spanish':10,15,42 'special':5 'stab':68 'surveil':16,46 'talk':39 'thought':63 'us':76 'whew':72"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4023696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703383250 {#2363
    date: 2023-12-24 03:00:50.0 +01:00
  }
  +"title": 247572
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
139 DENIED edit
App\Entity\EntryComment {#2370
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#3145 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3186 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3188 …}
    +slug: "New-York-court-Spanish-company-and-the-CIA-found-guilty"
    +title: "New York court: Spanish company and the CIA found guilty of violating rights of Julian Assange’s visitors"
    +url: "https://english.elpais.com/international/2023-12-22/a-spanish-company-and-the-cia-found-guilty-of-violating-rights-of-julian-assanges-visitors.html"
    +body: """
      A court in New York has ruled that UC Global and the Central Intelligence Agency (CIA) violated the constitutional rights and privacy of U.S. citizens when they met with Wikileaks founder Julian Assange at Ecuador’s embassy in London.\n
      \n
      Four U.S. citizens — two lawyers and two journalists — had sued former CIA Director Mike Pompeo, the CIA and David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703413744 {#3181
      date: 2023-12-24 11:29:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3189 …}
    +votes: Doctrine\ORM\PersistentCollection {#3191 …}
    +reports: Doctrine\ORM\PersistentCollection {#3193 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3195 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3197 …}
    +badges: Doctrine\ORM\PersistentCollection {#3199 …}
    +children: [
      App\Entity\EntryComment {#2370}
    ]
    -id: 24193
    -titleTs: "'assang':16 'cia':8 'compani':5 'court':3 'found':9 'guilti':10 'julian':15 'new':1 'right':13 'spanish':4 'violat':12 'visitor':18 'york':2"
    -bodyTs: "'agenc':15 'assang':33 'central':13 'cia':16,51,56 'citizen':25,42 'constitut':19 'contract':77 'court':2 'david':58 'director':52 'ecuador':35 'ecuadorian':83 'embassi':37,84 'firm':74 'forc':63 'former':50,61 'founder':31 'four':40 'global':10 'intellig':14 'journalist':47 'julian':32 'lawyer':44 'london':39,86 'met':28 'mike':53 'militari':68 'moral':59 'new':4 'own':70 'pompeo':54 'privaci':22 'provid':79 'right':20 'rule':7 'secur':80 'soldier':64 'spanish':67,72 'special':62 'su':49 'surveil':73 'two':43,46 'u.s':24,41 'uc':9 'violat':17 'wikileak':30 'york':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703419346
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10524298"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703332946 {#3167
      date: 2023-12-23 13:02:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London\n
    \n
    To be clear: when they say Morales, they’re talking about the Spanish for-profit surveillance guy, not to be confused with the president of Bolivia Evo Morales.\n
    \n
    For a second I thought this was a back stab by Latin America, whew. Nope, just the US doing its illicit shenanigans.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703383250 {#2371
    date: 2023-12-24 03:00:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tardigrada@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 247572
  -bodyTs: "'america':71 'back':67 'bolivia':56 'clear':32 'confus':51 'contract':20 'david':1 'ecuadorian':26 'embassi':27 'evo':57 'firm':17 'for-profit':43 'forc':6 'former':4 'guy':47 'illicit':79 'latin':70 'london':29 'militari':11 'moral':2,36,58 'nope':73 'own':13 'presid':54 'profit':45 'provid':22 're':38 'say':35 'second':61 'secur':23 'shenanigan':80 'soldier':7 'spanish':10,15,42 'special':5 'stab':68 'surveil':16,46 'talk':39 'thought':63 'us':76 'whew':72"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4023696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703383250 {#2363
    date: 2023-12-24 03:00:50.0 +01:00
  }
  +"title": 247572
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
140 DENIED moderate
App\Entity\EntryComment {#2370
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#3145 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3186 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3188 …}
    +slug: "New-York-court-Spanish-company-and-the-CIA-found-guilty"
    +title: "New York court: Spanish company and the CIA found guilty of violating rights of Julian Assange’s visitors"
    +url: "https://english.elpais.com/international/2023-12-22/a-spanish-company-and-the-cia-found-guilty-of-violating-rights-of-julian-assanges-visitors.html"
    +body: """
      A court in New York has ruled that UC Global and the Central Intelligence Agency (CIA) violated the constitutional rights and privacy of U.S. citizens when they met with Wikileaks founder Julian Assange at Ecuador’s embassy in London.\n
      \n
      Four U.S. citizens — two lawyers and two journalists — had sued former CIA Director Mike Pompeo, the CIA and David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703413744 {#3181
      date: 2023-12-24 11:29:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3189 …}
    +votes: Doctrine\ORM\PersistentCollection {#3191 …}
    +reports: Doctrine\ORM\PersistentCollection {#3193 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3195 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3197 …}
    +badges: Doctrine\ORM\PersistentCollection {#3199 …}
    +children: [
      App\Entity\EntryComment {#2370}
    ]
    -id: 24193
    -titleTs: "'assang':16 'cia':8 'compani':5 'court':3 'found':9 'guilti':10 'julian':15 'new':1 'right':13 'spanish':4 'violat':12 'visitor':18 'york':2"
    -bodyTs: "'agenc':15 'assang':33 'central':13 'cia':16,51,56 'citizen':25,42 'constitut':19 'contract':77 'court':2 'david':58 'director':52 'ecuador':35 'ecuadorian':83 'embassi':37,84 'firm':74 'forc':63 'former':50,61 'founder':31 'four':40 'global':10 'intellig':14 'journalist':47 'julian':32 'lawyer':44 'london':39,86 'met':28 'mike':53 'militari':68 'moral':59 'new':4 'own':70 'pompeo':54 'privaci':22 'provid':79 'right':20 'rule':7 'secur':80 'soldier':64 'spanish':67,72 'special':62 'su':49 'surveil':73 'two':43,46 'u.s':24,41 'uc':9 'violat':17 'wikileak':30 'york':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703419346
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10524298"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703332946 {#3167
      date: 2023-12-23 13:02:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > David Morales, a former Special Forces soldier in the Spanish military who owned a Spanish surveillance firm that was contracted to provide security for the Ecuadorian Embassy in London\n
    \n
    To be clear: when they say Morales, they’re talking about the Spanish for-profit surveillance guy, not to be confused with the president of Bolivia Evo Morales.\n
    \n
    For a second I thought this was a back stab by Latin America, whew. Nope, just the US doing its illicit shenanigans.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703383250 {#2371
    date: 2023-12-24 03:00:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tardigrada@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 247572
  -bodyTs: "'america':71 'back':67 'bolivia':56 'clear':32 'confus':51 'contract':20 'david':1 'ecuadorian':26 'embassi':27 'evo':57 'firm':17 'for-profit':43 'forc':6 'former':4 'guy':47 'illicit':79 'latin':70 'london':29 'militari':11 'moral':2,36,58 'nope':73 'own':13 'presid':54 'profit':45 'provid':22 're':38 'say':35 'second':61 'secur':23 'shenanigan':80 'soldier':7 'spanish':10,15,42 'special':5 'stab':68 'surveil':16,46 'talk':39 'thought':63 'us':76 'whew':72"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/4023696"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703383250 {#2363
    date: 2023-12-24 03:00:50.0 +01:00
  }
  +"title": 247572
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
141 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
142 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#3127 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: Proxies\__CG__\App\Entity\Image {#3166 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3168 …}
  +slug: "same-bed-length"
  +title: "same bed length"
  +url: "https://feddit.de/pictrs/image/b5774d96-67c4-47f3-aece-01a3f6d05187.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 350
  +favouriteCount: 1438
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728578384 {#3161
    date: 2024-10-10 18:39:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3169 …}
  +votes: Doctrine\ORM\PersistentCollection {#3171 …}
  +reports: Doctrine\ORM\PersistentCollection {#3173 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3175 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3177 …}
  +badges: Doctrine\ORM\PersistentCollection {#3179 …}
  +children: [
    App\Entity\EntryComment {#2422
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +body: "Is that a joke?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701829778 {#1726
        date: 2023-12-06 03:29:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@maegul@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 202377
      -bodyTs: "'joke':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3681612"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701829778 {#1721
        date: 2023-12-06 03:29:38.0 +01:00
      }
      +"title": 202377
    }
  ]
  -id: 20481
  -titleTs: "'bed':2 'length':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701904751
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6409252"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701818351 {#3148
    date: 2023-12-06 00:19:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#3127 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: Proxies\__CG__\App\Entity\Image {#3166 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3168 …}
  +slug: "same-bed-length"
  +title: "same bed length"
  +url: "https://feddit.de/pictrs/image/b5774d96-67c4-47f3-aece-01a3f6d05187.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 350
  +favouriteCount: 1438
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728578384 {#3161
    date: 2024-10-10 18:39:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3169 …}
  +votes: Doctrine\ORM\PersistentCollection {#3171 …}
  +reports: Doctrine\ORM\PersistentCollection {#3173 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3175 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3177 …}
  +badges: Doctrine\ORM\PersistentCollection {#3179 …}
  +children: [
    App\Entity\EntryComment {#2422
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +body: "Is that a joke?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701829778 {#1726
        date: 2023-12-06 03:29:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@maegul@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 202377
      -bodyTs: "'joke':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3681612"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701829778 {#1721
        date: 2023-12-06 03:29:38.0 +01:00
      }
      +"title": 202377
    }
  ]
  -id: 20481
  -titleTs: "'bed':2 'length':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701904751
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6409252"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701818351 {#3148
    date: 2023-12-06 00:19:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#3127 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: Proxies\__CG__\App\Entity\Image {#3166 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3168 …}
  +slug: "same-bed-length"
  +title: "same bed length"
  +url: "https://feddit.de/pictrs/image/b5774d96-67c4-47f3-aece-01a3f6d05187.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 350
  +favouriteCount: 1438
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728578384 {#3161
    date: 2024-10-10 18:39:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3169 …}
  +votes: Doctrine\ORM\PersistentCollection {#3171 …}
  +reports: Doctrine\ORM\PersistentCollection {#3173 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3175 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3177 …}
  +badges: Doctrine\ORM\PersistentCollection {#3179 …}
  +children: [
    App\Entity\EntryComment {#2422
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +body: "Is that a joke?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701829778 {#1726
        date: 2023-12-06 03:29:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@maegul@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 202377
      -bodyTs: "'joke':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3681612"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701829778 {#1721
        date: 2023-12-06 03:29:38.0 +01:00
      }
      +"title": 202377
    }
  ]
  -id: 20481
  -titleTs: "'bed':2 'length':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701904751
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6409252"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701818351 {#3148
    date: 2023-12-06 00:19:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
145 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
146 DENIED moderate
App\Entity\EntryComment {#2422
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#3127 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: Proxies\__CG__\App\Entity\Image {#3166 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3168 …}
    +slug: "same-bed-length"
    +title: "same bed length"
    +url: "https://feddit.de/pictrs/image/b5774d96-67c4-47f3-aece-01a3f6d05187.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 350
    +favouriteCount: 1438
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728578384 {#3161
      date: 2024-10-10 18:39:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3169 …}
    +votes: Doctrine\ORM\PersistentCollection {#3171 …}
    +reports: Doctrine\ORM\PersistentCollection {#3173 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3175 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3177 …}
    +badges: Doctrine\ORM\PersistentCollection {#3179 …}
    +children: [
      App\Entity\EntryComment {#2422}
    ]
    -id: 20481
    -titleTs: "'bed':2 'length':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701904751
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6409252"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701818351 {#3148
      date: 2023-12-06 00:19:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +body: "Is that a joke?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701829778 {#1726
    date: 2023-12-06 03:29:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@maegul@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 202377
  -bodyTs: "'joke':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3681612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701829778 {#1721
    date: 2023-12-06 03:29:38.0 +01:00
  }
  +"title": 202377
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
147 DENIED edit
App\Entity\EntryComment {#2422
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#3127 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: Proxies\__CG__\App\Entity\Image {#3166 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3168 …}
    +slug: "same-bed-length"
    +title: "same bed length"
    +url: "https://feddit.de/pictrs/image/b5774d96-67c4-47f3-aece-01a3f6d05187.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 350
    +favouriteCount: 1438
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728578384 {#3161
      date: 2024-10-10 18:39:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3169 …}
    +votes: Doctrine\ORM\PersistentCollection {#3171 …}
    +reports: Doctrine\ORM\PersistentCollection {#3173 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3175 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3177 …}
    +badges: Doctrine\ORM\PersistentCollection {#3179 …}
    +children: [
      App\Entity\EntryComment {#2422}
    ]
    -id: 20481
    -titleTs: "'bed':2 'length':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701904751
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6409252"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701818351 {#3148
      date: 2023-12-06 00:19:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +body: "Is that a joke?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701829778 {#1726
    date: 2023-12-06 03:29:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@maegul@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 202377
  -bodyTs: "'joke':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3681612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701829778 {#1721
    date: 2023-12-06 03:29:38.0 +01:00
  }
  +"title": 202377
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
148 DENIED moderate
App\Entity\EntryComment {#2422
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#3127 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: Proxies\__CG__\App\Entity\Image {#3166 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3168 …}
    +slug: "same-bed-length"
    +title: "same bed length"
    +url: "https://feddit.de/pictrs/image/b5774d96-67c4-47f3-aece-01a3f6d05187.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 350
    +favouriteCount: 1438
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728578384 {#3161
      date: 2024-10-10 18:39:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3169 …}
    +votes: Doctrine\ORM\PersistentCollection {#3171 …}
    +reports: Doctrine\ORM\PersistentCollection {#3173 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3175 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3177 …}
    +badges: Doctrine\ORM\PersistentCollection {#3179 …}
    +children: [
      App\Entity\EntryComment {#2422}
    ]
    -id: 20481
    -titleTs: "'bed':2 'length':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701904751
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6409252"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701818351 {#3148
      date: 2023-12-06 00:19:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +body: "Is that a joke?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701829778 {#1726
    date: 2023-12-06 03:29:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@maegul@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 202377
  -bodyTs: "'joke':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3681612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701829778 {#1721
    date: 2023-12-06 03:29:38.0 +01:00
  }
  +"title": 202377
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
149 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
150 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1715
  +user: Proxies\__CG__\App\Entity\User {#3164 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3206 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
  +slug: "Finland-shuts-more-Russia-border-points-says-asylum-inflow-must"
  +title: "Finland shuts more Russia border points, says asylum inflow must stop"
  +url: "https://www.reuters.com/world/europe/finland-has-closed-all-passenger-border-crossings-with-russia-one-2023-11-24/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700951202 {#3201
    date: 2023-11-25 23:26:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3208 …}
  +votes: Doctrine\ORM\PersistentCollection {#3210 …}
  +reports: Doctrine\ORM\PersistentCollection {#3212 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
  +badges: Doctrine\ORM\PersistentCollection {#3218 …}
  +children: [
    App\Entity\EntryComment {#1714
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1715 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: "Assholes"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700941378 {#1720
        date: 2023-11-25 20:42:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1719 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
      -id: 163640
      -bodyTs: "'asshol':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3471638"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700941378 {#1718
        date: 2023-11-25 20:42:58.0 +01:00
      }
      +"title": 163640
    }
  ]
  -id: 16542
  -titleTs: "'asylum':8 'border':5 'finland':1 'inflow':9 'must':10 'point':6 'russia':4 'say':7 'shut':2 'stop':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700977916
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3733098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700891516 {#3187
    date: 2023-11-25 06:51:56.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
151 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1715
  +user: Proxies\__CG__\App\Entity\User {#3164 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3206 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
  +slug: "Finland-shuts-more-Russia-border-points-says-asylum-inflow-must"
  +title: "Finland shuts more Russia border points, says asylum inflow must stop"
  +url: "https://www.reuters.com/world/europe/finland-has-closed-all-passenger-border-crossings-with-russia-one-2023-11-24/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700951202 {#3201
    date: 2023-11-25 23:26:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3208 …}
  +votes: Doctrine\ORM\PersistentCollection {#3210 …}
  +reports: Doctrine\ORM\PersistentCollection {#3212 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
  +badges: Doctrine\ORM\PersistentCollection {#3218 …}
  +children: [
    App\Entity\EntryComment {#1714
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1715 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: "Assholes"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700941378 {#1720
        date: 2023-11-25 20:42:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1719 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
      -id: 163640
      -bodyTs: "'asshol':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3471638"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700941378 {#1718
        date: 2023-11-25 20:42:58.0 +01:00
      }
      +"title": 163640
    }
  ]
  -id: 16542
  -titleTs: "'asylum':8 'border':5 'finland':1 'inflow':9 'must':10 'point':6 'russia':4 'say':7 'shut':2 'stop':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700977916
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3733098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700891516 {#3187
    date: 2023-11-25 06:51:56.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
152 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1715
  +user: Proxies\__CG__\App\Entity\User {#3164 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3206 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
  +slug: "Finland-shuts-more-Russia-border-points-says-asylum-inflow-must"
  +title: "Finland shuts more Russia border points, says asylum inflow must stop"
  +url: "https://www.reuters.com/world/europe/finland-has-closed-all-passenger-border-crossings-with-russia-one-2023-11-24/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700951202 {#3201
    date: 2023-11-25 23:26:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3208 …}
  +votes: Doctrine\ORM\PersistentCollection {#3210 …}
  +reports: Doctrine\ORM\PersistentCollection {#3212 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
  +badges: Doctrine\ORM\PersistentCollection {#3218 …}
  +children: [
    App\Entity\EntryComment {#1714
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1715 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: null
      +root: null
      +body: "Assholes"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700941378 {#1720
        date: 2023-11-25 20:42:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1719 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
      -id: 163640
      -bodyTs: "'asshol':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3471638"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700941378 {#1718
        date: 2023-11-25 20:42:58.0 +01:00
      }
      +"title": 163640
    }
  ]
  -id: 16542
  -titleTs: "'asylum':8 'border':5 'finland':1 'inflow':9 'must':10 'point':6 'russia':4 'say':7 'shut':2 'stop':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700977916
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3733098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700891516 {#3187
    date: 2023-11-25 06:51:56.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
153 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
154 DENIED moderate
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1715
    +user: Proxies\__CG__\App\Entity\User {#3164 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3206 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
    +slug: "Finland-shuts-more-Russia-border-points-says-asylum-inflow-must"
    +title: "Finland shuts more Russia border points, says asylum inflow must stop"
    +url: "https://www.reuters.com/world/europe/finland-has-closed-all-passenger-border-crossings-with-russia-one-2023-11-24/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700951202 {#3201
      date: 2023-11-25 23:26:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3208 …}
    +votes: Doctrine\ORM\PersistentCollection {#3210 …}
    +reports: Doctrine\ORM\PersistentCollection {#3212 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
    +badges: Doctrine\ORM\PersistentCollection {#3218 …}
    +children: [
      App\Entity\EntryComment {#1714}
    ]
    -id: 16542
    -titleTs: "'asylum':8 'border':5 'finland':1 'inflow':9 'must':10 'point':6 'russia':4 'say':7 'shut':2 'stop':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700977916
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3733098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700891516 {#3187
      date: 2023-11-25 06:51:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: "Assholes"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700941378 {#1720
    date: 2023-11-25 20:42:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1719 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
  -id: 163640
  -bodyTs: "'asshol':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3471638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700941378 {#1718
    date: 2023-11-25 20:42:58.0 +01:00
  }
  +"title": 163640
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
155 DENIED edit
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1715
    +user: Proxies\__CG__\App\Entity\User {#3164 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3206 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
    +slug: "Finland-shuts-more-Russia-border-points-says-asylum-inflow-must"
    +title: "Finland shuts more Russia border points, says asylum inflow must stop"
    +url: "https://www.reuters.com/world/europe/finland-has-closed-all-passenger-border-crossings-with-russia-one-2023-11-24/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700951202 {#3201
      date: 2023-11-25 23:26:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3208 …}
    +votes: Doctrine\ORM\PersistentCollection {#3210 …}
    +reports: Doctrine\ORM\PersistentCollection {#3212 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
    +badges: Doctrine\ORM\PersistentCollection {#3218 …}
    +children: [
      App\Entity\EntryComment {#1714}
    ]
    -id: 16542
    -titleTs: "'asylum':8 'border':5 'finland':1 'inflow':9 'must':10 'point':6 'russia':4 'say':7 'shut':2 'stop':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700977916
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3733098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700891516 {#3187
      date: 2023-11-25 06:51:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: "Assholes"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700941378 {#1720
    date: 2023-11-25 20:42:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1719 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
  -id: 163640
  -bodyTs: "'asshol':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3471638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700941378 {#1718
    date: 2023-11-25 20:42:58.0 +01:00
  }
  +"title": 163640
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
156 DENIED moderate
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1715
    +user: Proxies\__CG__\App\Entity\User {#3164 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3206 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
    +slug: "Finland-shuts-more-Russia-border-points-says-asylum-inflow-must"
    +title: "Finland shuts more Russia border points, says asylum inflow must stop"
    +url: "https://www.reuters.com/world/europe/finland-has-closed-all-passenger-border-crossings-with-russia-one-2023-11-24/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700951202 {#3201
      date: 2023-11-25 23:26:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3208 …}
    +votes: Doctrine\ORM\PersistentCollection {#3210 …}
    +reports: Doctrine\ORM\PersistentCollection {#3212 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
    +badges: Doctrine\ORM\PersistentCollection {#3218 …}
    +children: [
      App\Entity\EntryComment {#1714}
    ]
    -id: 16542
    -titleTs: "'asylum':8 'border':5 'finland':1 'inflow':9 'must':10 'point':6 'russia':4 'say':7 'shut':2 'stop':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700977916
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3733098"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700891516 {#3187
      date: 2023-11-25 06:51:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: null
  +root: null
  +body: "Assholes"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700941378 {#1720
    date: 2023-11-25 20:42:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1719 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
  -id: 163640
  -bodyTs: "'asshol':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3471638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700941378 {#1718
    date: 2023-11-25 20:42:58.0 +01:00
  }
  +"title": 163640
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
157 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
158 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1558
  +user: Proxies\__CG__\App\Entity\User {#2175 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
  +title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
  +url: null
  +body: """
    I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
    \n
    I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
    \n
    Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
    \n
    - support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
    - support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
    - support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
    - possibly, support local public TV streaming (eg. BBC)\n
    \n
    I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
    \n
    I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701080701 {#3071
    date: 2023-11-27 11:25:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3078 …}
  +reports: Doctrine\ORM\PersistentCollection {#3080 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3084 …}
  +badges: Doctrine\ORM\PersistentCollection {#3086 …}
  +children: [
    App\Entity\EntryComment {#1557
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1558 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "What happened to roku? Is it not open source?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701235239 {#1661
        date: 2023-11-29 06:20:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gomp@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1565 …}
      +nested: Doctrine\ORM\PersistentCollection {#1621 …}
      +votes: Doctrine\ORM\PersistentCollection {#1613 …}
      +reports: Doctrine\ORM\PersistentCollection {#1596 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
      -id: 152167
      -bodyTs: "'happen':2 'open':8 'roku':4 'sourc':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3416650"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700690342 {#1556
        date: 2023-11-22 22:59:02.0 +01:00
      }
      +"title": 152167
    }
  ]
  -id: 15401
  -titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
  -bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700742945
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8314189"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700656545 {#3058
    date: 2023-11-22 13:35:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
159 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1558
  +user: Proxies\__CG__\App\Entity\User {#2175 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
  +title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
  +url: null
  +body: """
    I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
    \n
    I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
    \n
    Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
    \n
    - support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
    - support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
    - support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
    - possibly, support local public TV streaming (eg. BBC)\n
    \n
    I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
    \n
    I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701080701 {#3071
    date: 2023-11-27 11:25:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3078 …}
  +reports: Doctrine\ORM\PersistentCollection {#3080 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3084 …}
  +badges: Doctrine\ORM\PersistentCollection {#3086 …}
  +children: [
    App\Entity\EntryComment {#1557
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1558 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "What happened to roku? Is it not open source?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701235239 {#1661
        date: 2023-11-29 06:20:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gomp@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1565 …}
      +nested: Doctrine\ORM\PersistentCollection {#1621 …}
      +votes: Doctrine\ORM\PersistentCollection {#1613 …}
      +reports: Doctrine\ORM\PersistentCollection {#1596 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
      -id: 152167
      -bodyTs: "'happen':2 'open':8 'roku':4 'sourc':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3416650"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700690342 {#1556
        date: 2023-11-22 22:59:02.0 +01:00
      }
      +"title": 152167
    }
  ]
  -id: 15401
  -titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
  -bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700742945
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8314189"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700656545 {#3058
    date: 2023-11-22 13:35:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
160 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1558
  +user: Proxies\__CG__\App\Entity\User {#2175 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
  +title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
  +url: null
  +body: """
    I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
    \n
    I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
    \n
    Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
    \n
    - support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
    - support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
    - support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
    - possibly, support local public TV streaming (eg. BBC)\n
    \n
    I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
    \n
    I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701080701 {#3071
    date: 2023-11-27 11:25:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3078 …}
  +reports: Doctrine\ORM\PersistentCollection {#3080 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3084 …}
  +badges: Doctrine\ORM\PersistentCollection {#3086 …}
  +children: [
    App\Entity\EntryComment {#1557
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1558 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: "What happened to roku? Is it not open source?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701235239 {#1661
        date: 2023-11-29 06:20:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gomp@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1565 …}
      +nested: Doctrine\ORM\PersistentCollection {#1621 …}
      +votes: Doctrine\ORM\PersistentCollection {#1613 …}
      +reports: Doctrine\ORM\PersistentCollection {#1596 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
      -id: 152167
      -bodyTs: "'happen':2 'open':8 'roku':4 'sourc':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3416650"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700690342 {#1556
        date: 2023-11-22 22:59:02.0 +01:00
      }
      +"title": 152167
    }
  ]
  -id: 15401
  -titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
  -bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700742945
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8314189"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700656545 {#3058
    date: 2023-11-22 13:35:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
161 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
162 DENIED moderate
App\Entity\EntryComment {#1557
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558
    +user: Proxies\__CG__\App\Entity\User {#2175 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
    +title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
    +url: null
    +body: """
      I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
      \n
      I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
      \n
      Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
      \n
      - support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
      - support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
      - support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
      - possibly, support local public TV streaming (eg. BBC)\n
      \n
      I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
      \n
      I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701080701 {#3071
      date: 2023-11-27 11:25:01.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3078 …}
    +reports: Doctrine\ORM\PersistentCollection {#3080 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3084 …}
    +badges: Doctrine\ORM\PersistentCollection {#3086 …}
    +children: [
      App\Entity\EntryComment {#1557}
    ]
    -id: 15401
    -titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
    -bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700742945
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8314189"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700656545 {#3058
      date: 2023-11-22 13:35:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "What happened to roku? Is it not open source?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701235239 {#1661
    date: 2023-11-29 06:20:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gomp@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1565 …}
  +nested: Doctrine\ORM\PersistentCollection {#1621 …}
  +votes: Doctrine\ORM\PersistentCollection {#1613 …}
  +reports: Doctrine\ORM\PersistentCollection {#1596 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
  -id: 152167
  -bodyTs: "'happen':2 'open':8 'roku':4 'sourc':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3416650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700690342 {#1556
    date: 2023-11-22 22:59:02.0 +01:00
  }
  +"title": 152167
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
163 DENIED edit
App\Entity\EntryComment {#1557
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558
    +user: Proxies\__CG__\App\Entity\User {#2175 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
    +title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
    +url: null
    +body: """
      I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
      \n
      I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
      \n
      Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
      \n
      - support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
      - support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
      - support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
      - possibly, support local public TV streaming (eg. BBC)\n
      \n
      I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
      \n
      I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701080701 {#3071
      date: 2023-11-27 11:25:01.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3078 …}
    +reports: Doctrine\ORM\PersistentCollection {#3080 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3084 …}
    +badges: Doctrine\ORM\PersistentCollection {#3086 …}
    +children: [
      App\Entity\EntryComment {#1557}
    ]
    -id: 15401
    -titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
    -bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700742945
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8314189"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700656545 {#3058
      date: 2023-11-22 13:35:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "What happened to roku? Is it not open source?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701235239 {#1661
    date: 2023-11-29 06:20:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gomp@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1565 …}
  +nested: Doctrine\ORM\PersistentCollection {#1621 …}
  +votes: Doctrine\ORM\PersistentCollection {#1613 …}
  +reports: Doctrine\ORM\PersistentCollection {#1596 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
  -id: 152167
  -bodyTs: "'happen':2 'open':8 'roku':4 'sourc':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3416650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700690342 {#1556
    date: 2023-11-22 22:59:02.0 +01:00
  }
  +"title": 152167
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
164 DENIED moderate
App\Entity\EntryComment {#1557
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1558
    +user: Proxies\__CG__\App\Entity\User {#2175 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
    +title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
    +url: null
    +body: """
      I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
      \n
      I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
      \n
      Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
      \n
      - support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
      - support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
      - support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
      - possibly, support local public TV streaming (eg. BBC)\n
      \n
      I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
      \n
      I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701080701 {#3071
      date: 2023-11-27 11:25:01.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3078 …}
    +reports: Doctrine\ORM\PersistentCollection {#3080 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3084 …}
    +badges: Doctrine\ORM\PersistentCollection {#3086 …}
    +children: [
      App\Entity\EntryComment {#1557}
    ]
    -id: 15401
    -titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
    -bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700742945
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8314189"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700656545 {#3058
      date: 2023-11-22 13:35:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: "What happened to roku? Is it not open source?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701235239 {#1661
    date: 2023-11-29 06:20:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gomp@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1565 …}
  +nested: Doctrine\ORM\PersistentCollection {#1621 …}
  +votes: Doctrine\ORM\PersistentCollection {#1613 …}
  +reports: Doctrine\ORM\PersistentCollection {#1596 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
  -id: 152167
  -bodyTs: "'happen':2 'open':8 'roku':4 'sourc':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3416650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700690342 {#1556
    date: 2023-11-22 22:59:02.0 +01:00
  }
  +"title": 152167
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
165 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
166 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1691
  +user: Proxies\__CG__\App\Entity\User {#2150 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: Proxies\__CG__\App\Entity\Image {#3204 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3244 …}
  +slug: "Privacy-wars-will-be-with-us-always-Let-s-set-some"
  +title: "Privacy wars will be with us always. Let's set some rules"
  +url: "https://www.theregister.com/2023/11/20/opinion"
  +body: """
    cross-posted from: [lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)\n
    \n
    > It’s an opinion article, but I heavily agree with it. It’s really sad that technical decisions are made by chimps who can’t tell the difference between a computer and internet.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700732727 {#3239
    date: 2023-11-23 10:45:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3246 …}
  +votes: Doctrine\ORM\PersistentCollection {#3248 …}
  +reports: Doctrine\ORM\PersistentCollection {#3250 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3254 …}
  +badges: Doctrine\ORM\PersistentCollection {#3256 …}
  +children: [
    App\Entity\EntryComment {#1686
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1691 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > The eIDAS regulation makes an enormous change by mandating man-in-the-middle attack technology that it would be illegal for browser makers to defend against\n
        \n
        How would this law affect websites with Onion Services (eg Facebook) that don’t use http at all, but Tor’s internal pinned end-to-end encryption with a pinned certificate tied to the .onion name?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701227121 {#1680
        date: 2023-11-29 04:05:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Illecors@lemmy.cafe"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1692 …}
      +nested: Doctrine\ORM\PersistentCollection {#1705 …}
      +votes: Doctrine\ORM\PersistentCollection {#1616 …}
      +reports: Doctrine\ORM\PersistentCollection {#1598 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 152907
      -bodyTs: "'affect':32 'attack':15 'browser':23 'certif':59 'chang':7 'defend':26 'eg':37 'eida':2 'encrypt':55 'end':52,54 'end-to-end':51 'enorm':6 'facebook':38 'http':43 'illeg':21 'intern':49 'law':31 'make':4 'maker':24 'man':11 'man-in-the-middl':10 'mandat':9 'middl':14 'name':64 'onion':35,63 'pin':50,58 'regul':3 'servic':36 'technolog':16 'tie':60 'tor':47 'use':42 'websit':33 'would':19,29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3420586"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700703708 {#1689
        date: 2023-11-23 02:41:48.0 +01:00
      }
      +"title": 152907
    }
  ]
  -id: 15385
  -titleTs: "'alway':7 'let':8 'privaci':1 'rule':12 'set':10 'us':6 'war':2"
  -bodyTs: "'/post/1482289](https://lemmy.cafe/post/1482289)':7 'agre':16 'articl':12 'chimp':29 'comput':38 'cross':2 'cross-post':1 'decis':25 'differ':35 'heavili':15 'internet':40 'lemmy.cafe':6 'lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)':5 'made':27 'opinion':11 'post':3 'realli':21 'sad':22 'technic':24 'tell':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700736148
  +visibility: "visible             "
  +apId: "https://lemmy.cafe/post/1482442"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700649748 {#3226
    date: 2023-11-22 11:42:28.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
167 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1691
  +user: Proxies\__CG__\App\Entity\User {#2150 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: Proxies\__CG__\App\Entity\Image {#3204 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3244 …}
  +slug: "Privacy-wars-will-be-with-us-always-Let-s-set-some"
  +title: "Privacy wars will be with us always. Let's set some rules"
  +url: "https://www.theregister.com/2023/11/20/opinion"
  +body: """
    cross-posted from: [lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)\n
    \n
    > It’s an opinion article, but I heavily agree with it. It’s really sad that technical decisions are made by chimps who can’t tell the difference between a computer and internet.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700732727 {#3239
    date: 2023-11-23 10:45:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3246 …}
  +votes: Doctrine\ORM\PersistentCollection {#3248 …}
  +reports: Doctrine\ORM\PersistentCollection {#3250 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3254 …}
  +badges: Doctrine\ORM\PersistentCollection {#3256 …}
  +children: [
    App\Entity\EntryComment {#1686
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1691 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > The eIDAS regulation makes an enormous change by mandating man-in-the-middle attack technology that it would be illegal for browser makers to defend against\n
        \n
        How would this law affect websites with Onion Services (eg Facebook) that don’t use http at all, but Tor’s internal pinned end-to-end encryption with a pinned certificate tied to the .onion name?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701227121 {#1680
        date: 2023-11-29 04:05:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Illecors@lemmy.cafe"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1692 …}
      +nested: Doctrine\ORM\PersistentCollection {#1705 …}
      +votes: Doctrine\ORM\PersistentCollection {#1616 …}
      +reports: Doctrine\ORM\PersistentCollection {#1598 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 152907
      -bodyTs: "'affect':32 'attack':15 'browser':23 'certif':59 'chang':7 'defend':26 'eg':37 'eida':2 'encrypt':55 'end':52,54 'end-to-end':51 'enorm':6 'facebook':38 'http':43 'illeg':21 'intern':49 'law':31 'make':4 'maker':24 'man':11 'man-in-the-middl':10 'mandat':9 'middl':14 'name':64 'onion':35,63 'pin':50,58 'regul':3 'servic':36 'technolog':16 'tie':60 'tor':47 'use':42 'websit':33 'would':19,29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3420586"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700703708 {#1689
        date: 2023-11-23 02:41:48.0 +01:00
      }
      +"title": 152907
    }
  ]
  -id: 15385
  -titleTs: "'alway':7 'let':8 'privaci':1 'rule':12 'set':10 'us':6 'war':2"
  -bodyTs: "'/post/1482289](https://lemmy.cafe/post/1482289)':7 'agre':16 'articl':12 'chimp':29 'comput':38 'cross':2 'cross-post':1 'decis':25 'differ':35 'heavili':15 'internet':40 'lemmy.cafe':6 'lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)':5 'made':27 'opinion':11 'post':3 'realli':21 'sad':22 'technic':24 'tell':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700736148
  +visibility: "visible             "
  +apId: "https://lemmy.cafe/post/1482442"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700649748 {#3226
    date: 2023-11-22 11:42:28.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
168 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1691
  +user: Proxies\__CG__\App\Entity\User {#2150 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: Proxies\__CG__\App\Entity\Image {#3204 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3244 …}
  +slug: "Privacy-wars-will-be-with-us-always-Let-s-set-some"
  +title: "Privacy wars will be with us always. Let's set some rules"
  +url: "https://www.theregister.com/2023/11/20/opinion"
  +body: """
    cross-posted from: [lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)\n
    \n
    > It’s an opinion article, but I heavily agree with it. It’s really sad that technical decisions are made by chimps who can’t tell the difference between a computer and internet.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700732727 {#3239
    date: 2023-11-23 10:45:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3246 …}
  +votes: Doctrine\ORM\PersistentCollection {#3248 …}
  +reports: Doctrine\ORM\PersistentCollection {#3250 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3254 …}
  +badges: Doctrine\ORM\PersistentCollection {#3256 …}
  +children: [
    App\Entity\EntryComment {#1686
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1691 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > The eIDAS regulation makes an enormous change by mandating man-in-the-middle attack technology that it would be illegal for browser makers to defend against\n
        \n
        How would this law affect websites with Onion Services (eg Facebook) that don’t use http at all, but Tor’s internal pinned end-to-end encryption with a pinned certificate tied to the .onion name?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701227121 {#1680
        date: 2023-11-29 04:05:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Illecors@lemmy.cafe"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1692 …}
      +nested: Doctrine\ORM\PersistentCollection {#1705 …}
      +votes: Doctrine\ORM\PersistentCollection {#1616 …}
      +reports: Doctrine\ORM\PersistentCollection {#1598 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 152907
      -bodyTs: "'affect':32 'attack':15 'browser':23 'certif':59 'chang':7 'defend':26 'eg':37 'eida':2 'encrypt':55 'end':52,54 'end-to-end':51 'enorm':6 'facebook':38 'http':43 'illeg':21 'intern':49 'law':31 'make':4 'maker':24 'man':11 'man-in-the-middl':10 'mandat':9 'middl':14 'name':64 'onion':35,63 'pin':50,58 'regul':3 'servic':36 'technolog':16 'tie':60 'tor':47 'use':42 'websit':33 'would':19,29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3420586"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700703708 {#1689
        date: 2023-11-23 02:41:48.0 +01:00
      }
      +"title": 152907
    }
  ]
  -id: 15385
  -titleTs: "'alway':7 'let':8 'privaci':1 'rule':12 'set':10 'us':6 'war':2"
  -bodyTs: "'/post/1482289](https://lemmy.cafe/post/1482289)':7 'agre':16 'articl':12 'chimp':29 'comput':38 'cross':2 'cross-post':1 'decis':25 'differ':35 'heavili':15 'internet':40 'lemmy.cafe':6 'lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)':5 'made':27 'opinion':11 'post':3 'realli':21 'sad':22 'technic':24 'tell':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700736148
  +visibility: "visible             "
  +apId: "https://lemmy.cafe/post/1482442"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700649748 {#3226
    date: 2023-11-22 11:42:28.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
169 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
170 DENIED moderate
App\Entity\EntryComment {#1686
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1691
    +user: Proxies\__CG__\App\Entity\User {#2150 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: Proxies\__CG__\App\Entity\Image {#3204 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3244 …}
    +slug: "Privacy-wars-will-be-with-us-always-Let-s-set-some"
    +title: "Privacy wars will be with us always. Let's set some rules"
    +url: "https://www.theregister.com/2023/11/20/opinion"
    +body: """
      cross-posted from: [lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)\n
      \n
      > It’s an opinion article, but I heavily agree with it. It’s really sad that technical decisions are made by chimps who can’t tell the difference between a computer and internet.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 70
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700732727 {#3239
      date: 2023-11-23 10:45:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3246 …}
    +votes: Doctrine\ORM\PersistentCollection {#3248 …}
    +reports: Doctrine\ORM\PersistentCollection {#3250 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3252 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3254 …}
    +badges: Doctrine\ORM\PersistentCollection {#3256 …}
    +children: [
      App\Entity\EntryComment {#1686}
    ]
    -id: 15385
    -titleTs: "'alway':7 'let':8 'privaci':1 'rule':12 'set':10 'us':6 'war':2"
    -bodyTs: "'/post/1482289](https://lemmy.cafe/post/1482289)':7 'agre':16 'articl':12 'chimp':29 'comput':38 'cross':2 'cross-post':1 'decis':25 'differ':35 'heavili':15 'internet':40 'lemmy.cafe':6 'lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)':5 'made':27 'opinion':11 'post':3 'realli':21 'sad':22 'technic':24 'tell':33"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700736148
    +visibility: "visible             "
    +apId: "https://lemmy.cafe/post/1482442"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700649748 {#3226
      date: 2023-11-22 11:42:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > The eIDAS regulation makes an enormous change by mandating man-in-the-middle attack technology that it would be illegal for browser makers to defend against\n
    \n
    How would this law affect websites with Onion Services (eg Facebook) that don’t use http at all, but Tor’s internal pinned end-to-end encryption with a pinned certificate tied to the .onion name?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701227121 {#1680
    date: 2023-11-29 04:05:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Illecors@lemmy.cafe"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1692 …}
  +nested: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 152907
  -bodyTs: "'affect':32 'attack':15 'browser':23 'certif':59 'chang':7 'defend':26 'eg':37 'eida':2 'encrypt':55 'end':52,54 'end-to-end':51 'enorm':6 'facebook':38 'http':43 'illeg':21 'intern':49 'law':31 'make':4 'maker':24 'man':11 'man-in-the-middl':10 'mandat':9 'middl':14 'name':64 'onion':35,63 'pin':50,58 'regul':3 'servic':36 'technolog':16 'tie':60 'tor':47 'use':42 'websit':33 'would':19,29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3420586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700703708 {#1689
    date: 2023-11-23 02:41:48.0 +01:00
  }
  +"title": 152907
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
171 DENIED edit
App\Entity\EntryComment {#1686
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1691
    +user: Proxies\__CG__\App\Entity\User {#2150 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: Proxies\__CG__\App\Entity\Image {#3204 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3244 …}
    +slug: "Privacy-wars-will-be-with-us-always-Let-s-set-some"
    +title: "Privacy wars will be with us always. Let's set some rules"
    +url: "https://www.theregister.com/2023/11/20/opinion"
    +body: """
      cross-posted from: [lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)\n
      \n
      > It’s an opinion article, but I heavily agree with it. It’s really sad that technical decisions are made by chimps who can’t tell the difference between a computer and internet.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 70
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700732727 {#3239
      date: 2023-11-23 10:45:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3246 …}
    +votes: Doctrine\ORM\PersistentCollection {#3248 …}
    +reports: Doctrine\ORM\PersistentCollection {#3250 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3252 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3254 …}
    +badges: Doctrine\ORM\PersistentCollection {#3256 …}
    +children: [
      App\Entity\EntryComment {#1686}
    ]
    -id: 15385
    -titleTs: "'alway':7 'let':8 'privaci':1 'rule':12 'set':10 'us':6 'war':2"
    -bodyTs: "'/post/1482289](https://lemmy.cafe/post/1482289)':7 'agre':16 'articl':12 'chimp':29 'comput':38 'cross':2 'cross-post':1 'decis':25 'differ':35 'heavili':15 'internet':40 'lemmy.cafe':6 'lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)':5 'made':27 'opinion':11 'post':3 'realli':21 'sad':22 'technic':24 'tell':33"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700736148
    +visibility: "visible             "
    +apId: "https://lemmy.cafe/post/1482442"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700649748 {#3226
      date: 2023-11-22 11:42:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > The eIDAS regulation makes an enormous change by mandating man-in-the-middle attack technology that it would be illegal for browser makers to defend against\n
    \n
    How would this law affect websites with Onion Services (eg Facebook) that don’t use http at all, but Tor’s internal pinned end-to-end encryption with a pinned certificate tied to the .onion name?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701227121 {#1680
    date: 2023-11-29 04:05:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Illecors@lemmy.cafe"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1692 …}
  +nested: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 152907
  -bodyTs: "'affect':32 'attack':15 'browser':23 'certif':59 'chang':7 'defend':26 'eg':37 'eida':2 'encrypt':55 'end':52,54 'end-to-end':51 'enorm':6 'facebook':38 'http':43 'illeg':21 'intern':49 'law':31 'make':4 'maker':24 'man':11 'man-in-the-middl':10 'mandat':9 'middl':14 'name':64 'onion':35,63 'pin':50,58 'regul':3 'servic':36 'technolog':16 'tie':60 'tor':47 'use':42 'websit':33 'would':19,29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3420586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700703708 {#1689
    date: 2023-11-23 02:41:48.0 +01:00
  }
  +"title": 152907
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
172 DENIED moderate
App\Entity\EntryComment {#1686
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1691
    +user: Proxies\__CG__\App\Entity\User {#2150 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
    +image: Proxies\__CG__\App\Entity\Image {#3204 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3244 …}
    +slug: "Privacy-wars-will-be-with-us-always-Let-s-set-some"
    +title: "Privacy wars will be with us always. Let's set some rules"
    +url: "https://www.theregister.com/2023/11/20/opinion"
    +body: """
      cross-posted from: [lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)\n
      \n
      > It’s an opinion article, but I heavily agree with it. It’s really sad that technical decisions are made by chimps who can’t tell the difference between a computer and internet.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 70
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700732727 {#3239
      date: 2023-11-23 10:45:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3246 …}
    +votes: Doctrine\ORM\PersistentCollection {#3248 …}
    +reports: Doctrine\ORM\PersistentCollection {#3250 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3252 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3254 …}
    +badges: Doctrine\ORM\PersistentCollection {#3256 …}
    +children: [
      App\Entity\EntryComment {#1686}
    ]
    -id: 15385
    -titleTs: "'alway':7 'let':8 'privaci':1 'rule':12 'set':10 'us':6 'war':2"
    -bodyTs: "'/post/1482289](https://lemmy.cafe/post/1482289)':7 'agre':16 'articl':12 'chimp':29 'comput':38 'cross':2 'cross-post':1 'decis':25 'differ':35 'heavili':15 'internet':40 'lemmy.cafe':6 'lemmy.cafe/post/1482289](https://lemmy.cafe/post/1482289)':5 'made':27 'opinion':11 'post':3 'realli':21 'sad':22 'technic':24 'tell':33"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700736148
    +visibility: "visible             "
    +apId: "https://lemmy.cafe/post/1482442"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700649748 {#3226
      date: 2023-11-22 11:42:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1562 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > The eIDAS regulation makes an enormous change by mandating man-in-the-middle attack technology that it would be illegal for browser makers to defend against\n
    \n
    How would this law affect websites with Onion Services (eg Facebook) that don’t use http at all, but Tor’s internal pinned end-to-end encryption with a pinned certificate tied to the .onion name?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701227121 {#1680
    date: 2023-11-29 04:05:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Illecors@lemmy.cafe"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1692 …}
  +nested: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 152907
  -bodyTs: "'affect':32 'attack':15 'browser':23 'certif':59 'chang':7 'defend':26 'eg':37 'eida':2 'encrypt':55 'end':52,54 'end-to-end':51 'enorm':6 'facebook':38 'http':43 'illeg':21 'intern':49 'law':31 'make':4 'maker':24 'man':11 'man-in-the-middl':10 'mandat':9 'middl':14 'name':64 'onion':35,63 'pin':50,58 'regul':3 'servic':36 'technolog':16 'tie':60 'tor':47 'use':42 'websit':33 'would':19,29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3420586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700703708 {#1689
    date: 2023-11-23 02:41:48.0 +01:00
  }
  +"title": 152907
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
173 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
174 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1617
  +user: Proxies\__CG__\App\Entity\User {#2919 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3012 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
  +slug: "Israel-Hamas-agree-on-four-day-truce-hostage-release-and-aid"
  +title: "Israel, Hamas agree on four-day truce, hostage release and aid into Gaza"
  +url: "https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/"
  +body: """
    Note that this isn’t ALL the hostages – just 50 in exchange for 150 Palestinians imprisoned in Israel. [archive.org link](https://web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)\n
    \n
    > A statement by Israeli Prime Minister Benjamin Netanyahu’s office said 50 women and children will be released over four days, during which there will be a pause in fighting.\n
    > \n
    > For every additional 10 hostages released, the pause would be extended by another day, it said, without mentioning the release of Palestinian prisoners in exchange.\n
    \n
    ---\n
    \n
    > Hamas said the 50 hostages would be released in exchange for 150 Palestinian women and children who are held in Israeli jails. The truce deal will also allow hundreds of trucks of humanitarian, medical and fuel aid to enter Gaza, the Palestinian group said in a statement.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700860120 {#3007
    date: 2023-11-24 22:08:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3022 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1597
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1617 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: "The term “open air prison” was what human rights groups (iirc amnesty international) used to describe Gaza. I dont know of any creditable international human rights groups that have referred to the west bank as an “open air prison” in their reports on the region."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700765629 {#1618
        date: 2023-11-23 19:53:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@memfree@beehaw.org"
        "@library_napper@monyet.cc"
        "@raccoona_nongrata@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2447 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 155725
      -bodyTs: "'air':4,38 'amnesti':12 'bank':34 'credit':23 'describ':16 'dont':19 'gaza':17 'group':10,27 'human':8,25 'iirc':11 'intern':13,24 'know':20 'open':3,37 'prison':5,39 'refer':30 'region':45 'report':42 'right':9,26 'term':2 'use':14 'west':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3434752"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700765629 {#1625
        date: 2023-11-23 19:53:49.0 +01:00
      }
      +"title": 155725
    }
  ]
  -id: 15344
  -titleTs: "'agre':3 'aid':12 'day':7 'four':6 'four-day':5 'gaza':14 'hama':2 'hostag':9 'israel':1 'releas':10 'truce':8"
  -bodyTs: "'/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':23 '10':57 '150':14,90 '50':10,35,82 'addit':56 'aid':115 'allow':106 'also':105 'anoth':66 'archive.org':19 'benjamin':30 'children':38,94 'day':44,67 'deal':103 'enter':117 'everi':55 'exchang':12,78,88 'extend':64 'fight':53 'four':43 'fuel':114 'gaza':118 'group':121 'hama':79 'held':97 'hostag':8,58,83 'humanitarian':111 'hundr':107 'imprison':16 'isn':4 'isra':27,99 'israel':18 'jail':100 'link':20 'medic':112 'mention':71 'minist':29 'netanyahu':31 'note':1 'offic':33 'palestinian':15,75,91,120 'paus':51,61 'prime':28 'prison':76 'releas':41,59,73,86 'said':34,69,80,122 'statement':25,125 'truce':102 'truck':109 'web.archive.org':22 'web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':21 'without':70 'women':36,92 'would':62,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700719129
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9758844"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700632729 {#2950
    date: 2023-11-22 06:58:49.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
175 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1617
  +user: Proxies\__CG__\App\Entity\User {#2919 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3012 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
  +slug: "Israel-Hamas-agree-on-four-day-truce-hostage-release-and-aid"
  +title: "Israel, Hamas agree on four-day truce, hostage release and aid into Gaza"
  +url: "https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/"
  +body: """
    Note that this isn’t ALL the hostages – just 50 in exchange for 150 Palestinians imprisoned in Israel. [archive.org link](https://web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)\n
    \n
    > A statement by Israeli Prime Minister Benjamin Netanyahu’s office said 50 women and children will be released over four days, during which there will be a pause in fighting.\n
    > \n
    > For every additional 10 hostages released, the pause would be extended by another day, it said, without mentioning the release of Palestinian prisoners in exchange.\n
    \n
    ---\n
    \n
    > Hamas said the 50 hostages would be released in exchange for 150 Palestinian women and children who are held in Israeli jails. The truce deal will also allow hundreds of trucks of humanitarian, medical and fuel aid to enter Gaza, the Palestinian group said in a statement.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700860120 {#3007
    date: 2023-11-24 22:08:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3022 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1597
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1617 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: "The term “open air prison” was what human rights groups (iirc amnesty international) used to describe Gaza. I dont know of any creditable international human rights groups that have referred to the west bank as an “open air prison” in their reports on the region."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700765629 {#1618
        date: 2023-11-23 19:53:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@memfree@beehaw.org"
        "@library_napper@monyet.cc"
        "@raccoona_nongrata@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2447 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 155725
      -bodyTs: "'air':4,38 'amnesti':12 'bank':34 'credit':23 'describ':16 'dont':19 'gaza':17 'group':10,27 'human':8,25 'iirc':11 'intern':13,24 'know':20 'open':3,37 'prison':5,39 'refer':30 'region':45 'report':42 'right':9,26 'term':2 'use':14 'west':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3434752"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700765629 {#1625
        date: 2023-11-23 19:53:49.0 +01:00
      }
      +"title": 155725
    }
  ]
  -id: 15344
  -titleTs: "'agre':3 'aid':12 'day':7 'four':6 'four-day':5 'gaza':14 'hama':2 'hostag':9 'israel':1 'releas':10 'truce':8"
  -bodyTs: "'/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':23 '10':57 '150':14,90 '50':10,35,82 'addit':56 'aid':115 'allow':106 'also':105 'anoth':66 'archive.org':19 'benjamin':30 'children':38,94 'day':44,67 'deal':103 'enter':117 'everi':55 'exchang':12,78,88 'extend':64 'fight':53 'four':43 'fuel':114 'gaza':118 'group':121 'hama':79 'held':97 'hostag':8,58,83 'humanitarian':111 'hundr':107 'imprison':16 'isn':4 'isra':27,99 'israel':18 'jail':100 'link':20 'medic':112 'mention':71 'minist':29 'netanyahu':31 'note':1 'offic':33 'palestinian':15,75,91,120 'paus':51,61 'prime':28 'prison':76 'releas':41,59,73,86 'said':34,69,80,122 'statement':25,125 'truce':102 'truck':109 'web.archive.org':22 'web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':21 'without':70 'women':36,92 'would':62,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700719129
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9758844"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700632729 {#2950
    date: 2023-11-22 06:58:49.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
176 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1617
  +user: Proxies\__CG__\App\Entity\User {#2919 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#3012 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
  +slug: "Israel-Hamas-agree-on-four-day-truce-hostage-release-and-aid"
  +title: "Israel, Hamas agree on four-day truce, hostage release and aid into Gaza"
  +url: "https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/"
  +body: """
    Note that this isn’t ALL the hostages – just 50 in exchange for 150 Palestinians imprisoned in Israel. [archive.org link](https://web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)\n
    \n
    > A statement by Israeli Prime Minister Benjamin Netanyahu’s office said 50 women and children will be released over four days, during which there will be a pause in fighting.\n
    > \n
    > For every additional 10 hostages released, the pause would be extended by another day, it said, without mentioning the release of Palestinian prisoners in exchange.\n
    \n
    ---\n
    \n
    > Hamas said the 50 hostages would be released in exchange for 150 Palestinian women and children who are held in Israeli jails. The truce deal will also allow hundreds of trucks of humanitarian, medical and fuel aid to enter Gaza, the Palestinian group said in a statement.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700860120 {#3007
    date: 2023-11-24 22:08:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3022 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1597
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1617 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: "The term “open air prison” was what human rights groups (iirc amnesty international) used to describe Gaza. I dont know of any creditable international human rights groups that have referred to the west bank as an “open air prison” in their reports on the region."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700765629 {#1618
        date: 2023-11-23 19:53:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@memfree@beehaw.org"
        "@library_napper@monyet.cc"
        "@raccoona_nongrata@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2447 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 155725
      -bodyTs: "'air':4,38 'amnesti':12 'bank':34 'credit':23 'describ':16 'dont':19 'gaza':17 'group':10,27 'human':8,25 'iirc':11 'intern':13,24 'know':20 'open':3,37 'prison':5,39 'refer':30 'region':45 'report':42 'right':9,26 'term':2 'use':14 'west':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3434752"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700765629 {#1625
        date: 2023-11-23 19:53:49.0 +01:00
      }
      +"title": 155725
    }
  ]
  -id: 15344
  -titleTs: "'agre':3 'aid':12 'day':7 'four':6 'four-day':5 'gaza':14 'hama':2 'hostag':9 'israel':1 'releas':10 'truce':8"
  -bodyTs: "'/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':23 '10':57 '150':14,90 '50':10,35,82 'addit':56 'aid':115 'allow':106 'also':105 'anoth':66 'archive.org':19 'benjamin':30 'children':38,94 'day':44,67 'deal':103 'enter':117 'everi':55 'exchang':12,78,88 'extend':64 'fight':53 'four':43 'fuel':114 'gaza':118 'group':121 'hama':79 'held':97 'hostag':8,58,83 'humanitarian':111 'hundr':107 'imprison':16 'isn':4 'isra':27,99 'israel':18 'jail':100 'link':20 'medic':112 'mention':71 'minist':29 'netanyahu':31 'note':1 'offic':33 'palestinian':15,75,91,120 'paus':51,61 'prime':28 'prison':76 'releas':41,59,73,86 'said':34,69,80,122 'statement':25,125 'truce':102 'truck':109 'web.archive.org':22 'web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':21 'without':70 'women':36,92 'would':62,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700719129
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9758844"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700632729 {#2950
    date: 2023-11-22 06:58:49.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
177 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
178 DENIED moderate
App\Entity\EntryComment {#1597
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1617
    +user: Proxies\__CG__\App\Entity\User {#2919 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3012 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
    +slug: "Israel-Hamas-agree-on-four-day-truce-hostage-release-and-aid"
    +title: "Israel, Hamas agree on four-day truce, hostage release and aid into Gaza"
    +url: "https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/"
    +body: """
      Note that this isn’t ALL the hostages – just 50 in exchange for 150 Palestinians imprisoned in Israel. [archive.org link](https://web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)\n
      \n
      > A statement by Israeli Prime Minister Benjamin Netanyahu’s office said 50 women and children will be released over four days, during which there will be a pause in fighting.\n
      > \n
      > For every additional 10 hostages released, the pause would be extended by another day, it said, without mentioning the release of Palestinian prisoners in exchange.\n
      \n
      ---\n
      \n
      > Hamas said the 50 hostages would be released in exchange for 150 Palestinian women and children who are held in Israeli jails. The truce deal will also allow hundreds of trucks of humanitarian, medical and fuel aid to enter Gaza, the Palestinian group said in a statement.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 52
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700860120 {#3007
      date: 2023-11-24 22:08:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3022 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1597}
    ]
    -id: 15344
    -titleTs: "'agre':3 'aid':12 'day':7 'four':6 'four-day':5 'gaza':14 'hama':2 'hostag':9 'israel':1 'releas':10 'truce':8"
    -bodyTs: "'/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':23 '10':57 '150':14,90 '50':10,35,82 'addit':56 'aid':115 'allow':106 'also':105 'anoth':66 'archive.org':19 'benjamin':30 'children':38,94 'day':44,67 'deal':103 'enter':117 'everi':55 'exchang':12,78,88 'extend':64 'fight':53 'four':43 'fuel':114 'gaza':118 'group':121 'hama':79 'held':97 'hostag':8,58,83 'humanitarian':111 'hundr':107 'imprison':16 'isn':4 'isra':27,99 'israel':18 'jail':100 'link':20 'medic':112 'mention':71 'minist':29 'netanyahu':31 'note':1 'offic':33 'palestinian':15,75,91,120 'paus':51,61 'prime':28 'prison':76 'releas':41,59,73,86 'said':34,69,80,122 'statement':25,125 'truce':102 'truck':109 'web.archive.org':22 'web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':21 'without':70 'women':36,92 'would':62,84"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700719129
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9758844"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700632729 {#2950
      date: 2023-11-22 06:58:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: "The term “open air prison” was what human rights groups (iirc amnesty international) used to describe Gaza. I dont know of any creditable international human rights groups that have referred to the west bank as an “open air prison” in their reports on the region."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700765629 {#1618
    date: 2023-11-23 19:53:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@memfree@beehaw.org"
    "@library_napper@monyet.cc"
    "@raccoona_nongrata@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2447 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 155725
  -bodyTs: "'air':4,38 'amnesti':12 'bank':34 'credit':23 'describ':16 'dont':19 'gaza':17 'group':10,27 'human':8,25 'iirc':11 'intern':13,24 'know':20 'open':3,37 'prison':5,39 'refer':30 'region':45 'report':42 'right':9,26 'term':2 'use':14 'west':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3434752"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700765629 {#1625
    date: 2023-11-23 19:53:49.0 +01:00
  }
  +"title": 155725
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
179 DENIED edit
App\Entity\EntryComment {#1597
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1617
    +user: Proxies\__CG__\App\Entity\User {#2919 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3012 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
    +slug: "Israel-Hamas-agree-on-four-day-truce-hostage-release-and-aid"
    +title: "Israel, Hamas agree on four-day truce, hostage release and aid into Gaza"
    +url: "https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/"
    +body: """
      Note that this isn’t ALL the hostages – just 50 in exchange for 150 Palestinians imprisoned in Israel. [archive.org link](https://web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)\n
      \n
      > A statement by Israeli Prime Minister Benjamin Netanyahu’s office said 50 women and children will be released over four days, during which there will be a pause in fighting.\n
      > \n
      > For every additional 10 hostages released, the pause would be extended by another day, it said, without mentioning the release of Palestinian prisoners in exchange.\n
      \n
      ---\n
      \n
      > Hamas said the 50 hostages would be released in exchange for 150 Palestinian women and children who are held in Israeli jails. The truce deal will also allow hundreds of trucks of humanitarian, medical and fuel aid to enter Gaza, the Palestinian group said in a statement.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 52
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700860120 {#3007
      date: 2023-11-24 22:08:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3022 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1597}
    ]
    -id: 15344
    -titleTs: "'agre':3 'aid':12 'day':7 'four':6 'four-day':5 'gaza':14 'hama':2 'hostag':9 'israel':1 'releas':10 'truce':8"
    -bodyTs: "'/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':23 '10':57 '150':14,90 '50':10,35,82 'addit':56 'aid':115 'allow':106 'also':105 'anoth':66 'archive.org':19 'benjamin':30 'children':38,94 'day':44,67 'deal':103 'enter':117 'everi':55 'exchang':12,78,88 'extend':64 'fight':53 'four':43 'fuel':114 'gaza':118 'group':121 'hama':79 'held':97 'hostag':8,58,83 'humanitarian':111 'hundr':107 'imprison':16 'isn':4 'isra':27,99 'israel':18 'jail':100 'link':20 'medic':112 'mention':71 'minist':29 'netanyahu':31 'note':1 'offic':33 'palestinian':15,75,91,120 'paus':51,61 'prime':28 'prison':76 'releas':41,59,73,86 'said':34,69,80,122 'statement':25,125 'truce':102 'truck':109 'web.archive.org':22 'web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':21 'without':70 'women':36,92 'would':62,84"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700719129
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9758844"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700632729 {#2950
      date: 2023-11-22 06:58:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: "The term “open air prison” was what human rights groups (iirc amnesty international) used to describe Gaza. I dont know of any creditable international human rights groups that have referred to the west bank as an “open air prison” in their reports on the region."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700765629 {#1618
    date: 2023-11-23 19:53:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@memfree@beehaw.org"
    "@library_napper@monyet.cc"
    "@raccoona_nongrata@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2447 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 155725
  -bodyTs: "'air':4,38 'amnesti':12 'bank':34 'credit':23 'describ':16 'dont':19 'gaza':17 'group':10,27 'human':8,25 'iirc':11 'intern':13,24 'know':20 'open':3,37 'prison':5,39 'refer':30 'region':45 'report':42 'right':9,26 'term':2 'use':14 'west':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3434752"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700765629 {#1625
    date: 2023-11-23 19:53:49.0 +01:00
  }
  +"title": 155725
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
180 DENIED moderate
App\Entity\EntryComment {#1597
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1617
    +user: Proxies\__CG__\App\Entity\User {#2919 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
    +image: Proxies\__CG__\App\Entity\Image {#3012 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
    +slug: "Israel-Hamas-agree-on-four-day-truce-hostage-release-and-aid"
    +title: "Israel, Hamas agree on four-day truce, hostage release and aid into Gaza"
    +url: "https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/"
    +body: """
      Note that this isn’t ALL the hostages – just 50 in exchange for 150 Palestinians imprisoned in Israel. [archive.org link](https://web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)\n
      \n
      > A statement by Israeli Prime Minister Benjamin Netanyahu’s office said 50 women and children will be released over four days, during which there will be a pause in fighting.\n
      > \n
      > For every additional 10 hostages released, the pause would be extended by another day, it said, without mentioning the release of Palestinian prisoners in exchange.\n
      \n
      ---\n
      \n
      > Hamas said the 50 hostages would be released in exchange for 150 Palestinian women and children who are held in Israeli jails. The truce deal will also allow hundreds of trucks of humanitarian, medical and fuel aid to enter Gaza, the Palestinian group said in a statement.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 52
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700860120 {#3007
      date: 2023-11-24 22:08:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3022 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1597}
    ]
    -id: 15344
    -titleTs: "'agre':3 'aid':12 'day':7 'four':6 'four-day':5 'gaza':14 'hama':2 'hostag':9 'israel':1 'releas':10 'truce':8"
    -bodyTs: "'/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':23 '10':57 '150':14,90 '50':10,35,82 'addit':56 'aid':115 'allow':106 'also':105 'anoth':66 'archive.org':19 'benjamin':30 'children':38,94 'day':44,67 'deal':103 'enter':117 'everi':55 'exchang':12,78,88 'extend':64 'fight':53 'four':43 'fuel':114 'gaza':118 'group':121 'hama':79 'held':97 'hostag':8,58,83 'humanitarian':111 'hundr':107 'imprison':16 'isn':4 'isra':27,99 'israel':18 'jail':100 'link':20 'medic':112 'mention':71 'minist':29 'netanyahu':31 'note':1 'offic':33 'palestinian':15,75,91,120 'paus':51,61 'prime':28 'prison':76 'releas':41,59,73,86 'said':34,69,80,122 'statement':25,125 'truce':102 'truck':109 'web.archive.org':22 'web.archive.org/web/20231122055403/https://www.reuters.com/world/middle-east/israeli-government-debates-deal-release-gaza-hostages-truce-2023-11-21/)':21 'without':70 'women':36,92 'would':62,84"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700719129
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9758844"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700632729 {#2950
      date: 2023-11-22 06:58:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: "The term “open air prison” was what human rights groups (iirc amnesty international) used to describe Gaza. I dont know of any creditable international human rights groups that have referred to the west bank as an “open air prison” in their reports on the region."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700765629 {#1618
    date: 2023-11-23 19:53:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@memfree@beehaw.org"
    "@library_napper@monyet.cc"
    "@raccoona_nongrata@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2447 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 155725
  -bodyTs: "'air':4,38 'amnesti':12 'bank':34 'credit':23 'describ':16 'dont':19 'gaza':17 'group':10,27 'human':8,25 'iirc':11 'intern':13,24 'know':20 'open':3,37 'prison':5,39 'refer':30 'region':45 'report':42 'right':9,26 'term':2 'use':14 'west':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3434752"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700765629 {#1625
    date: 2023-11-23 19:53:49.0 +01:00
  }
  +"title": 155725
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
181 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
182 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1573
  +user: Proxies\__CG__\App\Entity\User {#2946 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "What-modes-of-transport-do-you-really-like"
  +title: "What modes of transport do you really like?"
  +url: null
  +body: """
    For me personally, trams are right up there. Aside from the main issue of sharing the roads instead of having a dedicated line, they really make it easy to get from one part of a city to another, especially for wheelchair users. They’re usually as frequent as buses, but much faster. The stations are much more attractive compared to bus stops (on newer systems), and can really make an area feel much nicer IMO.\n
    \n
    For those that have a bike, suburban and inter city rail is a strong second. The speed and ease of last mile mobility is what appeals to me the most. Recently took my bike across the country to my home city and it ended up being much faster than driving (by almost an hour) - the multimodal commute was pretty hefty, but lots of fun nonetheless.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700409133 {#3034
    date: 2023-11-19 16:52:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3039 …}
  +votes: Doctrine\ORM\PersistentCollection {#3042 …}
  +reports: Doctrine\ORM\PersistentCollection {#3044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
  +badges: Doctrine\ORM\PersistentCollection {#3050 …}
  +children: [
    App\Entity\EntryComment {#1665
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1573 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Paratrike\n
        \n
        [en.wikipedia.org/wiki/Ultralight_trike](https://en.wikipedia.org/wiki/Ultralight_trike)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700455145 {#1695
        date: 2023-11-20 05:39:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1526 …}
      +votes: Doctrine\ORM\PersistentCollection {#1560 …}
      +reports: Doctrine\ORM\PersistentCollection {#1551 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
      -id: 131723
      -bodyTs: "'/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':4 'en.wikipedia.org':3 'en.wikipedia.org/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':2 'paratrik':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3288775"
      +editedAt: DateTimeImmutable @1700441441 {#1595
        date: 2023-11-20 01:50:41.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700173560 {#1696
        date: 2023-11-16 23:26:00.0 +01:00
      }
      +"title": 131723
    }
  ]
  -id: 13520
  -titleTs: "'like':8 'mode':2 'realli':7 'transport':4"
  -bodyTs: "'across':110 'almost':127 'anoth':38 'appeal':101 'area':71 'asid':9 'attract':58 'bike':81,109 'bus':61 'buse':49 'citi':36,85,116 'commut':132 'compar':59 'countri':112 'dedic':22 'drive':125 'eas':94 'easi':28 'end':119 'especi':39 'faster':52,123 'feel':72 'frequent':47 'fun':139 'get':30 'hefti':135 'home':115 'hour':129 'imo':75 'instead':18 'inter':84 'issu':13 'last':96 'line':23 'lot':137 'main':12 'make':26,69 'mile':97 'mobil':98 'much':51,56,73,122 'multimod':131 'newer':64 'nicer':74 'nonetheless':140 'one':32 'part':33 'person':3 'pretti':134 'rail':86 're':44 'realli':25,68 'recent':106 'right':6 'road':17 'second':90 'share':15 'speed':92 'station':54 'stop':62 'strong':89 'suburban':82 'system':65 'took':107 'tram':4 'user':42 'usual':45 'wheelchair':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700217262
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6831933"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700130862 {#3015
    date: 2023-11-16 11:34:22.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
183 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1573
  +user: Proxies\__CG__\App\Entity\User {#2946 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "What-modes-of-transport-do-you-really-like"
  +title: "What modes of transport do you really like?"
  +url: null
  +body: """
    For me personally, trams are right up there. Aside from the main issue of sharing the roads instead of having a dedicated line, they really make it easy to get from one part of a city to another, especially for wheelchair users. They’re usually as frequent as buses, but much faster. The stations are much more attractive compared to bus stops (on newer systems), and can really make an area feel much nicer IMO.\n
    \n
    For those that have a bike, suburban and inter city rail is a strong second. The speed and ease of last mile mobility is what appeals to me the most. Recently took my bike across the country to my home city and it ended up being much faster than driving (by almost an hour) - the multimodal commute was pretty hefty, but lots of fun nonetheless.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700409133 {#3034
    date: 2023-11-19 16:52:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3039 …}
  +votes: Doctrine\ORM\PersistentCollection {#3042 …}
  +reports: Doctrine\ORM\PersistentCollection {#3044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
  +badges: Doctrine\ORM\PersistentCollection {#3050 …}
  +children: [
    App\Entity\EntryComment {#1665
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1573 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Paratrike\n
        \n
        [en.wikipedia.org/wiki/Ultralight_trike](https://en.wikipedia.org/wiki/Ultralight_trike)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700455145 {#1695
        date: 2023-11-20 05:39:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1526 …}
      +votes: Doctrine\ORM\PersistentCollection {#1560 …}
      +reports: Doctrine\ORM\PersistentCollection {#1551 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
      -id: 131723
      -bodyTs: "'/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':4 'en.wikipedia.org':3 'en.wikipedia.org/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':2 'paratrik':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3288775"
      +editedAt: DateTimeImmutable @1700441441 {#1595
        date: 2023-11-20 01:50:41.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700173560 {#1696
        date: 2023-11-16 23:26:00.0 +01:00
      }
      +"title": 131723
    }
  ]
  -id: 13520
  -titleTs: "'like':8 'mode':2 'realli':7 'transport':4"
  -bodyTs: "'across':110 'almost':127 'anoth':38 'appeal':101 'area':71 'asid':9 'attract':58 'bike':81,109 'bus':61 'buse':49 'citi':36,85,116 'commut':132 'compar':59 'countri':112 'dedic':22 'drive':125 'eas':94 'easi':28 'end':119 'especi':39 'faster':52,123 'feel':72 'frequent':47 'fun':139 'get':30 'hefti':135 'home':115 'hour':129 'imo':75 'instead':18 'inter':84 'issu':13 'last':96 'line':23 'lot':137 'main':12 'make':26,69 'mile':97 'mobil':98 'much':51,56,73,122 'multimod':131 'newer':64 'nicer':74 'nonetheless':140 'one':32 'part':33 'person':3 'pretti':134 'rail':86 're':44 'realli':25,68 'recent':106 'right':6 'road':17 'second':90 'share':15 'speed':92 'station':54 'stop':62 'strong':89 'suburban':82 'system':65 'took':107 'tram':4 'user':42 'usual':45 'wheelchair':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700217262
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6831933"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700130862 {#3015
    date: 2023-11-16 11:34:22.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
184 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1573
  +user: Proxies\__CG__\App\Entity\User {#2946 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
  +slug: "What-modes-of-transport-do-you-really-like"
  +title: "What modes of transport do you really like?"
  +url: null
  +body: """
    For me personally, trams are right up there. Aside from the main issue of sharing the roads instead of having a dedicated line, they really make it easy to get from one part of a city to another, especially for wheelchair users. They’re usually as frequent as buses, but much faster. The stations are much more attractive compared to bus stops (on newer systems), and can really make an area feel much nicer IMO.\n
    \n
    For those that have a bike, suburban and inter city rail is a strong second. The speed and ease of last mile mobility is what appeals to me the most. Recently took my bike across the country to my home city and it ended up being much faster than driving (by almost an hour) - the multimodal commute was pretty hefty, but lots of fun nonetheless.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700409133 {#3034
    date: 2023-11-19 16:52:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3039 …}
  +votes: Doctrine\ORM\PersistentCollection {#3042 …}
  +reports: Doctrine\ORM\PersistentCollection {#3044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
  +badges: Doctrine\ORM\PersistentCollection {#3050 …}
  +children: [
    App\Entity\EntryComment {#1665
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1573 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Paratrike\n
        \n
        [en.wikipedia.org/wiki/Ultralight_trike](https://en.wikipedia.org/wiki/Ultralight_trike)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700455145 {#1695
        date: 2023-11-20 05:39:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1526 …}
      +votes: Doctrine\ORM\PersistentCollection {#1560 …}
      +reports: Doctrine\ORM\PersistentCollection {#1551 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
      -id: 131723
      -bodyTs: "'/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':4 'en.wikipedia.org':3 'en.wikipedia.org/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':2 'paratrik':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://monyet.cc/comment/3288775"
      +editedAt: DateTimeImmutable @1700441441 {#1595
        date: 2023-11-20 01:50:41.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700173560 {#1696
        date: 2023-11-16 23:26:00.0 +01:00
      }
      +"title": 131723
    }
  ]
  -id: 13520
  -titleTs: "'like':8 'mode':2 'realli':7 'transport':4"
  -bodyTs: "'across':110 'almost':127 'anoth':38 'appeal':101 'area':71 'asid':9 'attract':58 'bike':81,109 'bus':61 'buse':49 'citi':36,85,116 'commut':132 'compar':59 'countri':112 'dedic':22 'drive':125 'eas':94 'easi':28 'end':119 'especi':39 'faster':52,123 'feel':72 'frequent':47 'fun':139 'get':30 'hefti':135 'home':115 'hour':129 'imo':75 'instead':18 'inter':84 'issu':13 'last':96 'line':23 'lot':137 'main':12 'make':26,69 'mile':97 'mobil':98 'much':51,56,73,122 'multimod':131 'newer':64 'nicer':74 'nonetheless':140 'one':32 'part':33 'person':3 'pretti':134 'rail':86 're':44 'realli':25,68 'recent':106 'right':6 'road':17 'second':90 'share':15 'speed':92 'station':54 'stop':62 'strong':89 'suburban':82 'system':65 'took':107 'tram':4 'user':42 'usual':45 'wheelchair':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700217262
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6831933"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700130862 {#3015
    date: 2023-11-16 11:34:22.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
185 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
186 DENIED moderate
App\Entity\EntryComment {#1665
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1573
    +user: Proxies\__CG__\App\Entity\User {#2946 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "What-modes-of-transport-do-you-really-like"
    +title: "What modes of transport do you really like?"
    +url: null
    +body: """
      For me personally, trams are right up there. Aside from the main issue of sharing the roads instead of having a dedicated line, they really make it easy to get from one part of a city to another, especially for wheelchair users. They’re usually as frequent as buses, but much faster. The stations are much more attractive compared to bus stops (on newer systems), and can really make an area feel much nicer IMO.\n
      \n
      For those that have a bike, suburban and inter city rail is a strong second. The speed and ease of last mile mobility is what appeals to me the most. Recently took my bike across the country to my home city and it ended up being much faster than driving (by almost an hour) - the multimodal commute was pretty hefty, but lots of fun nonetheless.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700409133 {#3034
      date: 2023-11-19 16:52:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3039 …}
    +votes: Doctrine\ORM\PersistentCollection {#3042 …}
    +reports: Doctrine\ORM\PersistentCollection {#3044 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
    +badges: Doctrine\ORM\PersistentCollection {#3050 …}
    +children: [
      App\Entity\EntryComment {#1665}
    ]
    -id: 13520
    -titleTs: "'like':8 'mode':2 'realli':7 'transport':4"
    -bodyTs: "'across':110 'almost':127 'anoth':38 'appeal':101 'area':71 'asid':9 'attract':58 'bike':81,109 'bus':61 'buse':49 'citi':36,85,116 'commut':132 'compar':59 'countri':112 'dedic':22 'drive':125 'eas':94 'easi':28 'end':119 'especi':39 'faster':52,123 'feel':72 'frequent':47 'fun':139 'get':30 'hefti':135 'home':115 'hour':129 'imo':75 'instead':18 'inter':84 'issu':13 'last':96 'line':23 'lot':137 'main':12 'make':26,69 'mile':97 'mobil':98 'much':51,56,73,122 'multimod':131 'newer':64 'nicer':74 'nonetheless':140 'one':32 'part':33 'person':3 'pretti':134 'rail':86 're':44 'realli':25,68 'recent':106 'right':6 'road':17 'second':90 'share':15 'speed':92 'station':54 'stop':62 'strong':89 'suburban':82 'system':65 'took':107 'tram':4 'user':42 'usual':45 'wheelchair':41"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700217262
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6831933"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700130862 {#3015
      date: 2023-11-16 11:34:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Paratrike\n
    \n
    [en.wikipedia.org/wiki/Ultralight_trike](https://en.wikipedia.org/wiki/Ultralight_trike)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700455145 {#1695
    date: 2023-11-20 05:39:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1526 …}
  +votes: Doctrine\ORM\PersistentCollection {#1560 …}
  +reports: Doctrine\ORM\PersistentCollection {#1551 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  -id: 131723
  -bodyTs: "'/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':4 'en.wikipedia.org':3 'en.wikipedia.org/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':2 'paratrik':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3288775"
  +editedAt: DateTimeImmutable @1700441441 {#1595
    date: 2023-11-20 01:50:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700173560 {#1696
    date: 2023-11-16 23:26:00.0 +01:00
  }
  +"title": 131723
}
"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
187 DENIED edit
App\Entity\EntryComment {#1665
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1573
    +user: Proxies\__CG__\App\Entity\User {#2946 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "What-modes-of-transport-do-you-really-like"
    +title: "What modes of transport do you really like?"
    +url: null
    +body: """
      For me personally, trams are right up there. Aside from the main issue of sharing the roads instead of having a dedicated line, they really make it easy to get from one part of a city to another, especially for wheelchair users. They’re usually as frequent as buses, but much faster. The stations are much more attractive compared to bus stops (on newer systems), and can really make an area feel much nicer IMO.\n
      \n
      For those that have a bike, suburban and inter city rail is a strong second. The speed and ease of last mile mobility is what appeals to me the most. Recently took my bike across the country to my home city and it ended up being much faster than driving (by almost an hour) - the multimodal commute was pretty hefty, but lots of fun nonetheless.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700409133 {#3034
      date: 2023-11-19 16:52:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3039 …}
    +votes: Doctrine\ORM\PersistentCollection {#3042 …}
    +reports: Doctrine\ORM\PersistentCollection {#3044 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
    +badges: Doctrine\ORM\PersistentCollection {#3050 …}
    +children: [
      App\Entity\EntryComment {#1665}
    ]
    -id: 13520
    -titleTs: "'like':8 'mode':2 'realli':7 'transport':4"
    -bodyTs: "'across':110 'almost':127 'anoth':38 'appeal':101 'area':71 'asid':9 'attract':58 'bike':81,109 'bus':61 'buse':49 'citi':36,85,116 'commut':132 'compar':59 'countri':112 'dedic':22 'drive':125 'eas':94 'easi':28 'end':119 'especi':39 'faster':52,123 'feel':72 'frequent':47 'fun':139 'get':30 'hefti':135 'home':115 'hour':129 'imo':75 'instead':18 'inter':84 'issu':13 'last':96 'line':23 'lot':137 'main':12 'make':26,69 'mile':97 'mobil':98 'much':51,56,73,122 'multimod':131 'newer':64 'nicer':74 'nonetheless':140 'one':32 'part':33 'person':3 'pretti':134 'rail':86 're':44 'realli':25,68 'recent':106 'right':6 'road':17 'second':90 'share':15 'speed':92 'station':54 'stop':62 'strong':89 'suburban':82 'system':65 'took':107 'tram':4 'user':42 'usual':45 'wheelchair':41"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700217262
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6831933"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700130862 {#3015
      date: 2023-11-16 11:34:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Paratrike\n
    \n
    [en.wikipedia.org/wiki/Ultralight_trike](https://en.wikipedia.org/wiki/Ultralight_trike)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700455145 {#1695
    date: 2023-11-20 05:39:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1526 …}
  +votes: Doctrine\ORM\PersistentCollection {#1560 …}
  +reports: Doctrine\ORM\PersistentCollection {#1551 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  -id: 131723
  -bodyTs: "'/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':4 'en.wikipedia.org':3 'en.wikipedia.org/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':2 'paratrik':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3288775"
  +editedAt: DateTimeImmutable @1700441441 {#1595
    date: 2023-11-20 01:50:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700173560 {#1696
    date: 2023-11-16 23:26:00.0 +01:00
  }
  +"title": 131723
}
"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
188 DENIED moderate
App\Entity\EntryComment {#1665
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1573
    +user: Proxies\__CG__\App\Entity\User {#2946 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2969 …}
    +slug: "What-modes-of-transport-do-you-really-like"
    +title: "What modes of transport do you really like?"
    +url: null
    +body: """
      For me personally, trams are right up there. Aside from the main issue of sharing the roads instead of having a dedicated line, they really make it easy to get from one part of a city to another, especially for wheelchair users. They’re usually as frequent as buses, but much faster. The stations are much more attractive compared to bus stops (on newer systems), and can really make an area feel much nicer IMO.\n
      \n
      For those that have a bike, suburban and inter city rail is a strong second. The speed and ease of last mile mobility is what appeals to me the most. Recently took my bike across the country to my home city and it ended up being much faster than driving (by almost an hour) - the multimodal commute was pretty hefty, but lots of fun nonetheless.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700409133 {#3034
      date: 2023-11-19 16:52:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3039 …}
    +votes: Doctrine\ORM\PersistentCollection {#3042 …}
    +reports: Doctrine\ORM\PersistentCollection {#3044 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
    +badges: Doctrine\ORM\PersistentCollection {#3050 …}
    +children: [
      App\Entity\EntryComment {#1665}
    ]
    -id: 13520
    -titleTs: "'like':8 'mode':2 'realli':7 'transport':4"
    -bodyTs: "'across':110 'almost':127 'anoth':38 'appeal':101 'area':71 'asid':9 'attract':58 'bike':81,109 'bus':61 'buse':49 'citi':36,85,116 'commut':132 'compar':59 'countri':112 'dedic':22 'drive':125 'eas':94 'easi':28 'end':119 'especi':39 'faster':52,123 'feel':72 'frequent':47 'fun':139 'get':30 'hefti':135 'home':115 'hour':129 'imo':75 'instead':18 'inter':84 'issu':13 'last':96 'line':23 'lot':137 'main':12 'make':26,69 'mile':97 'mobil':98 'much':51,56,73,122 'multimod':131 'newer':64 'nicer':74 'nonetheless':140 'one':32 'part':33 'person':3 'pretti':134 'rail':86 're':44 'realli':25,68 'recent':106 'right':6 'road':17 'second':90 'share':15 'speed':92 'station':54 'stop':62 'strong':89 'suburban':82 'system':65 'took':107 'tram':4 'user':42 'usual':45 'wheelchair':41"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700217262
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6831933"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700130862 {#3015
      date: 2023-11-16 11:34:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Paratrike\n
    \n
    [en.wikipedia.org/wiki/Ultralight_trike](https://en.wikipedia.org/wiki/Ultralight_trike)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700455145 {#1695
    date: 2023-11-20 05:39:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1526 …}
  +votes: Doctrine\ORM\PersistentCollection {#1560 …}
  +reports: Doctrine\ORM\PersistentCollection {#1551 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  -id: 131723
  -bodyTs: "'/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':4 'en.wikipedia.org':3 'en.wikipedia.org/wiki/ultralight_trike](https://en.wikipedia.org/wiki/ultralight_trike)':2 'paratrik':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://monyet.cc/comment/3288775"
  +editedAt: DateTimeImmutable @1700441441 {#1595
    date: 2023-11-20 01:50:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700173560 {#1696
    date: 2023-11-16 23:26:00.0 +01:00
  }
  +"title": 131723
}
"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
189 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
190 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