GET https://kbin.spritesserver.nl/u/@Hiro8811@lemmy.world/active?p=1

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.24 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 {#2149
  +user: Proxies\__CG__\App\Entity\User {#3254 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Linux-file-transfer-speed-bottlenecks"
  +title: "Linux file transfer speed bottlenecks?"
  +url: null
  +body: """
    I’m currently watching the progress of a 4tB rsync file transfer, and i’m curious why the speeds are less than the theoretical read/write maximum speeds of the drives involved with the transfer. I know there’s a lot that can effect transfer speeds, so I guess i’m not asking why my transfer itself isn’t going faster. I’m more just curious what the bottlenecks could be typically?\n
    \n
    Assuming a file transfer between 2 physical drives, and:\n
    \n
    - Both drives are internal SATA III drives with 5.0GB/s 5.0Gb/s read/write 210Mb/s (this was the mistake: I was reading the sata III protocol speed as the disk speed)\n
    - files are being transferred using a simple rsync command\n
    - there are no other processes running\n
    \n
    What would be the likely bottlenecks? Could the motherboard/processor likely limit the speed? The available memory? Or the file structure of the files themselves (whether they are fragmented on the volumes or not)?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729314700 {#3249
    date: 2024-10-19 07:11:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3256 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2148
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2149 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: null
      +root: null
      +body: "Are the drives encrypted?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706509623 {#2152
        date: 2024-01-29 07:27:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@archomrade@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2146 …}
      +nested: Doctrine\ORM\PersistentCollection {#2180 …}
      +votes: Doctrine\ORM\PersistentCollection {#2181 …}
      +reports: Doctrine\ORM\PersistentCollection {#2171 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2186 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2187 …}
      -id: 349107
      -bodyTs: "'drive':3 'encrypt':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7119382"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706509623 {#2153
        date: 2024-01-29 07:27:03.0 +01:00
      }
      +"title": 349107
    }
  ]
  -id: 33332
  -titleTs: "'bottleneck':5 'file':2 'linux':1 'speed':4 'transfer':3"
  -bodyTs: "'2':77 '210mb/s':94 '4tb':9 '5.0':89,91 'ask':52 'assum':72 'avail':140 'bottleneck':68,131 'command':119 'could':69,132 'curious':16,65 'current':3 'disk':109 'drive':30,79,82,87 'effect':43 'faster':60 'file':11,74,111,144,148 'fragment':153 'gb/s':90,92 'go':59 'guess':48 'iii':86,104 'intern':84 'involv':31 'isn':57 'know':36 'less':21 'like':130,135 'limit':136 'lot':40 'm':2,15,50,62 'maximum':26 'memori':141 'mistak':98 'motherboard/processor':134 'physic':78 'process':124 'progress':6 'protocol':105 'read':101 'read/write':25,93 'rsync':10,118 'run':125 'sata':85,103 'simpl':117 'speed':19,27,45,106,110,138 'structur':145 'theoret':24 'transfer':12,34,44,55,75,114 'typic':71 'use':115 'volum':156 'watch':4 'whether':150 'would':127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706394465
  +visibility: "visible             "
  +apId: "https://midwest.social/post/7965088"
  +editedAt: DateTimeImmutable @1729391389 {#3241
    date: 2024-10-20 04:29:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706308065 {#3093
    date: 2024-01-26 23:27: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
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2149
  +user: Proxies\__CG__\App\Entity\User {#3254 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Linux-file-transfer-speed-bottlenecks"
  +title: "Linux file transfer speed bottlenecks?"
  +url: null
  +body: """
    I’m currently watching the progress of a 4tB rsync file transfer, and i’m curious why the speeds are less than the theoretical read/write maximum speeds of the drives involved with the transfer. I know there’s a lot that can effect transfer speeds, so I guess i’m not asking why my transfer itself isn’t going faster. I’m more just curious what the bottlenecks could be typically?\n
    \n
    Assuming a file transfer between 2 physical drives, and:\n
    \n
    - Both drives are internal SATA III drives with 5.0GB/s 5.0Gb/s read/write 210Mb/s (this was the mistake: I was reading the sata III protocol speed as the disk speed)\n
    - files are being transferred using a simple rsync command\n
    - there are no other processes running\n
    \n
    What would be the likely bottlenecks? Could the motherboard/processor likely limit the speed? The available memory? Or the file structure of the files themselves (whether they are fragmented on the volumes or not)?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729314700 {#3249
    date: 2024-10-19 07:11:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3256 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2148
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2149 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: null
      +root: null
      +body: "Are the drives encrypted?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706509623 {#2152
        date: 2024-01-29 07:27:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@archomrade@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2146 …}
      +nested: Doctrine\ORM\PersistentCollection {#2180 …}
      +votes: Doctrine\ORM\PersistentCollection {#2181 …}
      +reports: Doctrine\ORM\PersistentCollection {#2171 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2186 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2187 …}
      -id: 349107
      -bodyTs: "'drive':3 'encrypt':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7119382"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706509623 {#2153
        date: 2024-01-29 07:27:03.0 +01:00
      }
      +"title": 349107
    }
  ]
  -id: 33332
  -titleTs: "'bottleneck':5 'file':2 'linux':1 'speed':4 'transfer':3"
  -bodyTs: "'2':77 '210mb/s':94 '4tb':9 '5.0':89,91 'ask':52 'assum':72 'avail':140 'bottleneck':68,131 'command':119 'could':69,132 'curious':16,65 'current':3 'disk':109 'drive':30,79,82,87 'effect':43 'faster':60 'file':11,74,111,144,148 'fragment':153 'gb/s':90,92 'go':59 'guess':48 'iii':86,104 'intern':84 'involv':31 'isn':57 'know':36 'less':21 'like':130,135 'limit':136 'lot':40 'm':2,15,50,62 'maximum':26 'memori':141 'mistak':98 'motherboard/processor':134 'physic':78 'process':124 'progress':6 'protocol':105 'read':101 'read/write':25,93 'rsync':10,118 'run':125 'sata':85,103 'simpl':117 'speed':19,27,45,106,110,138 'structur':145 'theoret':24 'transfer':12,34,44,55,75,114 'typic':71 'use':115 'volum':156 'watch':4 'whether':150 'would':127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706394465
  +visibility: "visible             "
  +apId: "https://midwest.social/post/7965088"
  +editedAt: DateTimeImmutable @1729391389 {#3241
    date: 2024-10-20 04:29:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706308065 {#3093
    date: 2024-01-26 23:27: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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2149
  +user: Proxies\__CG__\App\Entity\User {#3254 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Linux-file-transfer-speed-bottlenecks"
  +title: "Linux file transfer speed bottlenecks?"
  +url: null
  +body: """
    I’m currently watching the progress of a 4tB rsync file transfer, and i’m curious why the speeds are less than the theoretical read/write maximum speeds of the drives involved with the transfer. I know there’s a lot that can effect transfer speeds, so I guess i’m not asking why my transfer itself isn’t going faster. I’m more just curious what the bottlenecks could be typically?\n
    \n
    Assuming a file transfer between 2 physical drives, and:\n
    \n
    - Both drives are internal SATA III drives with 5.0GB/s 5.0Gb/s read/write 210Mb/s (this was the mistake: I was reading the sata III protocol speed as the disk speed)\n
    - files are being transferred using a simple rsync command\n
    - there are no other processes running\n
    \n
    What would be the likely bottlenecks? Could the motherboard/processor likely limit the speed? The available memory? Or the file structure of the files themselves (whether they are fragmented on the volumes or not)?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729314700 {#3249
    date: 2024-10-19 07:11:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3256 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2148
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2149 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: null
      +root: null
      +body: "Are the drives encrypted?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706509623 {#2152
        date: 2024-01-29 07:27:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@archomrade@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2146 …}
      +nested: Doctrine\ORM\PersistentCollection {#2180 …}
      +votes: Doctrine\ORM\PersistentCollection {#2181 …}
      +reports: Doctrine\ORM\PersistentCollection {#2171 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2186 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2187 …}
      -id: 349107
      -bodyTs: "'drive':3 'encrypt':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7119382"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706509623 {#2153
        date: 2024-01-29 07:27:03.0 +01:00
      }
      +"title": 349107
    }
  ]
  -id: 33332
  -titleTs: "'bottleneck':5 'file':2 'linux':1 'speed':4 'transfer':3"
  -bodyTs: "'2':77 '210mb/s':94 '4tb':9 '5.0':89,91 'ask':52 'assum':72 'avail':140 'bottleneck':68,131 'command':119 'could':69,132 'curious':16,65 'current':3 'disk':109 'drive':30,79,82,87 'effect':43 'faster':60 'file':11,74,111,144,148 'fragment':153 'gb/s':90,92 'go':59 'guess':48 'iii':86,104 'intern':84 'involv':31 'isn':57 'know':36 'less':21 'like':130,135 'limit':136 'lot':40 'm':2,15,50,62 'maximum':26 'memori':141 'mistak':98 'motherboard/processor':134 'physic':78 'process':124 'progress':6 'protocol':105 'read':101 'read/write':25,93 'rsync':10,118 'run':125 'sata':85,103 'simpl':117 'speed':19,27,45,106,110,138 'structur':145 'theoret':24 'transfer':12,34,44,55,75,114 'typic':71 'use':115 'volum':156 'watch':4 'whether':150 'would':127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706394465
  +visibility: "visible             "
  +apId: "https://midwest.social/post/7965088"
  +editedAt: DateTimeImmutable @1729391389 {#3241
    date: 2024-10-20 04:29:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706308065 {#3093
    date: 2024-01-26 23:27: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
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 {#2148
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2149
    +user: Proxies\__CG__\App\Entity\User {#3254 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Linux-file-transfer-speed-bottlenecks"
    +title: "Linux file transfer speed bottlenecks?"
    +url: null
    +body: """
      I’m currently watching the progress of a 4tB rsync file transfer, and i’m curious why the speeds are less than the theoretical read/write maximum speeds of the drives involved with the transfer. I know there’s a lot that can effect transfer speeds, so I guess i’m not asking why my transfer itself isn’t going faster. I’m more just curious what the bottlenecks could be typically?\n
      \n
      Assuming a file transfer between 2 physical drives, and:\n
      \n
      - Both drives are internal SATA III drives with 5.0GB/s 5.0Gb/s read/write 210Mb/s (this was the mistake: I was reading the sata III protocol speed as the disk speed)\n
      - files are being transferred using a simple rsync command\n
      - there are no other processes running\n
      \n
      What would be the likely bottlenecks? Could the motherboard/processor likely limit the speed? The available memory? Or the file structure of the files themselves (whether they are fragmented on the volumes or not)?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 42
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729314700 {#3249
      date: 2024-10-19 07:11:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3256 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2148}
    ]
    -id: 33332
    -titleTs: "'bottleneck':5 'file':2 'linux':1 'speed':4 'transfer':3"
    -bodyTs: "'2':77 '210mb/s':94 '4tb':9 '5.0':89,91 'ask':52 'assum':72 'avail':140 'bottleneck':68,131 'command':119 'could':69,132 'curious':16,65 'current':3 'disk':109 'drive':30,79,82,87 'effect':43 'faster':60 'file':11,74,111,144,148 'fragment':153 'gb/s':90,92 'go':59 'guess':48 'iii':86,104 'intern':84 'involv':31 'isn':57 'know':36 'less':21 'like':130,135 'limit':136 'lot':40 'm':2,15,50,62 'maximum':26 'memori':141 'mistak':98 'motherboard/processor':134 'physic':78 'process':124 'progress':6 'protocol':105 'read':101 'read/write':25,93 'rsync':10,118 'run':125 'sata':85,103 'simpl':117 'speed':19,27,45,106,110,138 'structur':145 'theoret':24 'transfer':12,34,44,55,75,114 'typic':71 'use':115 'volum':156 'watch':4 'whether':150 'would':127"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706394465
    +visibility: "visible             "
    +apId: "https://midwest.social/post/7965088"
    +editedAt: DateTimeImmutable @1729391389 {#3241
      date: 2024-10-20 04:29:49.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706308065 {#3093
      date: 2024-01-26 23:27:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: null
  +root: null
  +body: "Are the drives encrypted?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706509623 {#2152
    date: 2024-01-29 07:27:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@archomrade@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2146 …}
  +nested: Doctrine\ORM\PersistentCollection {#2180 …}
  +votes: Doctrine\ORM\PersistentCollection {#2181 …}
  +reports: Doctrine\ORM\PersistentCollection {#2171 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2186 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2187 …}
  -id: 349107
  -bodyTs: "'drive':3 'encrypt':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7119382"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706509623 {#2153
    date: 2024-01-29 07:27:03.0 +01:00
  }
  +"title": 349107
}
"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 {#2148
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2149
    +user: Proxies\__CG__\App\Entity\User {#3254 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Linux-file-transfer-speed-bottlenecks"
    +title: "Linux file transfer speed bottlenecks?"
    +url: null
    +body: """
      I’m currently watching the progress of a 4tB rsync file transfer, and i’m curious why the speeds are less than the theoretical read/write maximum speeds of the drives involved with the transfer. I know there’s a lot that can effect transfer speeds, so I guess i’m not asking why my transfer itself isn’t going faster. I’m more just curious what the bottlenecks could be typically?\n
      \n
      Assuming a file transfer between 2 physical drives, and:\n
      \n
      - Both drives are internal SATA III drives with 5.0GB/s 5.0Gb/s read/write 210Mb/s (this was the mistake: I was reading the sata III protocol speed as the disk speed)\n
      - files are being transferred using a simple rsync command\n
      - there are no other processes running\n
      \n
      What would be the likely bottlenecks? Could the motherboard/processor likely limit the speed? The available memory? Or the file structure of the files themselves (whether they are fragmented on the volumes or not)?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 42
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729314700 {#3249
      date: 2024-10-19 07:11:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3256 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2148}
    ]
    -id: 33332
    -titleTs: "'bottleneck':5 'file':2 'linux':1 'speed':4 'transfer':3"
    -bodyTs: "'2':77 '210mb/s':94 '4tb':9 '5.0':89,91 'ask':52 'assum':72 'avail':140 'bottleneck':68,131 'command':119 'could':69,132 'curious':16,65 'current':3 'disk':109 'drive':30,79,82,87 'effect':43 'faster':60 'file':11,74,111,144,148 'fragment':153 'gb/s':90,92 'go':59 'guess':48 'iii':86,104 'intern':84 'involv':31 'isn':57 'know':36 'less':21 'like':130,135 'limit':136 'lot':40 'm':2,15,50,62 'maximum':26 'memori':141 'mistak':98 'motherboard/processor':134 'physic':78 'process':124 'progress':6 'protocol':105 'read':101 'read/write':25,93 'rsync':10,118 'run':125 'sata':85,103 'simpl':117 'speed':19,27,45,106,110,138 'structur':145 'theoret':24 'transfer':12,34,44,55,75,114 'typic':71 'use':115 'volum':156 'watch':4 'whether':150 'would':127"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706394465
    +visibility: "visible             "
    +apId: "https://midwest.social/post/7965088"
    +editedAt: DateTimeImmutable @1729391389 {#3241
      date: 2024-10-20 04:29:49.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706308065 {#3093
      date: 2024-01-26 23:27:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: null
  +root: null
  +body: "Are the drives encrypted?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706509623 {#2152
    date: 2024-01-29 07:27:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@archomrade@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2146 …}
  +nested: Doctrine\ORM\PersistentCollection {#2180 …}
  +votes: Doctrine\ORM\PersistentCollection {#2181 …}
  +reports: Doctrine\ORM\PersistentCollection {#2171 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2186 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2187 …}
  -id: 349107
  -bodyTs: "'drive':3 'encrypt':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7119382"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706509623 {#2153
    date: 2024-01-29 07:27:03.0 +01:00
  }
  +"title": 349107
}
"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 {#2148
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2149
    +user: Proxies\__CG__\App\Entity\User {#3254 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Linux-file-transfer-speed-bottlenecks"
    +title: "Linux file transfer speed bottlenecks?"
    +url: null
    +body: """
      I’m currently watching the progress of a 4tB rsync file transfer, and i’m curious why the speeds are less than the theoretical read/write maximum speeds of the drives involved with the transfer. I know there’s a lot that can effect transfer speeds, so I guess i’m not asking why my transfer itself isn’t going faster. I’m more just curious what the bottlenecks could be typically?\n
      \n
      Assuming a file transfer between 2 physical drives, and:\n
      \n
      - Both drives are internal SATA III drives with 5.0GB/s 5.0Gb/s read/write 210Mb/s (this was the mistake: I was reading the sata III protocol speed as the disk speed)\n
      - files are being transferred using a simple rsync command\n
      - there are no other processes running\n
      \n
      What would be the likely bottlenecks? Could the motherboard/processor likely limit the speed? The available memory? Or the file structure of the files themselves (whether they are fragmented on the volumes or not)?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 42
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729314700 {#3249
      date: 2024-10-19 07:11:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3256 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2148}
    ]
    -id: 33332
    -titleTs: "'bottleneck':5 'file':2 'linux':1 'speed':4 'transfer':3"
    -bodyTs: "'2':77 '210mb/s':94 '4tb':9 '5.0':89,91 'ask':52 'assum':72 'avail':140 'bottleneck':68,131 'command':119 'could':69,132 'curious':16,65 'current':3 'disk':109 'drive':30,79,82,87 'effect':43 'faster':60 'file':11,74,111,144,148 'fragment':153 'gb/s':90,92 'go':59 'guess':48 'iii':86,104 'intern':84 'involv':31 'isn':57 'know':36 'less':21 'like':130,135 'limit':136 'lot':40 'm':2,15,50,62 'maximum':26 'memori':141 'mistak':98 'motherboard/processor':134 'physic':78 'process':124 'progress':6 'protocol':105 'read':101 'read/write':25,93 'rsync':10,118 'run':125 'sata':85,103 'simpl':117 'speed':19,27,45,106,110,138 'structur':145 'theoret':24 'transfer':12,34,44,55,75,114 'typic':71 'use':115 'volum':156 'watch':4 'whether':150 'would':127"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706394465
    +visibility: "visible             "
    +apId: "https://midwest.social/post/7965088"
    +editedAt: DateTimeImmutable @1729391389 {#3241
      date: 2024-10-20 04:29:49.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706308065 {#3093
      date: 2024-01-26 23:27:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: null
  +root: null
  +body: "Are the drives encrypted?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706509623 {#2152
    date: 2024-01-29 07:27:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@archomrade@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2146 …}
  +nested: Doctrine\ORM\PersistentCollection {#2180 …}
  +votes: Doctrine\ORM\PersistentCollection {#2181 …}
  +reports: Doctrine\ORM\PersistentCollection {#2171 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2186 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2187 …}
  -id: 349107
  -bodyTs: "'drive':3 'encrypt':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7119382"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706509623 {#2153
    date: 2024-01-29 07:27:03.0 +01:00
  }
  +"title": 349107
}
"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 {#2259
  +user: Proxies\__CG__\App\Entity\User {#3273 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: Proxies\__CG__\App\Entity\Image {#3275 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
  +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
  +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
  +url: "https://piped.video/watch?v=RyirQOCUUK8"
  +body: """
    The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
    \n
    Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729214901 {#3268
    date: 2024-10-18 03:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3277 …}
  +votes: Doctrine\ORM\PersistentCollection {#3279 …}
  +reports: Doctrine\ORM\PersistentCollection {#3281 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
  +badges: Doctrine\ORM\PersistentCollection {#3287 …}
  +children: [
    1 => App\Entity\EntryComment {#2258
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
      +image: null
      +parent: null
      +root: null
      +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706476257 {#2237
        date: 2024-01-28 22:10:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TooMuchVanced@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2244 …}
      +nested: Doctrine\ORM\PersistentCollection {#2250 …}
      +votes: Doctrine\ORM\PersistentCollection {#2245 …}
      +reports: Doctrine\ORM\PersistentCollection {#2243 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
      -id: 347956
      -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7110203"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706476257 {#2249
        date: 2024-01-28 22:10:57.0 +01:00
      }
      +"title": 347956
    }
    0 => App\Entity\EntryComment {#2287
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
      +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706476375 {#2285
        date: 2024-01-28 22:12:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TooMuchVanced@lemmy.world"
        "@Grouchy@lemmy.grouchysysadmin.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2142 …}
      +nested: Doctrine\ORM\PersistentCollection {#2039 …}
      +votes: Doctrine\ORM\PersistentCollection {#2155 …}
      +reports: Doctrine\ORM\PersistentCollection {#2158 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
      -id: 347959
      -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7110228"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706476375 {#2286
        date: 2024-01-28 22:12:55.0 +01:00
      }
      +"title": 347959
    }
  ]
  -id: 33402
  -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
  -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706433584
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11241402"
  +editedAt: DateTimeImmutable @1728931847 {#3255
    date: 2024-10-14 20:50:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706348584 {#3240
    date: 2024-01-27 10:43: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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2259
  +user: Proxies\__CG__\App\Entity\User {#3273 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: Proxies\__CG__\App\Entity\Image {#3275 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
  +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
  +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
  +url: "https://piped.video/watch?v=RyirQOCUUK8"
  +body: """
    The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
    \n
    Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729214901 {#3268
    date: 2024-10-18 03:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3277 …}
  +votes: Doctrine\ORM\PersistentCollection {#3279 …}
  +reports: Doctrine\ORM\PersistentCollection {#3281 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
  +badges: Doctrine\ORM\PersistentCollection {#3287 …}
  +children: [
    1 => App\Entity\EntryComment {#2258
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
      +image: null
      +parent: null
      +root: null
      +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706476257 {#2237
        date: 2024-01-28 22:10:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TooMuchVanced@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2244 …}
      +nested: Doctrine\ORM\PersistentCollection {#2250 …}
      +votes: Doctrine\ORM\PersistentCollection {#2245 …}
      +reports: Doctrine\ORM\PersistentCollection {#2243 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
      -id: 347956
      -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7110203"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706476257 {#2249
        date: 2024-01-28 22:10:57.0 +01:00
      }
      +"title": 347956
    }
    0 => App\Entity\EntryComment {#2287
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
      +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706476375 {#2285
        date: 2024-01-28 22:12:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TooMuchVanced@lemmy.world"
        "@Grouchy@lemmy.grouchysysadmin.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2142 …}
      +nested: Doctrine\ORM\PersistentCollection {#2039 …}
      +votes: Doctrine\ORM\PersistentCollection {#2155 …}
      +reports: Doctrine\ORM\PersistentCollection {#2158 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
      -id: 347959
      -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7110228"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706476375 {#2286
        date: 2024-01-28 22:12:55.0 +01:00
      }
      +"title": 347959
    }
  ]
  -id: 33402
  -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
  -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706433584
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11241402"
  +editedAt: DateTimeImmutable @1728931847 {#3255
    date: 2024-10-14 20:50:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706348584 {#3240
    date: 2024-01-27 10:43: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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2259
  +user: Proxies\__CG__\App\Entity\User {#3273 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: Proxies\__CG__\App\Entity\Image {#3275 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
  +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
  +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
  +url: "https://piped.video/watch?v=RyirQOCUUK8"
  +body: """
    The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
    \n
    Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729214901 {#3268
    date: 2024-10-18 03:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3277 …}
  +votes: Doctrine\ORM\PersistentCollection {#3279 …}
  +reports: Doctrine\ORM\PersistentCollection {#3281 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
  +badges: Doctrine\ORM\PersistentCollection {#3287 …}
  +children: [
    1 => App\Entity\EntryComment {#2258
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
      +image: null
      +parent: null
      +root: null
      +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706476257 {#2237
        date: 2024-01-28 22:10:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TooMuchVanced@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2244 …}
      +nested: Doctrine\ORM\PersistentCollection {#2250 …}
      +votes: Doctrine\ORM\PersistentCollection {#2245 …}
      +reports: Doctrine\ORM\PersistentCollection {#2243 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
      -id: 347956
      -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7110203"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706476257 {#2249
        date: 2024-01-28 22:10:57.0 +01:00
      }
      +"title": 347956
    }
    0 => App\Entity\EntryComment {#2287
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
      +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706476375 {#2285
        date: 2024-01-28 22:12:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TooMuchVanced@lemmy.world"
        "@Grouchy@lemmy.grouchysysadmin.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2142 …}
      +nested: Doctrine\ORM\PersistentCollection {#2039 …}
      +votes: Doctrine\ORM\PersistentCollection {#2155 …}
      +reports: Doctrine\ORM\PersistentCollection {#2158 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
      -id: 347959
      -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7110228"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706476375 {#2286
        date: 2024-01-28 22:12:55.0 +01:00
      }
      +"title": 347959
    }
  ]
  -id: 33402
  -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
  -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706433584
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11241402"
  +editedAt: DateTimeImmutable @1728931847 {#3255
    date: 2024-10-14 20:50:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706348584 {#3240
    date: 2024-01-27 10:43: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
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 {#2258
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#3273 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
    +image: Proxies\__CG__\App\Entity\Image {#3275 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
    +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
    +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
    +url: "https://piped.video/watch?v=RyirQOCUUK8"
    +body: """
      The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
      \n
      Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729214901 {#3268
      date: 2024-10-18 03:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3277 …}
    +votes: Doctrine\ORM\PersistentCollection {#3279 …}
    +reports: Doctrine\ORM\PersistentCollection {#3281 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
    +badges: Doctrine\ORM\PersistentCollection {#3287 …}
    +children: [
      1 => App\Entity\EntryComment {#2258}
      0 => App\Entity\EntryComment {#2287
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
        +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706476375 {#2285
          date: 2024-01-28 22:12:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TooMuchVanced@lemmy.world"
          "@Grouchy@lemmy.grouchysysadmin.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2142 …}
        +nested: Doctrine\ORM\PersistentCollection {#2039 …}
        +votes: Doctrine\ORM\PersistentCollection {#2155 …}
        +reports: Doctrine\ORM\PersistentCollection {#2158 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
        -id: 347959
        -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7110228"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706476375 {#2286
          date: 2024-01-28 22:12:55.0 +01:00
        }
        +"title": 347959
      }
    ]
    -id: 33402
    -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
    -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706433584
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11241402"
    +editedAt: DateTimeImmutable @1728931847 {#3255
      date: 2024-10-14 20:50:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706348584 {#3240
      date: 2024-01-27 10:43:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: null
  +parent: null
  +root: null
  +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706476257 {#2237
    date: 2024-01-28 22:10:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TooMuchVanced@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2244 …}
  +nested: Doctrine\ORM\PersistentCollection {#2250 …}
  +votes: Doctrine\ORM\PersistentCollection {#2245 …}
  +reports: Doctrine\ORM\PersistentCollection {#2243 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
  -id: 347956
  -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7110203"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706476257 {#2249
    date: 2024-01-28 22:10:57.0 +01:00
  }
  +"title": 347956
}
"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 {#2258
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#3273 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
    +image: Proxies\__CG__\App\Entity\Image {#3275 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
    +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
    +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
    +url: "https://piped.video/watch?v=RyirQOCUUK8"
    +body: """
      The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
      \n
      Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729214901 {#3268
      date: 2024-10-18 03:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3277 …}
    +votes: Doctrine\ORM\PersistentCollection {#3279 …}
    +reports: Doctrine\ORM\PersistentCollection {#3281 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
    +badges: Doctrine\ORM\PersistentCollection {#3287 …}
    +children: [
      1 => App\Entity\EntryComment {#2258}
      0 => App\Entity\EntryComment {#2287
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
        +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706476375 {#2285
          date: 2024-01-28 22:12:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TooMuchVanced@lemmy.world"
          "@Grouchy@lemmy.grouchysysadmin.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2142 …}
        +nested: Doctrine\ORM\PersistentCollection {#2039 …}
        +votes: Doctrine\ORM\PersistentCollection {#2155 …}
        +reports: Doctrine\ORM\PersistentCollection {#2158 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
        -id: 347959
        -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7110228"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706476375 {#2286
          date: 2024-01-28 22:12:55.0 +01:00
        }
        +"title": 347959
      }
    ]
    -id: 33402
    -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
    -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706433584
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11241402"
    +editedAt: DateTimeImmutable @1728931847 {#3255
      date: 2024-10-14 20:50:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706348584 {#3240
      date: 2024-01-27 10:43:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: null
  +parent: null
  +root: null
  +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706476257 {#2237
    date: 2024-01-28 22:10:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TooMuchVanced@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2244 …}
  +nested: Doctrine\ORM\PersistentCollection {#2250 …}
  +votes: Doctrine\ORM\PersistentCollection {#2245 …}
  +reports: Doctrine\ORM\PersistentCollection {#2243 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
  -id: 347956
  -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7110203"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706476257 {#2249
    date: 2024-01-28 22:10:57.0 +01:00
  }
  +"title": 347956
}
"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 {#2258
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#3273 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
    +image: Proxies\__CG__\App\Entity\Image {#3275 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
    +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
    +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
    +url: "https://piped.video/watch?v=RyirQOCUUK8"
    +body: """
      The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
      \n
      Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729214901 {#3268
      date: 2024-10-18 03:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3277 …}
    +votes: Doctrine\ORM\PersistentCollection {#3279 …}
    +reports: Doctrine\ORM\PersistentCollection {#3281 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
    +badges: Doctrine\ORM\PersistentCollection {#3287 …}
    +children: [
      1 => App\Entity\EntryComment {#2258}
      0 => App\Entity\EntryComment {#2287
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
        +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706476375 {#2285
          date: 2024-01-28 22:12:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TooMuchVanced@lemmy.world"
          "@Grouchy@lemmy.grouchysysadmin.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2142 …}
        +nested: Doctrine\ORM\PersistentCollection {#2039 …}
        +votes: Doctrine\ORM\PersistentCollection {#2155 …}
        +reports: Doctrine\ORM\PersistentCollection {#2158 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
        -id: 347959
        -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7110228"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706476375 {#2286
          date: 2024-01-28 22:12:55.0 +01:00
        }
        +"title": 347959
      }
    ]
    -id: 33402
    -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
    -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706433584
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11241402"
    +editedAt: DateTimeImmutable @1728931847 {#3255
      date: 2024-10-14 20:50:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706348584 {#3240
      date: 2024-01-27 10:43:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: null
  +parent: null
  +root: null
  +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706476257 {#2237
    date: 2024-01-28 22:10:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TooMuchVanced@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2244 …}
  +nested: Doctrine\ORM\PersistentCollection {#2250 …}
  +votes: Doctrine\ORM\PersistentCollection {#2245 …}
  +reports: Doctrine\ORM\PersistentCollection {#2243 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
  -id: 347956
  -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7110203"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706476257 {#2249
    date: 2024-01-28 22:10:57.0 +01:00
  }
  +"title": 347956
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2287
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#3273 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
    +image: Proxies\__CG__\App\Entity\Image {#3275 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
    +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
    +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
    +url: "https://piped.video/watch?v=RyirQOCUUK8"
    +body: """
      The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
      \n
      Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729214901 {#3268
      date: 2024-10-18 03:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3277 …}
    +votes: Doctrine\ORM\PersistentCollection {#3279 …}
    +reports: Doctrine\ORM\PersistentCollection {#3281 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
    +badges: Doctrine\ORM\PersistentCollection {#3287 …}
    +children: [
      1 => App\Entity\EntryComment {#2258
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
        +image: null
        +parent: null
        +root: null
        +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706476257 {#2237
          date: 2024-01-28 22:10:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TooMuchVanced@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2244 …}
        +nested: Doctrine\ORM\PersistentCollection {#2250 …}
        +votes: Doctrine\ORM\PersistentCollection {#2245 …}
        +reports: Doctrine\ORM\PersistentCollection {#2243 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
        -id: 347956
        -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7110203"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706476257 {#2249
          date: 2024-01-28 22:10:57.0 +01:00
        }
        +"title": 347956
      }
      0 => App\Entity\EntryComment {#2287}
    ]
    -id: 33402
    -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
    -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706433584
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11241402"
    +editedAt: DateTimeImmutable @1728931847 {#3255
      date: 2024-10-14 20:50:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706348584 {#3240
      date: 2024-01-27 10:43:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
  +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706476375 {#2285
    date: 2024-01-28 22:12:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TooMuchVanced@lemmy.world"
    "@Grouchy@lemmy.grouchysysadmin.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2142 …}
  +nested: Doctrine\ORM\PersistentCollection {#2039 …}
  +votes: Doctrine\ORM\PersistentCollection {#2155 …}
  +reports: Doctrine\ORM\PersistentCollection {#2158 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
  -id: 347959
  -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7110228"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706476375 {#2286
    date: 2024-01-28 22:12:55.0 +01:00
  }
  +"title": 347959
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2287
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#3273 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
    +image: Proxies\__CG__\App\Entity\Image {#3275 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
    +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
    +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
    +url: "https://piped.video/watch?v=RyirQOCUUK8"
    +body: """
      The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
      \n
      Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729214901 {#3268
      date: 2024-10-18 03:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3277 …}
    +votes: Doctrine\ORM\PersistentCollection {#3279 …}
    +reports: Doctrine\ORM\PersistentCollection {#3281 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
    +badges: Doctrine\ORM\PersistentCollection {#3287 …}
    +children: [
      1 => App\Entity\EntryComment {#2258
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
        +image: null
        +parent: null
        +root: null
        +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706476257 {#2237
          date: 2024-01-28 22:10:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TooMuchVanced@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2244 …}
        +nested: Doctrine\ORM\PersistentCollection {#2250 …}
        +votes: Doctrine\ORM\PersistentCollection {#2245 …}
        +reports: Doctrine\ORM\PersistentCollection {#2243 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
        -id: 347956
        -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7110203"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706476257 {#2249
          date: 2024-01-28 22:10:57.0 +01:00
        }
        +"title": 347956
      }
      0 => App\Entity\EntryComment {#2287}
    ]
    -id: 33402
    -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
    -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706433584
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11241402"
    +editedAt: DateTimeImmutable @1728931847 {#3255
      date: 2024-10-14 20:50:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706348584 {#3240
      date: 2024-01-27 10:43:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
  +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706476375 {#2285
    date: 2024-01-28 22:12:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TooMuchVanced@lemmy.world"
    "@Grouchy@lemmy.grouchysysadmin.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2142 …}
  +nested: Doctrine\ORM\PersistentCollection {#2039 …}
  +votes: Doctrine\ORM\PersistentCollection {#2155 …}
  +reports: Doctrine\ORM\PersistentCollection {#2158 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
  -id: 347959
  -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7110228"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706476375 {#2286
    date: 2024-01-28 22:12:55.0 +01:00
  }
  +"title": 347959
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#2287
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#3273 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
    +image: Proxies\__CG__\App\Entity\Image {#3275 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3276 …}
    +slug: "Why-you-shouldn-t-use-a-SIM-card-and-use-an"
    +title: "Why you shouldn't use a SIM card and use an hotspot as an alternative"
    +url: "https://piped.video/watch?v=RyirQOCUUK8"
    +body: """
      The video discusses the privacy concerns associated with SIM cards in mobile phones, highlighting three main reasons to be cautious. First, it explains how SIM cards enable constant location tracking through communication with cell towers. Second, it delves into the autonomy of SIM cards, particularly proactive SIMs that can send hidden messages to the cell network without the user’s knowledge. Lastly, it explores the potential risks of having too much control centralized on a single device, particularly in terms of split tunneling with VPNs.\n
      \n
      Then Naomi shares personal reasons for not using a SIM card in her phone, emphasizing alternatives such as relying on WiFi, using an anonymous Calyx hotspot, or considering mobile hotspots. The benefits of these alternatives include increased privacy, the ability to control VPN usage, and reduced exposure to potential hidden messages sent by SIM cards. The video also touches on potential downsides, such as the need to carry multiple devices and potential connectivity issues when using hotspots.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729214901 {#3268
      date: 2024-10-18 03:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3277 …}
    +votes: Doctrine\ORM\PersistentCollection {#3279 …}
    +reports: Doctrine\ORM\PersistentCollection {#3281 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3283 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3285 …}
    +badges: Doctrine\ORM\PersistentCollection {#3287 …}
    +children: [
      1 => App\Entity\EntryComment {#2258
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
        +image: null
        +parent: null
        +root: null
        +body: "I do want to not use my Sim for internet but I dont know what to use. I know there are small devices you can pop Sim into but couldn’t find any decent. I think it would also stop drawing your battery, does anyone got any tips for a good manufacturer?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706476257 {#2237
          date: 2024-01-28 22:10:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TooMuchVanced@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2244 …}
        +nested: Doctrine\ORM\PersistentCollection {#2250 …}
        +votes: Doctrine\ORM\PersistentCollection {#2245 …}
        +reports: Doctrine\ORM\PersistentCollection {#2243 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2255 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2251 …}
        -id: 347956
        -bodyTs: "'also':39 'anyon':45 'batteri':43 'couldn':30 'decent':34 'devic':23 'dont':13 'draw':41 'find':32 'good':51 'got':46 'internet':10 'know':14,19 'manufactur':52 'pop':26 'sim':8,27 'small':22 'stop':40 'think':36 'tip':48 'use':6,17 'want':3 'would':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7110203"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706476257 {#2249
          date: 2024-01-28 22:10:57.0 +01:00
        }
        +"title": 347956
      }
      0 => App\Entity\EntryComment {#2287}
    ]
    -id: 33402
    -titleTs: "'altern':15 'card':8 'hotspot':12 'shouldn':3 'sim':7 'use':5,10"
    -bodyTs: "'abil':125 'also':143 'altern':101,120 'anonym':109 'associ':7 'autonomi':41 'benefit':117 'calyx':110 'card':10,26,44,96,140 'carri':153 'cautious':20 'cell':34,55 'central':73 'communic':32 'concern':6 'connect':158 'consid':113 'constant':28 'control':72,127 'delv':38 'devic':77,155 'discuss':3 'downsid':147 'emphas':100 'enabl':27 'explain':23 'explor':64 'exposur':132 'first':21 'hidden':51,135 'highlight':14 'hotspot':111,115,162 'includ':121 'increas':122 'issu':159 'knowledg':61 'last':62 'locat':29 'main':16 'messag':52,136 'mobil':12,114 'much':71 'multipl':154 'naomi':87 'need':151 'network':56 'particular':45,78 'person':89 'phone':13,99 'potenti':66,134,146,157 'privaci':5,123 'proactiv':46 'reason':17,90 'reduc':131 'reli':104 'risk':67 'second':36 'send':50 'sent':137 'share':88 'sim':9,25,43,47,95,139 'singl':76 'split':82 'term':80 'three':15 'touch':144 'tower':35 'track':30 'tunnel':83 'usag':129 'use':93,107,161 'user':59 'video':2,142 'vpn':128 'vpns':85 'wifi':106 'without':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706433584
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11241402"
    +editedAt: DateTimeImmutable @1728931847 {#3255
      date: 2024-10-14 20:50:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706348584 {#3240
      date: 2024-01-27 10:43:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2260 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2188 …}
  +body: "Not if you don’t use sim, Bluetooth, NFC, WiFi, hotspot, microphone and stand perfectly still in a bunker 4 kilometers under ground"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706476375 {#2285
    date: 2024-01-28 22:12:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TooMuchVanced@lemmy.world"
    "@Grouchy@lemmy.grouchysysadmin.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2142 …}
  +nested: Doctrine\ORM\PersistentCollection {#2039 …}
  +votes: Doctrine\ORM\PersistentCollection {#2155 …}
  +reports: Doctrine\ORM\PersistentCollection {#2158 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2151 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2145 …}
  -id: 347959
  -bodyTs: "'4':20 'bluetooth':8 'bunker':19 'ground':23 'hotspot':11 'kilomet':21 'microphon':12 'nfc':9 'perfect':15 'sim':7 'stand':14 'still':16 'use':6 'wifi':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7110228"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706476375 {#2286
    date: 2024-01-28 22:12:55.0 +01:00
  }
  +"title": 347959
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#1555
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Arch-efi-partition-error"
  +title: "Arch efi partition error"
  +url: null
  +body: """
    I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
    \n
    > # Static information about the filesystems.\n
    > \n
    > # See fstab(5) for details.\n
    \n
    > # >\n
    > \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
    \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
    \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
    \n
    I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729108346 {#1564
    date: 2024-10-16 21:52:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
  +badges: Doctrine\ORM\PersistentCollection {#1680 …}
  +children: [
    3 => App\Entity\EntryComment {#2322
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "I tried using archinstall but I got errors so I did it manually"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706106224 {#2320
        date: 2024-01-24 15:23:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2312 …}
      +nested: Doctrine\ORM\PersistentCollection {#2307 …}
      +votes: Doctrine\ORM\PersistentCollection {#2308 …}
      +reports: Doctrine\ORM\PersistentCollection {#2304 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
      -id: 336704
      -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6972630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706106224 {#2315
        date: 2024-01-24 15:23:44.0 +01:00
      }
      +"title": 336704
    }
    2 => App\Entity\EntryComment {#2294
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "Expected me using it or getting errors?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706123073 {#2316
        date: 2024-01-24 20:04:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2296 …}
      +nested: Doctrine\ORM\PersistentCollection {#2281 …}
      +votes: Doctrine\ORM\PersistentCollection {#2280 …}
      +reports: Doctrine\ORM\PersistentCollection {#2278 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
      -id: 337380
      -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6978431"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706123073 {#2292
        date: 2024-01-24 20:04:33.0 +01:00
      }
      +"title": 337380
    }
    1 => App\Entity\EntryComment {#2212
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "Aha. If I modify them manually, what configs do I need to change?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706250069 {#2203
        date: 2024-01-26 07:21:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 341349
      -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7025568"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706250069 {#2207
        date: 2024-01-26 07:21:09.0 +01:00
      }
      +"title": 341349
    }
    0 => App\Entity\EntryComment {#2253
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706430053 {#2272
        date: 2024-01-28 09:20:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 346685
      -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7093292"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706430053 {#2190
        date: 2024-01-28 09:20:53.0 +01:00
      }
      +"title": 346685
    }
  ]
  -id: 32762
  -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
  -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706148629
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11121496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706095129 {#1550
    date: 2024-01-24 12:18:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1555
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Arch-efi-partition-error"
  +title: "Arch efi partition error"
  +url: null
  +body: """
    I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
    \n
    > # Static information about the filesystems.\n
    > \n
    > # See fstab(5) for details.\n
    \n
    > # >\n
    > \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
    \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
    \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
    \n
    I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729108346 {#1564
    date: 2024-10-16 21:52:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
  +badges: Doctrine\ORM\PersistentCollection {#1680 …}
  +children: [
    3 => App\Entity\EntryComment {#2322
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "I tried using archinstall but I got errors so I did it manually"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706106224 {#2320
        date: 2024-01-24 15:23:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2312 …}
      +nested: Doctrine\ORM\PersistentCollection {#2307 …}
      +votes: Doctrine\ORM\PersistentCollection {#2308 …}
      +reports: Doctrine\ORM\PersistentCollection {#2304 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
      -id: 336704
      -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6972630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706106224 {#2315
        date: 2024-01-24 15:23:44.0 +01:00
      }
      +"title": 336704
    }
    2 => App\Entity\EntryComment {#2294
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "Expected me using it or getting errors?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706123073 {#2316
        date: 2024-01-24 20:04:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2296 …}
      +nested: Doctrine\ORM\PersistentCollection {#2281 …}
      +votes: Doctrine\ORM\PersistentCollection {#2280 …}
      +reports: Doctrine\ORM\PersistentCollection {#2278 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
      -id: 337380
      -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6978431"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706123073 {#2292
        date: 2024-01-24 20:04:33.0 +01:00
      }
      +"title": 337380
    }
    1 => App\Entity\EntryComment {#2212
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "Aha. If I modify them manually, what configs do I need to change?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706250069 {#2203
        date: 2024-01-26 07:21:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 341349
      -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7025568"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706250069 {#2207
        date: 2024-01-26 07:21:09.0 +01:00
      }
      +"title": 341349
    }
    0 => App\Entity\EntryComment {#2253
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706430053 {#2272
        date: 2024-01-28 09:20:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 346685
      -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7093292"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706430053 {#2190
        date: 2024-01-28 09:20:53.0 +01:00
      }
      +"title": 346685
    }
  ]
  -id: 32762
  -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
  -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706148629
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11121496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706095129 {#1550
    date: 2024-01-24 12:18:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1555
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Arch-efi-partition-error"
  +title: "Arch efi partition error"
  +url: null
  +body: """
    I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
    \n
    > # Static information about the filesystems.\n
    > \n
    > # See fstab(5) for details.\n
    \n
    > # >\n
    > \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
    \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
    \n
    > # /dev/nvme0n1p2\n
    > \n
    > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
    \n
    > # /dev/nvme0n1p1\n
    > \n
    > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
    \n
    I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729108346 {#1564
    date: 2024-10-16 21:52:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
  +badges: Doctrine\ORM\PersistentCollection {#1680 …}
  +children: [
    3 => App\Entity\EntryComment {#2322
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "I tried using archinstall but I got errors so I did it manually"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706106224 {#2320
        date: 2024-01-24 15:23:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2312 …}
      +nested: Doctrine\ORM\PersistentCollection {#2307 …}
      +votes: Doctrine\ORM\PersistentCollection {#2308 …}
      +reports: Doctrine\ORM\PersistentCollection {#2304 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
      -id: 336704
      -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6972630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706106224 {#2315
        date: 2024-01-24 15:23:44.0 +01:00
      }
      +"title": 336704
    }
    2 => App\Entity\EntryComment {#2294
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "Expected me using it or getting errors?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706123073 {#2316
        date: 2024-01-24 20:04:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2296 …}
      +nested: Doctrine\ORM\PersistentCollection {#2281 …}
      +votes: Doctrine\ORM\PersistentCollection {#2280 …}
      +reports: Doctrine\ORM\PersistentCollection {#2278 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
      -id: 337380
      -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6978431"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706123073 {#2292
        date: 2024-01-24 20:04:33.0 +01:00
      }
      +"title": 337380
    }
    1 => App\Entity\EntryComment {#2212
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: "Aha. If I modify them manually, what configs do I need to change?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706250069 {#2203
        date: 2024-01-26 07:21:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 341349
      -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7025568"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706250069 {#2207
        date: 2024-01-26 07:21:09.0 +01:00
      }
      +"title": 341349
    }
    0 => App\Entity\EntryComment {#2253
      +user: App\Entity\User {#259 …}
      +entry: App\Entity\Entry {#1555}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
      +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706430053 {#2272
        date: 2024-01-28 09:20:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hiro8811@lemmy.world"
        "@may_nya@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 346685
      -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7093292"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706430053 {#2190
        date: 2024-01-28 09:20:53.0 +01:00
      }
      +"title": 346685
    }
  ]
  -id: 32762
  -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
  -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706148629
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11121496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706095129 {#1550
    date: 2024-01-24 12:18:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2322
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322}
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "I tried using archinstall but I got errors so I did it manually"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706106224 {#2320
    date: 2024-01-24 15:23:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2312 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2308 …}
  +reports: Doctrine\ORM\PersistentCollection {#2304 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
  -id: 336704
  -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6972630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706106224 {#2315
    date: 2024-01-24 15:23:44.0 +01:00
  }
  +"title": 336704
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#2322
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322}
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "I tried using archinstall but I got errors so I did it manually"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706106224 {#2320
    date: 2024-01-24 15:23:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2312 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2308 …}
  +reports: Doctrine\ORM\PersistentCollection {#2304 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
  -id: 336704
  -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6972630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706106224 {#2315
    date: 2024-01-24 15:23:44.0 +01:00
  }
  +"title": 336704
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#2322
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322}
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "I tried using archinstall but I got errors so I did it manually"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706106224 {#2320
    date: 2024-01-24 15:23:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2312 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2308 …}
  +reports: Doctrine\ORM\PersistentCollection {#2304 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
  -id: 336704
  -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6972630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706106224 {#2315
    date: 2024-01-24 15:23:44.0 +01:00
  }
  +"title": 336704
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2294
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294}
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "Expected me using it or getting errors?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706123073 {#2316
    date: 2024-01-24 20:04:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2296 …}
  +nested: Doctrine\ORM\PersistentCollection {#2281 …}
  +votes: Doctrine\ORM\PersistentCollection {#2280 …}
  +reports: Doctrine\ORM\PersistentCollection {#2278 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
  -id: 337380
  -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6978431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706123073 {#2292
    date: 2024-01-24 20:04:33.0 +01:00
  }
  +"title": 337380
}
"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 {#2294
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294}
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "Expected me using it or getting errors?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706123073 {#2316
    date: 2024-01-24 20:04:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2296 …}
  +nested: Doctrine\ORM\PersistentCollection {#2281 …}
  +votes: Doctrine\ORM\PersistentCollection {#2280 …}
  +reports: Doctrine\ORM\PersistentCollection {#2278 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
  -id: 337380
  -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6978431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706123073 {#2292
    date: 2024-01-24 20:04:33.0 +01:00
  }
  +"title": 337380
}
"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 {#2294
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294}
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "Expected me using it or getting errors?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706123073 {#2316
    date: 2024-01-24 20:04:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2296 …}
  +nested: Doctrine\ORM\PersistentCollection {#2281 …}
  +votes: Doctrine\ORM\PersistentCollection {#2280 …}
  +reports: Doctrine\ORM\PersistentCollection {#2278 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
  -id: 337380
  -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6978431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706123073 {#2292
    date: 2024-01-24 20:04:33.0 +01:00
  }
  +"title": 337380
}
"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
App\Entity\EntryComment {#2212
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212}
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "Aha. If I modify them manually, what configs do I need to change?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706250069 {#2203
    date: 2024-01-26 07:21:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 341349
  -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7025568"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706250069 {#2207
    date: 2024-01-26 07:21:09.0 +01:00
  }
  +"title": 341349
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#2212
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212}
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "Aha. If I modify them manually, what configs do I need to change?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706250069 {#2203
    date: 2024-01-26 07:21:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 341349
  -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7025568"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706250069 {#2207
    date: 2024-01-26 07:21:09.0 +01:00
  }
  +"title": 341349
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#2212
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212}
      0 => App\Entity\EntryComment {#2253
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
        +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706430053 {#2272
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 346685
        -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7093292"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706430053 {#2190
          date: 2024-01-28 09:20:53.0 +01:00
        }
        +"title": 346685
      }
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: "Aha. If I modify them manually, what configs do I need to change?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706250069 {#2203
    date: 2024-01-26 07:21:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 341349
  -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7025568"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706250069 {#2207
    date: 2024-01-26 07:21:09.0 +01:00
  }
  +"title": 341349
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#2253
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253}
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706430053 {#2272
    date: 2024-01-28 09:20:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 346685
  -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7093292"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706430053 {#2190
    date: 2024-01-28 09:20:53.0 +01:00
  }
  +"title": 346685
}
"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 {#2253
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253}
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706430053 {#2272
    date: 2024-01-28 09:20:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 346685
  -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7093292"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706430053 {#2190
    date: 2024-01-28 09:20:53.0 +01:00
  }
  +"title": 346685
}
"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 {#2253
  +user: App\Entity\User {#259 …}
  +entry: App\Entity\Entry {#1555
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Arch-efi-partition-error"
    +title: "Arch efi partition error"
    +url: null
    +body: """
      I recently reinstalled arch but I have a problem with efi partition, user can acces it and the fstab is fucked up\n
      \n
      > # Static information about the filesystems.\n
      > \n
      > # See fstab(5) for details.\n
      \n
      > # >\n
      > \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,errors>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f >/ ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage>=437,iocharset=ascii,shortname=mixed,utf8,erro>rs>=remount-ro 0 2\n
      \n
      > # /dev/nvme0n1p2\n
      > \n
      > UUID=e085a3ed-42c6-4329-ae32-9fe68d6ea02f / ext4 rw,relatime 0 1\n
      \n
      > # /dev/nvme0n1p1\n
      > \n
      > UUID=81F6-B0FD /boot/grub vfat >rw,relatime,fmask=0022,dmask=0022,codepage=>437,iocharset=ascii,shortname=mixed,utf8,error>s=remount-ro 0 2\n
      \n
      I have tried modifying and regenerating fstab but it dosen’t work. Also grub can’t be accessed when I’m booted, nor does grub theme. How to I fix this?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729108346 {#1564
      date: 2024-10-16 21:52:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1620 …}
    +votes: Doctrine\ORM\PersistentCollection {#1554 …}
    +reports: Doctrine\ORM\PersistentCollection {#1558 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1683 …}
    +badges: Doctrine\ORM\PersistentCollection {#1680 …}
    +children: [
      3 => App\Entity\EntryComment {#2322
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "I tried using archinstall but I got errors so I did it manually"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706106224 {#2320
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2312 …}
        +nested: Doctrine\ORM\PersistentCollection {#2307 …}
        +votes: Doctrine\ORM\PersistentCollection {#2308 …}
        +reports: Doctrine\ORM\PersistentCollection {#2304 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
        -id: 336704
        -bodyTs: "'archinstal':4 'error':8 'got':7 'manual':13 'tri':2 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6972630"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706106224 {#2315
          date: 2024-01-24 15:23:44.0 +01:00
        }
        +"title": 336704
      }
      2 => App\Entity\EntryComment {#2294
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2290 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Expected me using it or getting errors?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706123073 {#2316
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2296 …}
        +nested: Doctrine\ORM\PersistentCollection {#2281 …}
        +votes: Doctrine\ORM\PersistentCollection {#2280 …}
        +reports: Doctrine\ORM\PersistentCollection {#2278 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2279 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
        -id: 337380
        -bodyTs: "'error':7 'expect':1 'get':6 'use':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6978431"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706123073 {#2292
          date: 2024-01-24 20:04:33.0 +01:00
        }
        +"title": 337380
      }
      1 => App\Entity\EntryComment {#2212
        +user: App\Entity\User {#259 …}
        +entry: App\Entity\Entry {#1555}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2208 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
        +body: "Aha. If I modify them manually, what configs do I need to change?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706250069 {#2203
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hiro8811@lemmy.world"
          "@may_nya@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2209 …}
        +nested: Doctrine\ORM\PersistentCollection {#2200 …}
        +votes: Doctrine\ORM\PersistentCollection {#2270 …}
        +reports: Doctrine\ORM\PersistentCollection {#2257 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
        -id: 341349
        -bodyTs: "'aha':1 'chang':13 'config':8 'manual':6 'modifi':4 'need':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7025568"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706250069 {#2207
          date: 2024-01-26 07:21:09.0 +01:00
        }
        +"title": 341349
      }
      0 => App\Entity\EntryComment {#2253}
    ]
    -id: 32762
    -titleTs: "'arch':1 'efi':2 'error':4 'partit':3"
    -bodyTs: "'/boot':52 '/boot/grub':92,133 '/dev/nvme0n1p1':47,87,128 '/dev/nvme0n1p2':33,73,114 '0':45,71,85,112,126,153 '0022':57,59,97,99,138,140 '1':46,86,127 '2':72,113,154 '42c6':37,77,118 '4329':38,78,119 '437':61,101,142 '5':30 '81f6':50,90,131 '81f6-b0fd':49,89,130 '9fe68d6ea02f':41,81,122 'acc':15 'access':172 'ae32':40,80,121 'ae32-9fe68d6ea02f':39,79,120 'also':167 'arch':4 'ascii':63,103,144 'b0fd':51,91,132 'boot':176 'codepag':60,100,141 'detail':32 'dmask':58,98,139 'dosen':164 'e085a3ed':36,76,117 'e085a3ed-42c6':35,75,116 'efi':11 'erro':107 'error':67,148 'ext4':42,82,123 'filesystem':27 'fix':184 'fmask':56,96,137 'fstab':19,29,161 'fuck':21 'grub':168,179 'inform':24 'iocharset':62,102,143 'm':175 'mix':65,105,146 'modifi':158 'partit':12 'problem':9 'recent':2 'regener':160 'reinstal':3 'relatim':44,55,84,95,125,136 'remount':69,110,151 'remount-ro':68,109,150 'ro':70,111,152 'rs':108 'rw':43,54,83,94,124,135 'see':28 'shortnam':64,104,145 'static':23 'theme':180 'tri':157 'user':13 'utf8':66,106,147 'uuid':34,48,74,88,115,129 'vfat':53,93,134 'work':166"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706148629
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11121496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706095129 {#1550
      date: 2024-01-24 12:18:49.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2265 …}
  +body: "I solved it somewhat. There’s only two entries in fstab now but for some reason the efi partition still gets automatically mounted and the grub theme dosen’t work"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706430053 {#2272
    date: 2024-01-28 09:20:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hiro8811@lemmy.world"
    "@may_nya@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 346685
  -bodyTs: "'automat':22 'dosen':28 'efi':18 'entri':9 'fstab':11 'get':21 'grub':26 'mount':23 'partit':19 'reason':16 'solv':2 'somewhat':4 'still':20 'theme':27 'two':8 'work':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7093292"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706430053 {#2190
    date: 2024-01-28 09:20:53.0 +01:00
  }
  +"title": 346685
}
"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 {#2219
  +user: Proxies\__CG__\App\Entity\User {#3252 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#3294 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "consequences"
  +title: "consequences"
  +url: "https://lemmy.world/pictrs/image/ec421769-c673-403b-b836-b8b8c343ad16.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 58
  +favouriteCount: 618
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728742748 {#3289
    date: 2024-10-12 16:19:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3297 …}
  +votes: Doctrine\ORM\PersistentCollection {#3299 …}
  +reports: Doctrine\ORM\PersistentCollection {#3301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3303 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3305 …}
  +badges: Doctrine\ORM\PersistentCollection {#3307 …}
  +children: [
    App\Entity\EntryComment {#2221
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2219 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: null
      +root: null
      +body: "*Pray"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706179530 {#2220
        date: 2024-01-25 11:45:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kewwwi@lemmy.world"
        "@kewwwi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2217 …}
      +nested: Doctrine\ORM\PersistentCollection {#2199 …}
      +votes: Doctrine\ORM\PersistentCollection {#2195 …}
      +reports: Doctrine\ORM\PersistentCollection {#2197 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
      -id: 338957
      -bodyTs: "'pray':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6998665"
      +editedAt: DateTimeImmutable @1728551375 {#2218
        date: 2024-10-10 11:09:35.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706179530 {#2222
        date: 2024-01-25 11:45:30.0 +01:00
      }
      +"title": 338957
    }
  ]
  -id: 32968
  -titleTs: "'consequ':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706262956
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11163512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176556 {#3274
    date: 2024-01-25 10:55: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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2219
  +user: Proxies\__CG__\App\Entity\User {#3252 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#3294 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "consequences"
  +title: "consequences"
  +url: "https://lemmy.world/pictrs/image/ec421769-c673-403b-b836-b8b8c343ad16.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 58
  +favouriteCount: 618
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728742748 {#3289
    date: 2024-10-12 16:19:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3297 …}
  +votes: Doctrine\ORM\PersistentCollection {#3299 …}
  +reports: Doctrine\ORM\PersistentCollection {#3301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3303 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3305 …}
  +badges: Doctrine\ORM\PersistentCollection {#3307 …}
  +children: [
    App\Entity\EntryComment {#2221
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2219 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: null
      +root: null
      +body: "*Pray"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706179530 {#2220
        date: 2024-01-25 11:45:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kewwwi@lemmy.world"
        "@kewwwi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2217 …}
      +nested: Doctrine\ORM\PersistentCollection {#2199 …}
      +votes: Doctrine\ORM\PersistentCollection {#2195 …}
      +reports: Doctrine\ORM\PersistentCollection {#2197 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
      -id: 338957
      -bodyTs: "'pray':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6998665"
      +editedAt: DateTimeImmutable @1728551375 {#2218
        date: 2024-10-10 11:09:35.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706179530 {#2222
        date: 2024-01-25 11:45:30.0 +01:00
      }
      +"title": 338957
    }
  ]
  -id: 32968
  -titleTs: "'consequ':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706262956
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11163512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176556 {#3274
    date: 2024-01-25 10:55: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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2219
  +user: Proxies\__CG__\App\Entity\User {#3252 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#3294 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "consequences"
  +title: "consequences"
  +url: "https://lemmy.world/pictrs/image/ec421769-c673-403b-b836-b8b8c343ad16.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 58
  +favouriteCount: 618
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728742748 {#3289
    date: 2024-10-12 16:19:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3297 …}
  +votes: Doctrine\ORM\PersistentCollection {#3299 …}
  +reports: Doctrine\ORM\PersistentCollection {#3301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3303 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3305 …}
  +badges: Doctrine\ORM\PersistentCollection {#3307 …}
  +children: [
    App\Entity\EntryComment {#2221
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2219 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: null
      +root: null
      +body: "*Pray"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706179530 {#2220
        date: 2024-01-25 11:45:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kewwwi@lemmy.world"
        "@kewwwi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2217 …}
      +nested: Doctrine\ORM\PersistentCollection {#2199 …}
      +votes: Doctrine\ORM\PersistentCollection {#2195 …}
      +reports: Doctrine\ORM\PersistentCollection {#2197 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
      -id: 338957
      -bodyTs: "'pray':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6998665"
      +editedAt: DateTimeImmutable @1728551375 {#2218
        date: 2024-10-10 11:09:35.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706179530 {#2222
        date: 2024-01-25 11:45:30.0 +01:00
      }
      +"title": 338957
    }
  ]
  -id: 32968
  -titleTs: "'consequ':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706262956
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11163512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176556 {#3274
    date: 2024-01-25 10:55: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
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 {#2221
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2219
    +user: Proxies\__CG__\App\Entity\User {#3252 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#3294 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "consequences"
    +title: "consequences"
    +url: "https://lemmy.world/pictrs/image/ec421769-c673-403b-b836-b8b8c343ad16.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 58
    +favouriteCount: 618
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728742748 {#3289
      date: 2024-10-12 16:19:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3297 …}
    +votes: Doctrine\ORM\PersistentCollection {#3299 …}
    +reports: Doctrine\ORM\PersistentCollection {#3301 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3303 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3305 …}
    +badges: Doctrine\ORM\PersistentCollection {#3307 …}
    +children: [
      App\Entity\EntryComment {#2221}
    ]
    -id: 32968
    -titleTs: "'consequ':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706262956
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11163512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706176556 {#3274
      date: 2024-01-25 10:55:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: null
  +root: null
  +body: "*Pray"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706179530 {#2220
    date: 2024-01-25 11:45:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kewwwi@lemmy.world"
    "@kewwwi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2217 …}
  +nested: Doctrine\ORM\PersistentCollection {#2199 …}
  +votes: Doctrine\ORM\PersistentCollection {#2195 …}
  +reports: Doctrine\ORM\PersistentCollection {#2197 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
  -id: 338957
  -bodyTs: "'pray':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6998665"
  +editedAt: DateTimeImmutable @1728551375 {#2218
    date: 2024-10-10 11:09:35.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706179530 {#2222
    date: 2024-01-25 11:45:30.0 +01:00
  }
  +"title": 338957
}
"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 {#2221
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2219
    +user: Proxies\__CG__\App\Entity\User {#3252 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#3294 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "consequences"
    +title: "consequences"
    +url: "https://lemmy.world/pictrs/image/ec421769-c673-403b-b836-b8b8c343ad16.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 58
    +favouriteCount: 618
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728742748 {#3289
      date: 2024-10-12 16:19:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3297 …}
    +votes: Doctrine\ORM\PersistentCollection {#3299 …}
    +reports: Doctrine\ORM\PersistentCollection {#3301 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3303 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3305 …}
    +badges: Doctrine\ORM\PersistentCollection {#3307 …}
    +children: [
      App\Entity\EntryComment {#2221}
    ]
    -id: 32968
    -titleTs: "'consequ':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706262956
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11163512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706176556 {#3274
      date: 2024-01-25 10:55:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: null
  +root: null
  +body: "*Pray"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706179530 {#2220
    date: 2024-01-25 11:45:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kewwwi@lemmy.world"
    "@kewwwi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2217 …}
  +nested: Doctrine\ORM\PersistentCollection {#2199 …}
  +votes: Doctrine\ORM\PersistentCollection {#2195 …}
  +reports: Doctrine\ORM\PersistentCollection {#2197 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
  -id: 338957
  -bodyTs: "'pray':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6998665"
  +editedAt: DateTimeImmutable @1728551375 {#2218
    date: 2024-10-10 11:09:35.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706179530 {#2222
    date: 2024-01-25 11:45:30.0 +01:00
  }
  +"title": 338957
}
"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 {#2221
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2219
    +user: Proxies\__CG__\App\Entity\User {#3252 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#3294 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "consequences"
    +title: "consequences"
    +url: "https://lemmy.world/pictrs/image/ec421769-c673-403b-b836-b8b8c343ad16.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 58
    +favouriteCount: 618
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728742748 {#3289
      date: 2024-10-12 16:19:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3297 …}
    +votes: Doctrine\ORM\PersistentCollection {#3299 …}
    +reports: Doctrine\ORM\PersistentCollection {#3301 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3303 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3305 …}
    +badges: Doctrine\ORM\PersistentCollection {#3307 …}
    +children: [
      App\Entity\EntryComment {#2221}
    ]
    -id: 32968
    -titleTs: "'consequ':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706262956
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11163512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706176556 {#3274
      date: 2024-01-25 10:55:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: null
  +root: null
  +body: "*Pray"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706179530 {#2220
    date: 2024-01-25 11:45:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kewwwi@lemmy.world"
    "@kewwwi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2217 …}
  +nested: Doctrine\ORM\PersistentCollection {#2199 …}
  +votes: Doctrine\ORM\PersistentCollection {#2195 …}
  +reports: Doctrine\ORM\PersistentCollection {#2197 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
  -id: 338957
  -bodyTs: "'pray':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6998665"
  +editedAt: DateTimeImmutable @1728551375 {#2218
    date: 2024-10-10 11:09:35.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706179530 {#2222
    date: 2024-01-25 11:45:30.0 +01:00
  }
  +"title": 338957
}
"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 {#2114
  +user: Proxies\__CG__\App\Entity\User {#3239 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
  +slug: "Programming-The-Horror-Game"
  +title: "Programming: The Horror Game"
  +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 43
  +favouriteCount: 898
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727416204 {#3234
    date: 2024-09-27 07:50:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3231 …}
  +votes: Doctrine\ORM\PersistentCollection {#3229 …}
  +reports: Doctrine\ORM\PersistentCollection {#3227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
  +badges: Doctrine\ORM\PersistentCollection {#3247 …}
  +children: [
    1 => App\Entity\EntryComment {#2128
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
      +root: App\Entity\EntryComment {#2124
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: null
        +root: null
        +body: "But I have an LCD display"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 45
        +score: 0
        +lastActive: DateTime @1727416204 {#2107
          date: 2024-09-27 07:50:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2117 …}
        +nested: Doctrine\ORM\PersistentCollection {#2122 …}
        +votes: Doctrine\ORM\PersistentCollection {#2113 …}
        +reports: Doctrine\ORM\PersistentCollection {#2119 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
        -id: 325244
        -bodyTs: "'display':6 'lcd':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6845581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705742490 {#2112
          date: 2024-01-20 10:21:30.0 +01:00
        }
        +"title": 325244
      }
      +body: "Low battery mode on…computers?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705860267 {#2162
        date: 2024-01-21 19:04:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@Hiro8811@lemmy.world"
        "@pkill@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2126 …}
      +nested: Doctrine\ORM\PersistentCollection {#2139 …}
      +votes: Doctrine\ORM\PersistentCollection {#2224 …}
      +reports: Doctrine\ORM\PersistentCollection {#2223 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
      -id: 328877
      -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6890474"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705860267 {#2044
        date: 2024-01-21 19:04:27.0 +01:00
      }
      +"title": 328877
    }
    0 => App\Entity\EntryComment {#2124}
  ]
  -id: 31825
  -titleTs: "'game':4 'horror':3 'program':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705792698
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8833977"
  +editedAt: DateTimeImmutable @1726917645 {#3099
    date: 2024-09-21 13:20:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705706298 {#2764
    date: 2024-01-20 00:18:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2114
  +user: Proxies\__CG__\App\Entity\User {#3239 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
  +slug: "Programming-The-Horror-Game"
  +title: "Programming: The Horror Game"
  +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 43
  +favouriteCount: 898
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727416204 {#3234
    date: 2024-09-27 07:50:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3231 …}
  +votes: Doctrine\ORM\PersistentCollection {#3229 …}
  +reports: Doctrine\ORM\PersistentCollection {#3227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
  +badges: Doctrine\ORM\PersistentCollection {#3247 …}
  +children: [
    1 => App\Entity\EntryComment {#2128
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
      +root: App\Entity\EntryComment {#2124
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: null
        +root: null
        +body: "But I have an LCD display"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 45
        +score: 0
        +lastActive: DateTime @1727416204 {#2107
          date: 2024-09-27 07:50:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2117 …}
        +nested: Doctrine\ORM\PersistentCollection {#2122 …}
        +votes: Doctrine\ORM\PersistentCollection {#2113 …}
        +reports: Doctrine\ORM\PersistentCollection {#2119 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
        -id: 325244
        -bodyTs: "'display':6 'lcd':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6845581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705742490 {#2112
          date: 2024-01-20 10:21:30.0 +01:00
        }
        +"title": 325244
      }
      +body: "Low battery mode on…computers?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705860267 {#2162
        date: 2024-01-21 19:04:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@Hiro8811@lemmy.world"
        "@pkill@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2126 …}
      +nested: Doctrine\ORM\PersistentCollection {#2139 …}
      +votes: Doctrine\ORM\PersistentCollection {#2224 …}
      +reports: Doctrine\ORM\PersistentCollection {#2223 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
      -id: 328877
      -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6890474"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705860267 {#2044
        date: 2024-01-21 19:04:27.0 +01:00
      }
      +"title": 328877
    }
    0 => App\Entity\EntryComment {#2124}
  ]
  -id: 31825
  -titleTs: "'game':4 'horror':3 'program':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705792698
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8833977"
  +editedAt: DateTimeImmutable @1726917645 {#3099
    date: 2024-09-21 13:20:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705706298 {#2764
    date: 2024-01-20 00:18:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2114
  +user: Proxies\__CG__\App\Entity\User {#3239 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
  +slug: "Programming-The-Horror-Game"
  +title: "Programming: The Horror Game"
  +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 43
  +favouriteCount: 898
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727416204 {#3234
    date: 2024-09-27 07:50:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3231 …}
  +votes: Doctrine\ORM\PersistentCollection {#3229 …}
  +reports: Doctrine\ORM\PersistentCollection {#3227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
  +badges: Doctrine\ORM\PersistentCollection {#3247 …}
  +children: [
    1 => App\Entity\EntryComment {#2128
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
      +root: App\Entity\EntryComment {#2124
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: null
        +root: null
        +body: "But I have an LCD display"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 45
        +score: 0
        +lastActive: DateTime @1727416204 {#2107
          date: 2024-09-27 07:50:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2117 …}
        +nested: Doctrine\ORM\PersistentCollection {#2122 …}
        +votes: Doctrine\ORM\PersistentCollection {#2113 …}
        +reports: Doctrine\ORM\PersistentCollection {#2119 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
        -id: 325244
        -bodyTs: "'display':6 'lcd':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6845581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705742490 {#2112
          date: 2024-01-20 10:21:30.0 +01:00
        }
        +"title": 325244
      }
      +body: "Low battery mode on…computers?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705860267 {#2162
        date: 2024-01-21 19:04:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@Hiro8811@lemmy.world"
        "@pkill@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2126 …}
      +nested: Doctrine\ORM\PersistentCollection {#2139 …}
      +votes: Doctrine\ORM\PersistentCollection {#2224 …}
      +reports: Doctrine\ORM\PersistentCollection {#2223 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
      -id: 328877
      -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6890474"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705860267 {#2044
        date: 2024-01-21 19:04:27.0 +01:00
      }
      +"title": 328877
    }
    0 => App\Entity\EntryComment {#2124}
  ]
  -id: 31825
  -titleTs: "'game':4 'horror':3 'program':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705792698
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8833977"
  +editedAt: DateTimeImmutable @1726917645 {#3099
    date: 2024-09-21 13:20:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705706298 {#2764
    date: 2024-01-20 00:18:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2128
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#3239 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
    +slug: "Programming-The-Horror-Game"
    +title: "Programming: The Horror Game"
    +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 898
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727416204 {#3234
      date: 2024-09-27 07:50:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
    +badges: Doctrine\ORM\PersistentCollection {#3247 …}
    +children: [
      1 => App\Entity\EntryComment {#2128}
      0 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: null
        +root: null
        +body: "But I have an LCD display"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 45
        +score: 0
        +lastActive: DateTime @1727416204 {#2107
          date: 2024-09-27 07:50:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2117 …}
        +nested: Doctrine\ORM\PersistentCollection {#2122 …}
        +votes: Doctrine\ORM\PersistentCollection {#2113 …}
        +reports: Doctrine\ORM\PersistentCollection {#2119 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
        -id: 325244
        -bodyTs: "'display':6 'lcd':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6845581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705742490 {#2112
          date: 2024-01-20 10:21:30.0 +01:00
        }
        +"title": 325244
      }
    ]
    -id: 31825
    -titleTs: "'game':4 'horror':3 'program':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705792698
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8833977"
    +editedAt: DateTimeImmutable @1726917645 {#3099
      date: 2024-09-21 13:20:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705706298 {#2764
      date: 2024-01-20 00:18:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
  +root: App\Entity\EntryComment {#2124}
  +body: "Low battery mode on…computers?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705860267 {#2162
    date: 2024-01-21 19:04:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@Hiro8811@lemmy.world"
    "@pkill@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2126 …}
  +nested: Doctrine\ORM\PersistentCollection {#2139 …}
  +votes: Doctrine\ORM\PersistentCollection {#2224 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
  -id: 328877
  -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6890474"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705860267 {#2044
    date: 2024-01-21 19:04:27.0 +01:00
  }
  +"title": 328877
}
"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 {#2128
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#3239 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
    +slug: "Programming-The-Horror-Game"
    +title: "Programming: The Horror Game"
    +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 898
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727416204 {#3234
      date: 2024-09-27 07:50:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
    +badges: Doctrine\ORM\PersistentCollection {#3247 …}
    +children: [
      1 => App\Entity\EntryComment {#2128}
      0 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: null
        +root: null
        +body: "But I have an LCD display"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 45
        +score: 0
        +lastActive: DateTime @1727416204 {#2107
          date: 2024-09-27 07:50:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2117 …}
        +nested: Doctrine\ORM\PersistentCollection {#2122 …}
        +votes: Doctrine\ORM\PersistentCollection {#2113 …}
        +reports: Doctrine\ORM\PersistentCollection {#2119 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
        -id: 325244
        -bodyTs: "'display':6 'lcd':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6845581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705742490 {#2112
          date: 2024-01-20 10:21:30.0 +01:00
        }
        +"title": 325244
      }
    ]
    -id: 31825
    -titleTs: "'game':4 'horror':3 'program':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705792698
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8833977"
    +editedAt: DateTimeImmutable @1726917645 {#3099
      date: 2024-09-21 13:20:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705706298 {#2764
      date: 2024-01-20 00:18:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
  +root: App\Entity\EntryComment {#2124}
  +body: "Low battery mode on…computers?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705860267 {#2162
    date: 2024-01-21 19:04:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@Hiro8811@lemmy.world"
    "@pkill@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2126 …}
  +nested: Doctrine\ORM\PersistentCollection {#2139 …}
  +votes: Doctrine\ORM\PersistentCollection {#2224 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
  -id: 328877
  -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6890474"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705860267 {#2044
    date: 2024-01-21 19:04:27.0 +01:00
  }
  +"title": 328877
}
"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 {#2128
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#3239 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
    +slug: "Programming-The-Horror-Game"
    +title: "Programming: The Horror Game"
    +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 898
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727416204 {#3234
      date: 2024-09-27 07:50:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
    +badges: Doctrine\ORM\PersistentCollection {#3247 …}
    +children: [
      1 => App\Entity\EntryComment {#2128}
      0 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: null
        +root: null
        +body: "But I have an LCD display"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 45
        +score: 0
        +lastActive: DateTime @1727416204 {#2107
          date: 2024-09-27 07:50:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2117 …}
        +nested: Doctrine\ORM\PersistentCollection {#2122 …}
        +votes: Doctrine\ORM\PersistentCollection {#2113 …}
        +reports: Doctrine\ORM\PersistentCollection {#2119 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
        -id: 325244
        -bodyTs: "'display':6 'lcd':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6845581"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705742490 {#2112
          date: 2024-01-20 10:21:30.0 +01:00
        }
        +"title": 325244
      }
    ]
    -id: 31825
    -titleTs: "'game':4 'horror':3 'program':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705792698
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8833977"
    +editedAt: DateTimeImmutable @1726917645 {#3099
      date: 2024-09-21 13:20:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705706298 {#2764
      date: 2024-01-20 00:18:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
  +root: App\Entity\EntryComment {#2124}
  +body: "Low battery mode on…computers?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705860267 {#2162
    date: 2024-01-21 19:04:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@Hiro8811@lemmy.world"
    "@pkill@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2126 …}
  +nested: Doctrine\ORM\PersistentCollection {#2139 …}
  +votes: Doctrine\ORM\PersistentCollection {#2224 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
  -id: 328877
  -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6890474"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705860267 {#2044
    date: 2024-01-21 19:04:27.0 +01:00
  }
  +"title": 328877
}
"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
App\Entity\EntryComment {#2124
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#3239 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
    +slug: "Programming-The-Horror-Game"
    +title: "Programming: The Horror Game"
    +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 898
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727416204 {#3234
      date: 2024-09-27 07:50:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
    +badges: Doctrine\ORM\PersistentCollection {#3247 …}
    +children: [
      1 => App\Entity\EntryComment {#2128
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
        +root: App\Entity\EntryComment {#2124}
        +body: "Low battery mode on…computers?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705860267 {#2162
          date: 2024-01-21 19:04:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
          "@Hiro8811@lemmy.world"
          "@pkill@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2126 …}
        +nested: Doctrine\ORM\PersistentCollection {#2139 …}
        +votes: Doctrine\ORM\PersistentCollection {#2224 …}
        +reports: Doctrine\ORM\PersistentCollection {#2223 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
        -id: 328877
        -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6890474"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705860267 {#2044
          date: 2024-01-21 19:04:27.0 +01:00
        }
        +"title": 328877
      }
      0 => App\Entity\EntryComment {#2124}
    ]
    -id: 31825
    -titleTs: "'game':4 'horror':3 'program':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705792698
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8833977"
    +editedAt: DateTimeImmutable @1726917645 {#3099
      date: 2024-09-21 13:20:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705706298 {#2764
      date: 2024-01-20 00:18:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: null
  +root: null
  +body: "But I have an LCD display"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 45
  +score: 0
  +lastActive: DateTime @1727416204 {#2107
    date: 2024-09-27 07:50:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2117 …}
  +nested: Doctrine\ORM\PersistentCollection {#2122 …}
  +votes: Doctrine\ORM\PersistentCollection {#2113 …}
  +reports: Doctrine\ORM\PersistentCollection {#2119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
  -id: 325244
  -bodyTs: "'display':6 'lcd':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6845581"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705742490 {#2112
    date: 2024-01-20 10:21:30.0 +01:00
  }
  +"title": 325244
}
"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
59 DENIED edit
App\Entity\EntryComment {#2124
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#3239 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
    +slug: "Programming-The-Horror-Game"
    +title: "Programming: The Horror Game"
    +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 898
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727416204 {#3234
      date: 2024-09-27 07:50:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
    +badges: Doctrine\ORM\PersistentCollection {#3247 …}
    +children: [
      1 => App\Entity\EntryComment {#2128
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
        +root: App\Entity\EntryComment {#2124}
        +body: "Low battery mode on…computers?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705860267 {#2162
          date: 2024-01-21 19:04:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
          "@Hiro8811@lemmy.world"
          "@pkill@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2126 …}
        +nested: Doctrine\ORM\PersistentCollection {#2139 …}
        +votes: Doctrine\ORM\PersistentCollection {#2224 …}
        +reports: Doctrine\ORM\PersistentCollection {#2223 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
        -id: 328877
        -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6890474"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705860267 {#2044
          date: 2024-01-21 19:04:27.0 +01:00
        }
        +"title": 328877
      }
      0 => App\Entity\EntryComment {#2124}
    ]
    -id: 31825
    -titleTs: "'game':4 'horror':3 'program':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705792698
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8833977"
    +editedAt: DateTimeImmutable @1726917645 {#3099
      date: 2024-09-21 13:20:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705706298 {#2764
      date: 2024-01-20 00:18:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: null
  +root: null
  +body: "But I have an LCD display"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 45
  +score: 0
  +lastActive: DateTime @1727416204 {#2107
    date: 2024-09-27 07:50:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2117 …}
  +nested: Doctrine\ORM\PersistentCollection {#2122 …}
  +votes: Doctrine\ORM\PersistentCollection {#2113 …}
  +reports: Doctrine\ORM\PersistentCollection {#2119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
  -id: 325244
  -bodyTs: "'display':6 'lcd':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6845581"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705742490 {#2112
    date: 2024-01-20 10:21:30.0 +01:00
  }
  +"title": 325244
}
"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
60 DENIED moderate
App\Entity\EntryComment {#2124
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#3239 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3233 …}
    +slug: "Programming-The-Horror-Game"
    +title: "Programming: The Horror Game"
    +url: "https://programming.dev/pictrs/image/92fad527-f13c-4709-915c-d759a0c33b2f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 898
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727416204 {#3234
      date: 2024-09-27 07:50:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3231 …}
    +votes: Doctrine\ORM\PersistentCollection {#3229 …}
    +reports: Doctrine\ORM\PersistentCollection {#3227 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3243 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3245 …}
    +badges: Doctrine\ORM\PersistentCollection {#3247 …}
    +children: [
      1 => App\Entity\EntryComment {#2128
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
        +root: App\Entity\EntryComment {#2124}
        +body: "Low battery mode on…computers?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705860267 {#2162
          date: 2024-01-21 19:04:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@JPDev@programming.dev"
          "@Hiro8811@lemmy.world"
          "@pkill@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2126 …}
        +nested: Doctrine\ORM\PersistentCollection {#2139 …}
        +votes: Doctrine\ORM\PersistentCollection {#2224 …}
        +reports: Doctrine\ORM\PersistentCollection {#2223 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
        -id: 328877
        -bodyTs: "'batteri':2 'comput':5 'low':1 'mode':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6890474"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705860267 {#2044
          date: 2024-01-21 19:04:27.0 +01:00
        }
        +"title": 328877
      }
      0 => App\Entity\EntryComment {#2124}
    ]
    -id: 31825
    -titleTs: "'game':4 'horror':3 'program':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705792698
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8833977"
    +editedAt: DateTimeImmutable @1726917645 {#3099
      date: 2024-09-21 13:20:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705706298 {#2764
      date: 2024-01-20 00:18:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: null
  +root: null
  +body: "But I have an LCD display"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 45
  +score: 0
  +lastActive: DateTime @1727416204 {#2107
    date: 2024-09-27 07:50:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2117 …}
  +nested: Doctrine\ORM\PersistentCollection {#2122 …}
  +votes: Doctrine\ORM\PersistentCollection {#2113 …}
  +reports: Doctrine\ORM\PersistentCollection {#2119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
  -id: 325244
  -bodyTs: "'display':6 'lcd':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6845581"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705742490 {#2112
    date: 2024-01-20 10:21:30.0 +01:00
  }
  +"title": 325244
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2191
  +user: Proxies\__CG__\App\Entity\User {#3333 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "STOP-SCROLLING-BROTHER"
  +title: "STOP SCROLLING BROTHER"
  +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 65
  +favouriteCount: 1042
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725149637 {#3328
    date: 2024-09-01 02:13:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3335 …}
  +votes: Doctrine\ORM\PersistentCollection {#3337 …}
  +reports: Doctrine\ORM\PersistentCollection {#3339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
  +badges: Doctrine\ORM\PersistentCollection {#3345 …}
  +children: [
    2 => App\Entity\EntryComment {#2326
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "I was going to but I have no £"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705238442 {#2289
        date: 2024-01-14 14:20:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 307844
      -bodyTs: "'go':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6685099"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705238442 {#2328
        date: 2024-01-14 14:20:42.0 +01:00
      }
      +"title": 307844
    }
    1 => App\Entity\EntryComment {#2339
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "I don’t"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705248963 {#2336
        date: 2024-01-14 17:16:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
        "@Hiro8811@lemmy.world"
        "@isVeryLoud@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 308274
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6687997"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705248963 {#2335
        date: 2024-01-14 17:16:03.0 +01:00
      }
      +"title": 308274
    }
    0 => App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "Nope, sorry mate"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705310206 {#2071
        date: 2024-01-15 10:16:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
        "@Hiro8811@lemmy.world"
        "@isVeryLoud@lemmy.ca"
        "@Emerald@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 310280
      -bodyTs: "'mate':3 'nope':1 'sorri':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6704373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705310206 {#2067
        date: 2024-01-15 10:16:46.0 +01:00
      }
      +"title": 310280
    }
  ]
  -id: 30305
  -titleTs: "'brother':3 'scroll':2 'stop':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705281954
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10683576"
  +editedAt: DateTimeImmutable @1722945384 {#3315
    date: 2024-08-06 13:56:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705195554 {#3292
    date: 2024-01-14 02:25:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2191
  +user: Proxies\__CG__\App\Entity\User {#3333 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "STOP-SCROLLING-BROTHER"
  +title: "STOP SCROLLING BROTHER"
  +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 65
  +favouriteCount: 1042
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725149637 {#3328
    date: 2024-09-01 02:13:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3335 …}
  +votes: Doctrine\ORM\PersistentCollection {#3337 …}
  +reports: Doctrine\ORM\PersistentCollection {#3339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
  +badges: Doctrine\ORM\PersistentCollection {#3345 …}
  +children: [
    2 => App\Entity\EntryComment {#2326
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "I was going to but I have no £"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705238442 {#2289
        date: 2024-01-14 14:20:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 307844
      -bodyTs: "'go':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6685099"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705238442 {#2328
        date: 2024-01-14 14:20:42.0 +01:00
      }
      +"title": 307844
    }
    1 => App\Entity\EntryComment {#2339
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "I don’t"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705248963 {#2336
        date: 2024-01-14 17:16:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
        "@Hiro8811@lemmy.world"
        "@isVeryLoud@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 308274
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6687997"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705248963 {#2335
        date: 2024-01-14 17:16:03.0 +01:00
      }
      +"title": 308274
    }
    0 => App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "Nope, sorry mate"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705310206 {#2071
        date: 2024-01-15 10:16:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
        "@Hiro8811@lemmy.world"
        "@isVeryLoud@lemmy.ca"
        "@Emerald@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 310280
      -bodyTs: "'mate':3 'nope':1 'sorri':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6704373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705310206 {#2067
        date: 2024-01-15 10:16:46.0 +01:00
      }
      +"title": 310280
    }
  ]
  -id: 30305
  -titleTs: "'brother':3 'scroll':2 'stop':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705281954
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10683576"
  +editedAt: DateTimeImmutable @1722945384 {#3315
    date: 2024-08-06 13:56:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705195554 {#3292
    date: 2024-01-14 02:25:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2191
  +user: Proxies\__CG__\App\Entity\User {#3333 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "STOP-SCROLLING-BROTHER"
  +title: "STOP SCROLLING BROTHER"
  +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 65
  +favouriteCount: 1042
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725149637 {#3328
    date: 2024-09-01 02:13:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3335 …}
  +votes: Doctrine\ORM\PersistentCollection {#3337 …}
  +reports: Doctrine\ORM\PersistentCollection {#3339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
  +badges: Doctrine\ORM\PersistentCollection {#3345 …}
  +children: [
    2 => App\Entity\EntryComment {#2326
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "I was going to but I have no £"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705238442 {#2289
        date: 2024-01-14 14:20:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 307844
      -bodyTs: "'go':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6685099"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705238442 {#2328
        date: 2024-01-14 14:20:42.0 +01:00
      }
      +"title": 307844
    }
    1 => App\Entity\EntryComment {#2339
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "I don’t"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705248963 {#2336
        date: 2024-01-14 17:16:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
        "@Hiro8811@lemmy.world"
        "@isVeryLoud@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 308274
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6687997"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705248963 {#2335
        date: 2024-01-14 17:16:03.0 +01:00
      }
      +"title": 308274
    }
    0 => App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: "Nope, sorry mate"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705310206 {#2071
        date: 2024-01-15 10:16:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zeon@lemmy.world"
        "@graphito@sopuli.xyz"
        "@Hiro8811@lemmy.world"
        "@isVeryLoud@lemmy.ca"
        "@Emerald@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 310280
      -bodyTs: "'mate':3 'nope':1 'sorri':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6704373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705310206 {#2067
        date: 2024-01-15 10:16:46.0 +01:00
      }
      +"title": 310280
    }
  ]
  -id: 30305
  -titleTs: "'brother':3 'scroll':2 'stop':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705281954
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10683576"
  +editedAt: DateTimeImmutable @1722945384 {#3315
    date: 2024-08-06 13:56:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705195554 {#3292
    date: 2024-01-14 02:25:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2326
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326}
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I don’t"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705248963 {#2336
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 308274
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6687997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705248963 {#2335
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +"title": 308274
      }
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "Nope, sorry mate"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705310206 {#2071
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
          "@Emerald@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2048 …}
        +nested: Doctrine\ORM\PersistentCollection {#2056 …}
        +votes: Doctrine\ORM\PersistentCollection {#2046 …}
        +reports: Doctrine\ORM\PersistentCollection {#2045 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
        -id: 310280
        -bodyTs: "'mate':3 'nope':1 'sorri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6704373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705310206 {#2067
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +"title": 310280
      }
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "I was going to but I have no £"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705238442 {#2289
    date: 2024-01-14 14:20:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 307844
  -bodyTs: "'go':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6685099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705238442 {#2328
    date: 2024-01-14 14:20:42.0 +01:00
  }
  +"title": 307844
}
"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 {#2326
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326}
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I don’t"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705248963 {#2336
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 308274
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6687997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705248963 {#2335
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +"title": 308274
      }
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "Nope, sorry mate"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705310206 {#2071
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
          "@Emerald@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2048 …}
        +nested: Doctrine\ORM\PersistentCollection {#2056 …}
        +votes: Doctrine\ORM\PersistentCollection {#2046 …}
        +reports: Doctrine\ORM\PersistentCollection {#2045 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
        -id: 310280
        -bodyTs: "'mate':3 'nope':1 'sorri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6704373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705310206 {#2067
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +"title": 310280
      }
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "I was going to but I have no £"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705238442 {#2289
    date: 2024-01-14 14:20:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 307844
  -bodyTs: "'go':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6685099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705238442 {#2328
    date: 2024-01-14 14:20:42.0 +01:00
  }
  +"title": 307844
}
"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 {#2326
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326}
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I don’t"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705248963 {#2336
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 308274
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6687997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705248963 {#2335
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +"title": 308274
      }
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "Nope, sorry mate"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705310206 {#2071
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
          "@Emerald@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2048 …}
        +nested: Doctrine\ORM\PersistentCollection {#2056 …}
        +votes: Doctrine\ORM\PersistentCollection {#2046 …}
        +reports: Doctrine\ORM\PersistentCollection {#2045 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
        -id: 310280
        -bodyTs: "'mate':3 'nope':1 'sorri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6704373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705310206 {#2067
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +"title": 310280
      }
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "I was going to but I have no £"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705238442 {#2289
    date: 2024-01-14 14:20:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 307844
  -bodyTs: "'go':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6685099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705238442 {#2328
    date: 2024-01-14 14:20:42.0 +01:00
  }
  +"title": 307844
}
"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
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I was going to but I have no £"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705238442 {#2289
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 307844
        -bodyTs: "'go':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6685099"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705238442 {#2328
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +"title": 307844
      }
      1 => App\Entity\EntryComment {#2339}
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "Nope, sorry mate"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705310206 {#2071
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
          "@Emerald@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2048 …}
        +nested: Doctrine\ORM\PersistentCollection {#2056 …}
        +votes: Doctrine\ORM\PersistentCollection {#2046 …}
        +reports: Doctrine\ORM\PersistentCollection {#2045 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
        -id: 310280
        -bodyTs: "'mate':3 'nope':1 'sorri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6704373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705310206 {#2067
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +"title": 310280
      }
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "I don’t"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705248963 {#2336
    date: 2024-01-14 17:16:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
    "@Hiro8811@lemmy.world"
    "@isVeryLoud@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 308274
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6687997"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705248963 {#2335
    date: 2024-01-14 17:16:03.0 +01:00
  }
  +"title": 308274
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I was going to but I have no £"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705238442 {#2289
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 307844
        -bodyTs: "'go':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6685099"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705238442 {#2328
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +"title": 307844
      }
      1 => App\Entity\EntryComment {#2339}
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "Nope, sorry mate"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705310206 {#2071
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
          "@Emerald@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2048 …}
        +nested: Doctrine\ORM\PersistentCollection {#2056 …}
        +votes: Doctrine\ORM\PersistentCollection {#2046 …}
        +reports: Doctrine\ORM\PersistentCollection {#2045 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
        -id: 310280
        -bodyTs: "'mate':3 'nope':1 'sorri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6704373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705310206 {#2067
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +"title": 310280
      }
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "I don’t"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705248963 {#2336
    date: 2024-01-14 17:16:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
    "@Hiro8811@lemmy.world"
    "@isVeryLoud@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 308274
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6687997"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705248963 {#2335
    date: 2024-01-14 17:16:03.0 +01:00
  }
  +"title": 308274
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I was going to but I have no £"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705238442 {#2289
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 307844
        -bodyTs: "'go':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6685099"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705238442 {#2328
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +"title": 307844
      }
      1 => App\Entity\EntryComment {#2339}
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "Nope, sorry mate"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705310206 {#2071
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
          "@Emerald@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2048 …}
        +nested: Doctrine\ORM\PersistentCollection {#2056 …}
        +votes: Doctrine\ORM\PersistentCollection {#2046 …}
        +reports: Doctrine\ORM\PersistentCollection {#2045 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
        -id: 310280
        -bodyTs: "'mate':3 'nope':1 'sorri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6704373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705310206 {#2067
          date: 2024-01-15 10:16:46.0 +01:00
        }
        +"title": 310280
      }
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "I don’t"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705248963 {#2336
    date: 2024-01-14 17:16:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
    "@Hiro8811@lemmy.world"
    "@isVeryLoud@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 308274
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6687997"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705248963 {#2335
    date: 2024-01-14 17:16:03.0 +01:00
  }
  +"title": 308274
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\EntryComment {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I was going to but I have no £"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705238442 {#2289
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 307844
        -bodyTs: "'go':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6685099"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705238442 {#2328
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +"title": 307844
      }
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I don’t"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705248963 {#2336
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 308274
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6687997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705248963 {#2335
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +"title": 308274
      }
      0 => App\Entity\EntryComment {#2070}
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "Nope, sorry mate"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705310206 {#2071
    date: 2024-01-15 10:16:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
    "@Hiro8811@lemmy.world"
    "@isVeryLoud@lemmy.ca"
    "@Emerald@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 310280
  -bodyTs: "'mate':3 'nope':1 'sorri':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6704373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705310206 {#2067
    date: 2024-01-15 10:16:46.0 +01:00
  }
  +"title": 310280
}
"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 {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I was going to but I have no £"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705238442 {#2289
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 307844
        -bodyTs: "'go':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6685099"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705238442 {#2328
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +"title": 307844
      }
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I don’t"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705248963 {#2336
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 308274
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6687997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705248963 {#2335
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +"title": 308274
      }
      0 => App\Entity\EntryComment {#2070}
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "Nope, sorry mate"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705310206 {#2071
    date: 2024-01-15 10:16:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
    "@Hiro8811@lemmy.world"
    "@isVeryLoud@lemmy.ca"
    "@Emerald@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 310280
  -bodyTs: "'mate':3 'nope':1 'sorri':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6704373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705310206 {#2067
    date: 2024-01-15 10:16:46.0 +01:00
  }
  +"title": 310280
}
"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 {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3333 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "STOP-SCROLLING-BROTHER"
    +title: "STOP SCROLLING BROTHER"
    +url: "https://lemmy.world/pictrs/image/26eb314d-18c9-4bdd-b4b6-ef7652dc50c2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 65
    +favouriteCount: 1042
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725149637 {#3328
      date: 2024-09-01 02:13:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3335 …}
    +votes: Doctrine\ORM\PersistentCollection {#3337 …}
    +reports: Doctrine\ORM\PersistentCollection {#3339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3343 …}
    +badges: Doctrine\ORM\PersistentCollection {#3345 …}
    +children: [
      2 => App\Entity\EntryComment {#2326
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I was going to but I have no £"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705238442 {#2289
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 307844
        -bodyTs: "'go':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6685099"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705238442 {#2328
          date: 2024-01-14 14:20:42.0 +01:00
        }
        +"title": 307844
      }
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +body: "I don’t"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705248963 {#2336
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zeon@lemmy.world"
          "@graphito@sopuli.xyz"
          "@Hiro8811@lemmy.world"
          "@isVeryLoud@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 308274
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6687997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705248963 {#2335
          date: 2024-01-14 17:16:03.0 +01:00
        }
        +"title": 308274
      }
      0 => App\Entity\EntryComment {#2070}
    ]
    -id: 30305
    -titleTs: "'brother':3 'scroll':2 'stop':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705281954
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10683576"
    +editedAt: DateTimeImmutable @1722945384 {#3315
      date: 2024-08-06 13:56:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705195554 {#3292
      date: 2024-01-14 02:25:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: "Nope, sorry mate"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705310206 {#2071
    date: 2024-01-15 10:16:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zeon@lemmy.world"
    "@graphito@sopuli.xyz"
    "@Hiro8811@lemmy.world"
    "@isVeryLoud@lemmy.ca"
    "@Emerald@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 310280
  -bodyTs: "'mate':3 'nope':1 'sorri':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6704373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705310206 {#2067
    date: 2024-01-15 10:16:46.0 +01:00
  }
  +"title": 310280
}
"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 {#2330
  +user: Proxies\__CG__\App\Entity\User {#3331 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3370 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3372 …}
  +slug: "Linux-community-throught-history"
  +title: "Linux community throught history"
  +url: "https://sh.itjust.works/pictrs/image/546395d5-bf8c-44d3-a1c7-d7bbe92113a1.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 82
  +favouriteCount: 494
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722661318 {#3365
    date: 2024-08-03 07:01:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3373 …}
  +votes: Doctrine\ORM\PersistentCollection {#3375 …}
  +reports: Doctrine\ORM\PersistentCollection {#3377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
  +badges: Doctrine\ORM\PersistentCollection {#3383 …}
  +children: [
    App\Entity\EntryComment {#2350
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2330 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: "Aren’t they partially founded by Microsoft?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704743855 {#2040
        date: 2024-01-08 20:57:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@AlmightySnoo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 291720
      -bodyTs: "'aren':1 'found':5 'microsoft':7 'partial':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6505107"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704743855 {#2345
        date: 2024-01-08 20:57:35.0 +01:00
      }
      +"title": 291720
    }
  ]
  -id: 28135
  -titleTs: "'communiti':2 'histori':4 'linux':1 'throught':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704827892
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12396312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704741492 {#3353
    date: 2024-01-08 20:18: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
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2330
  +user: Proxies\__CG__\App\Entity\User {#3331 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3370 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3372 …}
  +slug: "Linux-community-throught-history"
  +title: "Linux community throught history"
  +url: "https://sh.itjust.works/pictrs/image/546395d5-bf8c-44d3-a1c7-d7bbe92113a1.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 82
  +favouriteCount: 494
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722661318 {#3365
    date: 2024-08-03 07:01:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3373 …}
  +votes: Doctrine\ORM\PersistentCollection {#3375 …}
  +reports: Doctrine\ORM\PersistentCollection {#3377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
  +badges: Doctrine\ORM\PersistentCollection {#3383 …}
  +children: [
    App\Entity\EntryComment {#2350
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2330 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: "Aren’t they partially founded by Microsoft?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704743855 {#2040
        date: 2024-01-08 20:57:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@AlmightySnoo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 291720
      -bodyTs: "'aren':1 'found':5 'microsoft':7 'partial':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6505107"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704743855 {#2345
        date: 2024-01-08 20:57:35.0 +01:00
      }
      +"title": 291720
    }
  ]
  -id: 28135
  -titleTs: "'communiti':2 'histori':4 'linux':1 'throught':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704827892
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12396312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704741492 {#3353
    date: 2024-01-08 20:18: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
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2330
  +user: Proxies\__CG__\App\Entity\User {#3331 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3370 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3372 …}
  +slug: "Linux-community-throught-history"
  +title: "Linux community throught history"
  +url: "https://sh.itjust.works/pictrs/image/546395d5-bf8c-44d3-a1c7-d7bbe92113a1.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 82
  +favouriteCount: 494
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722661318 {#3365
    date: 2024-08-03 07:01:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3373 …}
  +votes: Doctrine\ORM\PersistentCollection {#3375 …}
  +reports: Doctrine\ORM\PersistentCollection {#3377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
  +badges: Doctrine\ORM\PersistentCollection {#3383 …}
  +children: [
    App\Entity\EntryComment {#2350
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2330 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: "Aren’t they partially founded by Microsoft?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704743855 {#2040
        date: 2024-01-08 20:57:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@AlmightySnoo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 291720
      -bodyTs: "'aren':1 'found':5 'microsoft':7 'partial':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6505107"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704743855 {#2345
        date: 2024-01-08 20:57:35.0 +01:00
      }
      +"title": 291720
    }
  ]
  -id: 28135
  -titleTs: "'communiti':2 'histori':4 'linux':1 'throught':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704827892
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12396312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704741492 {#3353
    date: 2024-01-08 20:18: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
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 {#2350
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2330
    +user: Proxies\__CG__\App\Entity\User {#3331 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3370 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3372 …}
    +slug: "Linux-community-throught-history"
    +title: "Linux community throught history"
    +url: "https://sh.itjust.works/pictrs/image/546395d5-bf8c-44d3-a1c7-d7bbe92113a1.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 82
    +favouriteCount: 494
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722661318 {#3365
      date: 2024-08-03 07:01:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3373 …}
    +votes: Doctrine\ORM\PersistentCollection {#3375 …}
    +reports: Doctrine\ORM\PersistentCollection {#3377 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
    +badges: Doctrine\ORM\PersistentCollection {#3383 …}
    +children: [
      App\Entity\EntryComment {#2350}
    ]
    -id: 28135
    -titleTs: "'communiti':2 'histori':4 'linux':1 'throught':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704827892
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12396312"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704741492 {#3353
      date: 2024-01-08 20:18:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: "Aren’t they partially founded by Microsoft?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704743855 {#2040
    date: 2024-01-08 20:57:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@AlmightySnoo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 291720
  -bodyTs: "'aren':1 'found':5 'microsoft':7 'partial':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6505107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704743855 {#2345
    date: 2024-01-08 20:57:35.0 +01:00
  }
  +"title": 291720
}
"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 {#2350
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2330
    +user: Proxies\__CG__\App\Entity\User {#3331 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3370 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3372 …}
    +slug: "Linux-community-throught-history"
    +title: "Linux community throught history"
    +url: "https://sh.itjust.works/pictrs/image/546395d5-bf8c-44d3-a1c7-d7bbe92113a1.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 82
    +favouriteCount: 494
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722661318 {#3365
      date: 2024-08-03 07:01:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3373 …}
    +votes: Doctrine\ORM\PersistentCollection {#3375 …}
    +reports: Doctrine\ORM\PersistentCollection {#3377 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
    +badges: Doctrine\ORM\PersistentCollection {#3383 …}
    +children: [
      App\Entity\EntryComment {#2350}
    ]
    -id: 28135
    -titleTs: "'communiti':2 'histori':4 'linux':1 'throught':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704827892
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12396312"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704741492 {#3353
      date: 2024-01-08 20:18:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: "Aren’t they partially founded by Microsoft?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704743855 {#2040
    date: 2024-01-08 20:57:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@AlmightySnoo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 291720
  -bodyTs: "'aren':1 'found':5 'microsoft':7 'partial':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6505107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704743855 {#2345
    date: 2024-01-08 20:57:35.0 +01:00
  }
  +"title": 291720
}
"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 {#2350
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2330
    +user: Proxies\__CG__\App\Entity\User {#3331 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3370 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3372 …}
    +slug: "Linux-community-throught-history"
    +title: "Linux community throught history"
    +url: "https://sh.itjust.works/pictrs/image/546395d5-bf8c-44d3-a1c7-d7bbe92113a1.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 82
    +favouriteCount: 494
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722661318 {#3365
      date: 2024-08-03 07:01:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3373 …}
    +votes: Doctrine\ORM\PersistentCollection {#3375 …}
    +reports: Doctrine\ORM\PersistentCollection {#3377 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
    +badges: Doctrine\ORM\PersistentCollection {#3383 …}
    +children: [
      App\Entity\EntryComment {#2350}
    ]
    -id: 28135
    -titleTs: "'communiti':2 'histori':4 'linux':1 'throught':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704827892
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12396312"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704741492 {#3353
      date: 2024-01-08 20:18:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: "Aren’t they partially founded by Microsoft?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704743855 {#2040
    date: 2024-01-08 20:57:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@AlmightySnoo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 291720
  -bodyTs: "'aren':1 'found':5 'microsoft':7 'partial':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6505107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704743855 {#2345
    date: 2024-01-08 20:57:35.0 +01:00
  }
  +"title": 291720
}
"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 {#2095
  +user: Proxies\__CG__\App\Entity\User {#3350 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
  +image: Proxies\__CG__\App\Entity\Image {#3390 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3392 …}
  +slug: "Parkable-cities"
  +title: "Parkable cities"
  +url: "https://startrek.website/pictrs/image/b68b10a3-e9d4-4bc9-b50e-cab970aa11c9.jpeg"
  +body: "They probably assumed this is like a theme park or something and not an actual city that people actually live in year round. Cities having nice, people friendly places away from cars? Who’s ever heard of that?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 621
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710319035 {#3385
    date: 2024-03-13 09:37:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3393 …}
  +votes: Doctrine\ORM\PersistentCollection {#3395 …}
  +reports: Doctrine\ORM\PersistentCollection {#3397 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3399 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3401 …}
  +badges: Doctrine\ORM\PersistentCollection {#3403 …}
  +children: [
    App\Entity\EntryComment {#2088
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
      +body: "It’s more fun that way"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703538525 {#2064
        date: 2023-12-25 22:08:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
        "@library_napper@monyet.cc"
        "@SpongyAneurism@lemmy.frozeninferno.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 251903
      -bodyTs: "'fun':4 'way':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6240155"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703538525 {#2089
        date: 2023-12-25 22:08:45.0 +01:00
      }
      +"title": 251903
    }
  ]
  -id: 24345
  -titleTs: "'citi':2 'parkabl':1"
  -bodyTs: "'actual':15,19 'assum':3 'away':30 'car':32 'citi':16,24 'ever':35 'friend':28 'heard':36 'like':6 'live':20 'nice':26 'park':9 'peopl':18,27 'place':29 'probabl':2 'round':23 'someth':11 'theme':8 'year':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703473669
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9689641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703387269 {#3371
    date: 2023-12-24 04:07: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
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2095
  +user: Proxies\__CG__\App\Entity\User {#3350 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
  +image: Proxies\__CG__\App\Entity\Image {#3390 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3392 …}
  +slug: "Parkable-cities"
  +title: "Parkable cities"
  +url: "https://startrek.website/pictrs/image/b68b10a3-e9d4-4bc9-b50e-cab970aa11c9.jpeg"
  +body: "They probably assumed this is like a theme park or something and not an actual city that people actually live in year round. Cities having nice, people friendly places away from cars? Who’s ever heard of that?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 621
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710319035 {#3385
    date: 2024-03-13 09:37:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3393 …}
  +votes: Doctrine\ORM\PersistentCollection {#3395 …}
  +reports: Doctrine\ORM\PersistentCollection {#3397 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3399 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3401 …}
  +badges: Doctrine\ORM\PersistentCollection {#3403 …}
  +children: [
    App\Entity\EntryComment {#2088
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
      +body: "It’s more fun that way"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703538525 {#2064
        date: 2023-12-25 22:08:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
        "@library_napper@monyet.cc"
        "@SpongyAneurism@lemmy.frozeninferno.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 251903
      -bodyTs: "'fun':4 'way':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6240155"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703538525 {#2089
        date: 2023-12-25 22:08:45.0 +01:00
      }
      +"title": 251903
    }
  ]
  -id: 24345
  -titleTs: "'citi':2 'parkabl':1"
  -bodyTs: "'actual':15,19 'assum':3 'away':30 'car':32 'citi':16,24 'ever':35 'friend':28 'heard':36 'like':6 'live':20 'nice':26 'park':9 'peopl':18,27 'place':29 'probabl':2 'round':23 'someth':11 'theme':8 'year':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703473669
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9689641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703387269 {#3371
    date: 2023-12-24 04:07: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
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2095
  +user: Proxies\__CG__\App\Entity\User {#3350 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
  +image: Proxies\__CG__\App\Entity\Image {#3390 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3392 …}
  +slug: "Parkable-cities"
  +title: "Parkable cities"
  +url: "https://startrek.website/pictrs/image/b68b10a3-e9d4-4bc9-b50e-cab970aa11c9.jpeg"
  +body: "They probably assumed this is like a theme park or something and not an actual city that people actually live in year round. Cities having nice, people friendly places away from cars? Who’s ever heard of that?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 621
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710319035 {#3385
    date: 2024-03-13 09:37:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3393 …}
  +votes: Doctrine\ORM\PersistentCollection {#3395 …}
  +reports: Doctrine\ORM\PersistentCollection {#3397 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3399 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3401 …}
  +badges: Doctrine\ORM\PersistentCollection {#3403 …}
  +children: [
    App\Entity\EntryComment {#2088
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
      +body: "It’s more fun that way"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703538525 {#2064
        date: 2023-12-25 22:08:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
        "@library_napper@monyet.cc"
        "@SpongyAneurism@lemmy.frozeninferno.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 251903
      -bodyTs: "'fun':4 'way':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6240155"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703538525 {#2089
        date: 2023-12-25 22:08:45.0 +01:00
      }
      +"title": 251903
    }
  ]
  -id: 24345
  -titleTs: "'citi':2 'parkabl':1"
  -bodyTs: "'actual':15,19 'assum':3 'away':30 'car':32 'citi':16,24 'ever':35 'friend':28 'heard':36 'like':6 'live':20 'nice':26 'park':9 'peopl':18,27 'place':29 'probabl':2 'round':23 'someth':11 'theme':8 'year':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703473669
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9689641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703387269 {#3371
    date: 2023-12-24 04:07: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
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 {#2088
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2095
    +user: Proxies\__CG__\App\Entity\User {#3350 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
    +image: Proxies\__CG__\App\Entity\Image {#3390 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3392 …}
    +slug: "Parkable-cities"
    +title: "Parkable cities"
    +url: "https://startrek.website/pictrs/image/b68b10a3-e9d4-4bc9-b50e-cab970aa11c9.jpeg"
    +body: "They probably assumed this is like a theme park or something and not an actual city that people actually live in year round. Cities having nice, people friendly places away from cars? Who’s ever heard of that?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 621
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710319035 {#3385
      date: 2024-03-13 09:37:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3393 …}
    +votes: Doctrine\ORM\PersistentCollection {#3395 …}
    +reports: Doctrine\ORM\PersistentCollection {#3397 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3399 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3401 …}
    +badges: Doctrine\ORM\PersistentCollection {#3403 …}
    +children: [
      App\Entity\EntryComment {#2088}
    ]
    -id: 24345
    -titleTs: "'citi':2 'parkabl':1"
    -bodyTs: "'actual':15,19 'assum':3 'away':30 'car':32 'citi':16,24 'ever':35 'friend':28 'heard':36 'like':6 'live':20 'nice':26 'park':9 'peopl':18,27 'place':29 'probabl':2 'round':23 'someth':11 'theme':8 'year':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703473669
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9689641"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703387269 {#3371
      date: 2023-12-24 04:07:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
  +body: "It’s more fun that way"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703538525 {#2064
    date: 2023-12-25 22:08:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
    "@library_napper@monyet.cc"
    "@SpongyAneurism@lemmy.frozeninferno.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 251903
  -bodyTs: "'fun':4 'way':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6240155"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703538525 {#2089
    date: 2023-12-25 22:08:45.0 +01:00
  }
  +"title": 251903
}
"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 {#2088
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2095
    +user: Proxies\__CG__\App\Entity\User {#3350 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
    +image: Proxies\__CG__\App\Entity\Image {#3390 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3392 …}
    +slug: "Parkable-cities"
    +title: "Parkable cities"
    +url: "https://startrek.website/pictrs/image/b68b10a3-e9d4-4bc9-b50e-cab970aa11c9.jpeg"
    +body: "They probably assumed this is like a theme park or something and not an actual city that people actually live in year round. Cities having nice, people friendly places away from cars? Who’s ever heard of that?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 621
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710319035 {#3385
      date: 2024-03-13 09:37:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3393 …}
    +votes: Doctrine\ORM\PersistentCollection {#3395 …}
    +reports: Doctrine\ORM\PersistentCollection {#3397 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3399 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3401 …}
    +badges: Doctrine\ORM\PersistentCollection {#3403 …}
    +children: [
      App\Entity\EntryComment {#2088}
    ]
    -id: 24345
    -titleTs: "'citi':2 'parkabl':1"
    -bodyTs: "'actual':15,19 'assum':3 'away':30 'car':32 'citi':16,24 'ever':35 'friend':28 'heard':36 'like':6 'live':20 'nice':26 'park':9 'peopl':18,27 'place':29 'probabl':2 'round':23 'someth':11 'theme':8 'year':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703473669
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9689641"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703387269 {#3371
      date: 2023-12-24 04:07:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
  +body: "It’s more fun that way"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703538525 {#2064
    date: 2023-12-25 22:08:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
    "@library_napper@monyet.cc"
    "@SpongyAneurism@lemmy.frozeninferno.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 251903
  -bodyTs: "'fun':4 'way':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6240155"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703538525 {#2089
    date: 2023-12-25 22:08:45.0 +01:00
  }
  +"title": 251903
}
"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 {#2088
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2095
    +user: Proxies\__CG__\App\Entity\User {#3350 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
    +image: Proxies\__CG__\App\Entity\Image {#3390 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3392 …}
    +slug: "Parkable-cities"
    +title: "Parkable cities"
    +url: "https://startrek.website/pictrs/image/b68b10a3-e9d4-4bc9-b50e-cab970aa11c9.jpeg"
    +body: "They probably assumed this is like a theme park or something and not an actual city that people actually live in year round. Cities having nice, people friendly places away from cars? Who’s ever heard of that?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 621
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710319035 {#3385
      date: 2024-03-13 09:37:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3393 …}
    +votes: Doctrine\ORM\PersistentCollection {#3395 …}
    +reports: Doctrine\ORM\PersistentCollection {#3397 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3399 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3401 …}
    +badges: Doctrine\ORM\PersistentCollection {#3403 …}
    +children: [
      App\Entity\EntryComment {#2088}
    ]
    -id: 24345
    -titleTs: "'citi':2 'parkabl':1"
    -bodyTs: "'actual':15,19 'assum':3 'away':30 'car':32 'citi':16,24 'ever':35 'friend':28 'heard':36 'like':6 'live':20 'nice':26 'park':9 'peopl':18,27 'place':29 'probabl':2 'round':23 'someth':11 'theme':8 'year':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703473669
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9689641"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703387269 {#3371
      date: 2023-12-24 04:07:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2087 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
  +body: "It’s more fun that way"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703538525 {#2064
    date: 2023-12-25 22:08:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
    "@library_napper@monyet.cc"
    "@SpongyAneurism@lemmy.frozeninferno.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 251903
  -bodyTs: "'fun':4 'way':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6240155"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703538525 {#2089
    date: 2023-12-25 22:08:45.0 +01:00
  }
  +"title": 251903
}
"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
App\Entity\Entry {#1699
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Fixed-Arch-install-error"
  +title: "Fixed Arch install error"
  +url: null
  +body: """
    Fixed by using grub.\n
    \n
    Error when trying to boot into new install. `ERROR: device ’ ’ not found. Skipping fsck. :: mounting ’ ’ on real root mount : /new_root: no valid filesystem type specified. ERROR: Failed to mount ’ ’ on real root`And I’m getting dropped in emergency shell. I used official wiki, used refind as bootloader. Second time I tried installing and got same error.  \n
    Edit1: fstab  \n
    `#/dev/nvme0n1p2  \n
    UUID=4dae009f-c08f-4636-b1b5-85a4713a6f40 / ext4 rw,relatime 0 1\n
    \n
    #/dev/nvme0n1p1  \n
    UUID=0019-78B6 /boot vfat rw,relatime, fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 `  \n
    p2 is root partition  \n
    p1 is efi partition.\n
    \n
    Edit2: running timedatectl in chroot returns `System has not been booted with systemd as init system (PID 1). Can’t operate. Failed to connect to bus: Host is down `
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709116358 {#1409
    date: 2024-02-28 11:32:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: []
  -id: 16051
  -titleTs: "'arch':2 'error':4 'fix':1 'instal':3"
  -bodyTs: "'-78':81 '/boot':83 '/dev/nvme0n1p1':78 '/dev/nvme0n1p2':64 '/new_root':24 '0':76,102 '0019':80 '0022':88,90 '1':77,129 '2':103 '437':92 '4636':69 '4dae009f':67 '4dae009f-c08f':66 '85a4713a6f40':72 'ascii':94 'b1b5':71 'b1b5-85a4713a6f40':70 'b6':82 'boot':9,122 'bootload':52 'bus':137 'c08f':68 'chroot':116 'codepag':91 'connect':135 'devic':14 'dmask':89 'drop':41 'edit1':62 'edit2':112 'efi':110 'emerg':43 'error':5,13,30,61,98 'ext4':73 'fail':31,133 'filesystem':27 'fix':1 'fmask':87 'found':16 'fsck':18 'fstab':63 'get':40 'got':59 'grub':4 'host':138 'init':126 'instal':12,57 'iocharset':93 'm':39 'mix':96 'mount':19,23,33 'new':11 'offici':47 'oper':132 'p1':108 'p2':104 'partit':107,111 'pid':128 'real':21,35 'refind':50 'relatim':75,86 'remount':100 'remount-ro':99 'return':117 'ro':101 'root':22,36,106 'run':113 'rw':74,85 'second':53 'shell':44 'shortnam':95 'skip':17 'specifi':29 'system':118,127 'systemd':124 'time':54 'timedatectl':114 'tri':7,56 'type':28 'use':3,46,49 'utf8':97 'uuid':65,79 'valid':26 'vfat':84 'wiki':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700837596
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8656461"
  +editedAt: DateTimeImmutable @1701389391 {#1422
    date: 2023-12-01 01:09:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700763096 {#1424
    date: 2023-11-23 19:11:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1699
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Fixed-Arch-install-error"
  +title: "Fixed Arch install error"
  +url: null
  +body: """
    Fixed by using grub.\n
    \n
    Error when trying to boot into new install. `ERROR: device ’ ’ not found. Skipping fsck. :: mounting ’ ’ on real root mount : /new_root: no valid filesystem type specified. ERROR: Failed to mount ’ ’ on real root`And I’m getting dropped in emergency shell. I used official wiki, used refind as bootloader. Second time I tried installing and got same error.  \n
    Edit1: fstab  \n
    `#/dev/nvme0n1p2  \n
    UUID=4dae009f-c08f-4636-b1b5-85a4713a6f40 / ext4 rw,relatime 0 1\n
    \n
    #/dev/nvme0n1p1  \n
    UUID=0019-78B6 /boot vfat rw,relatime, fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 `  \n
    p2 is root partition  \n
    p1 is efi partition.\n
    \n
    Edit2: running timedatectl in chroot returns `System has not been booted with systemd as init system (PID 1). Can’t operate. Failed to connect to bus: Host is down `
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709116358 {#1409
    date: 2024-02-28 11:32:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: []
  -id: 16051
  -titleTs: "'arch':2 'error':4 'fix':1 'instal':3"
  -bodyTs: "'-78':81 '/boot':83 '/dev/nvme0n1p1':78 '/dev/nvme0n1p2':64 '/new_root':24 '0':76,102 '0019':80 '0022':88,90 '1':77,129 '2':103 '437':92 '4636':69 '4dae009f':67 '4dae009f-c08f':66 '85a4713a6f40':72 'ascii':94 'b1b5':71 'b1b5-85a4713a6f40':70 'b6':82 'boot':9,122 'bootload':52 'bus':137 'c08f':68 'chroot':116 'codepag':91 'connect':135 'devic':14 'dmask':89 'drop':41 'edit1':62 'edit2':112 'efi':110 'emerg':43 'error':5,13,30,61,98 'ext4':73 'fail':31,133 'filesystem':27 'fix':1 'fmask':87 'found':16 'fsck':18 'fstab':63 'get':40 'got':59 'grub':4 'host':138 'init':126 'instal':12,57 'iocharset':93 'm':39 'mix':96 'mount':19,23,33 'new':11 'offici':47 'oper':132 'p1':108 'p2':104 'partit':107,111 'pid':128 'real':21,35 'refind':50 'relatim':75,86 'remount':100 'remount-ro':99 'return':117 'ro':101 'root':22,36,106 'run':113 'rw':74,85 'second':53 'shell':44 'shortnam':95 'skip':17 'specifi':29 'system':118,127 'systemd':124 'time':54 'timedatectl':114 'tri':7,56 'type':28 'use':3,46,49 'utf8':97 'uuid':65,79 'valid':26 'vfat':84 'wiki':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700837596
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8656461"
  +editedAt: DateTimeImmutable @1701389391 {#1422
    date: 2023-12-01 01:09:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700763096 {#1424
    date: 2023-11-23 19:11:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1699
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Fixed-Arch-install-error"
  +title: "Fixed Arch install error"
  +url: null
  +body: """
    Fixed by using grub.\n
    \n
    Error when trying to boot into new install. `ERROR: device ’ ’ not found. Skipping fsck. :: mounting ’ ’ on real root mount : /new_root: no valid filesystem type specified. ERROR: Failed to mount ’ ’ on real root`And I’m getting dropped in emergency shell. I used official wiki, used refind as bootloader. Second time I tried installing and got same error.  \n
    Edit1: fstab  \n
    `#/dev/nvme0n1p2  \n
    UUID=4dae009f-c08f-4636-b1b5-85a4713a6f40 / ext4 rw,relatime 0 1\n
    \n
    #/dev/nvme0n1p1  \n
    UUID=0019-78B6 /boot vfat rw,relatime, fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 `  \n
    p2 is root partition  \n
    p1 is efi partition.\n
    \n
    Edit2: running timedatectl in chroot returns `System has not been booted with systemd as init system (PID 1). Can’t operate. Failed to connect to bus: Host is down `
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709116358 {#1409
    date: 2024-02-28 11:32:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: []
  -id: 16051
  -titleTs: "'arch':2 'error':4 'fix':1 'instal':3"
  -bodyTs: "'-78':81 '/boot':83 '/dev/nvme0n1p1':78 '/dev/nvme0n1p2':64 '/new_root':24 '0':76,102 '0019':80 '0022':88,90 '1':77,129 '2':103 '437':92 '4636':69 '4dae009f':67 '4dae009f-c08f':66 '85a4713a6f40':72 'ascii':94 'b1b5':71 'b1b5-85a4713a6f40':70 'b6':82 'boot':9,122 'bootload':52 'bus':137 'c08f':68 'chroot':116 'codepag':91 'connect':135 'devic':14 'dmask':89 'drop':41 'edit1':62 'edit2':112 'efi':110 'emerg':43 'error':5,13,30,61,98 'ext4':73 'fail':31,133 'filesystem':27 'fix':1 'fmask':87 'found':16 'fsck':18 'fstab':63 'get':40 'got':59 'grub':4 'host':138 'init':126 'instal':12,57 'iocharset':93 'm':39 'mix':96 'mount':19,23,33 'new':11 'offici':47 'oper':132 'p1':108 'p2':104 'partit':107,111 'pid':128 'real':21,35 'refind':50 'relatim':75,86 'remount':100 'remount-ro':99 'return':117 'ro':101 'root':22,36,106 'run':113 'rw':74,85 'second':53 'shell':44 'shortnam':95 'skip':17 'specifi':29 'system':118,127 'systemd':124 'time':54 'timedatectl':114 'tri':7,56 'type':28 'use':3,46,49 'utf8':97 'uuid':65,79 'valid':26 'vfat':84 'wiki':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700837596
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8656461"
  +editedAt: DateTimeImmutable @1701389391 {#1422
    date: 2023-12-01 01:09:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700763096 {#1424
    date: 2023-11-23 19:11:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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
Proxies\__CG__\App\Entity\Entry {#2165
  +user: Proxies\__CG__\App\Entity\User {#3314 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "We-hit-one-third-of-boomers-being-dead-in-the"
  +title: "We hit one third of boomers being dead in the last few days."
  +url: "https://lemmy.world/pictrs/image/22135edf-c246-4394-9f05-c0045c2cc323.jpeg"
  +body: "[incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 230
  +favouriteCount: 774
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706260476 {#3309
    date: 2024-01-26 10:14:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3316 …}
  +votes: Doctrine\ORM\PersistentCollection {#3318 …}
  +reports: Doctrine\ORM\PersistentCollection {#3320 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3322 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3324 …}
  +badges: Doctrine\ORM\PersistentCollection {#3326 …}
  +children: [
    App\Entity\EntryComment {#2125
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nooo my man Keanu. Your a soulless casket of meat"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705472613 {#2058
        date: 2024-01-17 07:23:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AllonzeeLV@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 316083
      -bodyTs: "'casket':8 'keanu':4 'man':3 'meat':10 'nooo':1 'soulless':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6766141"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705472613 {#2053
        date: 2024-01-17 07:23:33.0 +01:00
      }
      +"title": 316083
    }
  ]
  -id: 30799
  -titleTs: "'boomer':6 'day':13 'dead':8 'hit':2 'last':11 'one':3 'third':4"
  -bodyTs: "'/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':3 'incendar.com':2 'incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705446757
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10761277"
  +editedAt: DateTimeImmutable @1724380837 {#3295
    date: 2024-08-23 04:40:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705360357 {#3271
    date: 2024-01-16 00:12:37.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
99 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2165
  +user: Proxies\__CG__\App\Entity\User {#3314 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "We-hit-one-third-of-boomers-being-dead-in-the"
  +title: "We hit one third of boomers being dead in the last few days."
  +url: "https://lemmy.world/pictrs/image/22135edf-c246-4394-9f05-c0045c2cc323.jpeg"
  +body: "[incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 230
  +favouriteCount: 774
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706260476 {#3309
    date: 2024-01-26 10:14:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3316 …}
  +votes: Doctrine\ORM\PersistentCollection {#3318 …}
  +reports: Doctrine\ORM\PersistentCollection {#3320 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3322 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3324 …}
  +badges: Doctrine\ORM\PersistentCollection {#3326 …}
  +children: [
    App\Entity\EntryComment {#2125
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nooo my man Keanu. Your a soulless casket of meat"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705472613 {#2058
        date: 2024-01-17 07:23:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AllonzeeLV@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 316083
      -bodyTs: "'casket':8 'keanu':4 'man':3 'meat':10 'nooo':1 'soulless':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6766141"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705472613 {#2053
        date: 2024-01-17 07:23:33.0 +01:00
      }
      +"title": 316083
    }
  ]
  -id: 30799
  -titleTs: "'boomer':6 'day':13 'dead':8 'hit':2 'last':11 'one':3 'third':4"
  -bodyTs: "'/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':3 'incendar.com':2 'incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705446757
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10761277"
  +editedAt: DateTimeImmutable @1724380837 {#3295
    date: 2024-08-23 04:40:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705360357 {#3271
    date: 2024-01-16 00:12:37.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
100 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2165
  +user: Proxies\__CG__\App\Entity\User {#3314 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
  +slug: "We-hit-one-third-of-boomers-being-dead-in-the"
  +title: "We hit one third of boomers being dead in the last few days."
  +url: "https://lemmy.world/pictrs/image/22135edf-c246-4394-9f05-c0045c2cc323.jpeg"
  +body: "[incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 230
  +favouriteCount: 774
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706260476 {#3309
    date: 2024-01-26 10:14:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3316 …}
  +votes: Doctrine\ORM\PersistentCollection {#3318 …}
  +reports: Doctrine\ORM\PersistentCollection {#3320 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3322 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3324 …}
  +badges: Doctrine\ORM\PersistentCollection {#3326 …}
  +children: [
    App\Entity\EntryComment {#2125
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nooo my man Keanu. Your a soulless casket of meat"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705472613 {#2058
        date: 2024-01-17 07:23:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AllonzeeLV@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 316083
      -bodyTs: "'casket':8 'keanu':4 'man':3 'meat':10 'nooo':1 'soulless':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6766141"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705472613 {#2053
        date: 2024-01-17 07:23:33.0 +01:00
      }
      +"title": 316083
    }
  ]
  -id: 30799
  -titleTs: "'boomer':6 'day':13 'dead':8 'hit':2 'last':11 'one':3 'third':4"
  -bodyTs: "'/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':3 'incendar.com':2 'incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705446757
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10761277"
  +editedAt: DateTimeImmutable @1724380837 {#3295
    date: 2024-08-23 04:40:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705360357 {#3271
    date: 2024-01-16 00:12:37.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
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 {#2125
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165
    +user: Proxies\__CG__\App\Entity\User {#3314 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "We-hit-one-third-of-boomers-being-dead-in-the"
    +title: "We hit one third of boomers being dead in the last few days."
    +url: "https://lemmy.world/pictrs/image/22135edf-c246-4394-9f05-c0045c2cc323.jpeg"
    +body: "[incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 230
    +favouriteCount: 774
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1706260476 {#3309
      date: 2024-01-26 10:14:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3316 …}
    +votes: Doctrine\ORM\PersistentCollection {#3318 …}
    +reports: Doctrine\ORM\PersistentCollection {#3320 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3322 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3324 …}
    +badges: Doctrine\ORM\PersistentCollection {#3326 …}
    +children: [
      App\Entity\EntryComment {#2125}
    ]
    -id: 30799
    -titleTs: "'boomer':6 'day':13 'dead':8 'hit':2 'last':11 'one':3 'third':4"
    -bodyTs: "'/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':3 'incendar.com':2 'incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705446757
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10761277"
    +editedAt: DateTimeImmutable @1724380837 {#3295
      date: 2024-08-23 04:40:37.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705360357 {#3271
      date: 2024-01-16 00:12:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nooo my man Keanu. Your a soulless casket of meat"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705472613 {#2058
    date: 2024-01-17 07:23:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AllonzeeLV@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 316083
  -bodyTs: "'casket':8 'keanu':4 'man':3 'meat':10 'nooo':1 'soulless':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6766141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705472613 {#2053
    date: 2024-01-17 07:23:33.0 +01:00
  }
  +"title": 316083
}
"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 {#2125
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165
    +user: Proxies\__CG__\App\Entity\User {#3314 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "We-hit-one-third-of-boomers-being-dead-in-the"
    +title: "We hit one third of boomers being dead in the last few days."
    +url: "https://lemmy.world/pictrs/image/22135edf-c246-4394-9f05-c0045c2cc323.jpeg"
    +body: "[incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 230
    +favouriteCount: 774
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1706260476 {#3309
      date: 2024-01-26 10:14:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3316 …}
    +votes: Doctrine\ORM\PersistentCollection {#3318 …}
    +reports: Doctrine\ORM\PersistentCollection {#3320 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3322 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3324 …}
    +badges: Doctrine\ORM\PersistentCollection {#3326 …}
    +children: [
      App\Entity\EntryComment {#2125}
    ]
    -id: 30799
    -titleTs: "'boomer':6 'day':13 'dead':8 'hit':2 'last':11 'one':3 'third':4"
    -bodyTs: "'/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':3 'incendar.com':2 'incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705446757
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10761277"
    +editedAt: DateTimeImmutable @1724380837 {#3295
      date: 2024-08-23 04:40:37.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705360357 {#3271
      date: 2024-01-16 00:12:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nooo my man Keanu. Your a soulless casket of meat"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705472613 {#2058
    date: 2024-01-17 07:23:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AllonzeeLV@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 316083
  -bodyTs: "'casket':8 'keanu':4 'man':3 'meat':10 'nooo':1 'soulless':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6766141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705472613 {#2053
    date: 2024-01-17 07:23:33.0 +01:00
  }
  +"title": 316083
}
"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 {#2125
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165
    +user: Proxies\__CG__\App\Entity\User {#3314 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3296 …}
    +slug: "We-hit-one-third-of-boomers-being-dead-in-the"
    +title: "We hit one third of boomers being dead in the last few days."
    +url: "https://lemmy.world/pictrs/image/22135edf-c246-4394-9f05-c0045c2cc323.jpeg"
    +body: "[incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 230
    +favouriteCount: 774
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1706260476 {#3309
      date: 2024-01-26 10:14:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3316 …}
    +votes: Doctrine\ORM\PersistentCollection {#3318 …}
    +reports: Doctrine\ORM\PersistentCollection {#3320 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3322 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3324 …}
    +badges: Doctrine\ORM\PersistentCollection {#3326 …}
    +children: [
      App\Entity\EntryComment {#2125}
    ]
    -id: 30799
    -titleTs: "'boomer':6 'day':13 'dead':8 'hit':2 'last':11 'one':3 'third':4"
    -bodyTs: "'/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':3 'incendar.com':2 'incendar.com/baby_boomer_deathclock.php](https://incendar.com/baby_boomer_deathclock.php)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705446757
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10761277"
    +editedAt: DateTimeImmutable @1724380837 {#3295
      date: 2024-08-23 04:40:37.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705360357 {#3271
      date: 2024-01-16 00:12:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nooo my man Keanu. Your a soulless casket of meat"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705472613 {#2058
    date: 2024-01-17 07:23:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AllonzeeLV@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 316083
  -bodyTs: "'casket':8 'keanu':4 'man':3 'meat':10 'nooo':1 'soulless':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6766141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705472613 {#2053
    date: 2024-01-17 07:23:33.0 +01:00
  }
  +"title": 316083
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#2774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
  +slug: "They-re-all-dicks-if-you-ask-me"
  +title: "They're all dicks if you ask me"
  +url: "https://lemmy.today/pictrs/image/c2ca9dfb-35c3-4bf4-917d-53b0baed2601.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 387
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706057391 {#2169
    date: 2024-01-24 01:49:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3160 …}
  +votes: Doctrine\ORM\PersistentCollection {#3167 …}
  +reports: Doctrine\ORM\PersistentCollection {#3190 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3212 …}
  +badges: Doctrine\ORM\PersistentCollection {#3213 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: null
      +root: null
      +body: "Everywhere I go I see his face ![](https://lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1728010459 {#2230
        date: 2024-10-04 04:54:19.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MacNCheezus@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2252 …}
      +nested: Doctrine\ORM\PersistentCollection {#2189 …}
      +votes: Doctrine\ORM\PersistentCollection {#2311 …}
      +reports: Doctrine\ORM\PersistentCollection {#2293 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
      -id: 334587
      -bodyTs: "'/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':10 'everywher':1 'face':7 'go':3 'lemmy.world':9 'lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':8 'see':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6947436"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706031226 {#2231
        date: 2024-01-23 18:33:46.0 +01:00
      }
      +"title": 334587
    }
  ]
  -id: 32469
  -titleTs: "'ask':7 'dick':4 're':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706040741
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5519946"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705954341 {#2911
    date: 2024-01-22 21:12: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
107 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#2774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
  +slug: "They-re-all-dicks-if-you-ask-me"
  +title: "They're all dicks if you ask me"
  +url: "https://lemmy.today/pictrs/image/c2ca9dfb-35c3-4bf4-917d-53b0baed2601.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 387
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706057391 {#2169
    date: 2024-01-24 01:49:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3160 …}
  +votes: Doctrine\ORM\PersistentCollection {#3167 …}
  +reports: Doctrine\ORM\PersistentCollection {#3190 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3212 …}
  +badges: Doctrine\ORM\PersistentCollection {#3213 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: null
      +root: null
      +body: "Everywhere I go I see his face ![](https://lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1728010459 {#2230
        date: 2024-10-04 04:54:19.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MacNCheezus@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2252 …}
      +nested: Doctrine\ORM\PersistentCollection {#2189 …}
      +votes: Doctrine\ORM\PersistentCollection {#2311 …}
      +reports: Doctrine\ORM\PersistentCollection {#2293 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
      -id: 334587
      -bodyTs: "'/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':10 'everywher':1 'face':7 'go':3 'lemmy.world':9 'lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':8 'see':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6947436"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706031226 {#2231
        date: 2024-01-23 18:33:46.0 +01:00
      }
      +"title": 334587
    }
  ]
  -id: 32469
  -titleTs: "'ask':7 'dick':4 're':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706040741
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5519946"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705954341 {#2911
    date: 2024-01-22 21:12: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
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#2774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
  +slug: "They-re-all-dicks-if-you-ask-me"
  +title: "They're all dicks if you ask me"
  +url: "https://lemmy.today/pictrs/image/c2ca9dfb-35c3-4bf4-917d-53b0baed2601.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 387
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706057391 {#2169
    date: 2024-01-24 01:49:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3160 …}
  +votes: Doctrine\ORM\PersistentCollection {#3167 …}
  +reports: Doctrine\ORM\PersistentCollection {#3190 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3212 …}
  +badges: Doctrine\ORM\PersistentCollection {#3213 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: null
      +root: null
      +body: "Everywhere I go I see his face ![](https://lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1728010459 {#2230
        date: 2024-10-04 04:54:19.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MacNCheezus@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2252 …}
      +nested: Doctrine\ORM\PersistentCollection {#2189 …}
      +votes: Doctrine\ORM\PersistentCollection {#2311 …}
      +reports: Doctrine\ORM\PersistentCollection {#2293 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
      -id: 334587
      -bodyTs: "'/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':10 'everywher':1 'face':7 'go':3 'lemmy.world':9 'lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':8 'see':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6947436"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706031226 {#2231
        date: 2024-01-23 18:33:46.0 +01:00
      }
      +"title": 334587
    }
  ]
  -id: 32469
  -titleTs: "'ask':7 'dick':4 're':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706040741
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5519946"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705954341 {#2911
    date: 2024-01-22 21:12: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
109 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
110 DENIED moderate
App\Entity\EntryComment {#2232
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#2774 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "They-re-all-dicks-if-you-ask-me"
    +title: "They're all dicks if you ask me"
    +url: "https://lemmy.today/pictrs/image/c2ca9dfb-35c3-4bf4-917d-53b0baed2601.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 387
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1706057391 {#2169
      date: 2024-01-24 01:49:51.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3160 …}
    +votes: Doctrine\ORM\PersistentCollection {#3167 …}
    +reports: Doctrine\ORM\PersistentCollection {#3190 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3212 …}
    +badges: Doctrine\ORM\PersistentCollection {#3213 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 32469
    -titleTs: "'ask':7 'dick':4 're':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706040741
    +visibility: "visible             "
    +apId: "https://lemmy.today/post/5519946"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705954341 {#2911
      date: 2024-01-22 21:12:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: null
  +root: null
  +body: "Everywhere I go I see his face ![](https://lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1728010459 {#2230
    date: 2024-10-04 04:54:19.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MacNCheezus@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2252 …}
  +nested: Doctrine\ORM\PersistentCollection {#2189 …}
  +votes: Doctrine\ORM\PersistentCollection {#2311 …}
  +reports: Doctrine\ORM\PersistentCollection {#2293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 334587
  -bodyTs: "'/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':10 'everywher':1 'face':7 'go':3 'lemmy.world':9 'lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':8 'see':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6947436"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706031226 {#2231
    date: 2024-01-23 18:33:46.0 +01:00
  }
  +"title": 334587
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
111 DENIED edit
App\Entity\EntryComment {#2232
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#2774 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "They-re-all-dicks-if-you-ask-me"
    +title: "They're all dicks if you ask me"
    +url: "https://lemmy.today/pictrs/image/c2ca9dfb-35c3-4bf4-917d-53b0baed2601.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 387
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1706057391 {#2169
      date: 2024-01-24 01:49:51.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3160 …}
    +votes: Doctrine\ORM\PersistentCollection {#3167 …}
    +reports: Doctrine\ORM\PersistentCollection {#3190 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3212 …}
    +badges: Doctrine\ORM\PersistentCollection {#3213 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 32469
    -titleTs: "'ask':7 'dick':4 're':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706040741
    +visibility: "visible             "
    +apId: "https://lemmy.today/post/5519946"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705954341 {#2911
      date: 2024-01-22 21:12:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: null
  +root: null
  +body: "Everywhere I go I see his face ![](https://lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1728010459 {#2230
    date: 2024-10-04 04:54:19.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MacNCheezus@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2252 …}
  +nested: Doctrine\ORM\PersistentCollection {#2189 …}
  +votes: Doctrine\ORM\PersistentCollection {#2311 …}
  +reports: Doctrine\ORM\PersistentCollection {#2293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 334587
  -bodyTs: "'/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':10 'everywher':1 'face':7 'go':3 'lemmy.world':9 'lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':8 'see':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6947436"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706031226 {#2231
    date: 2024-01-23 18:33:46.0 +01:00
  }
  +"title": 334587
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
112 DENIED moderate
App\Entity\EntryComment {#2232
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#2774 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3100 …}
    +slug: "They-re-all-dicks-if-you-ask-me"
    +title: "They're all dicks if you ask me"
    +url: "https://lemmy.today/pictrs/image/c2ca9dfb-35c3-4bf4-917d-53b0baed2601.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 387
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1706057391 {#2169
      date: 2024-01-24 01:49:51.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3160 …}
    +votes: Doctrine\ORM\PersistentCollection {#3167 …}
    +reports: Doctrine\ORM\PersistentCollection {#3190 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3191 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3212 …}
    +badges: Doctrine\ORM\PersistentCollection {#3213 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 32469
    -titleTs: "'ask':7 'dick':4 're':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706040741
    +visibility: "visible             "
    +apId: "https://lemmy.today/post/5519946"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705954341 {#2911
      date: 2024-01-22 21:12:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: null
  +root: null
  +body: "Everywhere I go I see his face ![](https://lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1728010459 {#2230
    date: 2024-10-04 04:54:19.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MacNCheezus@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2252 …}
  +nested: Doctrine\ORM\PersistentCollection {#2189 …}
  +votes: Doctrine\ORM\PersistentCollection {#2311 …}
  +reports: Doctrine\ORM\PersistentCollection {#2293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 334587
  -bodyTs: "'/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':10 'everywher':1 'face':7 'go':3 'lemmy.world':9 'lemmy.world/pictrs/image/47d3e2f0-c911-4a0b-a9f6-1376e54c548c.jpeg)':8 'see':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6947436"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706031226 {#2231
    date: 2024-01-23 18:33:46.0 +01:00
  }
  +"title": 334587
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
113 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
114 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#2564 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
  +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
  +url: null
  +body: """
    I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
    \n
    I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
    \n
    Thanks.\n
    \n
    Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
    \n
    ---\n
    \n
    Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 119
  +favouriteCount: 169
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702946923 {#3347
    date: 2023-12-19 01:48:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3352 …}
  +votes: Doctrine\ORM\PersistentCollection {#3355 …}
  +reports: Doctrine\ORM\PersistentCollection {#3357 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
  +badges: Doctrine\ORM\PersistentCollection {#3363 …}
  +children: [
    3 => App\Entity\EntryComment {#1405
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
      +root: App\Entity\EntryComment {#1907
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: null
        +root: null
        +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1705264450 {#1410
          date: 2024-01-14 21:34:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1407 …}
        +nested: Doctrine\ORM\PersistentCollection {#2391 …}
        +votes: Doctrine\ORM\PersistentCollection {#2369 …}
        +reports: Doctrine\ORM\PersistentCollection {#2392 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
        -id: 224910
        -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6062499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702659441 {#1874
          date: 2023-12-15 17:57:21.0 +01:00
        }
        +"title": 224910
      }
      +body: "As far as I know no. You probably could use adb to remove the scripts tho"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702753605 {#1383
        date: 2023-12-16 20:06:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@ultra@feddit.ro"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2075 …}
      +votes: Doctrine\ORM\PersistentCollection {#2037 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
      -id: 227716
      -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6083750"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702753605 {#1402
        date: 2023-12-16 20:06:45.0 +01:00
      }
      +"title": 227716
    }
    2 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
      +root: App\Entity\EntryComment {#1907}
      +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702753806 {#2029
        date: 2023-12-16 20:10:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@chitak166@lemmy.world"
        "@EddoWagt@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2018 …}
      +votes: Doctrine\ORM\PersistentCollection {#2024 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 227727
      -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6083800"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702753806 {#2028
        date: 2023-12-16 20:10:06.0 +01:00
      }
      +"title": 227727
    }
    1 => App\Entity\EntryComment {#1404
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: App\Entity\EntryComment {#1907}
      +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702824636 {#1361
        date: 2023-12-17 15:50:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@electro1@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2076 …}
      +nested: Doctrine\ORM\PersistentCollection {#2083 …}
      +votes: Doctrine\ORM\PersistentCollection {#2085 …}
      +reports: Doctrine\ORM\PersistentCollection {#2062 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
      -id: 229426
      -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6096148"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702824636 {#1363
        date: 2023-12-17 15:50:36.0 +01:00
      }
      +"title": 229426
    }
    0 => App\Entity\EntryComment {#1907}
  ]
  -id: 22326
  -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
  -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702690490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9581330"
  +editedAt: DateTimeImmutable @1704962289 {#3334
    date: 2024-01-11 09:38:09.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702604090 {#3312
    date: 2023-12-15 02:34:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#2564 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
  +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
  +url: null
  +body: """
    I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
    \n
    I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
    \n
    Thanks.\n
    \n
    Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
    \n
    ---\n
    \n
    Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 119
  +favouriteCount: 169
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702946923 {#3347
    date: 2023-12-19 01:48:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3352 …}
  +votes: Doctrine\ORM\PersistentCollection {#3355 …}
  +reports: Doctrine\ORM\PersistentCollection {#3357 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
  +badges: Doctrine\ORM\PersistentCollection {#3363 …}
  +children: [
    3 => App\Entity\EntryComment {#1405
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
      +root: App\Entity\EntryComment {#1907
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: null
        +root: null
        +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1705264450 {#1410
          date: 2024-01-14 21:34:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1407 …}
        +nested: Doctrine\ORM\PersistentCollection {#2391 …}
        +votes: Doctrine\ORM\PersistentCollection {#2369 …}
        +reports: Doctrine\ORM\PersistentCollection {#2392 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
        -id: 224910
        -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6062499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702659441 {#1874
          date: 2023-12-15 17:57:21.0 +01:00
        }
        +"title": 224910
      }
      +body: "As far as I know no. You probably could use adb to remove the scripts tho"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702753605 {#1383
        date: 2023-12-16 20:06:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@ultra@feddit.ro"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2075 …}
      +votes: Doctrine\ORM\PersistentCollection {#2037 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
      -id: 227716
      -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6083750"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702753605 {#1402
        date: 2023-12-16 20:06:45.0 +01:00
      }
      +"title": 227716
    }
    2 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
      +root: App\Entity\EntryComment {#1907}
      +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702753806 {#2029
        date: 2023-12-16 20:10:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@chitak166@lemmy.world"
        "@EddoWagt@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2018 …}
      +votes: Doctrine\ORM\PersistentCollection {#2024 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 227727
      -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6083800"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702753806 {#2028
        date: 2023-12-16 20:10:06.0 +01:00
      }
      +"title": 227727
    }
    1 => App\Entity\EntryComment {#1404
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: App\Entity\EntryComment {#1907}
      +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702824636 {#1361
        date: 2023-12-17 15:50:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@electro1@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2076 …}
      +nested: Doctrine\ORM\PersistentCollection {#2083 …}
      +votes: Doctrine\ORM\PersistentCollection {#2085 …}
      +reports: Doctrine\ORM\PersistentCollection {#2062 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
      -id: 229426
      -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6096148"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702824636 {#1363
        date: 2023-12-17 15:50:36.0 +01:00
      }
      +"title": 229426
    }
    0 => App\Entity\EntryComment {#1907}
  ]
  -id: 22326
  -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
  -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702690490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9581330"
  +editedAt: DateTimeImmutable @1704962289 {#3334
    date: 2024-01-11 09:38:09.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702604090 {#3312
    date: 2023-12-15 02:34:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#2564 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
  +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
  +url: null
  +body: """
    I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
    \n
    I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
    \n
    Thanks.\n
    \n
    Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
    \n
    ---\n
    \n
    Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 119
  +favouriteCount: 169
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702946923 {#3347
    date: 2023-12-19 01:48:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3352 …}
  +votes: Doctrine\ORM\PersistentCollection {#3355 …}
  +reports: Doctrine\ORM\PersistentCollection {#3357 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
  +badges: Doctrine\ORM\PersistentCollection {#3363 …}
  +children: [
    3 => App\Entity\EntryComment {#1405
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
      +root: App\Entity\EntryComment {#1907
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: null
        +root: null
        +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1705264450 {#1410
          date: 2024-01-14 21:34:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1407 …}
        +nested: Doctrine\ORM\PersistentCollection {#2391 …}
        +votes: Doctrine\ORM\PersistentCollection {#2369 …}
        +reports: Doctrine\ORM\PersistentCollection {#2392 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
        -id: 224910
        -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6062499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702659441 {#1874
          date: 2023-12-15 17:57:21.0 +01:00
        }
        +"title": 224910
      }
      +body: "As far as I know no. You probably could use adb to remove the scripts tho"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702753605 {#1383
        date: 2023-12-16 20:06:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@ultra@feddit.ro"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2075 …}
      +votes: Doctrine\ORM\PersistentCollection {#2037 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
      -id: 227716
      -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6083750"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702753605 {#1402
        date: 2023-12-16 20:06:45.0 +01:00
      }
      +"title": 227716
    }
    2 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
      +root: App\Entity\EntryComment {#1907}
      +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702753806 {#2029
        date: 2023-12-16 20:10:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@chitak166@lemmy.world"
        "@EddoWagt@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2018 …}
      +votes: Doctrine\ORM\PersistentCollection {#2024 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
      -id: 227727
      -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6083800"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702753806 {#2028
        date: 2023-12-16 20:10:06.0 +01:00
      }
      +"title": 227727
    }
    1 => App\Entity\EntryComment {#1404
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: App\Entity\EntryComment {#1907}
      +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702824636 {#1361
        date: 2023-12-17 15:50:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MigratingtoLemmy@lemmy.world"
        "@Hiro8811@lemmy.world"
        "@electro1@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2076 …}
      +nested: Doctrine\ORM\PersistentCollection {#2083 …}
      +votes: Doctrine\ORM\PersistentCollection {#2085 …}
      +reports: Doctrine\ORM\PersistentCollection {#2062 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
      -id: 229426
      -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6096148"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702824636 {#1363
        date: 2023-12-17 15:50:36.0 +01:00
      }
      +"title": 229426
    }
    0 => App\Entity\EntryComment {#1907}
  ]
  -id: 22326
  -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
  -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702690490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9581330"
  +editedAt: DateTimeImmutable @1704962289 {#3334
    date: 2024-01-11 09:38:09.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702604090 {#3312
    date: 2023-12-15 02:34:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405}
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "As far as I know no. You probably could use adb to remove the scripts tho"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702753605 {#1383
    date: 2023-12-16 20:06:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@ultra@feddit.ro"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2075 …}
  +votes: Doctrine\ORM\PersistentCollection {#2037 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
  -id: 227716
  -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6083750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702753605 {#1402
    date: 2023-12-16 20:06:45.0 +01:00
  }
  +"title": 227716
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
119 DENIED edit
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405}
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "As far as I know no. You probably could use adb to remove the scripts tho"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702753605 {#1383
    date: 2023-12-16 20:06:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@ultra@feddit.ro"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2075 …}
  +votes: Doctrine\ORM\PersistentCollection {#2037 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
  -id: 227716
  -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6083750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702753605 {#1402
    date: 2023-12-16 20:06:45.0 +01:00
  }
  +"title": 227716
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
120 DENIED moderate
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405}
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "As far as I know no. You probably could use adb to remove the scripts tho"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702753605 {#1383
    date: 2023-12-16 20:06:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@ultra@feddit.ro"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2075 …}
  +votes: Doctrine\ORM\PersistentCollection {#2037 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
  -id: 227716
  -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6083750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702753605 {#1402
    date: 2023-12-16 20:06:45.0 +01:00
  }
  +"title": 227716
}
"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 {#2021
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021}
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702753806 {#2029
    date: 2023-12-16 20:10:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@chitak166@lemmy.world"
    "@EddoWagt@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2018 …}
  +votes: Doctrine\ORM\PersistentCollection {#2024 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 227727
  -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6083800"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702753806 {#2028
    date: 2023-12-16 20:10:06.0 +01:00
  }
  +"title": 227727
}
"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 {#2021
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021}
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702753806 {#2029
    date: 2023-12-16 20:10:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@chitak166@lemmy.world"
    "@EddoWagt@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2018 …}
  +votes: Doctrine\ORM\PersistentCollection {#2024 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 227727
  -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6083800"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702753806 {#2028
    date: 2023-12-16 20:10:06.0 +01:00
  }
  +"title": 227727
}
"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 {#2021
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021}
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702753806 {#2029
    date: 2023-12-16 20:10:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@chitak166@lemmy.world"
    "@EddoWagt@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2018 …}
  +votes: Doctrine\ORM\PersistentCollection {#2024 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
  -id: 227727
  -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6083800"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702753806 {#2028
    date: 2023-12-16 20:10:06.0 +01:00
  }
  +"title": 227727
}
"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
App\Entity\EntryComment {#1404
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404}
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702824636 {#1361
    date: 2023-12-17 15:50:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@electro1@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2076 …}
  +nested: Doctrine\ORM\PersistentCollection {#2083 …}
  +votes: Doctrine\ORM\PersistentCollection {#2085 …}
  +reports: Doctrine\ORM\PersistentCollection {#2062 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
  -id: 229426
  -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6096148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702824636 {#1363
    date: 2023-12-17 15:50:36.0 +01:00
  }
  +"title": 229426
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
127 DENIED edit
App\Entity\EntryComment {#1404
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404}
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702824636 {#1361
    date: 2023-12-17 15:50:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@electro1@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2076 …}
  +nested: Doctrine\ORM\PersistentCollection {#2083 …}
  +votes: Doctrine\ORM\PersistentCollection {#2085 …}
  +reports: Doctrine\ORM\PersistentCollection {#2062 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
  -id: 229426
  -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6096148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702824636 {#1363
    date: 2023-12-17 15:50:36.0 +01:00
  }
  +"title": 229426
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
128 DENIED moderate
App\Entity\EntryComment {#1404
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
          +image: null
          +parent: null
          +root: null
          +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1705264450 {#1410
            date: 2024-01-14 21:34:10.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@MigratingtoLemmy@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#2391 …}
          +votes: Doctrine\ORM\PersistentCollection {#2369 …}
          +reports: Doctrine\ORM\PersistentCollection {#2392 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
          -id: 224910
          -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6062499"
          +editedAt: null
          +createdAt: DateTimeImmutable @1702659441 {#1874
            date: 2023-12-15 17:57:21.0 +01:00
          }
          +"title": 224910
        }
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404}
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: App\Entity\EntryComment {#1907}
  +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702824636 {#1361
    date: 2023-12-17 15:50:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
    "@Hiro8811@lemmy.world"
    "@electro1@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2076 …}
  +nested: Doctrine\ORM\PersistentCollection {#2083 …}
  +votes: Doctrine\ORM\PersistentCollection {#2085 …}
  +reports: Doctrine\ORM\PersistentCollection {#2062 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
  -id: 229426
  -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6096148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702824636 {#1363
    date: 2023-12-17 15:50:36.0 +01:00
  }
  +"title": 229426
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
129 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
130 DENIED moderate
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: null
  +root: null
  +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1705264450 {#1410
    date: 2024-01-14 21:34:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 224910
  -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6062499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702659441 {#1874
    date: 2023-12-15 17:57:21.0 +01:00
  }
  +"title": 224910
}
"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 {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: null
  +root: null
  +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1705264450 {#1410
    date: 2024-01-14 21:34:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 224910
  -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6062499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702659441 {#1874
    date: 2023-12-15 17:57:21.0 +01:00
  }
  +"title": 224910
}
"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 {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2564 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "How-many-of-you-run-a-Linux-phone-Pine64-Librem"
    +title: "How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?"
    +url: null
    +body: """
      I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?\n
      \n
      I’m considering purchasing the Pine but I’d like a better screen, more RAM and a better CPU. Don’t know if I should wait for a new model to be released (are they even planning to do that? Is the company active?). I will only really use it to browse the Web, and might even look to desolder a couple of parts that I know I won’t use.\n
      \n
      Thanks.\n
      \n
      Edit: I am willing to watch content and use banking apps from the browser. Do you think it’ll be fit for me?\n
      \n
      ---\n
      \n
      Edit 2: overall, I am much saddened about the state of affairs regarding private computing on the go. I desperately hope that Linux on mobile takes off, even though its incubation looks disheartening at the moment. Thank you everyone for your comments.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 119
    +favouriteCount: 169
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702946923 {#3347
      date: 2023-12-19 01:48:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3352 …}
    +votes: Doctrine\ORM\PersistentCollection {#3355 …}
    +reports: Doctrine\ORM\PersistentCollection {#3357 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3359 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3361 …}
    +badges: Doctrine\ORM\PersistentCollection {#3363 …}
    +children: [
      3 => App\Entity\EntryComment {#1405
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2078 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "As far as I know no. You probably could use adb to remove the scripts tho"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753605 {#1383
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2075 …}
        +votes: Doctrine\ORM\PersistentCollection {#2037 …}
        +reports: Doctrine\ORM\PersistentCollection {#2031 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 227716
        -bodyTs: "'adb':11 'could':9 'far':2 'know':5 'probabl':8 'remov':13 'script':15 'tho':16 'use':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083750"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753605 {#1402
          date: 2023-12-16 20:06:45.0 +01:00
        }
        +"title": 227716
      }
      2 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2033 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "I think you can but I’m not sure. There’s Ubuntu Touch that works on some phones but it’s really buggy"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702753806 {#2029
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@chitak166@lemmy.world"
          "@EddoWagt@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2011 …}
        +nested: Doctrine\ORM\PersistentCollection {#2018 …}
        +votes: Doctrine\ORM\PersistentCollection {#2024 …}
        +reports: Doctrine\ORM\PersistentCollection {#2032 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2023 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1403 …}
        -id: 227727
        -bodyTs: "'buggi':23 'm':7 'phone':18 'realli':22 'sure':9 'think':2 'touch':13 'ubuntu':12 'work':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6083800"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702753806 {#2028
          date: 2023-12-16 20:10:06.0 +01:00
        }
        +"title": 227727
      }
      1 => App\Entity\EntryComment {#1404
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: App\Entity\EntryComment {#1907}
        +body: "No. To root you need to extract boot.img, patch it in the app then flash it while in bootloader."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702824636 {#1361
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MigratingtoLemmy@lemmy.world"
          "@Hiro8811@lemmy.world"
          "@electro1@infosec.pub"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2076 …}
        +nested: Doctrine\ORM\PersistentCollection {#2083 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2062 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2077 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2063 …}
        -id: 229426
        -bodyTs: "'app':13 'boot.img':8 'bootload':19 'extract':7 'flash':15 'need':5 'patch':9 'root':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6096148"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702824636 {#1363
          date: 2023-12-17 15:50:36.0 +01:00
        }
        +"title": 229426
      }
      0 => App\Entity\EntryComment {#1907}
    ]
    -id: 22326
    -titleTs: "'daili':14 'driver':15 'etc':11 'librem':10 'linux':7 'mani':2 'phone':8 'pine64':9 'run':5"
    -bodyTs: "'2':160 'activ':107 'affair':170 'announc':15 'app':146 'bank':145 'better':75,81 'brows':115 'browser':149 'budget':40 'comment':200 'compani':106 'comput':173 'consid':66 'content':142 'coupl':125 'cpu':82 'd':72 'daili':56 'desold':123 'desper':178 'dishearten':191 'driver':57 'edit':136,159 'even':99,120,186 'everyon':197 'experi':62 'firmwar':28 'fit':156 'found':11 'go':3,176 'hope':179 'incub':189 'interest':44 'issu':26 'kde':14 'know':85,130 'latest':13 'librem':34 'like':73 'linux':52,181 'll':154 'look':121,190 'lot':24 'm':65 'mani':47 'might':119 'mobil':53,183 'model':93 'moment':194 'much':164 'new':92 'overal':161 'page':7 'part':127 'peopl':48 'pine':31,69 'pine64':5 'plain':37 'plan':100 'privat':172 'purchas':67 'ram':78 'realli':111 'regard':171 'releas':96 'run':50 'sadden':165 'said':18 'screen':76 'see':22 'seem':20 'state':168 'take':184 'thank':135,195 'think':152 'though':187 'use':112,134,144 'wait':89 'watch':141 'web':117 'whilst':32 'will':139 'won':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702690490
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9581330"
    +editedAt: DateTimeImmutable @1704962289 {#3334
      date: 2024-01-11 09:38:09.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702604090 {#3312
      date: 2023-12-15 02:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: null
  +root: null
  +body: "Why not try lineageo OS? I’ve been daily driving it for one year now and it’s reliably if you don’t throw magisk modules at it for fun."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1705264450 {#1410
    date: 2024-01-14 21:34:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MigratingtoLemmy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 224910
  -bodyTs: "'daili':9 'drive':10 'fun':30 'lineageo':4 'magisk':25 'modul':26 'one':13 'os':5 'reliabl':19 'throw':24 'tri':3 've':7 'year':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6062499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702659441 {#1874
    date: 2023-12-15 17:57:21.0 +01:00
  }
  +"title": 224910
}
"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 {#2380
  +user: Proxies\__CG__\App\Entity\User {#3368 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3410 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3412 …}
  +slug: "Get-out-of-my-room-Helen"
  +title: ""Get out of my room, Helen!""
  +url: "https://lemmy.zip/pictrs/image/aeaaddc1-617d-4947-beec-224f1d3b39cf.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 381
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701916208 {#3405
    date: 2023-12-07 03:30:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3413 …}
  +votes: Doctrine\ORM\PersistentCollection {#3415 …}
  +reports: Doctrine\ORM\PersistentCollection {#3417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
  +badges: Doctrine\ORM\PersistentCollection {#3423 …}
  +children: [
    App\Entity\EntryComment {#2382
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "I think this mostly aply to Americans. I live in Europe and never heard someone refer to their mother by her first name."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703067097 {#1716
        date: 2023-12-20 11:11:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 196020
      -bodyTs: "'american':7 'apli':5 'europ':11 'first':22 'heard':14 'live':9 'most':4 'mother':19 'name':23 'never':13 'refer':16 'someon':15 'think':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5798579"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701710626 {#2386
        date: 2023-12-04 18:23:46.0 +01:00
      }
      +"title": 196020
    }
  ]
  -id: 19996
  -titleTs: "'get':1 'helen':6 'room':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701787609
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6496284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701701209 {#3391
    date: 2023-12-04 15:46: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
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2380
  +user: Proxies\__CG__\App\Entity\User {#3368 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3410 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3412 …}
  +slug: "Get-out-of-my-room-Helen"
  +title: ""Get out of my room, Helen!""
  +url: "https://lemmy.zip/pictrs/image/aeaaddc1-617d-4947-beec-224f1d3b39cf.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 381
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701916208 {#3405
    date: 2023-12-07 03:30:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3413 …}
  +votes: Doctrine\ORM\PersistentCollection {#3415 …}
  +reports: Doctrine\ORM\PersistentCollection {#3417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
  +badges: Doctrine\ORM\PersistentCollection {#3423 …}
  +children: [
    App\Entity\EntryComment {#2382
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "I think this mostly aply to Americans. I live in Europe and never heard someone refer to their mother by her first name."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703067097 {#1716
        date: 2023-12-20 11:11:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 196020
      -bodyTs: "'american':7 'apli':5 'europ':11 'first':22 'heard':14 'live':9 'most':4 'mother':19 'name':23 'never':13 'refer':16 'someon':15 'think':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5798579"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701710626 {#2386
        date: 2023-12-04 18:23:46.0 +01:00
      }
      +"title": 196020
    }
  ]
  -id: 19996
  -titleTs: "'get':1 'helen':6 'room':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701787609
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6496284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701701209 {#3391
    date: 2023-12-04 15:46: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
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2380
  +user: Proxies\__CG__\App\Entity\User {#3368 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3410 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3412 …}
  +slug: "Get-out-of-my-room-Helen"
  +title: ""Get out of my room, Helen!""
  +url: "https://lemmy.zip/pictrs/image/aeaaddc1-617d-4947-beec-224f1d3b39cf.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 381
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701916208 {#3405
    date: 2023-12-07 03:30:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3413 …}
  +votes: Doctrine\ORM\PersistentCollection {#3415 …}
  +reports: Doctrine\ORM\PersistentCollection {#3417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
  +badges: Doctrine\ORM\PersistentCollection {#3423 …}
  +children: [
    App\Entity\EntryComment {#2382
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "I think this mostly aply to Americans. I live in Europe and never heard someone refer to their mother by her first name."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703067097 {#1716
        date: 2023-12-20 11:11:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 196020
      -bodyTs: "'american':7 'apli':5 'europ':11 'first':22 'heard':14 'live':9 'most':4 'mother':19 'name':23 'never':13 'refer':16 'someon':15 'think':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5798579"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701710626 {#2386
        date: 2023-12-04 18:23:46.0 +01:00
      }
      +"title": 196020
    }
  ]
  -id: 19996
  -titleTs: "'get':1 'helen':6 'room':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701787609
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6496284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701701209 {#3391
    date: 2023-12-04 15:46: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
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 {#2382
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#3368 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3410 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3412 …}
    +slug: "Get-out-of-my-room-Helen"
    +title: ""Get out of my room, Helen!""
    +url: "https://lemmy.zip/pictrs/image/aeaaddc1-617d-4947-beec-224f1d3b39cf.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 381
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701916208 {#3405
      date: 2023-12-07 03:30:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3413 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      App\Entity\EntryComment {#2382}
    ]
    -id: 19996
    -titleTs: "'get':1 'helen':6 'room':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701787609
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6496284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701701209 {#3391
      date: 2023-12-04 15:46:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "I think this mostly aply to Americans. I live in Europe and never heard someone refer to their mother by her first name."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703067097 {#1716
    date: 2023-12-20 11:11:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 196020
  -bodyTs: "'american':7 'apli':5 'europ':11 'first':22 'heard':14 'live':9 'most':4 'mother':19 'name':23 'never':13 'refer':16 'someon':15 'think':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5798579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701710626 {#2386
    date: 2023-12-04 18:23:46.0 +01:00
  }
  +"title": 196020
}
"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 {#2382
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#3368 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3410 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3412 …}
    +slug: "Get-out-of-my-room-Helen"
    +title: ""Get out of my room, Helen!""
    +url: "https://lemmy.zip/pictrs/image/aeaaddc1-617d-4947-beec-224f1d3b39cf.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 381
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701916208 {#3405
      date: 2023-12-07 03:30:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3413 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      App\Entity\EntryComment {#2382}
    ]
    -id: 19996
    -titleTs: "'get':1 'helen':6 'room':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701787609
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6496284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701701209 {#3391
      date: 2023-12-04 15:46:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "I think this mostly aply to Americans. I live in Europe and never heard someone refer to their mother by her first name."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703067097 {#1716
    date: 2023-12-20 11:11:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 196020
  -bodyTs: "'american':7 'apli':5 'europ':11 'first':22 'heard':14 'live':9 'most':4 'mother':19 'name':23 'never':13 'refer':16 'someon':15 'think':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5798579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701710626 {#2386
    date: 2023-12-04 18:23:46.0 +01:00
  }
  +"title": 196020
}
"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 {#2382
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#3368 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3410 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3412 …}
    +slug: "Get-out-of-my-room-Helen"
    +title: ""Get out of my room, Helen!""
    +url: "https://lemmy.zip/pictrs/image/aeaaddc1-617d-4947-beec-224f1d3b39cf.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 381
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701916208 {#3405
      date: 2023-12-07 03:30:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3413 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      App\Entity\EntryComment {#2382}
    ]
    -id: 19996
    -titleTs: "'get':1 'helen':6 'room':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701787609
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6496284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701701209 {#3391
      date: 2023-12-04 15:46:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "I think this mostly aply to Americans. I live in Europe and never heard someone refer to their mother by her first name."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703067097 {#1716
    date: 2023-12-20 11:11:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 196020
  -bodyTs: "'american':7 'apli':5 'europ':11 'first':22 'heard':14 'live':9 'most':4 'mother':19 'name':23 'never':13 'refer':16 'someon':15 'think':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5798579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701710626 {#2386
    date: 2023-12-04 18:23:46.0 +01:00
  }
  +"title": 196020
}
"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 {#2370
  +user: Proxies\__CG__\App\Entity\User {#3388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
  +slug: "Distros-bad"
  +title: "Distros bad"
  +url: "https://feddit.de/pictrs/image/f7f1c20a-5969-4649-8b4f-fe0adf51fd92.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 363
  +favouriteCount: 1181
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701686981 {#3425
    date: 2023-12-04 11:49:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3433 …}
  +votes: Doctrine\ORM\PersistentCollection {#3435 …}
  +reports: Doctrine\ORM\PersistentCollection {#3437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
  +badges: Doctrine\ORM\PersistentCollection {#3443 …}
  +children: [
    App\Entity\EntryComment {#1725
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2370 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m to lazy to do my homework. Can anyone explain what’s wrong with Ubuntu?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1703025629 {#1795
        date: 2023-12-19 23:40:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2371 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2468 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 145821
      -bodyTs: "'anyon':10 'explain':11 'homework':8 'lazi':4 'm':2 'ubuntu':16 'wrong':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5472351"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700553354 {#1611
        date: 2023-11-21 08:55:54.0 +01:00
      }
      +"title": 145821
    }
  ]
  -id: 14875
  -titleTs: "'bad':2 'distro':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700600519
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5874991"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700514119 {#3411
    date: 2023-11-20 22:01:59.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 {#2370
  +user: Proxies\__CG__\App\Entity\User {#3388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
  +slug: "Distros-bad"
  +title: "Distros bad"
  +url: "https://feddit.de/pictrs/image/f7f1c20a-5969-4649-8b4f-fe0adf51fd92.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 363
  +favouriteCount: 1181
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701686981 {#3425
    date: 2023-12-04 11:49:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3433 …}
  +votes: Doctrine\ORM\PersistentCollection {#3435 …}
  +reports: Doctrine\ORM\PersistentCollection {#3437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
  +badges: Doctrine\ORM\PersistentCollection {#3443 …}
  +children: [
    App\Entity\EntryComment {#1725
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2370 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m to lazy to do my homework. Can anyone explain what’s wrong with Ubuntu?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1703025629 {#1795
        date: 2023-12-19 23:40:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2371 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2468 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 145821
      -bodyTs: "'anyon':10 'explain':11 'homework':8 'lazi':4 'm':2 'ubuntu':16 'wrong':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5472351"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700553354 {#1611
        date: 2023-11-21 08:55:54.0 +01:00
      }
      +"title": 145821
    }
  ]
  -id: 14875
  -titleTs: "'bad':2 'distro':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700600519
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5874991"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700514119 {#3411
    date: 2023-11-20 22:01:59.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 {#2370
  +user: Proxies\__CG__\App\Entity\User {#3388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#3430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
  +slug: "Distros-bad"
  +title: "Distros bad"
  +url: "https://feddit.de/pictrs/image/f7f1c20a-5969-4649-8b4f-fe0adf51fd92.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 363
  +favouriteCount: 1181
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701686981 {#3425
    date: 2023-12-04 11:49:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3433 …}
  +votes: Doctrine\ORM\PersistentCollection {#3435 …}
  +reports: Doctrine\ORM\PersistentCollection {#3437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
  +badges: Doctrine\ORM\PersistentCollection {#3443 …}
  +children: [
    App\Entity\EntryComment {#1725
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2370 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m to lazy to do my homework. Can anyone explain what’s wrong with Ubuntu?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1703025629 {#1795
        date: 2023-12-19 23:40:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2371 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2468 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 145821
      -bodyTs: "'anyon':10 'explain':11 'homework':8 'lazi':4 'm':2 'ubuntu':16 'wrong':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5472351"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700553354 {#1611
        date: 2023-11-21 08:55:54.0 +01:00
      }
      +"title": 145821
    }
  ]
  -id: 14875
  -titleTs: "'bad':2 'distro':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700600519
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5874991"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700514119 {#3411
    date: 2023-11-20 22:01:59.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 {#1725
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2370
    +user: Proxies\__CG__\App\Entity\User {#3388 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3430 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
    +slug: "Distros-bad"
    +title: "Distros bad"
    +url: "https://feddit.de/pictrs/image/f7f1c20a-5969-4649-8b4f-fe0adf51fd92.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 363
    +favouriteCount: 1181
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701686981 {#3425
      date: 2023-12-04 11:49:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3433 …}
    +votes: Doctrine\ORM\PersistentCollection {#3435 …}
    +reports: Doctrine\ORM\PersistentCollection {#3437 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
    +badges: Doctrine\ORM\PersistentCollection {#3443 …}
    +children: [
      App\Entity\EntryComment {#1725}
    ]
    -id: 14875
    -titleTs: "'bad':2 'distro':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700600519
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5874991"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700514119 {#3411
      date: 2023-11-20 22:01:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m to lazy to do my homework. Can anyone explain what’s wrong with Ubuntu?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1703025629 {#1795
    date: 2023-12-19 23:40:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2371 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2468 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 145821
  -bodyTs: "'anyon':10 'explain':11 'homework':8 'lazi':4 'm':2 'ubuntu':16 'wrong':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5472351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700553354 {#1611
    date: 2023-11-21 08:55:54.0 +01:00
  }
  +"title": 145821
}
"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 {#1725
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2370
    +user: Proxies\__CG__\App\Entity\User {#3388 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3430 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
    +slug: "Distros-bad"
    +title: "Distros bad"
    +url: "https://feddit.de/pictrs/image/f7f1c20a-5969-4649-8b4f-fe0adf51fd92.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 363
    +favouriteCount: 1181
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701686981 {#3425
      date: 2023-12-04 11:49:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3433 …}
    +votes: Doctrine\ORM\PersistentCollection {#3435 …}
    +reports: Doctrine\ORM\PersistentCollection {#3437 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
    +badges: Doctrine\ORM\PersistentCollection {#3443 …}
    +children: [
      App\Entity\EntryComment {#1725}
    ]
    -id: 14875
    -titleTs: "'bad':2 'distro':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700600519
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5874991"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700514119 {#3411
      date: 2023-11-20 22:01:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m to lazy to do my homework. Can anyone explain what’s wrong with Ubuntu?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1703025629 {#1795
    date: 2023-12-19 23:40:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2371 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2468 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 145821
  -bodyTs: "'anyon':10 'explain':11 'homework':8 'lazi':4 'm':2 'ubuntu':16 'wrong':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5472351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700553354 {#1611
    date: 2023-11-21 08:55:54.0 +01:00
  }
  +"title": 145821
}
"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 {#1725
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2370
    +user: Proxies\__CG__\App\Entity\User {#3388 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#3430 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
    +slug: "Distros-bad"
    +title: "Distros bad"
    +url: "https://feddit.de/pictrs/image/f7f1c20a-5969-4649-8b4f-fe0adf51fd92.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 363
    +favouriteCount: 1181
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701686981 {#3425
      date: 2023-12-04 11:49:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3433 …}
    +votes: Doctrine\ORM\PersistentCollection {#3435 …}
    +reports: Doctrine\ORM\PersistentCollection {#3437 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
    +badges: Doctrine\ORM\PersistentCollection {#3443 …}
    +children: [
      App\Entity\EntryComment {#1725}
    ]
    -id: 14875
    -titleTs: "'bad':2 'distro':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700600519
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5874991"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700514119 {#3411
      date: 2023-11-20 22:01:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m to lazy to do my homework. Can anyone explain what’s wrong with Ubuntu?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1703025629 {#1795
    date: 2023-12-19 23:40:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2371 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2468 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 145821
  -bodyTs: "'anyon':10 'explain':11 'homework':8 'lazi':4 'm':2 'ubuntu':16 'wrong':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5472351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700553354 {#1611
    date: 2023-11-21 08:55:54.0 +01:00
  }
  +"title": 145821
}
"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_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
150 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