Redirect 302 redirect from GET @entry_comment_create (81b1fb)

GET https://kbin.spritesserver.nl/index.php/u/@chronicledmonocle@lemmy.world/commented

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    So when I was more of a newb, I had a media server that I had a storage drive mounted in fstab using the /dev/ path, rather than the UUID. I had my main boot drive mounted as / and my storage drive mounted to /mnt/storage. The root drive was /dev/sda and the storage drive was /dev/sdb.\n
    \n
    So this was stupid, but not nearly as stupid as what I did as a hack to work around a problem I had. Transmission Daemon would set the ownership of files to the user “transmission-daemon”, rather than my user account, so when I accessed files I downloaded via torrent over SMB. I was constantly having to chown the files to myself as sudo to fix them via SSH before I could manipulate them via SMB. There is a setting in transmission to change the UID/GID that it uses by default in the JSON configuration file, but I screwed with it for about an hour, couldn’t get it working, got annoyed, and gave up. I got so frustrated I just made a cron task that ran /5 minutes to chown the directory to nobody:nobody and chmod recursively to 777 permissions. When I moved the files after download they’d change to my user permissions when cut and pasting, so it was good enough for me until I could revisit it another day (which I never did until I reaped the consequences of my actions).\n
    \n
    So here is how it broke: One day I needed to rewire my server to make room for additional storage. I accidentally, it seems, swapped the SATA cables for my boot and storage drive, which resulted in /dev/sda and /dev/sdb swapping places so that sdb was my boot drive and sda was my storage drive. My fstab then mounted /dev/sdb, my boot drive, to /mnt/storage, which was basically recursive infinitely. / was /dev/sdb, but if you went to /mnt/storage, you would then go /mnt/storage/mnt/storage/mnt/storage…and so on. And then the fireworks happened. My crontab script kicked off and since it was “chown -R nobody:nobody /mnt/storage/*" and "chmod -R 777 /mnt/storage/*” it immediately re-wrote all of the permissions of my root partition to have nobody as the owner and group permissions with all read/write permissions allowed. This broke…basically everything. And it was ext4, not ZFS or something, so I couldn’t roll back to a snapshot or anything. I spent 2 hours trying to fix permissions one directory at a time until I just gave up, reinstalled, and set things back up again from scratch. Since it didn’t touch my storage drive and I had an rsync backup to a second drive, I just eventually figured it was faster to fix my operating system/software by reinstalling and then re-mounting the drives.\n
    \n
    I learned/was reminded of two things that day:\n
    \n
    1. Always use UUIDs for fstab mounts\n
    2. Don’t write stupid, hack scripts to work around a problem you’re running into that you leave for 2 years because you’re a lazy SOB.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1699844954 {#1433
    date: 2023-11-13 04:09:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1584 …}
  +nested: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  -id: 118350
  -bodyTs: "'/5':185 '/dev':25 '/dev/sda':50,281 '/dev/sdb':56,283,303,315 '/mnt/storage':45,308,321,348,353 '/mnt/storage/mnt/storage/mnt/storage':326 '1':478 '2':406,485,505 '777':198,352 'access':102 'accident':265 'account':98 'action':243 'addit':262 'allow':380 'alway':479 'annoy':169 'anoth':230 'anyth':403 'around':75,494 'back':398,426 'backup':444 'basic':311,383 'boot':35,274,291,305 'broke':249,382 'cabl':271 'chang':141,209 'chmod':195,350 'chown':115,188,344 'configur':152 'consequ':240 'constant':112 'could':129,227 'couldn':163,395 'cron':181 'crontab':336 'cut':215 'd':208 'daemon':81,93 'day':231,251,477 'default':148 'didn':433 'directori':190,413 'download':105,206 'drive':19,36,42,48,54,277,292,298,306,438,448,469 'enough':222 'eventu':451 'everyth':384 'ext4':388 'faster':455 'figur':452 'file':87,103,117,153,204 'firework':333 'fix':123,410,457 'frustrat':176 'fstab':22,300,483 'gave':171,420 'get':165 'go':325 'good':221 'got':168,174 'group':374 'hack':72,490 'happen':334 'hour':162,407 'immedi':355 'infinit':313 'json':151 'kick':338 'lazi':511 'learned/was':471 'leav':503 'made':179 'main':34 'make':259 'manipul':130 'media':12 'minut':186 'mount':20,37,43,302,467,484 'move':202 'near':63 'need':253 'never':234 'newb':8 'nobodi':192,193,346,347,369 'one':250,412 'oper':459 'owner':372 'ownership':85 'partit':366 'past':217 'path':26 'permiss':199,213,362,375,379,411 'place':285 'problem':77,496 'r':345,351 'ran':184 'rather':27,94 're':357,466,498,509 're-mount':465 're-wrot':356 'read/write':378 'reap':238 'recurs':196,312 'reinstal':422,462 'remind':472 'result':279 'revisit':228 'rewir':255 'roll':397 'room':260 'root':47,365 'rsync':443 'run':499 'sata':270 'scratch':430 'screw':156 'script':337,491 'sda':294 'sdb':288 'second':447 'seem':267 'server':13,257 'set':83,137,424 'sinc':341,431 'smb':109,133 'snapshot':401 'sob':512 'someth':392 'spent':405 'ssh':126 'storag':18,41,53,263,276,297,437 'stupid':60,65,489 'sudo':121 'swap':268,284 'system/software':460 'task':182 'thing':425,475 'time':416 'torrent':107 'touch':435 'transmiss':80,92,139 'transmission-daemon':91 'tri':408 'two':474 'uid/gid':143 'use':23,146,480 'user':90,97,212 'uuid':30,481 'via':106,125,132 'went':319 'work':74,167,493 'would':82,323 'write':488 'wrote':358 'year':506 'zfs':390"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5274186"
  +editedAt: DateTimeImmutable @1699995277 {#1430
    date: 2023-11-14 21:54:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699844954 {#1428
    date: 2023-11-13 04:09:14.0 +01:00
  }
  +"title": 118350
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    So when I was more of a newb, I had a media server that I had a storage drive mounted in fstab using the /dev/ path, rather than the UUID. I had my main boot drive mounted as / and my storage drive mounted to /mnt/storage. The root drive was /dev/sda and the storage drive was /dev/sdb.\n
    \n
    So this was stupid, but not nearly as stupid as what I did as a hack to work around a problem I had. Transmission Daemon would set the ownership of files to the user “transmission-daemon”, rather than my user account, so when I accessed files I downloaded via torrent over SMB. I was constantly having to chown the files to myself as sudo to fix them via SSH before I could manipulate them via SMB. There is a setting in transmission to change the UID/GID that it uses by default in the JSON configuration file, but I screwed with it for about an hour, couldn’t get it working, got annoyed, and gave up. I got so frustrated I just made a cron task that ran /5 minutes to chown the directory to nobody:nobody and chmod recursively to 777 permissions. When I moved the files after download they’d change to my user permissions when cut and pasting, so it was good enough for me until I could revisit it another day (which I never did until I reaped the consequences of my actions).\n
    \n
    So here is how it broke: One day I needed to rewire my server to make room for additional storage. I accidentally, it seems, swapped the SATA cables for my boot and storage drive, which resulted in /dev/sda and /dev/sdb swapping places so that sdb was my boot drive and sda was my storage drive. My fstab then mounted /dev/sdb, my boot drive, to /mnt/storage, which was basically recursive infinitely. / was /dev/sdb, but if you went to /mnt/storage, you would then go /mnt/storage/mnt/storage/mnt/storage…and so on. And then the fireworks happened. My crontab script kicked off and since it was “chown -R nobody:nobody /mnt/storage/*" and "chmod -R 777 /mnt/storage/*” it immediately re-wrote all of the permissions of my root partition to have nobody as the owner and group permissions with all read/write permissions allowed. This broke…basically everything. And it was ext4, not ZFS or something, so I couldn’t roll back to a snapshot or anything. I spent 2 hours trying to fix permissions one directory at a time until I just gave up, reinstalled, and set things back up again from scratch. Since it didn’t touch my storage drive and I had an rsync backup to a second drive, I just eventually figured it was faster to fix my operating system/software by reinstalling and then re-mounting the drives.\n
    \n
    I learned/was reminded of two things that day:\n
    \n
    1. Always use UUIDs for fstab mounts\n
    2. Don’t write stupid, hack scripts to work around a problem you’re running into that you leave for 2 years because you’re a lazy SOB.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1699844954 {#1433
    date: 2023-11-13 04:09:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1584 …}
  +nested: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  -id: 118350
  -bodyTs: "'/5':185 '/dev':25 '/dev/sda':50,281 '/dev/sdb':56,283,303,315 '/mnt/storage':45,308,321,348,353 '/mnt/storage/mnt/storage/mnt/storage':326 '1':478 '2':406,485,505 '777':198,352 'access':102 'accident':265 'account':98 'action':243 'addit':262 'allow':380 'alway':479 'annoy':169 'anoth':230 'anyth':403 'around':75,494 'back':398,426 'backup':444 'basic':311,383 'boot':35,274,291,305 'broke':249,382 'cabl':271 'chang':141,209 'chmod':195,350 'chown':115,188,344 'configur':152 'consequ':240 'constant':112 'could':129,227 'couldn':163,395 'cron':181 'crontab':336 'cut':215 'd':208 'daemon':81,93 'day':231,251,477 'default':148 'didn':433 'directori':190,413 'download':105,206 'drive':19,36,42,48,54,277,292,298,306,438,448,469 'enough':222 'eventu':451 'everyth':384 'ext4':388 'faster':455 'figur':452 'file':87,103,117,153,204 'firework':333 'fix':123,410,457 'frustrat':176 'fstab':22,300,483 'gave':171,420 'get':165 'go':325 'good':221 'got':168,174 'group':374 'hack':72,490 'happen':334 'hour':162,407 'immedi':355 'infinit':313 'json':151 'kick':338 'lazi':511 'learned/was':471 'leav':503 'made':179 'main':34 'make':259 'manipul':130 'media':12 'minut':186 'mount':20,37,43,302,467,484 'move':202 'near':63 'need':253 'never':234 'newb':8 'nobodi':192,193,346,347,369 'one':250,412 'oper':459 'owner':372 'ownership':85 'partit':366 'past':217 'path':26 'permiss':199,213,362,375,379,411 'place':285 'problem':77,496 'r':345,351 'ran':184 'rather':27,94 're':357,466,498,509 're-mount':465 're-wrot':356 'read/write':378 'reap':238 'recurs':196,312 'reinstal':422,462 'remind':472 'result':279 'revisit':228 'rewir':255 'roll':397 'room':260 'root':47,365 'rsync':443 'run':499 'sata':270 'scratch':430 'screw':156 'script':337,491 'sda':294 'sdb':288 'second':447 'seem':267 'server':13,257 'set':83,137,424 'sinc':341,431 'smb':109,133 'snapshot':401 'sob':512 'someth':392 'spent':405 'ssh':126 'storag':18,41,53,263,276,297,437 'stupid':60,65,489 'sudo':121 'swap':268,284 'system/software':460 'task':182 'thing':425,475 'time':416 'torrent':107 'touch':435 'transmiss':80,92,139 'transmission-daemon':91 'tri':408 'two':474 'uid/gid':143 'use':23,146,480 'user':90,97,212 'uuid':30,481 'via':106,125,132 'went':319 'work':74,167,493 'would':82,323 'write':488 'wrote':358 'year':506 'zfs':390"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5274186"
  +editedAt: DateTimeImmutable @1699995277 {#1430
    date: 2023-11-14 21:54:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699844954 {#1428
    date: 2023-11-13 04:09:14.0 +01:00
  }
  +"title": 118350
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    So when I was more of a newb, I had a media server that I had a storage drive mounted in fstab using the /dev/ path, rather than the UUID. I had my main boot drive mounted as / and my storage drive mounted to /mnt/storage. The root drive was /dev/sda and the storage drive was /dev/sdb.\n
    \n
    So this was stupid, but not nearly as stupid as what I did as a hack to work around a problem I had. Transmission Daemon would set the ownership of files to the user “transmission-daemon”, rather than my user account, so when I accessed files I downloaded via torrent over SMB. I was constantly having to chown the files to myself as sudo to fix them via SSH before I could manipulate them via SMB. There is a setting in transmission to change the UID/GID that it uses by default in the JSON configuration file, but I screwed with it for about an hour, couldn’t get it working, got annoyed, and gave up. I got so frustrated I just made a cron task that ran /5 minutes to chown the directory to nobody:nobody and chmod recursively to 777 permissions. When I moved the files after download they’d change to my user permissions when cut and pasting, so it was good enough for me until I could revisit it another day (which I never did until I reaped the consequences of my actions).\n
    \n
    So here is how it broke: One day I needed to rewire my server to make room for additional storage. I accidentally, it seems, swapped the SATA cables for my boot and storage drive, which resulted in /dev/sda and /dev/sdb swapping places so that sdb was my boot drive and sda was my storage drive. My fstab then mounted /dev/sdb, my boot drive, to /mnt/storage, which was basically recursive infinitely. / was /dev/sdb, but if you went to /mnt/storage, you would then go /mnt/storage/mnt/storage/mnt/storage…and so on. And then the fireworks happened. My crontab script kicked off and since it was “chown -R nobody:nobody /mnt/storage/*" and "chmod -R 777 /mnt/storage/*” it immediately re-wrote all of the permissions of my root partition to have nobody as the owner and group permissions with all read/write permissions allowed. This broke…basically everything. And it was ext4, not ZFS or something, so I couldn’t roll back to a snapshot or anything. I spent 2 hours trying to fix permissions one directory at a time until I just gave up, reinstalled, and set things back up again from scratch. Since it didn’t touch my storage drive and I had an rsync backup to a second drive, I just eventually figured it was faster to fix my operating system/software by reinstalling and then re-mounting the drives.\n
    \n
    I learned/was reminded of two things that day:\n
    \n
    1. Always use UUIDs for fstab mounts\n
    2. Don’t write stupid, hack scripts to work around a problem you’re running into that you leave for 2 years because you’re a lazy SOB.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1699844954 {#1433
    date: 2023-11-13 04:09:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1584 …}
  +nested: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  -id: 118350
  -bodyTs: "'/5':185 '/dev':25 '/dev/sda':50,281 '/dev/sdb':56,283,303,315 '/mnt/storage':45,308,321,348,353 '/mnt/storage/mnt/storage/mnt/storage':326 '1':478 '2':406,485,505 '777':198,352 'access':102 'accident':265 'account':98 'action':243 'addit':262 'allow':380 'alway':479 'annoy':169 'anoth':230 'anyth':403 'around':75,494 'back':398,426 'backup':444 'basic':311,383 'boot':35,274,291,305 'broke':249,382 'cabl':271 'chang':141,209 'chmod':195,350 'chown':115,188,344 'configur':152 'consequ':240 'constant':112 'could':129,227 'couldn':163,395 'cron':181 'crontab':336 'cut':215 'd':208 'daemon':81,93 'day':231,251,477 'default':148 'didn':433 'directori':190,413 'download':105,206 'drive':19,36,42,48,54,277,292,298,306,438,448,469 'enough':222 'eventu':451 'everyth':384 'ext4':388 'faster':455 'figur':452 'file':87,103,117,153,204 'firework':333 'fix':123,410,457 'frustrat':176 'fstab':22,300,483 'gave':171,420 'get':165 'go':325 'good':221 'got':168,174 'group':374 'hack':72,490 'happen':334 'hour':162,407 'immedi':355 'infinit':313 'json':151 'kick':338 'lazi':511 'learned/was':471 'leav':503 'made':179 'main':34 'make':259 'manipul':130 'media':12 'minut':186 'mount':20,37,43,302,467,484 'move':202 'near':63 'need':253 'never':234 'newb':8 'nobodi':192,193,346,347,369 'one':250,412 'oper':459 'owner':372 'ownership':85 'partit':366 'past':217 'path':26 'permiss':199,213,362,375,379,411 'place':285 'problem':77,496 'r':345,351 'ran':184 'rather':27,94 're':357,466,498,509 're-mount':465 're-wrot':356 'read/write':378 'reap':238 'recurs':196,312 'reinstal':422,462 'remind':472 'result':279 'revisit':228 'rewir':255 'roll':397 'room':260 'root':47,365 'rsync':443 'run':499 'sata':270 'scratch':430 'screw':156 'script':337,491 'sda':294 'sdb':288 'second':447 'seem':267 'server':13,257 'set':83,137,424 'sinc':341,431 'smb':109,133 'snapshot':401 'sob':512 'someth':392 'spent':405 'ssh':126 'storag':18,41,53,263,276,297,437 'stupid':60,65,489 'sudo':121 'swap':268,284 'system/software':460 'task':182 'thing':425,475 'time':416 'torrent':107 'touch':435 'transmiss':80,92,139 'transmission-daemon':91 'tri':408 'two':474 'uid/gid':143 'use':23,146,480 'user':90,97,212 'uuid':30,481 'via':106,125,132 'went':319 'work':74,167,493 'would':82,323 'write':488 'wrote':358 'year':506 'zfs':390"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5274186"
  +editedAt: DateTimeImmutable @1699995277 {#1430
    date: 2023-11-14 21:54:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699844954 {#1428
    date: 2023-11-13 04:09:14.0 +01:00
  }
  +"title": 118350
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#2467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
  +image: Proxies\__CG__\App\Entity\Image {#2073 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Risa-Quiz-Who-is-this-man"
  +title: "Risa Quiz ... Who is this man"
  +url: "https://lemmy.ca/pictrs/image/8c70b8b3-3626-4454-b92c-25ab367e5eb0.jpeg"
  +body: """
    For all those Trek fans, Risa Fans, new fans, old fans and oscillating fans out there … let’s test your Trek knowledge.\n
    \n
    Who is this man? And What does he do?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 75
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700562297 {#2141
    date: 2023-11-21 11:24:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2074 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  +badges: Doctrine\ORM\PersistentCollection {#2070 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
      +image: null
      +parent: null
      +root: null
      +body: "That right there is the most important engineer in Starfleet."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1700202144 {#1677
        date: 2023-11-17 07:22:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ininewcrow@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1561 …}
      +votes: Doctrine\ORM\PersistentCollection {#1567 …}
      +reports: Doctrine\ORM\PersistentCollection {#1559 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
      -id: 132527
      -bodyTs: "'engin':8 'import':7 'right':2 'starfleet':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5376398"
      +editedAt: DateTimeImmutable @1700469737 {#1568
        date: 2023-11-20 09:42:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700202144 {#1526
        date: 2023-11-17 07:22:24.0 +01:00
      }
      +"title": 132527
    }
  ]
  -id: 13777
  -titleTs: "'man':6 'quiz':2 'risa':1"
  -bodyTs: "'fan':5,7,9,11,14 'knowledg':22 'let':17 'man':26 'new':8 'old':10 'oscil':13 'risa':6 'test':19 'trek':4,21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700285541
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9504591"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700199141 {#1718
    date: 2023-11-17 06:32: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
7 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#2467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
  +image: Proxies\__CG__\App\Entity\Image {#2073 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Risa-Quiz-Who-is-this-man"
  +title: "Risa Quiz ... Who is this man"
  +url: "https://lemmy.ca/pictrs/image/8c70b8b3-3626-4454-b92c-25ab367e5eb0.jpeg"
  +body: """
    For all those Trek fans, Risa Fans, new fans, old fans and oscillating fans out there … let’s test your Trek knowledge.\n
    \n
    Who is this man? And What does he do?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 75
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700562297 {#2141
    date: 2023-11-21 11:24:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2074 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  +badges: Doctrine\ORM\PersistentCollection {#2070 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
      +image: null
      +parent: null
      +root: null
      +body: "That right there is the most important engineer in Starfleet."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1700202144 {#1677
        date: 2023-11-17 07:22:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ininewcrow@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1561 …}
      +votes: Doctrine\ORM\PersistentCollection {#1567 …}
      +reports: Doctrine\ORM\PersistentCollection {#1559 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
      -id: 132527
      -bodyTs: "'engin':8 'import':7 'right':2 'starfleet':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5376398"
      +editedAt: DateTimeImmutable @1700469737 {#1568
        date: 2023-11-20 09:42:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700202144 {#1526
        date: 2023-11-17 07:22:24.0 +01:00
      }
      +"title": 132527
    }
  ]
  -id: 13777
  -titleTs: "'man':6 'quiz':2 'risa':1"
  -bodyTs: "'fan':5,7,9,11,14 'knowledg':22 'let':17 'man':26 'new':8 'old':10 'oscil':13 'risa':6 'test':19 'trek':4,21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700285541
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9504591"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700199141 {#1718
    date: 2023-11-17 06:32: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
8 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#2467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
  +image: Proxies\__CG__\App\Entity\Image {#2073 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Risa-Quiz-Who-is-this-man"
  +title: "Risa Quiz ... Who is this man"
  +url: "https://lemmy.ca/pictrs/image/8c70b8b3-3626-4454-b92c-25ab367e5eb0.jpeg"
  +body: """
    For all those Trek fans, Risa Fans, new fans, old fans and oscillating fans out there … let’s test your Trek knowledge.\n
    \n
    Who is this man? And What does he do?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 75
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700562297 {#2141
    date: 2023-11-21 11:24:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2074 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  +badges: Doctrine\ORM\PersistentCollection {#2070 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
      +image: null
      +parent: null
      +root: null
      +body: "That right there is the most important engineer in Starfleet."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1700202144 {#1677
        date: 2023-11-17 07:22:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ininewcrow@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1561 …}
      +votes: Doctrine\ORM\PersistentCollection {#1567 …}
      +reports: Doctrine\ORM\PersistentCollection {#1559 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
      -id: 132527
      -bodyTs: "'engin':8 'import':7 'right':2 'starfleet':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5376398"
      +editedAt: DateTimeImmutable @1700469737 {#1568
        date: 2023-11-20 09:42:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700202144 {#1526
        date: 2023-11-17 07:22:24.0 +01:00
      }
      +"title": 132527
    }
  ]
  -id: 13777
  -titleTs: "'man':6 'quiz':2 'risa':1"
  -bodyTs: "'fan':5,7,9,11,14 'knowledg':22 'let':17 'man':26 'new':8 'old':10 'oscil':13 'risa':6 'test':19 'trek':4,21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700285541
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9504591"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700199141 {#1718
    date: 2023-11-17 06:32: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
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#2467 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
    +image: Proxies\__CG__\App\Entity\Image {#2073 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Risa-Quiz-Who-is-this-man"
    +title: "Risa Quiz ... Who is this man"
    +url: "https://lemmy.ca/pictrs/image/8c70b8b3-3626-4454-b92c-25ab367e5eb0.jpeg"
    +body: """
      For all those Trek fans, Risa Fans, new fans, old fans and oscillating fans out there … let’s test your Trek knowledge.\n
      \n
      Who is this man? And What does he do?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 75
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700562297 {#2141
      date: 2023-11-21 11:24:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2074 …}
    +reports: Doctrine\ORM\PersistentCollection {#2068 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
    +badges: Doctrine\ORM\PersistentCollection {#2070 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 13777
    -titleTs: "'man':6 'quiz':2 'risa':1"
    -bodyTs: "'fan':5,7,9,11,14 'knowledg':22 'let':17 'man':26 'new':8 'old':10 'oscil':13 'risa':6 'test':19 'trek':4,21"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700285541
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9504591"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700199141 {#1718
      date: 2023-11-17 06:32:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
  +image: null
  +parent: null
  +root: null
  +body: "That right there is the most important engineer in Starfleet."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700202144 {#1677
    date: 2023-11-17 07:22:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ininewcrow@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1567 …}
  +reports: Doctrine\ORM\PersistentCollection {#1559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
  -id: 132527
  -bodyTs: "'engin':8 'import':7 'right':2 'starfleet':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5376398"
  +editedAt: DateTimeImmutable @1700469737 {#1568
    date: 2023-11-20 09:42:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700202144 {#1526
    date: 2023-11-17 07:22:24.0 +01:00
  }
  +"title": 132527
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#2467 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
    +image: Proxies\__CG__\App\Entity\Image {#2073 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Risa-Quiz-Who-is-this-man"
    +title: "Risa Quiz ... Who is this man"
    +url: "https://lemmy.ca/pictrs/image/8c70b8b3-3626-4454-b92c-25ab367e5eb0.jpeg"
    +body: """
      For all those Trek fans, Risa Fans, new fans, old fans and oscillating fans out there … let’s test your Trek knowledge.\n
      \n
      Who is this man? And What does he do?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 75
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700562297 {#2141
      date: 2023-11-21 11:24:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2074 …}
    +reports: Doctrine\ORM\PersistentCollection {#2068 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
    +badges: Doctrine\ORM\PersistentCollection {#2070 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 13777
    -titleTs: "'man':6 'quiz':2 'risa':1"
    -bodyTs: "'fan':5,7,9,11,14 'knowledg':22 'let':17 'man':26 'new':8 'old':10 'oscil':13 'risa':6 'test':19 'trek':4,21"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700285541
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9504591"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700199141 {#1718
      date: 2023-11-17 06:32:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
  +image: null
  +parent: null
  +root: null
  +body: "That right there is the most important engineer in Starfleet."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700202144 {#1677
    date: 2023-11-17 07:22:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ininewcrow@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1567 …}
  +reports: Doctrine\ORM\PersistentCollection {#1559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
  -id: 132527
  -bodyTs: "'engin':8 'import':7 'right':2 'starfleet':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5376398"
  +editedAt: DateTimeImmutable @1700469737 {#1568
    date: 2023-11-20 09:42:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700202144 {#1526
    date: 2023-11-17 07:22:24.0 +01:00
  }
  +"title": 132527
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#2467 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
    +image: Proxies\__CG__\App\Entity\Image {#2073 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Risa-Quiz-Who-is-this-man"
    +title: "Risa Quiz ... Who is this man"
    +url: "https://lemmy.ca/pictrs/image/8c70b8b3-3626-4454-b92c-25ab367e5eb0.jpeg"
    +body: """
      For all those Trek fans, Risa Fans, new fans, old fans and oscillating fans out there … let’s test your Trek knowledge.\n
      \n
      Who is this man? And What does he do?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 75
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700562297 {#2141
      date: 2023-11-21 11:24:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2074 …}
    +reports: Doctrine\ORM\PersistentCollection {#2068 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
    +badges: Doctrine\ORM\PersistentCollection {#2070 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 13777
    -titleTs: "'man':6 'quiz':2 'risa':1"
    -bodyTs: "'fan':5,7,9,11,14 'knowledg':22 'let':17 'man':26 'new':8 'old':10 'oscil':13 'risa':6 'test':19 'trek':4,21"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700285541
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9504591"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700199141 {#1718
      date: 2023-11-17 06:32:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1551 …}
  +image: null
  +parent: null
  +root: null
  +body: "That right there is the most important engineer in Starfleet."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700202144 {#1677
    date: 2023-11-17 07:22:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ininewcrow@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1567 …}
  +reports: Doctrine\ORM\PersistentCollection {#1559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
  -id: 132527
  -bodyTs: "'engin':8 'import':7 'right':2 'starfleet':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5376398"
  +editedAt: DateTimeImmutable @1700469737 {#1568
    date: 2023-11-20 09:42:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700202144 {#1526
    date: 2023-11-17 07:22:24.0 +01:00
  }
  +"title": 132527
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1556
  +user: Proxies\__CG__\App\Entity\User {#2033 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: Proxies\__CG__\App\Entity\Image {#2047 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2057 …}
  +slug: "Miatakes-were-made"
  +title: "Miatakes were made"
  +url: "https://lemmy.world/pictrs/image/b4838e1d-5cd2-43ab-a24b-fef7f21d43aa.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 515
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701832667 {#2048
    date: 2023-12-06 04:17:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2052 …}
  +reports: Doctrine\ORM\PersistentCollection {#2058 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2041 …}
  +badges: Doctrine\ORM\PersistentCollection {#2100 …}
  +children: [
    App\Entity\EntryComment {#1558
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1556 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        12 yr old me: My username will be StrokeMyMagnum\n
        \n
        18 yr old me: That’s still a badass username
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 33
      +score: 0
      +lastActive: DateTime @1703081536 {#1565
        date: 2023-12-20 15:12:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Exusia@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1620 …}
      +votes: Doctrine\ORM\PersistentCollection {#1604 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 198766
      -bodyTs: "'12':1 '18':10 'badass':18 'old':3,12 'still':16 'strokemymagnum':9 'usernam':6,19 'yr':2,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5819323"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701784541 {#1554
        date: 2023-12-05 14:55:41.0 +01:00
      }
      +"title": 198766
    }
  ]
  -id: 20243
  -titleTs: "'made':3 'miatak':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701868090
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9174809"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701781690 {#2191
    date: 2023-12-05 14:08:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1556
  +user: Proxies\__CG__\App\Entity\User {#2033 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: Proxies\__CG__\App\Entity\Image {#2047 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2057 …}
  +slug: "Miatakes-were-made"
  +title: "Miatakes were made"
  +url: "https://lemmy.world/pictrs/image/b4838e1d-5cd2-43ab-a24b-fef7f21d43aa.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 515
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701832667 {#2048
    date: 2023-12-06 04:17:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2052 …}
  +reports: Doctrine\ORM\PersistentCollection {#2058 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2041 …}
  +badges: Doctrine\ORM\PersistentCollection {#2100 …}
  +children: [
    App\Entity\EntryComment {#1558
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1556 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        12 yr old me: My username will be StrokeMyMagnum\n
        \n
        18 yr old me: That’s still a badass username
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 33
      +score: 0
      +lastActive: DateTime @1703081536 {#1565
        date: 2023-12-20 15:12:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Exusia@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1620 …}
      +votes: Doctrine\ORM\PersistentCollection {#1604 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 198766
      -bodyTs: "'12':1 '18':10 'badass':18 'old':3,12 'still':16 'strokemymagnum':9 'usernam':6,19 'yr':2,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5819323"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701784541 {#1554
        date: 2023-12-05 14:55:41.0 +01:00
      }
      +"title": 198766
    }
  ]
  -id: 20243
  -titleTs: "'made':3 'miatak':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701868090
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9174809"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701781690 {#2191
    date: 2023-12-05 14:08:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1556
  +user: Proxies\__CG__\App\Entity\User {#2033 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: Proxies\__CG__\App\Entity\Image {#2047 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2057 …}
  +slug: "Miatakes-were-made"
  +title: "Miatakes were made"
  +url: "https://lemmy.world/pictrs/image/b4838e1d-5cd2-43ab-a24b-fef7f21d43aa.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 515
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701832667 {#2048
    date: 2023-12-06 04:17:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2052 …}
  +reports: Doctrine\ORM\PersistentCollection {#2058 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2041 …}
  +badges: Doctrine\ORM\PersistentCollection {#2100 …}
  +children: [
    App\Entity\EntryComment {#1558
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1556 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        12 yr old me: My username will be StrokeMyMagnum\n
        \n
        18 yr old me: That’s still a badass username
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 33
      +score: 0
      +lastActive: DateTime @1703081536 {#1565
        date: 2023-12-20 15:12:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Exusia@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1620 …}
      +votes: Doctrine\ORM\PersistentCollection {#1604 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 198766
      -bodyTs: "'12':1 '18':10 'badass':18 'old':3,12 'still':16 'strokemymagnum':9 'usernam':6,19 'yr':2,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5819323"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701784541 {#1554
        date: 2023-12-05 14:55:41.0 +01:00
      }
      +"title": 198766
    }
  ]
  -id: 20243
  -titleTs: "'made':3 'miatak':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701868090
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9174809"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701781690 {#2191
    date: 2023-12-05 14:08:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1558
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1556
    +user: Proxies\__CG__\App\Entity\User {#2033 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: Proxies\__CG__\App\Entity\Image {#2047 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2057 …}
    +slug: "Miatakes-were-made"
    +title: "Miatakes were made"
    +url: "https://lemmy.world/pictrs/image/b4838e1d-5cd2-43ab-a24b-fef7f21d43aa.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 515
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701832667 {#2048
      date: 2023-12-06 04:17:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2052 …}
    +reports: Doctrine\ORM\PersistentCollection {#2058 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2041 …}
    +badges: Doctrine\ORM\PersistentCollection {#2100 …}
    +children: [
      App\Entity\EntryComment {#1558}
    ]
    -id: 20243
    -titleTs: "'made':3 'miatak':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701868090
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9174809"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701781690 {#2191
      date: 2023-12-05 14:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    12 yr old me: My username will be StrokeMyMagnum\n
    \n
    18 yr old me: That’s still a badass username
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 33
  +score: 0
  +lastActive: DateTime @1703081536 {#1565
    date: 2023-12-20 15:12:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Exusia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1604 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 198766
  -bodyTs: "'12':1 '18':10 'badass':18 'old':3,12 'still':16 'strokemymagnum':9 'usernam':6,19 'yr':2,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5819323"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701784541 {#1554
    date: 2023-12-05 14:55:41.0 +01:00
  }
  +"title": 198766
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1558
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1556
    +user: Proxies\__CG__\App\Entity\User {#2033 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: Proxies\__CG__\App\Entity\Image {#2047 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2057 …}
    +slug: "Miatakes-were-made"
    +title: "Miatakes were made"
    +url: "https://lemmy.world/pictrs/image/b4838e1d-5cd2-43ab-a24b-fef7f21d43aa.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 515
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701832667 {#2048
      date: 2023-12-06 04:17:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2052 …}
    +reports: Doctrine\ORM\PersistentCollection {#2058 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2041 …}
    +badges: Doctrine\ORM\PersistentCollection {#2100 …}
    +children: [
      App\Entity\EntryComment {#1558}
    ]
    -id: 20243
    -titleTs: "'made':3 'miatak':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701868090
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9174809"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701781690 {#2191
      date: 2023-12-05 14:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    12 yr old me: My username will be StrokeMyMagnum\n
    \n
    18 yr old me: That’s still a badass username
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 33
  +score: 0
  +lastActive: DateTime @1703081536 {#1565
    date: 2023-12-20 15:12:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Exusia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1604 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 198766
  -bodyTs: "'12':1 '18':10 'badass':18 'old':3,12 'still':16 'strokemymagnum':9 'usernam':6,19 'yr':2,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5819323"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701784541 {#1554
    date: 2023-12-05 14:55:41.0 +01:00
  }
  +"title": 198766
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1558
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1556
    +user: Proxies\__CG__\App\Entity\User {#2033 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: Proxies\__CG__\App\Entity\Image {#2047 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2057 …}
    +slug: "Miatakes-were-made"
    +title: "Miatakes were made"
    +url: "https://lemmy.world/pictrs/image/b4838e1d-5cd2-43ab-a24b-fef7f21d43aa.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 515
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701832667 {#2048
      date: 2023-12-06 04:17:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2052 …}
    +reports: Doctrine\ORM\PersistentCollection {#2058 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2041 …}
    +badges: Doctrine\ORM\PersistentCollection {#2100 …}
    +children: [
      App\Entity\EntryComment {#1558}
    ]
    -id: 20243
    -titleTs: "'made':3 'miatak':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701868090
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9174809"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701781690 {#2191
      date: 2023-12-05 14:08:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    12 yr old me: My username will be StrokeMyMagnum\n
    \n
    18 yr old me: That’s still a badass username
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 33
  +score: 0
  +lastActive: DateTime @1703081536 {#1565
    date: 2023-12-20 15:12:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Exusia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1604 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 198766
  -bodyTs: "'12':1 '18':10 'badass':18 'old':3,12 'still':16 'strokemymagnum':9 'usernam':6,19 'yr':2,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5819323"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701784541 {#1554
    date: 2023-12-05 14:55:41.0 +01:00
  }
  +"title": 198766
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1692
  +user: Proxies\__CG__\App\Entity\User {#2011 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
  +slug: "PCVR-on-Nobara-KDE"
  +title: "PCVR on Nobara KDE?"
  +url: null
  +body: """
    I am mulling over this as my project for the long weekend.\n
    \n
    Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
    \n
    I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
    \n
    Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
    \n
    Thank you in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703047624 {#1735
    date: 2023-12-20 05:47:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2078 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  +badges: Doctrine\ORM\PersistentCollection {#2331 …}
  +children: [
    1 => App\Entity\EntryComment {#1691
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1705797829 {#1689
        date: 2024-01-21 01:43:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MaryTzu@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1711 …}
      +votes: Doctrine\ORM\PersistentCollection {#1611 …}
      +reports: Doctrine\ORM\PersistentCollection {#1630 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
      -id: 233574
      -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6122036"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702949559 {#1686
        date: 2023-12-19 02:32:39.0 +01:00
      }
      +"title": 233574
    }
    0 => App\Entity\EntryComment {#1617
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: App\Entity\EntryComment {#1691}
      +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1702966611 {#1625
        date: 2023-12-19 07:16:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MaryTzu@aussie.zone"
        "@chronicledmonocle@lemmy.world"
        "@Grass@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2422 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 234087
      -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6125184"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702966611 {#1597
        date: 2023-12-19 07:16:51.0 +01:00
      }
      +"title": 234087
    }
  ]
  -id: 23193
  -titleTs: "'kde':4 'nobara':3 'pcvr':1"
  -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703034563
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/5111184"
  +editedAt: DateTimeImmutable @1705531693 {#2021
    date: 2024-01-17 23:48:13.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702948163 {#2460
    date: 2023-12-19 02:09:23.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1692
  +user: Proxies\__CG__\App\Entity\User {#2011 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
  +slug: "PCVR-on-Nobara-KDE"
  +title: "PCVR on Nobara KDE?"
  +url: null
  +body: """
    I am mulling over this as my project for the long weekend.\n
    \n
    Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
    \n
    I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
    \n
    Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
    \n
    Thank you in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703047624 {#1735
    date: 2023-12-20 05:47:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2078 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  +badges: Doctrine\ORM\PersistentCollection {#2331 …}
  +children: [
    1 => App\Entity\EntryComment {#1691
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1705797829 {#1689
        date: 2024-01-21 01:43:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MaryTzu@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1711 …}
      +votes: Doctrine\ORM\PersistentCollection {#1611 …}
      +reports: Doctrine\ORM\PersistentCollection {#1630 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
      -id: 233574
      -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6122036"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702949559 {#1686
        date: 2023-12-19 02:32:39.0 +01:00
      }
      +"title": 233574
    }
    0 => App\Entity\EntryComment {#1617
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: App\Entity\EntryComment {#1691}
      +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1702966611 {#1625
        date: 2023-12-19 07:16:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MaryTzu@aussie.zone"
        "@chronicledmonocle@lemmy.world"
        "@Grass@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2422 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 234087
      -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6125184"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702966611 {#1597
        date: 2023-12-19 07:16:51.0 +01:00
      }
      +"title": 234087
    }
  ]
  -id: 23193
  -titleTs: "'kde':4 'nobara':3 'pcvr':1"
  -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703034563
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/5111184"
  +editedAt: DateTimeImmutable @1705531693 {#2021
    date: 2024-01-17 23:48:13.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702948163 {#2460
    date: 2023-12-19 02:09:23.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1692
  +user: Proxies\__CG__\App\Entity\User {#2011 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
  +slug: "PCVR-on-Nobara-KDE"
  +title: "PCVR on Nobara KDE?"
  +url: null
  +body: """
    I am mulling over this as my project for the long weekend.\n
    \n
    Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
    \n
    I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
    \n
    Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
    \n
    Thank you in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703047624 {#1735
    date: 2023-12-20 05:47:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2078 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  +badges: Doctrine\ORM\PersistentCollection {#2331 …}
  +children: [
    1 => App\Entity\EntryComment {#1691
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1705797829 {#1689
        date: 2024-01-21 01:43:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MaryTzu@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1711 …}
      +votes: Doctrine\ORM\PersistentCollection {#1611 …}
      +reports: Doctrine\ORM\PersistentCollection {#1630 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
      -id: 233574
      -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6122036"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702949559 {#1686
        date: 2023-12-19 02:32:39.0 +01:00
      }
      +"title": 233574
    }
    0 => App\Entity\EntryComment {#1617
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: App\Entity\EntryComment {#1691}
      +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1702966611 {#1625
        date: 2023-12-19 07:16:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MaryTzu@aussie.zone"
        "@chronicledmonocle@lemmy.world"
        "@Grass@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2422 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 234087
      -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6125184"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702966611 {#1597
        date: 2023-12-19 07:16:51.0 +01:00
      }
      +"title": 234087
    }
  ]
  -id: 23193
  -titleTs: "'kde':4 'nobara':3 'pcvr':1"
  -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703034563
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/5111184"
  +editedAt: DateTimeImmutable @1705531693 {#2021
    date: 2024-01-17 23:48:13.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702948163 {#2460
    date: 2023-12-19 02:09:23.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#1691
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2011 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
    +slug: "PCVR-on-Nobara-KDE"
    +title: "PCVR on Nobara KDE?"
    +url: null
    +body: """
      I am mulling over this as my project for the long weekend.\n
      \n
      Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
      \n
      I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
      \n
      Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
      \n
      Thank you in advance!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703047624 {#1735
      date: 2023-12-20 05:47:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2085 …}
    +votes: Doctrine\ORM\PersistentCollection {#2083 …}
    +reports: Doctrine\ORM\PersistentCollection {#2078 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
    +badges: Doctrine\ORM\PersistentCollection {#2331 …}
    +children: [
      1 => App\Entity\EntryComment {#1691}
      0 => App\Entity\EntryComment {#1617
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +root: App\Entity\EntryComment {#1691}
        +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1702966611 {#1625
          date: 2023-12-19 07:16:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MaryTzu@aussie.zone"
          "@chronicledmonocle@lemmy.world"
          "@Grass@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2422 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2464 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 234087
        -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6125184"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702966611 {#1597
          date: 2023-12-19 07:16:51.0 +01:00
        }
        +"title": 234087
      }
    ]
    -id: 23193
    -titleTs: "'kde':4 'nobara':3 'pcvr':1"
    -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703034563
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/5111184"
    +editedAt: DateTimeImmutable @1705531693 {#2021
      date: 2024-01-17 23:48:13.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702948163 {#2460
      date: 2023-12-19 02:09:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1705797829 {#1689
    date: 2024-01-21 01:43:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MaryTzu@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1611 …}
  +reports: Doctrine\ORM\PersistentCollection {#1630 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
  -id: 233574
  -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6122036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702949559 {#1686
    date: 2023-12-19 02:32:39.0 +01:00
  }
  +"title": 233574
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1691
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2011 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
    +slug: "PCVR-on-Nobara-KDE"
    +title: "PCVR on Nobara KDE?"
    +url: null
    +body: """
      I am mulling over this as my project for the long weekend.\n
      \n
      Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
      \n
      I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
      \n
      Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
      \n
      Thank you in advance!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703047624 {#1735
      date: 2023-12-20 05:47:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2085 …}
    +votes: Doctrine\ORM\PersistentCollection {#2083 …}
    +reports: Doctrine\ORM\PersistentCollection {#2078 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
    +badges: Doctrine\ORM\PersistentCollection {#2331 …}
    +children: [
      1 => App\Entity\EntryComment {#1691}
      0 => App\Entity\EntryComment {#1617
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +root: App\Entity\EntryComment {#1691}
        +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1702966611 {#1625
          date: 2023-12-19 07:16:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MaryTzu@aussie.zone"
          "@chronicledmonocle@lemmy.world"
          "@Grass@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2422 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2464 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 234087
        -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6125184"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702966611 {#1597
          date: 2023-12-19 07:16:51.0 +01:00
        }
        +"title": 234087
      }
    ]
    -id: 23193
    -titleTs: "'kde':4 'nobara':3 'pcvr':1"
    -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703034563
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/5111184"
    +editedAt: DateTimeImmutable @1705531693 {#2021
      date: 2024-01-17 23:48:13.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702948163 {#2460
      date: 2023-12-19 02:09:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1705797829 {#1689
    date: 2024-01-21 01:43:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MaryTzu@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1611 …}
  +reports: Doctrine\ORM\PersistentCollection {#1630 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
  -id: 233574
  -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6122036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702949559 {#1686
    date: 2023-12-19 02:32:39.0 +01:00
  }
  +"title": 233574
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1691
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2011 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
    +slug: "PCVR-on-Nobara-KDE"
    +title: "PCVR on Nobara KDE?"
    +url: null
    +body: """
      I am mulling over this as my project for the long weekend.\n
      \n
      Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
      \n
      I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
      \n
      Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
      \n
      Thank you in advance!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703047624 {#1735
      date: 2023-12-20 05:47:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2085 …}
    +votes: Doctrine\ORM\PersistentCollection {#2083 …}
    +reports: Doctrine\ORM\PersistentCollection {#2078 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
    +badges: Doctrine\ORM\PersistentCollection {#2331 …}
    +children: [
      1 => App\Entity\EntryComment {#1691}
      0 => App\Entity\EntryComment {#1617
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +root: App\Entity\EntryComment {#1691}
        +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1702966611 {#1625
          date: 2023-12-19 07:16:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MaryTzu@aussie.zone"
          "@chronicledmonocle@lemmy.world"
          "@Grass@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2422 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2464 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 234087
        -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6125184"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702966611 {#1597
          date: 2023-12-19 07:16:51.0 +01:00
        }
        +"title": 234087
      }
    ]
    -id: 23193
    -titleTs: "'kde':4 'nobara':3 'pcvr':1"
    -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703034563
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/5111184"
    +editedAt: DateTimeImmutable @1705531693 {#2021
      date: 2024-01-17 23:48:13.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702948163 {#2460
      date: 2023-12-19 02:09:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1705797829 {#1689
    date: 2024-01-21 01:43:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MaryTzu@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1611 …}
  +reports: Doctrine\ORM\PersistentCollection {#1630 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
  -id: 233574
  -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6122036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702949559 {#1686
    date: 2023-12-19 02:32:39.0 +01:00
  }
  +"title": 233574
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1617
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2011 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
    +slug: "PCVR-on-Nobara-KDE"
    +title: "PCVR on Nobara KDE?"
    +url: null
    +body: """
      I am mulling over this as my project for the long weekend.\n
      \n
      Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
      \n
      I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
      \n
      Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
      \n
      Thank you in advance!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703047624 {#1735
      date: 2023-12-20 05:47:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2085 …}
    +votes: Doctrine\ORM\PersistentCollection {#2083 …}
    +reports: Doctrine\ORM\PersistentCollection {#2078 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
    +badges: Doctrine\ORM\PersistentCollection {#2331 …}
    +children: [
      1 => App\Entity\EntryComment {#1691
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
        +image: null
        +parent: null
        +root: null
        +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1705797829 {#1689
          date: 2024-01-21 01:43:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MaryTzu@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1795 …}
        +nested: Doctrine\ORM\PersistentCollection {#1711 …}
        +votes: Doctrine\ORM\PersistentCollection {#1611 …}
        +reports: Doctrine\ORM\PersistentCollection {#1630 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
        -id: 233574
        -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6122036"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702949559 {#1686
          date: 2023-12-19 02:32:39.0 +01:00
        }
        +"title": 233574
      }
      0 => App\Entity\EntryComment {#1617}
    ]
    -id: 23193
    -titleTs: "'kde':4 'nobara':3 'pcvr':1"
    -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703034563
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/5111184"
    +editedAt: DateTimeImmutable @1705531693 {#2021
      date: 2024-01-17 23:48:13.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702948163 {#2460
      date: 2023-12-19 02:09:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: App\Entity\EntryComment {#1691}
  +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1702966611 {#1625
    date: 2023-12-19 07:16:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MaryTzu@aussie.zone"
    "@chronicledmonocle@lemmy.world"
    "@Grass@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2422 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 234087
  -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6125184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702966611 {#1597
    date: 2023-12-19 07:16:51.0 +01:00
  }
  +"title": 234087
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1617
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2011 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
    +slug: "PCVR-on-Nobara-KDE"
    +title: "PCVR on Nobara KDE?"
    +url: null
    +body: """
      I am mulling over this as my project for the long weekend.\n
      \n
      Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
      \n
      I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
      \n
      Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
      \n
      Thank you in advance!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703047624 {#1735
      date: 2023-12-20 05:47:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2085 …}
    +votes: Doctrine\ORM\PersistentCollection {#2083 …}
    +reports: Doctrine\ORM\PersistentCollection {#2078 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
    +badges: Doctrine\ORM\PersistentCollection {#2331 …}
    +children: [
      1 => App\Entity\EntryComment {#1691
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
        +image: null
        +parent: null
        +root: null
        +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1705797829 {#1689
          date: 2024-01-21 01:43:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MaryTzu@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1795 …}
        +nested: Doctrine\ORM\PersistentCollection {#1711 …}
        +votes: Doctrine\ORM\PersistentCollection {#1611 …}
        +reports: Doctrine\ORM\PersistentCollection {#1630 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
        -id: 233574
        -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6122036"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702949559 {#1686
          date: 2023-12-19 02:32:39.0 +01:00
        }
        +"title": 233574
      }
      0 => App\Entity\EntryComment {#1617}
    ]
    -id: 23193
    -titleTs: "'kde':4 'nobara':3 'pcvr':1"
    -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703034563
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/5111184"
    +editedAt: DateTimeImmutable @1705531693 {#2021
      date: 2024-01-17 23:48:13.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702948163 {#2460
      date: 2023-12-19 02:09:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: App\Entity\EntryComment {#1691}
  +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1702966611 {#1625
    date: 2023-12-19 07:16:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MaryTzu@aussie.zone"
    "@chronicledmonocle@lemmy.world"
    "@Grass@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2422 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 234087
  -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6125184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702966611 {#1597
    date: 2023-12-19 07:16:51.0 +01:00
  }
  +"title": 234087
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1617
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2011 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2096 …}
    +slug: "PCVR-on-Nobara-KDE"
    +title: "PCVR on Nobara KDE?"
    +url: null
    +body: """
      I am mulling over this as my project for the long weekend.\n
      \n
      Currently my SteamVR won’t talk to ALVR. But I do have ALVR on my Quest 3. I am thinking that if I can just get SteamVR to talk to ALVR, I’ll be set.\n
      \n
      I really want to get it working. I really want to get SkyrimVR as well with some good mods. Half Life Alyx is too scary for me :(. I hate having to boot up Win10 to play VR. Knowing there’s a bajillion daemons running around and sucking up my data, giving it to Microsoft only to regurgitate it to force feed me ads, makes me sick.\n
      \n
      Anyway, my question is… Am I insane? Has anyone actually managed to get PCVR working on linux or is it a completely unfeasible project that I should drop now before I wind up with PTSD?\n
      \n
      Thank you in advance!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703047624 {#1735
      date: 2023-12-20 05:47:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2085 …}
    +votes: Doctrine\ORM\PersistentCollection {#2083 …}
    +reports: Doctrine\ORM\PersistentCollection {#2078 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2350 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
    +badges: Doctrine\ORM\PersistentCollection {#2331 …}
    +children: [
      1 => App\Entity\EntryComment {#1691
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
        +image: null
        +parent: null
        +root: null
        +body: "I’m just waiting for Valve to support their new Quest SteamVR app with Linux hosts. Once they do I can destroy my Windows 256gb install with impunity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1705797829 {#1689
          date: 2024-01-21 01:43:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MaryTzu@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1795 …}
        +nested: Doctrine\ORM\PersistentCollection {#1711 …}
        +votes: Doctrine\ORM\PersistentCollection {#1611 …}
        +reports: Doctrine\ORM\PersistentCollection {#1630 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1628 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
        -id: 233574
        -bodyTs: "'256gb':25 'app':13 'destroy':22 'host':16 'impun':28 'instal':26 'linux':15 'm':2 'new':10 'quest':11 'steamvr':12 'support':8 'valv':6 'wait':4 'window':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6122036"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702949559 {#1686
          date: 2023-12-19 02:32:39.0 +01:00
        }
        +"title": 233574
      }
      0 => App\Entity\EntryComment {#1617}
    ]
    -id: 23193
    -titleTs: "'kde':4 'nobara':3 'pcvr':1"
    -bodyTs: "'3':29 'actual':123 'ad':110 'advanc':152 'alvr':20,25,43 'alyx':69 'anyon':122 'anyway':114 'around':92 'bajillion':89 'boot':79 'complet':135 'current':13 'daemon':90 'data':97 'drop':141 'feed':108 'forc':107 'get':38,52,59,126 'give':98 'good':65 'half':67 'hate':76 'insan':120 'know':85 'life':68 'linux':130 'll':45 'long':11 'make':111 'manag':124 'microsoft':101 'mod':66 'mull':3 'pcvr':127 'play':83 'project':8,137 'ptsd':148 'quest':28 'question':116 'realli':49,56 'regurgit':104 'run':91 'scari':72 'set':47 'sick':113 'skyrimvr':60 'steamvr':15,39 'suck':94 'talk':18,41 'thank':149 'think':32 'unfeas':136 'vr':84 'want':50,57 'weekend':12 'well':62 'win10':81 'wind':145 'won':16 'work':54,128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703034563
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/5111184"
    +editedAt: DateTimeImmutable @1705531693 {#2021
      date: 2024-01-17 23:48:13.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702948163 {#2460
      date: 2023-12-19 02:09:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: App\Entity\EntryComment {#1691}
  +body: "An engineer at Valve said they’re working on Linux support for it, so it’s definitely something they’ve got their eye on."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1702966611 {#1625
    date: 2023-12-19 07:16:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MaryTzu@aussie.zone"
    "@chronicledmonocle@lemmy.world"
    "@Grass@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2422 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 234087
  -bodyTs: "'definit':17 'engin':2 'eye':23 'got':21 'linux':10 're':7 'said':5 'someth':18 'support':11 'valv':4 've':20 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6125184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702966611 {#1597
    date: 2023-12-19 07:16:51.0 +01:00
  }
  +"title": 234087
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details