GET https://kbin.spritesserver.nl/u/@WindowsEnjoyer@sh.itjust.works/top

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.37 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2077
  +user: Proxies\__CG__\App\Entity\User {#3070 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#3065
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3072 …}
  +votes: Doctrine\ORM\PersistentCollection {#3074 …}
  +reports: Doctrine\ORM\PersistentCollection {#3076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3078 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
  +badges: Doctrine\ORM\PersistentCollection {#3082 …}
  +children: [
    App\Entity\EntryComment {#2081
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2077 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        First time hearing about sshuttle, thanks! What I did some time ago is to order small VPS in Linode, hosted wireguard server and let my router connect to it. Since connection is established - I’ve port-forwarded all ports (except 22) from VPS to my router via established wireguard connection.\n
        \n
        Then all I have to do is to manage port forwarding on my router, but if I want to connect to my router from outside - I must use VPS IP.\n
        \n
        Worked great, except the fact that I used to have mobile internet and as a rule of thumb - upload speed of mobile internet suck ass…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704018072 {#2096
        date: 2023-12-31 11:21:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@bruhduh@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 267071
      -bodyTs: "'22':42 'ago':12 'ass':106 'connect':27,31,51,71 'establish':33,49 'except':41,84 'fact':86 'first':1 'forward':38,62 'great':83 'hear':3 'host':20 'internet':93,104 'ip':81 'let':24 'linod':19 'manag':60 'mobil':92,103 'must':78 'order':15 'outsid':76 'port':37,40,61 'port-forward':36 'router':26,47,65,74 'rule':97 'server':22 'sinc':30 'small':16 'speed':101 'sshuttl':5 'suck':105 'thank':6 'thumb':99 'time':2,11 'upload':100 'use':79,89 've':35 'via':48 'vps':17,44,80 'want':69 'wireguard':21,50 'work':82"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6955421"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704018072 {#2062
        date: 2023-12-31 11:21:12.0 +01:00
      }
      +"title": 267071
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#3053
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#3032
    date: 2023-12-30 07:45:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2077
  +user: Proxies\__CG__\App\Entity\User {#3070 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#3065
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3072 …}
  +votes: Doctrine\ORM\PersistentCollection {#3074 …}
  +reports: Doctrine\ORM\PersistentCollection {#3076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3078 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
  +badges: Doctrine\ORM\PersistentCollection {#3082 …}
  +children: [
    App\Entity\EntryComment {#2081
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2077 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        First time hearing about sshuttle, thanks! What I did some time ago is to order small VPS in Linode, hosted wireguard server and let my router connect to it. Since connection is established - I’ve port-forwarded all ports (except 22) from VPS to my router via established wireguard connection.\n
        \n
        Then all I have to do is to manage port forwarding on my router, but if I want to connect to my router from outside - I must use VPS IP.\n
        \n
        Worked great, except the fact that I used to have mobile internet and as a rule of thumb - upload speed of mobile internet suck ass…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704018072 {#2096
        date: 2023-12-31 11:21:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@bruhduh@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 267071
      -bodyTs: "'22':42 'ago':12 'ass':106 'connect':27,31,51,71 'establish':33,49 'except':41,84 'fact':86 'first':1 'forward':38,62 'great':83 'hear':3 'host':20 'internet':93,104 'ip':81 'let':24 'linod':19 'manag':60 'mobil':92,103 'must':78 'order':15 'outsid':76 'port':37,40,61 'port-forward':36 'router':26,47,65,74 'rule':97 'server':22 'sinc':30 'small':16 'speed':101 'sshuttl':5 'suck':105 'thank':6 'thumb':99 'time':2,11 'upload':100 'use':79,89 've':35 'via':48 'vps':17,44,80 'want':69 'wireguard':21,50 'work':82"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6955421"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704018072 {#2062
        date: 2023-12-31 11:21:12.0 +01:00
      }
      +"title": 267071
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#3053
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#3032
    date: 2023-12-30 07:45:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2077
  +user: Proxies\__CG__\App\Entity\User {#3070 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#3065
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3072 …}
  +votes: Doctrine\ORM\PersistentCollection {#3074 …}
  +reports: Doctrine\ORM\PersistentCollection {#3076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3078 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
  +badges: Doctrine\ORM\PersistentCollection {#3082 …}
  +children: [
    App\Entity\EntryComment {#2081
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2077 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        First time hearing about sshuttle, thanks! What I did some time ago is to order small VPS in Linode, hosted wireguard server and let my router connect to it. Since connection is established - I’ve port-forwarded all ports (except 22) from VPS to my router via established wireguard connection.\n
        \n
        Then all I have to do is to manage port forwarding on my router, but if I want to connect to my router from outside - I must use VPS IP.\n
        \n
        Worked great, except the fact that I used to have mobile internet and as a rule of thumb - upload speed of mobile internet suck ass…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704018072 {#2096
        date: 2023-12-31 11:21:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@bruhduh@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2063 …}
      +nested: Doctrine\ORM\PersistentCollection {#2064 …}
      +votes: Doctrine\ORM\PersistentCollection {#2088 …}
      +reports: Doctrine\ORM\PersistentCollection {#2087 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
      -id: 267071
      -bodyTs: "'22':42 'ago':12 'ass':106 'connect':27,31,51,71 'establish':33,49 'except':41,84 'fact':86 'first':1 'forward':38,62 'great':83 'hear':3 'host':20 'internet':93,104 'ip':81 'let':24 'linod':19 'manag':60 'mobil':92,103 'must':78 'order':15 'outsid':76 'port':37,40,61 'port-forward':36 'router':26,47,65,74 'rule':97 'server':22 'sinc':30 'small':16 'speed':101 'sshuttl':5 'suck':105 'thank':6 'thumb':99 'time':2,11 'upload':100 'use':79,89 've':35 'via':48 'vps':17,44,80 'want':69 'wireguard':21,50 'work':82"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6955421"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704018072 {#2062
        date: 2023-12-31 11:21:12.0 +01:00
      }
      +"title": 267071
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#3053
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#3032
    date: 2023-12-30 07:45:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2081
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2077
    +user: Proxies\__CG__\App\Entity\User {#3070 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#3065
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3072 …}
    +votes: Doctrine\ORM\PersistentCollection {#3074 …}
    +reports: Doctrine\ORM\PersistentCollection {#3076 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3078 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3082 …}
    +children: [
      App\Entity\EntryComment {#2081}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#3053
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#3032
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    First time hearing about sshuttle, thanks! What I did some time ago is to order small VPS in Linode, hosted wireguard server and let my router connect to it. Since connection is established - I’ve port-forwarded all ports (except 22) from VPS to my router via established wireguard connection.\n
    \n
    Then all I have to do is to manage port forwarding on my router, but if I want to connect to my router from outside - I must use VPS IP.\n
    \n
    Worked great, except the fact that I used to have mobile internet and as a rule of thumb - upload speed of mobile internet suck ass…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704018072 {#2096
    date: 2023-12-31 11:21:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@bruhduh@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 267071
  -bodyTs: "'22':42 'ago':12 'ass':106 'connect':27,31,51,71 'establish':33,49 'except':41,84 'fact':86 'first':1 'forward':38,62 'great':83 'hear':3 'host':20 'internet':93,104 'ip':81 'let':24 'linod':19 'manag':60 'mobil':92,103 'must':78 'order':15 'outsid':76 'port':37,40,61 'port-forward':36 'router':26,47,65,74 'rule':97 'server':22 'sinc':30 'small':16 'speed':101 'sshuttl':5 'suck':105 'thank':6 'thumb':99 'time':2,11 'upload':100 'use':79,89 've':35 'via':48 'vps':17,44,80 'want':69 'wireguard':21,50 'work':82"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6955421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704018072 {#2062
    date: 2023-12-31 11:21:12.0 +01:00
  }
  +"title": 267071
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#2081
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2077
    +user: Proxies\__CG__\App\Entity\User {#3070 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#3065
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3072 …}
    +votes: Doctrine\ORM\PersistentCollection {#3074 …}
    +reports: Doctrine\ORM\PersistentCollection {#3076 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3078 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3082 …}
    +children: [
      App\Entity\EntryComment {#2081}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#3053
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#3032
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    First time hearing about sshuttle, thanks! What I did some time ago is to order small VPS in Linode, hosted wireguard server and let my router connect to it. Since connection is established - I’ve port-forwarded all ports (except 22) from VPS to my router via established wireguard connection.\n
    \n
    Then all I have to do is to manage port forwarding on my router, but if I want to connect to my router from outside - I must use VPS IP.\n
    \n
    Worked great, except the fact that I used to have mobile internet and as a rule of thumb - upload speed of mobile internet suck ass…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704018072 {#2096
    date: 2023-12-31 11:21:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@bruhduh@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 267071
  -bodyTs: "'22':42 'ago':12 'ass':106 'connect':27,31,51,71 'establish':33,49 'except':41,84 'fact':86 'first':1 'forward':38,62 'great':83 'hear':3 'host':20 'internet':93,104 'ip':81 'let':24 'linod':19 'manag':60 'mobil':92,103 'must':78 'order':15 'outsid':76 'port':37,40,61 'port-forward':36 'router':26,47,65,74 'rule':97 'server':22 'sinc':30 'small':16 'speed':101 'sshuttl':5 'suck':105 'thank':6 'thumb':99 'time':2,11 'upload':100 'use':79,89 've':35 'via':48 'vps':17,44,80 'want':69 'wireguard':21,50 'work':82"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6955421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704018072 {#2062
    date: 2023-12-31 11:21:12.0 +01:00
  }
  +"title": 267071
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#2081
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2077
    +user: Proxies\__CG__\App\Entity\User {#3070 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#3065
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3072 …}
    +votes: Doctrine\ORM\PersistentCollection {#3074 …}
    +reports: Doctrine\ORM\PersistentCollection {#3076 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3078 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3080 …}
    +badges: Doctrine\ORM\PersistentCollection {#3082 …}
    +children: [
      App\Entity\EntryComment {#2081}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#3053
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#3032
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    First time hearing about sshuttle, thanks! What I did some time ago is to order small VPS in Linode, hosted wireguard server and let my router connect to it. Since connection is established - I’ve port-forwarded all ports (except 22) from VPS to my router via established wireguard connection.\n
    \n
    Then all I have to do is to manage port forwarding on my router, but if I want to connect to my router from outside - I must use VPS IP.\n
    \n
    Worked great, except the fact that I used to have mobile internet and as a rule of thumb - upload speed of mobile internet suck ass…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704018072 {#2096
    date: 2023-12-31 11:21:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@bruhduh@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2063 …}
  +nested: Doctrine\ORM\PersistentCollection {#2064 …}
  +votes: Doctrine\ORM\PersistentCollection {#2088 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2086 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2093 …}
  -id: 267071
  -bodyTs: "'22':42 'ago':12 'ass':106 'connect':27,31,51,71 'establish':33,49 'except':41,84 'fact':86 'first':1 'forward':38,62 'great':83 'hear':3 'host':20 'internet':93,104 'ip':81 'let':24 'linod':19 'manag':60 'mobil':92,103 'must':78 'order':15 'outsid':76 'port':37,40,61 'port-forward':36 'router':26,47,65,74 'rule':97 'server':22 'sinc':30 'small':16 'speed':101 'sshuttl':5 'suck':105 'thank':6 'thumb':99 'time':2,11 'upload':100 'use':79,89 've':35 'via':48 'vps':17,44,80 'want':69 'wireguard':21,50 'work':82"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6955421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704018072 {#2062
    date: 2023-12-31 11:21:12.0 +01:00
  }
  +"title": 267071
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2030
  +user: Proxies\__CG__\App\Entity\User {#2692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2992 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "Taking-for-granted"
  +title: "Taking for granted"
  +url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 116
  +favouriteCount: 849
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710718863 {#3029
    date: 2024-03-18 00:41:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3034 …}
  +votes: Doctrine\ORM\PersistentCollection {#3037 …}
  +reports: Doctrine\ORM\PersistentCollection {#3039 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3043 …}
  +badges: Doctrine\ORM\PersistentCollection {#3045 …}
  +children: [
    App\Entity\EntryComment {#2023
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2030 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
      +body: """
        Suddenly no more office-only or office-first policies, suddenly there is money to offer, suddenly there is possibility to have a better computer.\n
        \n
        Also suddenly HR system couldn’t work for a week, so signing a new counter-offer contract might not be possible at the moment. “Cancel your offer, you will sign in next week”.\n
        \n
        Interesting stuff :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703775834 {#1403
        date: 2023-12-28 16:03:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@thorbot@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2026 …}
      +nested: Doctrine\ORM\PersistentCollection {#2022 …}
      +votes: Doctrine\ORM\PersistentCollection {#2025 …}
      +reports: Doctrine\ORM\PersistentCollection {#2033 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
      -id: 259483
      -bodyTs: "'also':27 'better':25 'cancel':52 'comput':26 'contract':44 'couldn':31 'counter':42 'counter-off':41 'first':10 'hr':29 'interest':61 'might':45 'moment':51 'money':15 'new':40 'next':59 'offer':17,43,54 'offic':5,9 'office-first':8 'office-on':4 'polici':11 'possibl':21,48 'sign':38,57 'stuff':62 'sudden':1,12,18,28 'system':30 'week':36,60 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6893808"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703775834 {#2019
        date: 2023-12-28 16:03:54.0 +01:00
      }
      +"title": 259483
    }
  ]
  -id: 25243
  -titleTs: "'grant':3 'take':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703781854
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5066954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703695454 {#3015
    date: 2023-12-27 17:44:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2030
  +user: Proxies\__CG__\App\Entity\User {#2692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2992 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "Taking-for-granted"
  +title: "Taking for granted"
  +url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 116
  +favouriteCount: 849
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710718863 {#3029
    date: 2024-03-18 00:41:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3034 …}
  +votes: Doctrine\ORM\PersistentCollection {#3037 …}
  +reports: Doctrine\ORM\PersistentCollection {#3039 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3043 …}
  +badges: Doctrine\ORM\PersistentCollection {#3045 …}
  +children: [
    App\Entity\EntryComment {#2023
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2030 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
      +body: """
        Suddenly no more office-only or office-first policies, suddenly there is money to offer, suddenly there is possibility to have a better computer.\n
        \n
        Also suddenly HR system couldn’t work for a week, so signing a new counter-offer contract might not be possible at the moment. “Cancel your offer, you will sign in next week”.\n
        \n
        Interesting stuff :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703775834 {#1403
        date: 2023-12-28 16:03:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@thorbot@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2026 …}
      +nested: Doctrine\ORM\PersistentCollection {#2022 …}
      +votes: Doctrine\ORM\PersistentCollection {#2025 …}
      +reports: Doctrine\ORM\PersistentCollection {#2033 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
      -id: 259483
      -bodyTs: "'also':27 'better':25 'cancel':52 'comput':26 'contract':44 'couldn':31 'counter':42 'counter-off':41 'first':10 'hr':29 'interest':61 'might':45 'moment':51 'money':15 'new':40 'next':59 'offer':17,43,54 'offic':5,9 'office-first':8 'office-on':4 'polici':11 'possibl':21,48 'sign':38,57 'stuff':62 'sudden':1,12,18,28 'system':30 'week':36,60 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6893808"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703775834 {#2019
        date: 2023-12-28 16:03:54.0 +01:00
      }
      +"title": 259483
    }
  ]
  -id: 25243
  -titleTs: "'grant':3 'take':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703781854
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5066954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703695454 {#3015
    date: 2023-12-27 17:44:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2030
  +user: Proxies\__CG__\App\Entity\User {#2692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2992 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "Taking-for-granted"
  +title: "Taking for granted"
  +url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 116
  +favouriteCount: 849
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710718863 {#3029
    date: 2024-03-18 00:41:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3034 …}
  +votes: Doctrine\ORM\PersistentCollection {#3037 …}
  +reports: Doctrine\ORM\PersistentCollection {#3039 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3043 …}
  +badges: Doctrine\ORM\PersistentCollection {#3045 …}
  +children: [
    App\Entity\EntryComment {#2023
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2030 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
      +body: """
        Suddenly no more office-only or office-first policies, suddenly there is money to offer, suddenly there is possibility to have a better computer.\n
        \n
        Also suddenly HR system couldn’t work for a week, so signing a new counter-offer contract might not be possible at the moment. “Cancel your offer, you will sign in next week”.\n
        \n
        Interesting stuff :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703775834 {#1403
        date: 2023-12-28 16:03:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@thorbot@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2026 …}
      +nested: Doctrine\ORM\PersistentCollection {#2022 …}
      +votes: Doctrine\ORM\PersistentCollection {#2025 …}
      +reports: Doctrine\ORM\PersistentCollection {#2033 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
      -id: 259483
      -bodyTs: "'also':27 'better':25 'cancel':52 'comput':26 'contract':44 'couldn':31 'counter':42 'counter-off':41 'first':10 'hr':29 'interest':61 'might':45 'moment':51 'money':15 'new':40 'next':59 'offer':17,43,54 'offic':5,9 'office-first':8 'office-on':4 'polici':11 'possibl':21,48 'sign':38,57 'stuff':62 'sudden':1,12,18,28 'system':30 'week':36,60 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6893808"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703775834 {#2019
        date: 2023-12-28 16:03:54.0 +01:00
      }
      +"title": 259483
    }
  ]
  -id: 25243
  -titleTs: "'grant':3 'take':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703781854
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5066954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703695454 {#3015
    date: 2023-12-27 17:44:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#2023
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2030
    +user: Proxies\__CG__\App\Entity\User {#2692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2992 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "Taking-for-granted"
    +title: "Taking for granted"
    +url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 116
    +favouriteCount: 849
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710718863 {#3029
      date: 2024-03-18 00:41:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3034 …}
    +votes: Doctrine\ORM\PersistentCollection {#3037 …}
    +reports: Doctrine\ORM\PersistentCollection {#3039 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3043 …}
    +badges: Doctrine\ORM\PersistentCollection {#3045 …}
    +children: [
      App\Entity\EntryComment {#2023}
    ]
    -id: 25243
    -titleTs: "'grant':3 'take':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703781854
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5066954"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703695454 {#3015
      date: 2023-12-27 17:44:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: """
    Suddenly no more office-only or office-first policies, suddenly there is money to offer, suddenly there is possibility to have a better computer.\n
    \n
    Also suddenly HR system couldn’t work for a week, so signing a new counter-offer contract might not be possible at the moment. “Cancel your offer, you will sign in next week”.\n
    \n
    Interesting stuff :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703775834 {#1403
    date: 2023-12-28 16:03:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@thorbot@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2026 …}
  +nested: Doctrine\ORM\PersistentCollection {#2022 …}
  +votes: Doctrine\ORM\PersistentCollection {#2025 …}
  +reports: Doctrine\ORM\PersistentCollection {#2033 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
  -id: 259483
  -bodyTs: "'also':27 'better':25 'cancel':52 'comput':26 'contract':44 'couldn':31 'counter':42 'counter-off':41 'first':10 'hr':29 'interest':61 'might':45 'moment':51 'money':15 'new':40 'next':59 'offer':17,43,54 'offic':5,9 'office-first':8 'office-on':4 'polici':11 'possibl':21,48 'sign':38,57 'stuff':62 'sudden':1,12,18,28 'system':30 'week':36,60 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6893808"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703775834 {#2019
    date: 2023-12-28 16:03:54.0 +01:00
  }
  +"title": 259483
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#2023
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2030
    +user: Proxies\__CG__\App\Entity\User {#2692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2992 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "Taking-for-granted"
    +title: "Taking for granted"
    +url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 116
    +favouriteCount: 849
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710718863 {#3029
      date: 2024-03-18 00:41:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3034 …}
    +votes: Doctrine\ORM\PersistentCollection {#3037 …}
    +reports: Doctrine\ORM\PersistentCollection {#3039 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3043 …}
    +badges: Doctrine\ORM\PersistentCollection {#3045 …}
    +children: [
      App\Entity\EntryComment {#2023}
    ]
    -id: 25243
    -titleTs: "'grant':3 'take':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703781854
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5066954"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703695454 {#3015
      date: 2023-12-27 17:44:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: """
    Suddenly no more office-only or office-first policies, suddenly there is money to offer, suddenly there is possibility to have a better computer.\n
    \n
    Also suddenly HR system couldn’t work for a week, so signing a new counter-offer contract might not be possible at the moment. “Cancel your offer, you will sign in next week”.\n
    \n
    Interesting stuff :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703775834 {#1403
    date: 2023-12-28 16:03:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@thorbot@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2026 …}
  +nested: Doctrine\ORM\PersistentCollection {#2022 …}
  +votes: Doctrine\ORM\PersistentCollection {#2025 …}
  +reports: Doctrine\ORM\PersistentCollection {#2033 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
  -id: 259483
  -bodyTs: "'also':27 'better':25 'cancel':52 'comput':26 'contract':44 'couldn':31 'counter':42 'counter-off':41 'first':10 'hr':29 'interest':61 'might':45 'moment':51 'money':15 'new':40 'next':59 'offer':17,43,54 'offic':5,9 'office-first':8 'office-on':4 'polici':11 'possibl':21,48 'sign':38,57 'stuff':62 'sudden':1,12,18,28 'system':30 'week':36,60 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6893808"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703775834 {#2019
    date: 2023-12-28 16:03:54.0 +01:00
  }
  +"title": 259483
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#2023
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2030
    +user: Proxies\__CG__\App\Entity\User {#2692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2992 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "Taking-for-granted"
    +title: "Taking for granted"
    +url: "https://startrek.website/pictrs/image/5d838911-4cc8-48e6-a1fd-6e6e3bd56634.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 116
    +favouriteCount: 849
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710718863 {#3029
      date: 2024-03-18 00:41:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3034 …}
    +votes: Doctrine\ORM\PersistentCollection {#3037 …}
    +reports: Doctrine\ORM\PersistentCollection {#3039 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3043 …}
    +badges: Doctrine\ORM\PersistentCollection {#3045 …}
    +children: [
      App\Entity\EntryComment {#2023}
    ]
    -id: 25243
    -titleTs: "'grant':3 'take':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703781854
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5066954"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703695454 {#3015
      date: 2023-12-27 17:44:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: """
    Suddenly no more office-only or office-first policies, suddenly there is money to offer, suddenly there is possibility to have a better computer.\n
    \n
    Also suddenly HR system couldn’t work for a week, so signing a new counter-offer contract might not be possible at the moment. “Cancel your offer, you will sign in next week”.\n
    \n
    Interesting stuff :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703775834 {#1403
    date: 2023-12-28 16:03:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@thorbot@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2026 …}
  +nested: Doctrine\ORM\PersistentCollection {#2022 …}
  +votes: Doctrine\ORM\PersistentCollection {#2025 …}
  +reports: Doctrine\ORM\PersistentCollection {#2033 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2012 …}
  -id: 259483
  -bodyTs: "'also':27 'better':25 'cancel':52 'comput':26 'contract':44 'couldn':31 'counter':42 'counter-off':41 'first':10 'hr':29 'interest':61 'might':45 'moment':51 'money':15 'new':40 'next':59 'offer':17,43,54 'offic':5,9 'office-first':8 'office-on':4 'polici':11 'possibl':21,48 'sign':38,57 'stuff':62 'sudden':1,12,18,28 'system':30 'week':36,60 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6893808"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703775834 {#2019
    date: 2023-12-28 16:03:54.0 +01:00
  }
  +"title": 259483
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2031
  +user: Proxies\__CG__\App\Entity\User {#3012 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Is-anyone-using-awk"
  +title: "Is anyone using awk?"
  +url: null
  +body: """
    Studying and awk came up.\n
    \n
    Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
    \n
    Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 55
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711564310 {#3047
    date: 2024-03-27 19:31:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3052 …}
  +votes: Doctrine\ORM\PersistentCollection {#3055 …}
  +reports: Doctrine\ORM\PersistentCollection {#3057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3061 …}
  +badges: Doctrine\ORM\PersistentCollection {#3063 …}
  +children: [
    App\Entity\EntryComment {#2035
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: null
      +root: null
      +body: "Best use-case of AWK is that you can avoid using grep for picking a Nth word in specific line. I tend to ask GPT4 to write one-liner for me. Works super great."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704017813 {#2013
        date: 2023-12-31 11:16:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@netwren@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2037 …}
      +nested: Doctrine\ORM\PersistentCollection {#2075 …}
      +votes: Doctrine\ORM\PersistentCollection {#2079 …}
      +reports: Doctrine\ORM\PersistentCollection {#2078 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2082 …}
      -id: 267069
      -bodyTs: "'ask':25 'avoid':11 'awk':6 'best':1 'case':4 'gpt4':26 'great':36 'grep':13 'line':21 'liner':31 'nth':17 'one':30 'one-lin':29 'pick':15 'specif':20 'super':35 'tend':23 'use':3,12 'use-cas':2 'word':18 'work':34 'write':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6955394"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704017813 {#2027
        date: 2023-12-31 11:16:53.0 +01:00
      }
      +"title": 267069
    }
  ]
  -id: 25802
  -titleTs: "'anyon':2 'awk':4 'use':3"
  -bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703999200
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10117038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703912800 {#3035
    date: 2023-12-30 06:06:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2031
  +user: Proxies\__CG__\App\Entity\User {#3012 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Is-anyone-using-awk"
  +title: "Is anyone using awk?"
  +url: null
  +body: """
    Studying and awk came up.\n
    \n
    Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
    \n
    Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 55
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711564310 {#3047
    date: 2024-03-27 19:31:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3052 …}
  +votes: Doctrine\ORM\PersistentCollection {#3055 …}
  +reports: Doctrine\ORM\PersistentCollection {#3057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3061 …}
  +badges: Doctrine\ORM\PersistentCollection {#3063 …}
  +children: [
    App\Entity\EntryComment {#2035
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: null
      +root: null
      +body: "Best use-case of AWK is that you can avoid using grep for picking a Nth word in specific line. I tend to ask GPT4 to write one-liner for me. Works super great."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704017813 {#2013
        date: 2023-12-31 11:16:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@netwren@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2037 …}
      +nested: Doctrine\ORM\PersistentCollection {#2075 …}
      +votes: Doctrine\ORM\PersistentCollection {#2079 …}
      +reports: Doctrine\ORM\PersistentCollection {#2078 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2082 …}
      -id: 267069
      -bodyTs: "'ask':25 'avoid':11 'awk':6 'best':1 'case':4 'gpt4':26 'great':36 'grep':13 'line':21 'liner':31 'nth':17 'one':30 'one-lin':29 'pick':15 'specif':20 'super':35 'tend':23 'use':3,12 'use-cas':2 'word':18 'work':34 'write':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6955394"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704017813 {#2027
        date: 2023-12-31 11:16:53.0 +01:00
      }
      +"title": 267069
    }
  ]
  -id: 25802
  -titleTs: "'anyon':2 'awk':4 'use':3"
  -bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703999200
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10117038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703912800 {#3035
    date: 2023-12-30 06:06:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2031
  +user: Proxies\__CG__\App\Entity\User {#3012 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Is-anyone-using-awk"
  +title: "Is anyone using awk?"
  +url: null
  +body: """
    Studying and awk came up.\n
    \n
    Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
    \n
    Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 55
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711564310 {#3047
    date: 2024-03-27 19:31:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3052 …}
  +votes: Doctrine\ORM\PersistentCollection {#3055 …}
  +reports: Doctrine\ORM\PersistentCollection {#3057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3061 …}
  +badges: Doctrine\ORM\PersistentCollection {#3063 …}
  +children: [
    App\Entity\EntryComment {#2035
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2031 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: null
      +root: null
      +body: "Best use-case of AWK is that you can avoid using grep for picking a Nth word in specific line. I tend to ask GPT4 to write one-liner for me. Works super great."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704017813 {#2013
        date: 2023-12-31 11:16:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@netwren@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2037 …}
      +nested: Doctrine\ORM\PersistentCollection {#2075 …}
      +votes: Doctrine\ORM\PersistentCollection {#2079 …}
      +reports: Doctrine\ORM\PersistentCollection {#2078 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2082 …}
      -id: 267069
      -bodyTs: "'ask':25 'avoid':11 'awk':6 'best':1 'case':4 'gpt4':26 'great':36 'grep':13 'line':21 'liner':31 'nth':17 'one':30 'one-lin':29 'pick':15 'specif':20 'super':35 'tend':23 'use':3,12 'use-cas':2 'word':18 'work':34 'write':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6955394"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704017813 {#2027
        date: 2023-12-31 11:16:53.0 +01:00
      }
      +"title": 267069
    }
  ]
  -id: 25802
  -titleTs: "'anyon':2 'awk':4 'use':3"
  -bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703999200
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10117038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703912800 {#3035
    date: 2023-12-30 06:06:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2035
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#3012 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Is-anyone-using-awk"
    +title: "Is anyone using awk?"
    +url: null
    +body: """
      Studying and awk came up.\n
      \n
      Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
      \n
      Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 55
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711564310 {#3047
      date: 2024-03-27 19:31:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3052 …}
    +votes: Doctrine\ORM\PersistentCollection {#3055 …}
    +reports: Doctrine\ORM\PersistentCollection {#3057 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3059 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3061 …}
    +badges: Doctrine\ORM\PersistentCollection {#3063 …}
    +children: [
      App\Entity\EntryComment {#2035}
    ]
    -id: 25802
    -titleTs: "'anyon':2 'awk':4 'use':3"
    -bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703999200
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10117038"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703912800 {#3035
      date: 2023-12-30 06:06:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: null
  +root: null
  +body: "Best use-case of AWK is that you can avoid using grep for picking a Nth word in specific line. I tend to ask GPT4 to write one-liner for me. Works super great."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704017813 {#2013
    date: 2023-12-31 11:16:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@netwren@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2037 …}
  +nested: Doctrine\ORM\PersistentCollection {#2075 …}
  +votes: Doctrine\ORM\PersistentCollection {#2079 …}
  +reports: Doctrine\ORM\PersistentCollection {#2078 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2082 …}
  -id: 267069
  -bodyTs: "'ask':25 'avoid':11 'awk':6 'best':1 'case':4 'gpt4':26 'great':36 'grep':13 'line':21 'liner':31 'nth':17 'one':30 'one-lin':29 'pick':15 'specif':20 'super':35 'tend':23 'use':3,12 'use-cas':2 'word':18 'work':34 'write':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6955394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704017813 {#2027
    date: 2023-12-31 11:16:53.0 +01:00
  }
  +"title": 267069
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#2035
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#3012 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Is-anyone-using-awk"
    +title: "Is anyone using awk?"
    +url: null
    +body: """
      Studying and awk came up.\n
      \n
      Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
      \n
      Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 55
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711564310 {#3047
      date: 2024-03-27 19:31:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3052 …}
    +votes: Doctrine\ORM\PersistentCollection {#3055 …}
    +reports: Doctrine\ORM\PersistentCollection {#3057 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3059 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3061 …}
    +badges: Doctrine\ORM\PersistentCollection {#3063 …}
    +children: [
      App\Entity\EntryComment {#2035}
    ]
    -id: 25802
    -titleTs: "'anyon':2 'awk':4 'use':3"
    -bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703999200
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10117038"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703912800 {#3035
      date: 2023-12-30 06:06:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: null
  +root: null
  +body: "Best use-case of AWK is that you can avoid using grep for picking a Nth word in specific line. I tend to ask GPT4 to write one-liner for me. Works super great."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704017813 {#2013
    date: 2023-12-31 11:16:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@netwren@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2037 …}
  +nested: Doctrine\ORM\PersistentCollection {#2075 …}
  +votes: Doctrine\ORM\PersistentCollection {#2079 …}
  +reports: Doctrine\ORM\PersistentCollection {#2078 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2082 …}
  -id: 267069
  -bodyTs: "'ask':25 'avoid':11 'awk':6 'best':1 'case':4 'gpt4':26 'great':36 'grep':13 'line':21 'liner':31 'nth':17 'one':30 'one-lin':29 'pick':15 'specif':20 'super':35 'tend':23 'use':3,12 'use-cas':2 'word':18 'work':34 'write':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6955394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704017813 {#2027
    date: 2023-12-31 11:16:53.0 +01:00
  }
  +"title": 267069
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#2035
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2031
    +user: Proxies\__CG__\App\Entity\User {#3012 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Is-anyone-using-awk"
    +title: "Is anyone using awk?"
    +url: null
    +body: """
      Studying and awk came up.\n
      \n
      Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
      \n
      Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 55
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711564310 {#3047
      date: 2024-03-27 19:31:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3052 …}
    +votes: Doctrine\ORM\PersistentCollection {#3055 …}
    +reports: Doctrine\ORM\PersistentCollection {#3057 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3059 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3061 …}
    +badges: Doctrine\ORM\PersistentCollection {#3063 …}
    +children: [
      App\Entity\EntryComment {#2035}
    ]
    -id: 25802
    -titleTs: "'anyon':2 'awk':4 'use':3"
    -bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703999200
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10117038"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703912800 {#3035
      date: 2023-12-30 06:06:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: null
  +root: null
  +body: "Best use-case of AWK is that you can avoid using grep for picking a Nth word in specific line. I tend to ask GPT4 to write one-liner for me. Works super great."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704017813 {#2013
    date: 2023-12-31 11:16:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@netwren@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2037 …}
  +nested: Doctrine\ORM\PersistentCollection {#2075 …}
  +votes: Doctrine\ORM\PersistentCollection {#2079 …}
  +reports: Doctrine\ORM\PersistentCollection {#2078 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2082 …}
  -id: 267069
  -bodyTs: "'ask':25 'avoid':11 'awk':6 'best':1 'case':4 'gpt4':26 'great':36 'grep':13 'line':21 'liner':31 'nth':17 'one':30 'one-lin':29 'pick':15 'specif':20 'super':35 'tend':23 'use':3,12 'use-cas':2 'word':18 'work':34 'write':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6955394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704017813 {#2027
    date: 2023-12-31 11:16:53.0 +01:00
  }
  +"title": 267069
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2300
  +user: Proxies\__CG__\App\Entity\User {#2952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: Proxies\__CG__\App\Entity\Image {#2994 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
  +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
  +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
  +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 279
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720251162 {#2989
    date: 2024-07-06 09:32:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2997 …}
  +votes: Doctrine\ORM\PersistentCollection {#2999 …}
  +reports: Doctrine\ORM\PersistentCollection {#3001 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
  +badges: Doctrine\ORM\PersistentCollection {#3007 …}
  +children: [
    1 => App\Entity\EntryComment {#2073
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +body: "*Arrrrr* 😅😅😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704886613 {#2136
        date: 2024-01-10 12:36:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@OsrsNeedsF2P@lemmy.ml"
        "@Aradia@lemmy.ml"
        "@WindowsEnjoyer@sh.itjust.works"
        "@neurospice@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2072 …}
      +nested: Doctrine\ORM\PersistentCollection {#2065 …}
      +votes: Doctrine\ORM\PersistentCollection {#2066 …}
      +reports: Doctrine\ORM\PersistentCollection {#2067 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
      -id: 295585
      -bodyTs: "'arrrrr':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7343109"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704886613 {#2137
        date: 2024-01-10 12:36:53.0 +01:00
      }
      +"title": 295585
    }
    0 => App\Entity\EntryComment {#2324
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +body: "Before that you have to download it. Well, using p2p mechanisms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704874468 {#2333
        date: 2024-01-10 09:14:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@OsrsNeedsF2P@lemmy.ml"
        "@Aradia@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2340 …}
      +nested: Doctrine\ORM\PersistentCollection {#2342 …}
      +votes: Doctrine\ORM\PersistentCollection {#2343 …}
      +reports: Doctrine\ORM\PersistentCollection {#2335 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
      -id: 295329
      -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7332841"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704874468 {#2323
        date: 2024-01-10 09:14:28.0 +01:00
      }
      +"title": 295329
    }
  ]
  -id: 28520
  -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704936541
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10332190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704850141 {#2975
    date: 2024-01-10 02:29:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2300
  +user: Proxies\__CG__\App\Entity\User {#2952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: Proxies\__CG__\App\Entity\Image {#2994 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
  +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
  +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
  +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 279
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720251162 {#2989
    date: 2024-07-06 09:32:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2997 …}
  +votes: Doctrine\ORM\PersistentCollection {#2999 …}
  +reports: Doctrine\ORM\PersistentCollection {#3001 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
  +badges: Doctrine\ORM\PersistentCollection {#3007 …}
  +children: [
    1 => App\Entity\EntryComment {#2073
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +body: "*Arrrrr* 😅😅😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704886613 {#2136
        date: 2024-01-10 12:36:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@OsrsNeedsF2P@lemmy.ml"
        "@Aradia@lemmy.ml"
        "@WindowsEnjoyer@sh.itjust.works"
        "@neurospice@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2072 …}
      +nested: Doctrine\ORM\PersistentCollection {#2065 …}
      +votes: Doctrine\ORM\PersistentCollection {#2066 …}
      +reports: Doctrine\ORM\PersistentCollection {#2067 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
      -id: 295585
      -bodyTs: "'arrrrr':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7343109"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704886613 {#2137
        date: 2024-01-10 12:36:53.0 +01:00
      }
      +"title": 295585
    }
    0 => App\Entity\EntryComment {#2324
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +body: "Before that you have to download it. Well, using p2p mechanisms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704874468 {#2333
        date: 2024-01-10 09:14:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@OsrsNeedsF2P@lemmy.ml"
        "@Aradia@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2340 …}
      +nested: Doctrine\ORM\PersistentCollection {#2342 …}
      +votes: Doctrine\ORM\PersistentCollection {#2343 …}
      +reports: Doctrine\ORM\PersistentCollection {#2335 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
      -id: 295329
      -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7332841"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704874468 {#2323
        date: 2024-01-10 09:14:28.0 +01:00
      }
      +"title": 295329
    }
  ]
  -id: 28520
  -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704936541
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10332190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704850141 {#2975
    date: 2024-01-10 02:29:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2300
  +user: Proxies\__CG__\App\Entity\User {#2952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: Proxies\__CG__\App\Entity\Image {#2994 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
  +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
  +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
  +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 279
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720251162 {#2989
    date: 2024-07-06 09:32:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2997 …}
  +votes: Doctrine\ORM\PersistentCollection {#2999 …}
  +reports: Doctrine\ORM\PersistentCollection {#3001 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
  +badges: Doctrine\ORM\PersistentCollection {#3007 …}
  +children: [
    1 => App\Entity\EntryComment {#2073
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +body: "*Arrrrr* 😅😅😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704886613 {#2136
        date: 2024-01-10 12:36:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@OsrsNeedsF2P@lemmy.ml"
        "@Aradia@lemmy.ml"
        "@WindowsEnjoyer@sh.itjust.works"
        "@neurospice@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2072 …}
      +nested: Doctrine\ORM\PersistentCollection {#2065 …}
      +votes: Doctrine\ORM\PersistentCollection {#2066 …}
      +reports: Doctrine\ORM\PersistentCollection {#2067 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
      -id: 295585
      -bodyTs: "'arrrrr':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7343109"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704886613 {#2137
        date: 2024-01-10 12:36:53.0 +01:00
      }
      +"title": 295585
    }
    0 => App\Entity\EntryComment {#2324
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
      +body: "Before that you have to download it. Well, using p2p mechanisms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704874468 {#2333
        date: 2024-01-10 09:14:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@OsrsNeedsF2P@lemmy.ml"
        "@Aradia@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2340 …}
      +nested: Doctrine\ORM\PersistentCollection {#2342 …}
      +votes: Doctrine\ORM\PersistentCollection {#2343 …}
      +reports: Doctrine\ORM\PersistentCollection {#2335 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
      -id: 295329
      -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7332841"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704874468 {#2323
        date: 2024-01-10 09:14:28.0 +01:00
      }
      +"title": 295329
    }
  ]
  -id: 28520
  -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704936541
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10332190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704850141 {#2975
    date: 2024-01-10 02:29:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2073
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2952 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2994 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
    +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
    +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
    +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720251162 {#2989
      date: 2024-07-06 09:32:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2997 …}
    +votes: Doctrine\ORM\PersistentCollection {#2999 …}
    +reports: Doctrine\ORM\PersistentCollection {#3001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
    +badges: Doctrine\ORM\PersistentCollection {#3007 …}
    +children: [
      1 => App\Entity\EntryComment {#2073}
      0 => App\Entity\EntryComment {#2324
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +body: "Before that you have to download it. Well, using p2p mechanisms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1704874468 {#2333
          date: 2024-01-10 09:14:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@OsrsNeedsF2P@lemmy.ml"
          "@Aradia@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2340 …}
        +nested: Doctrine\ORM\PersistentCollection {#2342 …}
        +votes: Doctrine\ORM\PersistentCollection {#2343 …}
        +reports: Doctrine\ORM\PersistentCollection {#2335 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
        -id: 295329
        -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7332841"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704874468 {#2323
          date: 2024-01-10 09:14:28.0 +01:00
        }
        +"title": 295329
      }
    ]
    -id: 28520
    -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704936541
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10332190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704850141 {#2975
      date: 2024-01-10 02:29:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +body: "*Arrrrr* 😅😅😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704886613 {#2136
    date: 2024-01-10 12:36:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OsrsNeedsF2P@lemmy.ml"
    "@Aradia@lemmy.ml"
    "@WindowsEnjoyer@sh.itjust.works"
    "@neurospice@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2072 …}
  +nested: Doctrine\ORM\PersistentCollection {#2065 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  -id: 295585
  -bodyTs: "'arrrrr':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7343109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704886613 {#2137
    date: 2024-01-10 12:36:53.0 +01:00
  }
  +"title": 295585
}
"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 {#2073
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2952 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2994 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
    +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
    +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
    +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720251162 {#2989
      date: 2024-07-06 09:32:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2997 …}
    +votes: Doctrine\ORM\PersistentCollection {#2999 …}
    +reports: Doctrine\ORM\PersistentCollection {#3001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
    +badges: Doctrine\ORM\PersistentCollection {#3007 …}
    +children: [
      1 => App\Entity\EntryComment {#2073}
      0 => App\Entity\EntryComment {#2324
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +body: "Before that you have to download it. Well, using p2p mechanisms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1704874468 {#2333
          date: 2024-01-10 09:14:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@OsrsNeedsF2P@lemmy.ml"
          "@Aradia@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2340 …}
        +nested: Doctrine\ORM\PersistentCollection {#2342 …}
        +votes: Doctrine\ORM\PersistentCollection {#2343 …}
        +reports: Doctrine\ORM\PersistentCollection {#2335 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
        -id: 295329
        -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7332841"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704874468 {#2323
          date: 2024-01-10 09:14:28.0 +01:00
        }
        +"title": 295329
      }
    ]
    -id: 28520
    -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704936541
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10332190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704850141 {#2975
      date: 2024-01-10 02:29:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +body: "*Arrrrr* 😅😅😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704886613 {#2136
    date: 2024-01-10 12:36:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OsrsNeedsF2P@lemmy.ml"
    "@Aradia@lemmy.ml"
    "@WindowsEnjoyer@sh.itjust.works"
    "@neurospice@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2072 …}
  +nested: Doctrine\ORM\PersistentCollection {#2065 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  -id: 295585
  -bodyTs: "'arrrrr':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7343109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704886613 {#2137
    date: 2024-01-10 12:36:53.0 +01:00
  }
  +"title": 295585
}
"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 {#2073
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2952 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2994 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
    +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
    +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
    +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720251162 {#2989
      date: 2024-07-06 09:32:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2997 …}
    +votes: Doctrine\ORM\PersistentCollection {#2999 …}
    +reports: Doctrine\ORM\PersistentCollection {#3001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
    +badges: Doctrine\ORM\PersistentCollection {#3007 …}
    +children: [
      1 => App\Entity\EntryComment {#2073}
      0 => App\Entity\EntryComment {#2324
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +body: "Before that you have to download it. Well, using p2p mechanisms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1704874468 {#2333
          date: 2024-01-10 09:14:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@OsrsNeedsF2P@lemmy.ml"
          "@Aradia@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2340 …}
        +nested: Doctrine\ORM\PersistentCollection {#2342 …}
        +votes: Doctrine\ORM\PersistentCollection {#2343 …}
        +reports: Doctrine\ORM\PersistentCollection {#2335 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
        -id: 295329
        -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7332841"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704874468 {#2323
          date: 2024-01-10 09:14:28.0 +01:00
        }
        +"title": 295329
      }
    ]
    -id: 28520
    -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704936541
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10332190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704850141 {#2975
      date: 2024-01-10 02:29:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +body: "*Arrrrr* 😅😅😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704886613 {#2136
    date: 2024-01-10 12:36:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OsrsNeedsF2P@lemmy.ml"
    "@Aradia@lemmy.ml"
    "@WindowsEnjoyer@sh.itjust.works"
    "@neurospice@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2072 …}
  +nested: Doctrine\ORM\PersistentCollection {#2065 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  -id: 295585
  -bodyTs: "'arrrrr':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7343109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704886613 {#2137
    date: 2024-01-10 12:36:53.0 +01:00
  }
  +"title": 295585
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2324
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2952 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2994 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
    +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
    +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
    +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720251162 {#2989
      date: 2024-07-06 09:32:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2997 …}
    +votes: Doctrine\ORM\PersistentCollection {#2999 …}
    +reports: Doctrine\ORM\PersistentCollection {#3001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
    +badges: Doctrine\ORM\PersistentCollection {#3007 …}
    +children: [
      1 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +body: "*Arrrrr* 😅😅😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704886613 {#2136
          date: 2024-01-10 12:36:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@OsrsNeedsF2P@lemmy.ml"
          "@Aradia@lemmy.ml"
          "@WindowsEnjoyer@sh.itjust.works"
          "@neurospice@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 295585
        -bodyTs: "'arrrrr':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7343109"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704886613 {#2137
          date: 2024-01-10 12:36:53.0 +01:00
        }
        +"title": 295585
      }
      0 => App\Entity\EntryComment {#2324}
    ]
    -id: 28520
    -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704936541
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10332190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704850141 {#2975
      date: 2024-01-10 02:29:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +body: "Before that you have to download it. Well, using p2p mechanisms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704874468 {#2333
    date: 2024-01-10 09:14:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OsrsNeedsF2P@lemmy.ml"
    "@Aradia@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2340 …}
  +nested: Doctrine\ORM\PersistentCollection {#2342 …}
  +votes: Doctrine\ORM\PersistentCollection {#2343 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  -id: 295329
  -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7332841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704874468 {#2323
    date: 2024-01-10 09:14:28.0 +01:00
  }
  +"title": 295329
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#2324
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2952 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2994 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
    +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
    +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
    +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720251162 {#2989
      date: 2024-07-06 09:32:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2997 …}
    +votes: Doctrine\ORM\PersistentCollection {#2999 …}
    +reports: Doctrine\ORM\PersistentCollection {#3001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
    +badges: Doctrine\ORM\PersistentCollection {#3007 …}
    +children: [
      1 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +body: "*Arrrrr* 😅😅😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704886613 {#2136
          date: 2024-01-10 12:36:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@OsrsNeedsF2P@lemmy.ml"
          "@Aradia@lemmy.ml"
          "@WindowsEnjoyer@sh.itjust.works"
          "@neurospice@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 295585
        -bodyTs: "'arrrrr':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7343109"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704886613 {#2137
          date: 2024-01-10 12:36:53.0 +01:00
        }
        +"title": 295585
      }
      0 => App\Entity\EntryComment {#2324}
    ]
    -id: 28520
    -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704936541
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10332190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704850141 {#2975
      date: 2024-01-10 02:29:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +body: "Before that you have to download it. Well, using p2p mechanisms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704874468 {#2333
    date: 2024-01-10 09:14:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OsrsNeedsF2P@lemmy.ml"
    "@Aradia@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2340 …}
  +nested: Doctrine\ORM\PersistentCollection {#2342 …}
  +votes: Doctrine\ORM\PersistentCollection {#2343 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  -id: 295329
  -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7332841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704874468 {#2323
    date: 2024-01-10 09:14:28.0 +01:00
  }
  +"title": 295329
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#2324
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2300
    +user: Proxies\__CG__\App\Entity\User {#2952 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2994 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2996 …}
    +slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
    +title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
    +url: "https://www.phoronix.com/news/Linux-6.8-Networking"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1720251162 {#2989
      date: 2024-07-06 09:32:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2997 …}
    +votes: Doctrine\ORM\PersistentCollection {#2999 …}
    +reports: Doctrine\ORM\PersistentCollection {#3001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3003 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3005 …}
    +badges: Doctrine\ORM\PersistentCollection {#3007 …}
    +children: [
      1 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2300 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2068 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
        +body: "*Arrrrr* 😅😅😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704886613 {#2136
          date: 2024-01-10 12:36:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@OsrsNeedsF2P@lemmy.ml"
          "@Aradia@lemmy.ml"
          "@WindowsEnjoyer@sh.itjust.works"
          "@neurospice@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 295585
        -bodyTs: "'arrrrr':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7343109"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704886613 {#2137
          date: 2024-01-10 12:36:53.0 +01:00
        }
        +"title": 295585
      }
      0 => App\Entity\EntryComment {#2324}
    ]
    -id: 28520
    -titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704936541
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10332190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704850141 {#2975
      date: 2024-01-10 02:29:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2334 …}
  +body: "Before that you have to download it. Well, using p2p mechanisms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704874468 {#2333
    date: 2024-01-10 09:14:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OsrsNeedsF2P@lemmy.ml"
    "@Aradia@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2340 …}
  +nested: Doctrine\ORM\PersistentCollection {#2342 …}
  +votes: Doctrine\ORM\PersistentCollection {#2343 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  -id: 295329
  -bodyTs: "'download':6 'mechan':11 'p2p':10 'use':9 'well':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7332841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704874468 {#2323
    date: 2024-01-10 09:14:28.0 +01:00
  }
  +"title": 295329
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2972 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
  +image: Proxies\__CG__\App\Entity\Image {#3014 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3016 …}
  +slug: "Raspberry-Pi-is-now-manufacturing-70-000-Pi-5s-per-week"
  +title: "Raspberry Pi is now manufacturing 70,000 Pi 5s per week, will surge to 90,000 in February"
  +url: "https://www.tomshardware.com/raspberry-pi/raspberry-pi-is-now-manufacturing-70000-pi-5s-per-week-will-surge-to-90000-in-february"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 89
  +favouriteCount: 477
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725534114 {#3009
    date: 2024-09-05 13:01:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3017 …}
  +votes: Doctrine\ORM\PersistentCollection {#3019 …}
  +reports: Doctrine\ORM\PersistentCollection {#3021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3025 …}
  +badges: Doctrine\ORM\PersistentCollection {#3027 …}
  +children: [
    App\Entity\EntryComment {#2111
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
      +body: "Well, I don’t expect more from ot rather than low-power home server."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705355301 {#2105
        date: 2024-01-15 22:48:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KarnaSubarna@lemmy.ml"
        "@Linkerbaan@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2103 …}
      +nested: Doctrine\ORM\PersistentCollection {#2110 …}
      +votes: Doctrine\ORM\PersistentCollection {#2112 …}
      +reports: Doctrine\ORM\PersistentCollection {#2114 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2117 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2122 …}
      -id: 311885
      -bodyTs: "'expect':5 'home':14 'low':12 'low-pow':11 'ot':8 'power':13 'rather':9 'server':15 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7599797"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705355301 {#2108
        date: 2024-01-15 22:48:21.0 +01:00
      }
      +"title": 311885
    }
  ]
  -id: 30472
  -titleTs: "'000':7,16 '5s':9 '70':6 '90':15 'februari':18 'manufactur':5 'per':10 'pi':2,8 'raspberri':1 'surg':13 'week':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705340917
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10541631"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705254517 {#2995
    date: 2024-01-14 18:48:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2972 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
  +image: Proxies\__CG__\App\Entity\Image {#3014 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3016 …}
  +slug: "Raspberry-Pi-is-now-manufacturing-70-000-Pi-5s-per-week"
  +title: "Raspberry Pi is now manufacturing 70,000 Pi 5s per week, will surge to 90,000 in February"
  +url: "https://www.tomshardware.com/raspberry-pi/raspberry-pi-is-now-manufacturing-70000-pi-5s-per-week-will-surge-to-90000-in-february"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 89
  +favouriteCount: 477
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725534114 {#3009
    date: 2024-09-05 13:01:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3017 …}
  +votes: Doctrine\ORM\PersistentCollection {#3019 …}
  +reports: Doctrine\ORM\PersistentCollection {#3021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3025 …}
  +badges: Doctrine\ORM\PersistentCollection {#3027 …}
  +children: [
    App\Entity\EntryComment {#2111
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
      +body: "Well, I don’t expect more from ot rather than low-power home server."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705355301 {#2105
        date: 2024-01-15 22:48:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KarnaSubarna@lemmy.ml"
        "@Linkerbaan@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2103 …}
      +nested: Doctrine\ORM\PersistentCollection {#2110 …}
      +votes: Doctrine\ORM\PersistentCollection {#2112 …}
      +reports: Doctrine\ORM\PersistentCollection {#2114 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2117 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2122 …}
      -id: 311885
      -bodyTs: "'expect':5 'home':14 'low':12 'low-pow':11 'ot':8 'power':13 'rather':9 'server':15 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7599797"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705355301 {#2108
        date: 2024-01-15 22:48:21.0 +01:00
      }
      +"title": 311885
    }
  ]
  -id: 30472
  -titleTs: "'000':7,16 '5s':9 '70':6 '90':15 'februari':18 'manufactur':5 'per':10 'pi':2,8 'raspberri':1 'surg':13 'week':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705340917
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10541631"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705254517 {#2995
    date: 2024-01-14 18:48:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2972 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
  +image: Proxies\__CG__\App\Entity\Image {#3014 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3016 …}
  +slug: "Raspberry-Pi-is-now-manufacturing-70-000-Pi-5s-per-week"
  +title: "Raspberry Pi is now manufacturing 70,000 Pi 5s per week, will surge to 90,000 in February"
  +url: "https://www.tomshardware.com/raspberry-pi/raspberry-pi-is-now-manufacturing-70000-pi-5s-per-week-will-surge-to-90000-in-february"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 89
  +favouriteCount: 477
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725534114 {#3009
    date: 2024-09-05 13:01:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3017 …}
  +votes: Doctrine\ORM\PersistentCollection {#3019 …}
  +reports: Doctrine\ORM\PersistentCollection {#3021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3023 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3025 …}
  +badges: Doctrine\ORM\PersistentCollection {#3027 …}
  +children: [
    App\Entity\EntryComment {#2111
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
      +body: "Well, I don’t expect more from ot rather than low-power home server."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705355301 {#2105
        date: 2024-01-15 22:48:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KarnaSubarna@lemmy.ml"
        "@Linkerbaan@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2103 …}
      +nested: Doctrine\ORM\PersistentCollection {#2110 …}
      +votes: Doctrine\ORM\PersistentCollection {#2112 …}
      +reports: Doctrine\ORM\PersistentCollection {#2114 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2117 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2122 …}
      -id: 311885
      -bodyTs: "'expect':5 'home':14 'low':12 'low-pow':11 'ot':8 'power':13 'rather':9 'server':15 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7599797"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705355301 {#2108
        date: 2024-01-15 22:48:21.0 +01:00
      }
      +"title": 311885
    }
  ]
  -id: 30472
  -titleTs: "'000':7,16 '5s':9 '70':6 '90':15 'februari':18 'manufactur':5 'per':10 'pi':2,8 'raspberri':1 'surg':13 'week':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705340917
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10541631"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705254517 {#2995
    date: 2024-01-14 18:48:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#2111
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2972 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
    +image: Proxies\__CG__\App\Entity\Image {#3014 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3016 …}
    +slug: "Raspberry-Pi-is-now-manufacturing-70-000-Pi-5s-per-week"
    +title: "Raspberry Pi is now manufacturing 70,000 Pi 5s per week, will surge to 90,000 in February"
    +url: "https://www.tomshardware.com/raspberry-pi/raspberry-pi-is-now-manufacturing-70000-pi-5s-per-week-will-surge-to-90000-in-february"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 89
    +favouriteCount: 477
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725534114 {#3009
      date: 2024-09-05 13:01:54.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3017 …}
    +votes: Doctrine\ORM\PersistentCollection {#3019 …}
    +reports: Doctrine\ORM\PersistentCollection {#3021 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3023 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3025 …}
    +badges: Doctrine\ORM\PersistentCollection {#3027 …}
    +children: [
      App\Entity\EntryComment {#2111}
    ]
    -id: 30472
    -titleTs: "'000':7,16 '5s':9 '70':6 '90':15 'februari':18 'manufactur':5 'per':10 'pi':2,8 'raspberri':1 'surg':13 'week':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705340917
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10541631"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705254517 {#2995
      date: 2024-01-14 18:48:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
  +body: "Well, I don’t expect more from ot rather than low-power home server."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705355301 {#2105
    date: 2024-01-15 22:48:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
    "@Linkerbaan@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2103 …}
  +nested: Doctrine\ORM\PersistentCollection {#2110 …}
  +votes: Doctrine\ORM\PersistentCollection {#2112 …}
  +reports: Doctrine\ORM\PersistentCollection {#2114 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2117 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2122 …}
  -id: 311885
  -bodyTs: "'expect':5 'home':14 'low':12 'low-pow':11 'ot':8 'power':13 'rather':9 'server':15 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7599797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705355301 {#2108
    date: 2024-01-15 22:48:21.0 +01:00
  }
  +"title": 311885
}
"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
43 DENIED edit
App\Entity\EntryComment {#2111
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2972 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
    +image: Proxies\__CG__\App\Entity\Image {#3014 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3016 …}
    +slug: "Raspberry-Pi-is-now-manufacturing-70-000-Pi-5s-per-week"
    +title: "Raspberry Pi is now manufacturing 70,000 Pi 5s per week, will surge to 90,000 in February"
    +url: "https://www.tomshardware.com/raspberry-pi/raspberry-pi-is-now-manufacturing-70000-pi-5s-per-week-will-surge-to-90000-in-february"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 89
    +favouriteCount: 477
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725534114 {#3009
      date: 2024-09-05 13:01:54.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3017 …}
    +votes: Doctrine\ORM\PersistentCollection {#3019 …}
    +reports: Doctrine\ORM\PersistentCollection {#3021 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3023 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3025 …}
    +badges: Doctrine\ORM\PersistentCollection {#3027 …}
    +children: [
      App\Entity\EntryComment {#2111}
    ]
    -id: 30472
    -titleTs: "'000':7,16 '5s':9 '70':6 '90':15 'februari':18 'manufactur':5 'per':10 'pi':2,8 'raspberri':1 'surg':13 'week':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705340917
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10541631"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705254517 {#2995
      date: 2024-01-14 18:48:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
  +body: "Well, I don’t expect more from ot rather than low-power home server."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705355301 {#2105
    date: 2024-01-15 22:48:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
    "@Linkerbaan@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2103 …}
  +nested: Doctrine\ORM\PersistentCollection {#2110 …}
  +votes: Doctrine\ORM\PersistentCollection {#2112 …}
  +reports: Doctrine\ORM\PersistentCollection {#2114 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2117 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2122 …}
  -id: 311885
  -bodyTs: "'expect':5 'home':14 'low':12 'low-pow':11 'ot':8 'power':13 'rather':9 'server':15 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7599797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705355301 {#2108
    date: 2024-01-15 22:48:21.0 +01:00
  }
  +"title": 311885
}
"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
44 DENIED moderate
App\Entity\EntryComment {#2111
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2972 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
    +image: Proxies\__CG__\App\Entity\Image {#3014 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3016 …}
    +slug: "Raspberry-Pi-is-now-manufacturing-70-000-Pi-5s-per-week"
    +title: "Raspberry Pi is now manufacturing 70,000 Pi 5s per week, will surge to 90,000 in February"
    +url: "https://www.tomshardware.com/raspberry-pi/raspberry-pi-is-now-manufacturing-70000-pi-5s-per-week-will-surge-to-90000-in-february"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 89
    +favouriteCount: 477
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725534114 {#3009
      date: 2024-09-05 13:01:54.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3017 …}
    +votes: Doctrine\ORM\PersistentCollection {#3019 …}
    +reports: Doctrine\ORM\PersistentCollection {#3021 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3023 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3025 …}
    +badges: Doctrine\ORM\PersistentCollection {#3027 …}
    +children: [
      App\Entity\EntryComment {#2111}
    ]
    -id: 30472
    -titleTs: "'000':7,16 '5s':9 '70':6 '90':15 'februari':18 'manufactur':5 'per':10 'pi':2,8 'raspberri':1 'surg':13 'week':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705340917
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10541631"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705254517 {#2995
      date: 2024-01-14 18:48:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2102 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2109 …}
  +body: "Well, I don’t expect more from ot rather than low-power home server."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705355301 {#2105
    date: 2024-01-15 22:48:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
    "@Linkerbaan@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2103 …}
  +nested: Doctrine\ORM\PersistentCollection {#2110 …}
  +votes: Doctrine\ORM\PersistentCollection {#2112 …}
  +reports: Doctrine\ORM\PersistentCollection {#2114 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2117 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2122 …}
  -id: 311885
  -bodyTs: "'expect':5 'home':14 'low':12 'low-pow':11 'ot':8 'power':13 'rather':9 'server':15 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7599797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705355301 {#2108
    date: 2024-01-15 22:48:21.0 +01:00
  }
  +"title": 311885
}
"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
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2042
  +user: Proxies\__CG__\App\Entity\User {#2913 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2954 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2956 …}
  +slug: "Dozing"
  +title: "Dozing"
  +url: "https://lemmy.zip/pictrs/image/695e815d-6c30-4d99-8bf6-ab0326b97487.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 585
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711075258 {#2949
    date: 2024-03-22 03:40:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2957 …}
  +votes: Doctrine\ORM\PersistentCollection {#2959 …}
  +reports: Doctrine\ORM\PersistentCollection {#2961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2963 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2965 …}
  +badges: Doctrine\ORM\PersistentCollection {#2967 …}
  +children: [
    App\Entity\EntryComment {#2349
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2042 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ayyy lmao"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704238230 {#2332
        date: 2024-01-03 00:30:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2141 …}
      +nested: Doctrine\ORM\PersistentCollection {#2164 …}
      +votes: Doctrine\ORM\PersistentCollection {#2314 …}
      +reports: Doctrine\ORM\PersistentCollection {#2328 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
      -id: 275033
      -bodyTs: "'ayyy':1 'lmao':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7017517"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704238230 {#2344
        date: 2024-01-03 00:30:30.0 +01:00
      }
      +"title": 275033
    }
  ]
  -id: 26601
  -titleTs: "'doze':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704236968
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7774707"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704150568 {#2935
    date: 2024-01-02 00:09:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2042
  +user: Proxies\__CG__\App\Entity\User {#2913 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2954 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2956 …}
  +slug: "Dozing"
  +title: "Dozing"
  +url: "https://lemmy.zip/pictrs/image/695e815d-6c30-4d99-8bf6-ab0326b97487.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 585
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711075258 {#2949
    date: 2024-03-22 03:40:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2957 …}
  +votes: Doctrine\ORM\PersistentCollection {#2959 …}
  +reports: Doctrine\ORM\PersistentCollection {#2961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2963 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2965 …}
  +badges: Doctrine\ORM\PersistentCollection {#2967 …}
  +children: [
    App\Entity\EntryComment {#2349
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2042 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ayyy lmao"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704238230 {#2332
        date: 2024-01-03 00:30:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2141 …}
      +nested: Doctrine\ORM\PersistentCollection {#2164 …}
      +votes: Doctrine\ORM\PersistentCollection {#2314 …}
      +reports: Doctrine\ORM\PersistentCollection {#2328 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
      -id: 275033
      -bodyTs: "'ayyy':1 'lmao':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7017517"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704238230 {#2344
        date: 2024-01-03 00:30:30.0 +01:00
      }
      +"title": 275033
    }
  ]
  -id: 26601
  -titleTs: "'doze':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704236968
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7774707"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704150568 {#2935
    date: 2024-01-02 00:09:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2042
  +user: Proxies\__CG__\App\Entity\User {#2913 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2954 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2956 …}
  +slug: "Dozing"
  +title: "Dozing"
  +url: "https://lemmy.zip/pictrs/image/695e815d-6c30-4d99-8bf6-ab0326b97487.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 585
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711075258 {#2949
    date: 2024-03-22 03:40:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2957 …}
  +votes: Doctrine\ORM\PersistentCollection {#2959 …}
  +reports: Doctrine\ORM\PersistentCollection {#2961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2963 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2965 …}
  +badges: Doctrine\ORM\PersistentCollection {#2967 …}
  +children: [
    App\Entity\EntryComment {#2349
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2042 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ayyy lmao"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704238230 {#2332
        date: 2024-01-03 00:30:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2141 …}
      +nested: Doctrine\ORM\PersistentCollection {#2164 …}
      +votes: Doctrine\ORM\PersistentCollection {#2314 …}
      +reports: Doctrine\ORM\PersistentCollection {#2328 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
      -id: 275033
      -bodyTs: "'ayyy':1 'lmao':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7017517"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704238230 {#2344
        date: 2024-01-03 00:30:30.0 +01:00
      }
      +"title": 275033
    }
  ]
  -id: 26601
  -titleTs: "'doze':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704236968
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7774707"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704150568 {#2935
    date: 2024-01-02 00:09:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2042
    +user: Proxies\__CG__\App\Entity\User {#2913 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2954 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2956 …}
    +slug: "Dozing"
    +title: "Dozing"
    +url: "https://lemmy.zip/pictrs/image/695e815d-6c30-4d99-8bf6-ab0326b97487.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 11
    +favouriteCount: 585
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711075258 {#2949
      date: 2024-03-22 03:40:58.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2957 …}
    +votes: Doctrine\ORM\PersistentCollection {#2959 …}
    +reports: Doctrine\ORM\PersistentCollection {#2961 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2963 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2965 …}
    +badges: Doctrine\ORM\PersistentCollection {#2967 …}
    +children: [
      App\Entity\EntryComment {#2349}
    ]
    -id: 26601
    -titleTs: "'doze':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704236968
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7774707"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704150568 {#2935
      date: 2024-01-02 00:09:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ayyy lmao"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704238230 {#2332
    date: 2024-01-03 00:30:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2141 …}
  +nested: Doctrine\ORM\PersistentCollection {#2164 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  -id: 275033
  -bodyTs: "'ayyy':1 'lmao':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7017517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704238230 {#2344
    date: 2024-01-03 00:30:30.0 +01:00
  }
  +"title": 275033
}
"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
51 DENIED edit
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2042
    +user: Proxies\__CG__\App\Entity\User {#2913 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2954 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2956 …}
    +slug: "Dozing"
    +title: "Dozing"
    +url: "https://lemmy.zip/pictrs/image/695e815d-6c30-4d99-8bf6-ab0326b97487.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 11
    +favouriteCount: 585
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711075258 {#2949
      date: 2024-03-22 03:40:58.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2957 …}
    +votes: Doctrine\ORM\PersistentCollection {#2959 …}
    +reports: Doctrine\ORM\PersistentCollection {#2961 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2963 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2965 …}
    +badges: Doctrine\ORM\PersistentCollection {#2967 …}
    +children: [
      App\Entity\EntryComment {#2349}
    ]
    -id: 26601
    -titleTs: "'doze':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704236968
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7774707"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704150568 {#2935
      date: 2024-01-02 00:09:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ayyy lmao"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704238230 {#2332
    date: 2024-01-03 00:30:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2141 …}
  +nested: Doctrine\ORM\PersistentCollection {#2164 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  -id: 275033
  -bodyTs: "'ayyy':1 'lmao':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7017517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704238230 {#2344
    date: 2024-01-03 00:30:30.0 +01:00
  }
  +"title": 275033
}
"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
52 DENIED moderate
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2042
    +user: Proxies\__CG__\App\Entity\User {#2913 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2954 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2956 …}
    +slug: "Dozing"
    +title: "Dozing"
    +url: "https://lemmy.zip/pictrs/image/695e815d-6c30-4d99-8bf6-ab0326b97487.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 11
    +favouriteCount: 585
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711075258 {#2949
      date: 2024-03-22 03:40:58.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2957 …}
    +votes: Doctrine\ORM\PersistentCollection {#2959 …}
    +reports: Doctrine\ORM\PersistentCollection {#2961 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2963 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2965 …}
    +badges: Doctrine\ORM\PersistentCollection {#2967 …}
    +children: [
      App\Entity\EntryComment {#2349}
    ]
    -id: 26601
    -titleTs: "'doze':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704236968
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7774707"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704150568 {#2935
      date: 2024-01-02 00:09:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ayyy lmao"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704238230 {#2332
    date: 2024-01-03 00:30:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2141 …}
  +nested: Doctrine\ORM\PersistentCollection {#2164 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2328 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2191 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  -id: 275033
  -bodyTs: "'ayyy':1 'lmao':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7017517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704238230 {#2344
    date: 2024-01-03 00:30:30.0 +01:00
  }
  +"title": 275033
}
"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
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2974 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2976 …}
  +slug: "It-s-a-curse"
  +title: "It's a curse"
  +url: "https://lemmy.world/pictrs/image/a2420f6c-ece5-4756-b171-dcc9b0f6c39f.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 89
  +favouriteCount: 1327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702967706 {#2969
    date: 2023-12-19 07:35:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2977 …}
  +votes: Doctrine\ORM\PersistentCollection {#2979 …}
  +reports: Doctrine\ORM\PersistentCollection {#2981 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2983 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2985 …}
  +badges: Doctrine\ORM\PersistentCollection {#2987 …}
  +children: [
    App\Entity\EntryComment {#1556
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Lmao this is me 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702821663 {#1554
        date: 2023-12-17 15:01:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 229347
      -bodyTs: "'lmao':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6683481"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702821663 {#1558
        date: 2023-12-17 15:01:03.0 +01:00
      }
      +"title": 229347
    }
  ]
  -id: 22631
  -titleTs: "'curs':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702829277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9640475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702742877 {#2955
    date: 2023-12-16 17:07:57.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
55 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2974 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2976 …}
  +slug: "It-s-a-curse"
  +title: "It's a curse"
  +url: "https://lemmy.world/pictrs/image/a2420f6c-ece5-4756-b171-dcc9b0f6c39f.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 89
  +favouriteCount: 1327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702967706 {#2969
    date: 2023-12-19 07:35:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2977 …}
  +votes: Doctrine\ORM\PersistentCollection {#2979 …}
  +reports: Doctrine\ORM\PersistentCollection {#2981 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2983 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2985 …}
  +badges: Doctrine\ORM\PersistentCollection {#2987 …}
  +children: [
    App\Entity\EntryComment {#1556
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Lmao this is me 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702821663 {#1554
        date: 2023-12-17 15:01:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 229347
      -bodyTs: "'lmao':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6683481"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702821663 {#1558
        date: 2023-12-17 15:01:03.0 +01:00
      }
      +"title": 229347
    }
  ]
  -id: 22631
  -titleTs: "'curs':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702829277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9640475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702742877 {#2955
    date: 2023-12-16 17:07:57.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
56 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: Proxies\__CG__\App\Entity\Image {#2974 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2976 …}
  +slug: "It-s-a-curse"
  +title: "It's a curse"
  +url: "https://lemmy.world/pictrs/image/a2420f6c-ece5-4756-b171-dcc9b0f6c39f.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 89
  +favouriteCount: 1327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702967706 {#2969
    date: 2023-12-19 07:35:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2977 …}
  +votes: Doctrine\ORM\PersistentCollection {#2979 …}
  +reports: Doctrine\ORM\PersistentCollection {#2981 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2983 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2985 …}
  +badges: Doctrine\ORM\PersistentCollection {#2987 …}
  +children: [
    App\Entity\EntryComment {#1556
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Lmao this is me 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702821663 {#1554
        date: 2023-12-17 15:01:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 229347
      -bodyTs: "'lmao':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6683481"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702821663 {#1558
        date: 2023-12-17 15:01:03.0 +01:00
      }
      +"title": 229347
    }
  ]
  -id: 22631
  -titleTs: "'curs':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702829277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9640475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702742877 {#2955
    date: 2023-12-16 17:07:57.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
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2974 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2976 …}
    +slug: "It-s-a-curse"
    +title: "It's a curse"
    +url: "https://lemmy.world/pictrs/image/a2420f6c-ece5-4756-b171-dcc9b0f6c39f.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 89
    +favouriteCount: 1327
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702967706 {#2969
      date: 2023-12-19 07:35:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2977 …}
    +votes: Doctrine\ORM\PersistentCollection {#2979 …}
    +reports: Doctrine\ORM\PersistentCollection {#2981 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2983 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2985 …}
    +badges: Doctrine\ORM\PersistentCollection {#2987 …}
    +children: [
      App\Entity\EntryComment {#1556}
    ]
    -id: 22631
    -titleTs: "'curs':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702829277
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9640475"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702742877 {#2955
      date: 2023-12-16 17:07:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Lmao this is me 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702821663 {#1554
    date: 2023-12-17 15:01:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 229347
  -bodyTs: "'lmao':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6683481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702821663 {#1558
    date: 2023-12-17 15:01:03.0 +01:00
  }
  +"title": 229347
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2974 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2976 …}
    +slug: "It-s-a-curse"
    +title: "It's a curse"
    +url: "https://lemmy.world/pictrs/image/a2420f6c-ece5-4756-b171-dcc9b0f6c39f.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 89
    +favouriteCount: 1327
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702967706 {#2969
      date: 2023-12-19 07:35:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2977 …}
    +votes: Doctrine\ORM\PersistentCollection {#2979 …}
    +reports: Doctrine\ORM\PersistentCollection {#2981 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2983 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2985 …}
    +badges: Doctrine\ORM\PersistentCollection {#2987 …}
    +children: [
      App\Entity\EntryComment {#1556}
    ]
    -id: 22631
    -titleTs: "'curs':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702829277
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9640475"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702742877 {#2955
      date: 2023-12-16 17:07:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Lmao this is me 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702821663 {#1554
    date: 2023-12-17 15:01:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 229347
  -bodyTs: "'lmao':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6683481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702821663 {#1558
    date: 2023-12-17 15:01:03.0 +01:00
  }
  +"title": 229347
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: Proxies\__CG__\App\Entity\Image {#2974 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2976 …}
    +slug: "It-s-a-curse"
    +title: "It's a curse"
    +url: "https://lemmy.world/pictrs/image/a2420f6c-ece5-4756-b171-dcc9b0f6c39f.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 89
    +favouriteCount: 1327
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702967706 {#2969
      date: 2023-12-19 07:35:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2977 …}
    +votes: Doctrine\ORM\PersistentCollection {#2979 …}
    +reports: Doctrine\ORM\PersistentCollection {#2981 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2983 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2985 …}
    +badges: Doctrine\ORM\PersistentCollection {#2987 …}
    +children: [
      App\Entity\EntryComment {#1556}
    ]
    -id: 22631
    -titleTs: "'curs':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702829277
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9640475"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702742877 {#2955
      date: 2023-12-16 17:07:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Lmao this is me 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702821663 {#1554
    date: 2023-12-17 15:01:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 229347
  -bodyTs: "'lmao':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6683481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702821663 {#1558
    date: 2023-12-17 15:01:03.0 +01:00
  }
  +"title": 229347
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2057
  +user: Proxies\__CG__\App\Entity\User {#2915 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
  +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
  +url: null
  +body: """
    Whom also likes to game every now and then ;)\n
    \n
    Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 434
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722463144 {#2910
    date: 2024-07-31 23:59:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2917 …}
  +votes: Doctrine\ORM\PersistentCollection {#2919 …}
  +reports: Doctrine\ORM\PersistentCollection {#2921 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2923 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2925 …}
  +badges: Doctrine\ORM\PersistentCollection {#2927 …}
  +children: [
    App\Entity\EntryComment {#2045
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2057 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Depends. Whatever choice you pick - go with Plasma (KDE) desktop. Most of below choices have alternative desktop flavors that offer Plasma instead of Gnome.\n
        \n
        If your goal is to play games - something like Bazzite might work.\n
        \n
        If your goal is to have a desktop experience with some gaming, something like NobaraOS or PopOS would work.\n
        \n
        If your goal is only desktop experience - ubuntu will work.\n
        \n
        If your goal is to learn and have super awesome Linux desktop - Arch Linux.\n
        \n
        Personally I am in Arch Linux for the past decade. Tried many different ones and Arch Linux is the only one that simply “just works” for me. Not suitable for beginners.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705062532 {#2059
        date: 2024-01-12 13:28:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
        "@FatTony@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2050 …}
      +nested: Doctrine\ORM\PersistentCollection {#2052 …}
      +votes: Doctrine\ORM\PersistentCollection {#2058 …}
      +reports: Doctrine\ORM\PersistentCollection {#2125 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
      -id: 301785
      -bodyTs: "'altern':16 'arch':78,84,95 'awesom':75 'bazzit':34 'beginn':110 'choic':3,14 'decad':89 'depend':1 'desktop':10,17,44,61,77 'differ':92 'experi':45,62 'flavor':18 'game':31,48 'gnome':24 'go':6 'goal':27,39,58,68 'instead':22 'kde':9 'learn':71 'like':33,50 'linux':76,79,85,96 'mani':91 'might':35 'nobarao':51 'offer':20 'one':93,100 'past':88 'person':80 'pick':5 'plasma':8,21 'play':30 'popo':53 'simpli':102 'someth':32,49 'suitabl':108 'super':74 'tri':90 'ubuntu':63 'whatev':2 'work':36,55,65,104 'would':54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7452813"
      +editedAt: DateTimeImmutable @1721654206 {#2046
        date: 2024-07-22 15:16:46.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705062532 {#2047
        date: 2024-01-12 13:28:52.0 +01:00
      }
      +"title": 301785
    }
  ]
  -id: 28602
  -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
  -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704975844
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10533836"
  +editedAt: DateTimeImmutable @1720891541 {#2896
    date: 2024-07-13 19:25:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704889444 {#2873
    date: 2024-01-10 13:24:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2057
  +user: Proxies\__CG__\App\Entity\User {#2915 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
  +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
  +url: null
  +body: """
    Whom also likes to game every now and then ;)\n
    \n
    Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 434
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722463144 {#2910
    date: 2024-07-31 23:59:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2917 …}
  +votes: Doctrine\ORM\PersistentCollection {#2919 …}
  +reports: Doctrine\ORM\PersistentCollection {#2921 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2923 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2925 …}
  +badges: Doctrine\ORM\PersistentCollection {#2927 …}
  +children: [
    App\Entity\EntryComment {#2045
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2057 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Depends. Whatever choice you pick - go with Plasma (KDE) desktop. Most of below choices have alternative desktop flavors that offer Plasma instead of Gnome.\n
        \n
        If your goal is to play games - something like Bazzite might work.\n
        \n
        If your goal is to have a desktop experience with some gaming, something like NobaraOS or PopOS would work.\n
        \n
        If your goal is only desktop experience - ubuntu will work.\n
        \n
        If your goal is to learn and have super awesome Linux desktop - Arch Linux.\n
        \n
        Personally I am in Arch Linux for the past decade. Tried many different ones and Arch Linux is the only one that simply “just works” for me. Not suitable for beginners.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705062532 {#2059
        date: 2024-01-12 13:28:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
        "@FatTony@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2050 …}
      +nested: Doctrine\ORM\PersistentCollection {#2052 …}
      +votes: Doctrine\ORM\PersistentCollection {#2058 …}
      +reports: Doctrine\ORM\PersistentCollection {#2125 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
      -id: 301785
      -bodyTs: "'altern':16 'arch':78,84,95 'awesom':75 'bazzit':34 'beginn':110 'choic':3,14 'decad':89 'depend':1 'desktop':10,17,44,61,77 'differ':92 'experi':45,62 'flavor':18 'game':31,48 'gnome':24 'go':6 'goal':27,39,58,68 'instead':22 'kde':9 'learn':71 'like':33,50 'linux':76,79,85,96 'mani':91 'might':35 'nobarao':51 'offer':20 'one':93,100 'past':88 'person':80 'pick':5 'plasma':8,21 'play':30 'popo':53 'simpli':102 'someth':32,49 'suitabl':108 'super':74 'tri':90 'ubuntu':63 'whatev':2 'work':36,55,65,104 'would':54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7452813"
      +editedAt: DateTimeImmutable @1721654206 {#2046
        date: 2024-07-22 15:16:46.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705062532 {#2047
        date: 2024-01-12 13:28:52.0 +01:00
      }
      +"title": 301785
    }
  ]
  -id: 28602
  -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
  -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704975844
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10533836"
  +editedAt: DateTimeImmutable @1720891541 {#2896
    date: 2024-07-13 19:25:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704889444 {#2873
    date: 2024-01-10 13:24:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2057
  +user: Proxies\__CG__\App\Entity\User {#2915 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
  +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
  +url: null
  +body: """
    Whom also likes to game every now and then ;)\n
    \n
    Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 434
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722463144 {#2910
    date: 2024-07-31 23:59:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2917 …}
  +votes: Doctrine\ORM\PersistentCollection {#2919 …}
  +reports: Doctrine\ORM\PersistentCollection {#2921 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2923 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2925 …}
  +badges: Doctrine\ORM\PersistentCollection {#2927 …}
  +children: [
    App\Entity\EntryComment {#2045
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2057 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Depends. Whatever choice you pick - go with Plasma (KDE) desktop. Most of below choices have alternative desktop flavors that offer Plasma instead of Gnome.\n
        \n
        If your goal is to play games - something like Bazzite might work.\n
        \n
        If your goal is to have a desktop experience with some gaming, something like NobaraOS or PopOS would work.\n
        \n
        If your goal is only desktop experience - ubuntu will work.\n
        \n
        If your goal is to learn and have super awesome Linux desktop - Arch Linux.\n
        \n
        Personally I am in Arch Linux for the past decade. Tried many different ones and Arch Linux is the only one that simply “just works” for me. Not suitable for beginners.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705062532 {#2059
        date: 2024-01-12 13:28:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
        "@FatTony@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2050 …}
      +nested: Doctrine\ORM\PersistentCollection {#2052 …}
      +votes: Doctrine\ORM\PersistentCollection {#2058 …}
      +reports: Doctrine\ORM\PersistentCollection {#2125 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
      -id: 301785
      -bodyTs: "'altern':16 'arch':78,84,95 'awesom':75 'bazzit':34 'beginn':110 'choic':3,14 'decad':89 'depend':1 'desktop':10,17,44,61,77 'differ':92 'experi':45,62 'flavor':18 'game':31,48 'gnome':24 'go':6 'goal':27,39,58,68 'instead':22 'kde':9 'learn':71 'like':33,50 'linux':76,79,85,96 'mani':91 'might':35 'nobarao':51 'offer':20 'one':93,100 'past':88 'person':80 'pick':5 'plasma':8,21 'play':30 'popo':53 'simpli':102 'someth':32,49 'suitabl':108 'super':74 'tri':90 'ubuntu':63 'whatev':2 'work':36,55,65,104 'would':54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7452813"
      +editedAt: DateTimeImmutable @1721654206 {#2046
        date: 2024-07-22 15:16:46.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705062532 {#2047
        date: 2024-01-12 13:28:52.0 +01:00
      }
      +"title": 301785
    }
  ]
  -id: 28602
  -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
  -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704975844
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10533836"
  +editedAt: DateTimeImmutable @1720891541 {#2896
    date: 2024-07-13 19:25:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704889444 {#2873
    date: 2024-01-10 13:24:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\EntryComment {#2045
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2057
    +user: Proxies\__CG__\App\Entity\User {#2915 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
    +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
    +url: null
    +body: """
      Whom also likes to game every now and then ;)\n
      \n
      Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 434
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722463144 {#2910
      date: 2024-07-31 23:59:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2917 …}
    +votes: Doctrine\ORM\PersistentCollection {#2919 …}
    +reports: Doctrine\ORM\PersistentCollection {#2921 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2923 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2925 …}
    +badges: Doctrine\ORM\PersistentCollection {#2927 …}
    +children: [
      App\Entity\EntryComment {#2045}
    ]
    -id: 28602
    -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
    -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704975844
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10533836"
    +editedAt: DateTimeImmutable @1720891541 {#2896
      date: 2024-07-13 19:25:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704889444 {#2873
      date: 2024-01-10 13:24:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Depends. Whatever choice you pick - go with Plasma (KDE) desktop. Most of below choices have alternative desktop flavors that offer Plasma instead of Gnome.\n
    \n
    If your goal is to play games - something like Bazzite might work.\n
    \n
    If your goal is to have a desktop experience with some gaming, something like NobaraOS or PopOS would work.\n
    \n
    If your goal is only desktop experience - ubuntu will work.\n
    \n
    If your goal is to learn and have super awesome Linux desktop - Arch Linux.\n
    \n
    Personally I am in Arch Linux for the past decade. Tried many different ones and Arch Linux is the only one that simply “just works” for me. Not suitable for beginners.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705062532 {#2059
    date: 2024-01-12 13:28:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
    "@FatTony@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2050 …}
  +nested: Doctrine\ORM\PersistentCollection {#2052 …}
  +votes: Doctrine\ORM\PersistentCollection {#2058 …}
  +reports: Doctrine\ORM\PersistentCollection {#2125 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  -id: 301785
  -bodyTs: "'altern':16 'arch':78,84,95 'awesom':75 'bazzit':34 'beginn':110 'choic':3,14 'decad':89 'depend':1 'desktop':10,17,44,61,77 'differ':92 'experi':45,62 'flavor':18 'game':31,48 'gnome':24 'go':6 'goal':27,39,58,68 'instead':22 'kde':9 'learn':71 'like':33,50 'linux':76,79,85,96 'mani':91 'might':35 'nobarao':51 'offer':20 'one':93,100 'past':88 'person':80 'pick':5 'plasma':8,21 'play':30 'popo':53 'simpli':102 'someth':32,49 'suitabl':108 'super':74 'tri':90 'ubuntu':63 'whatev':2 'work':36,55,65,104 'would':54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7452813"
  +editedAt: DateTimeImmutable @1721654206 {#2046
    date: 2024-07-22 15:16:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705062532 {#2047
    date: 2024-01-12 13:28:52.0 +01:00
  }
  +"title": 301785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\EntryComment {#2045
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2057
    +user: Proxies\__CG__\App\Entity\User {#2915 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
    +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
    +url: null
    +body: """
      Whom also likes to game every now and then ;)\n
      \n
      Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 434
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722463144 {#2910
      date: 2024-07-31 23:59:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2917 …}
    +votes: Doctrine\ORM\PersistentCollection {#2919 …}
    +reports: Doctrine\ORM\PersistentCollection {#2921 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2923 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2925 …}
    +badges: Doctrine\ORM\PersistentCollection {#2927 …}
    +children: [
      App\Entity\EntryComment {#2045}
    ]
    -id: 28602
    -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
    -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704975844
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10533836"
    +editedAt: DateTimeImmutable @1720891541 {#2896
      date: 2024-07-13 19:25:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704889444 {#2873
      date: 2024-01-10 13:24:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Depends. Whatever choice you pick - go with Plasma (KDE) desktop. Most of below choices have alternative desktop flavors that offer Plasma instead of Gnome.\n
    \n
    If your goal is to play games - something like Bazzite might work.\n
    \n
    If your goal is to have a desktop experience with some gaming, something like NobaraOS or PopOS would work.\n
    \n
    If your goal is only desktop experience - ubuntu will work.\n
    \n
    If your goal is to learn and have super awesome Linux desktop - Arch Linux.\n
    \n
    Personally I am in Arch Linux for the past decade. Tried many different ones and Arch Linux is the only one that simply “just works” for me. Not suitable for beginners.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705062532 {#2059
    date: 2024-01-12 13:28:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
    "@FatTony@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2050 …}
  +nested: Doctrine\ORM\PersistentCollection {#2052 …}
  +votes: Doctrine\ORM\PersistentCollection {#2058 …}
  +reports: Doctrine\ORM\PersistentCollection {#2125 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  -id: 301785
  -bodyTs: "'altern':16 'arch':78,84,95 'awesom':75 'bazzit':34 'beginn':110 'choic':3,14 'decad':89 'depend':1 'desktop':10,17,44,61,77 'differ':92 'experi':45,62 'flavor':18 'game':31,48 'gnome':24 'go':6 'goal':27,39,58,68 'instead':22 'kde':9 'learn':71 'like':33,50 'linux':76,79,85,96 'mani':91 'might':35 'nobarao':51 'offer':20 'one':93,100 'past':88 'person':80 'pick':5 'plasma':8,21 'play':30 'popo':53 'simpli':102 'someth':32,49 'suitabl':108 'super':74 'tri':90 'ubuntu':63 'whatev':2 'work':36,55,65,104 'would':54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7452813"
  +editedAt: DateTimeImmutable @1721654206 {#2046
    date: 2024-07-22 15:16:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705062532 {#2047
    date: 2024-01-12 13:28:52.0 +01:00
  }
  +"title": 301785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\EntryComment {#2045
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2057
    +user: Proxies\__CG__\App\Entity\User {#2915 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
    +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
    +url: null
    +body: """
      Whom also likes to game every now and then ;)\n
      \n
      Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 434
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722463144 {#2910
      date: 2024-07-31 23:59:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2917 …}
    +votes: Doctrine\ORM\PersistentCollection {#2919 …}
    +reports: Doctrine\ORM\PersistentCollection {#2921 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2923 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2925 …}
    +badges: Doctrine\ORM\PersistentCollection {#2927 …}
    +children: [
      App\Entity\EntryComment {#2045}
    ]
    -id: 28602
    -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
    -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704975844
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10533836"
    +editedAt: DateTimeImmutable @1720891541 {#2896
      date: 2024-07-13 19:25:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704889444 {#2873
      date: 2024-01-10 13:24:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Depends. Whatever choice you pick - go with Plasma (KDE) desktop. Most of below choices have alternative desktop flavors that offer Plasma instead of Gnome.\n
    \n
    If your goal is to play games - something like Bazzite might work.\n
    \n
    If your goal is to have a desktop experience with some gaming, something like NobaraOS or PopOS would work.\n
    \n
    If your goal is only desktop experience - ubuntu will work.\n
    \n
    If your goal is to learn and have super awesome Linux desktop - Arch Linux.\n
    \n
    Personally I am in Arch Linux for the past decade. Tried many different ones and Arch Linux is the only one that simply “just works” for me. Not suitable for beginners.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705062532 {#2059
    date: 2024-01-12 13:28:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
    "@FatTony@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2050 …}
  +nested: Doctrine\ORM\PersistentCollection {#2052 …}
  +votes: Doctrine\ORM\PersistentCollection {#2058 …}
  +reports: Doctrine\ORM\PersistentCollection {#2125 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  -id: 301785
  -bodyTs: "'altern':16 'arch':78,84,95 'awesom':75 'bazzit':34 'beginn':110 'choic':3,14 'decad':89 'depend':1 'desktop':10,17,44,61,77 'differ':92 'experi':45,62 'flavor':18 'game':31,48 'gnome':24 'go':6 'goal':27,39,58,68 'instead':22 'kde':9 'learn':71 'like':33,50 'linux':76,79,85,96 'mani':91 'might':35 'nobarao':51 'offer':20 'one':93,100 'past':88 'person':80 'pick':5 'plasma':8,21 'play':30 'popo':53 'simpli':102 'someth':32,49 'suitabl':108 'super':74 'tri':90 'ubuntu':63 'whatev':2 'work':36,55,65,104 'would':54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7452813"
  +editedAt: DateTimeImmutable @1721654206 {#2046
    date: 2024-07-22 15:16:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705062532 {#2047
    date: 2024-01-12 13:28:52.0 +01:00
  }
  +"title": 301785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1795
  +user: Proxies\__CG__\App\Entity\User {#2893 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: Proxies\__CG__\App\Entity\Image {#2934 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
  +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
  +title: "Scientists discover first new antibiotics in over 60 years using AI"
  +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 605
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703287670 {#2929
    date: 2023-12-23 00:27:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2937 …}
  +votes: Doctrine\ORM\PersistentCollection {#2939 …}
  +reports: Doctrine\ORM\PersistentCollection {#2941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
  +badges: Doctrine\ORM\PersistentCollection {#2947 …}
  +children: [
    1 => App\Entity\EntryComment {#1725
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +root: App\Entity\EntryComment {#1692
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can’t wait for anti-antibiotics movements! 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1706570522 {#1686
          date: 2024-01-30 00:22:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1611 …}
        +votes: Doctrine\ORM\PersistentCollection {#1630 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
        -id: 243221
        -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6782886"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703256106 {#1691
          date: 2023-12-22 15:41:46.0 +01:00
        }
        +"title": 243221
      }
      +body: "Yeah, just like anti-antifa… 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1703259630 {#1617
        date: 2023-12-22 16:40:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@zalgotext@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1726 …}
      +votes: Doctrine\ORM\PersistentCollection {#1736 …}
      +reports: Doctrine\ORM\PersistentCollection {#1737 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
      -id: 243342
      -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6783839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703259630 {#1731
        date: 2023-12-22 16:40:30.0 +01:00
      }
      +"title": 243342
    }
    2 => App\Entity\EntryComment {#1692}
    0 => App\Entity\EntryComment {#1719
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
      +root: App\Entity\EntryComment {#1692}
      +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703268961 {#1729
        date: 2023-12-22 19:16:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@MaximilianKohler@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1714 …}
      +nested: Doctrine\ORM\PersistentCollection {#1720 …}
      +votes: Doctrine\ORM\PersistentCollection {#1717 …}
      +reports: Doctrine\ORM\PersistentCollection {#1741 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
      -id: 243730
      -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6786556"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703268961 {#1724
        date: 2023-12-22 19:16:01.0 +01:00
      }
      +"title": 243730
    }
  ]
  -id: 23644
  -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703185029
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9798191"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703098629 {#2916
    date: 2023-12-20 19:57:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1795
  +user: Proxies\__CG__\App\Entity\User {#2893 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: Proxies\__CG__\App\Entity\Image {#2934 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
  +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
  +title: "Scientists discover first new antibiotics in over 60 years using AI"
  +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 605
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703287670 {#2929
    date: 2023-12-23 00:27:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2937 …}
  +votes: Doctrine\ORM\PersistentCollection {#2939 …}
  +reports: Doctrine\ORM\PersistentCollection {#2941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
  +badges: Doctrine\ORM\PersistentCollection {#2947 …}
  +children: [
    1 => App\Entity\EntryComment {#1725
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +root: App\Entity\EntryComment {#1692
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can’t wait for anti-antibiotics movements! 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1706570522 {#1686
          date: 2024-01-30 00:22:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1611 …}
        +votes: Doctrine\ORM\PersistentCollection {#1630 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
        -id: 243221
        -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6782886"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703256106 {#1691
          date: 2023-12-22 15:41:46.0 +01:00
        }
        +"title": 243221
      }
      +body: "Yeah, just like anti-antifa… 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1703259630 {#1617
        date: 2023-12-22 16:40:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@zalgotext@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1726 …}
      +votes: Doctrine\ORM\PersistentCollection {#1736 …}
      +reports: Doctrine\ORM\PersistentCollection {#1737 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
      -id: 243342
      -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6783839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703259630 {#1731
        date: 2023-12-22 16:40:30.0 +01:00
      }
      +"title": 243342
    }
    2 => App\Entity\EntryComment {#1692}
    0 => App\Entity\EntryComment {#1719
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
      +root: App\Entity\EntryComment {#1692}
      +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703268961 {#1729
        date: 2023-12-22 19:16:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@MaximilianKohler@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1714 …}
      +nested: Doctrine\ORM\PersistentCollection {#1720 …}
      +votes: Doctrine\ORM\PersistentCollection {#1717 …}
      +reports: Doctrine\ORM\PersistentCollection {#1741 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
      -id: 243730
      -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6786556"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703268961 {#1724
        date: 2023-12-22 19:16:01.0 +01:00
      }
      +"title": 243730
    }
  ]
  -id: 23644
  -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703185029
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9798191"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703098629 {#2916
    date: 2023-12-20 19:57:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1795
  +user: Proxies\__CG__\App\Entity\User {#2893 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: Proxies\__CG__\App\Entity\Image {#2934 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
  +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
  +title: "Scientists discover first new antibiotics in over 60 years using AI"
  +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 84
  +favouriteCount: 605
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703287670 {#2929
    date: 2023-12-23 00:27:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2937 …}
  +votes: Doctrine\ORM\PersistentCollection {#2939 …}
  +reports: Doctrine\ORM\PersistentCollection {#2941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
  +badges: Doctrine\ORM\PersistentCollection {#2947 …}
  +children: [
    1 => App\Entity\EntryComment {#1725
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +root: App\Entity\EntryComment {#1692
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can’t wait for anti-antibiotics movements! 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1706570522 {#1686
          date: 2024-01-30 00:22:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1611 …}
        +votes: Doctrine\ORM\PersistentCollection {#1630 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
        -id: 243221
        -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6782886"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703256106 {#1691
          date: 2023-12-22 15:41:46.0 +01:00
        }
        +"title": 243221
      }
      +body: "Yeah, just like anti-antifa… 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1703259630 {#1617
        date: 2023-12-22 16:40:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@zalgotext@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1726 …}
      +votes: Doctrine\ORM\PersistentCollection {#1736 …}
      +reports: Doctrine\ORM\PersistentCollection {#1737 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
      -id: 243342
      -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6783839"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703259630 {#1731
        date: 2023-12-22 16:40:30.0 +01:00
      }
      +"title": 243342
    }
    2 => App\Entity\EntryComment {#1692}
    0 => App\Entity\EntryComment {#1719
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
      +root: App\Entity\EntryComment {#1692}
      +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703268961 {#1729
        date: 2023-12-22 19:16:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alphacyberranger@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@MaximilianKohler@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1714 …}
      +nested: Doctrine\ORM\PersistentCollection {#1720 …}
      +votes: Doctrine\ORM\PersistentCollection {#1717 …}
      +reports: Doctrine\ORM\PersistentCollection {#1741 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
      -id: 243730
      -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6786556"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703268961 {#1724
        date: 2023-12-22 19:16:01.0 +01:00
      }
      +"title": 243730
    }
  ]
  -id: 23644
  -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703185029
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9798191"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703098629 {#2916
    date: 2023-12-20 19:57:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\EntryComment {#1725
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725}
      2 => App\Entity\EntryComment {#1692
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can’t wait for anti-antibiotics movements! 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1706570522 {#1686
          date: 2024-01-30 00:22:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1611 …}
        +votes: Doctrine\ORM\PersistentCollection {#1630 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
        -id: 243221
        -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6782886"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703256106 {#1691
          date: 2023-12-22 15:41:46.0 +01:00
        }
        +"title": 243221
      }
      0 => App\Entity\EntryComment {#1719
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703268961 {#1729
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@MaximilianKohler@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1714 …}
        +nested: Doctrine\ORM\PersistentCollection {#1720 …}
        +votes: Doctrine\ORM\PersistentCollection {#1717 …}
        +reports: Doctrine\ORM\PersistentCollection {#1741 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
        -id: 243730
        -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6786556"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703268961 {#1724
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +"title": 243730
      }
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +root: App\Entity\EntryComment {#1692}
  +body: "Yeah, just like anti-antifa… 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703259630 {#1617
    date: 2023-12-22 16:40:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@zalgotext@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1726 …}
  +votes: Doctrine\ORM\PersistentCollection {#1736 …}
  +reports: Doctrine\ORM\PersistentCollection {#1737 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
  -id: 243342
  -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6783839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703259630 {#1731
    date: 2023-12-22 16:40:30.0 +01:00
  }
  +"title": 243342
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\EntryComment {#1725
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725}
      2 => App\Entity\EntryComment {#1692
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can’t wait for anti-antibiotics movements! 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1706570522 {#1686
          date: 2024-01-30 00:22:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1611 …}
        +votes: Doctrine\ORM\PersistentCollection {#1630 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
        -id: 243221
        -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6782886"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703256106 {#1691
          date: 2023-12-22 15:41:46.0 +01:00
        }
        +"title": 243221
      }
      0 => App\Entity\EntryComment {#1719
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703268961 {#1729
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@MaximilianKohler@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1714 …}
        +nested: Doctrine\ORM\PersistentCollection {#1720 …}
        +votes: Doctrine\ORM\PersistentCollection {#1717 …}
        +reports: Doctrine\ORM\PersistentCollection {#1741 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
        -id: 243730
        -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6786556"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703268961 {#1724
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +"title": 243730
      }
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +root: App\Entity\EntryComment {#1692}
  +body: "Yeah, just like anti-antifa… 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703259630 {#1617
    date: 2023-12-22 16:40:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@zalgotext@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1726 …}
  +votes: Doctrine\ORM\PersistentCollection {#1736 …}
  +reports: Doctrine\ORM\PersistentCollection {#1737 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
  -id: 243342
  -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6783839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703259630 {#1731
    date: 2023-12-22 16:40:30.0 +01:00
  }
  +"title": 243342
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\EntryComment {#1725
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725}
      2 => App\Entity\EntryComment {#1692
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can’t wait for anti-antibiotics movements! 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1706570522 {#1686
          date: 2024-01-30 00:22:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1611 …}
        +votes: Doctrine\ORM\PersistentCollection {#1630 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
        -id: 243221
        -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6782886"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703256106 {#1691
          date: 2023-12-22 15:41:46.0 +01:00
        }
        +"title": 243221
      }
      0 => App\Entity\EntryComment {#1719
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703268961 {#1729
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@MaximilianKohler@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1714 …}
        +nested: Doctrine\ORM\PersistentCollection {#1720 …}
        +votes: Doctrine\ORM\PersistentCollection {#1717 …}
        +reports: Doctrine\ORM\PersistentCollection {#1741 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
        -id: 243730
        -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6786556"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703268961 {#1724
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +"title": 243730
      }
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +root: App\Entity\EntryComment {#1692}
  +body: "Yeah, just like anti-antifa… 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703259630 {#1617
    date: 2023-12-22 16:40:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@zalgotext@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1726 …}
  +votes: Doctrine\ORM\PersistentCollection {#1736 …}
  +reports: Doctrine\ORM\PersistentCollection {#1737 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
  -id: 243342
  -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6783839"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703259630 {#1731
    date: 2023-12-22 16:40:30.0 +01:00
  }
  +"title": 243342
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\EntryComment {#1692
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Yeah, just like anti-antifa… 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703259630 {#1617
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@zalgotext@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1726 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1737 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
        -id: 243342
        -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6783839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703259630 {#1731
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +"title": 243342
      }
      2 => App\Entity\EntryComment {#1692}
      0 => App\Entity\EntryComment {#1719
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703268961 {#1729
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@MaximilianKohler@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1714 …}
        +nested: Doctrine\ORM\PersistentCollection {#1720 …}
        +votes: Doctrine\ORM\PersistentCollection {#1717 …}
        +reports: Doctrine\ORM\PersistentCollection {#1741 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
        -id: 243730
        -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6786556"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703268961 {#1724
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +"title": 243730
      }
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can’t wait for anti-antibiotics movements! 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1706570522 {#1686
    date: 2024-01-30 00:22:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 243221
  -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6782886"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703256106 {#1691
    date: 2023-12-22 15:41:46.0 +01:00
  }
  +"title": 243221
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\EntryComment {#1692
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Yeah, just like anti-antifa… 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703259630 {#1617
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@zalgotext@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1726 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1737 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
        -id: 243342
        -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6783839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703259630 {#1731
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +"title": 243342
      }
      2 => App\Entity\EntryComment {#1692}
      0 => App\Entity\EntryComment {#1719
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703268961 {#1729
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@MaximilianKohler@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1714 …}
        +nested: Doctrine\ORM\PersistentCollection {#1720 …}
        +votes: Doctrine\ORM\PersistentCollection {#1717 …}
        +reports: Doctrine\ORM\PersistentCollection {#1741 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
        -id: 243730
        -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6786556"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703268961 {#1724
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +"title": 243730
      }
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can’t wait for anti-antibiotics movements! 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1706570522 {#1686
    date: 2024-01-30 00:22:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 243221
  -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6782886"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703256106 {#1691
    date: 2023-12-22 15:41:46.0 +01:00
  }
  +"title": 243221
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\EntryComment {#1692
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Yeah, just like anti-antifa… 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703259630 {#1617
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@zalgotext@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1726 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1737 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
        -id: 243342
        -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6783839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703259630 {#1731
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +"title": 243342
      }
      2 => App\Entity\EntryComment {#1692}
      0 => App\Entity\EntryComment {#1719
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
        +root: App\Entity\EntryComment {#1692}
        +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703268961 {#1729
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@MaximilianKohler@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1714 …}
        +nested: Doctrine\ORM\PersistentCollection {#1720 …}
        +votes: Doctrine\ORM\PersistentCollection {#1717 …}
        +reports: Doctrine\ORM\PersistentCollection {#1741 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
        -id: 243730
        -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6786556"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703268961 {#1724
          date: 2023-12-22 19:16:01.0 +01:00
        }
        +"title": 243730
      }
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can’t wait for anti-antibiotics movements! 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1706570522 {#1686
    date: 2024-01-30 00:22:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 243221
  -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6782886"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703256106 {#1691
    date: 2023-12-22 15:41:46.0 +01:00
  }
  +"title": 243221
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\EntryComment {#1719
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
        +root: App\Entity\EntryComment {#1692
          +user: App\Entity\User {#265 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
          +image: null
          +parent: null
          +root: null
          +body: "Can’t wait for anti-antibiotics movements! 😅"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 12
          +score: 0
          +lastActive: DateTime @1706570522 {#1686
            date: 2024-01-30 00:22:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@alphacyberranger@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1711 …}
          +nested: Doctrine\ORM\PersistentCollection {#1611 …}
          +votes: Doctrine\ORM\PersistentCollection {#1630 …}
          +reports: Doctrine\ORM\PersistentCollection {#1628 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
          -id: 243221
          -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://sh.itjust.works/comment/6782886"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703256106 {#1691
            date: 2023-12-22 15:41:46.0 +01:00
          }
          +"title": 243221
        }
        +body: "Yeah, just like anti-antifa… 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703259630 {#1617
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@zalgotext@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1726 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1737 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
        -id: 243342
        -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6783839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703259630 {#1731
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +"title": 243342
      }
      2 => App\Entity\EntryComment {#1692}
      0 => App\Entity\EntryComment {#1719}
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
  +root: App\Entity\EntryComment {#1692}
  +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703268961 {#1729
    date: 2023-12-22 19:16:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@MaximilianKohler@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1714 …}
  +nested: Doctrine\ORM\PersistentCollection {#1720 …}
  +votes: Doctrine\ORM\PersistentCollection {#1717 …}
  +reports: Doctrine\ORM\PersistentCollection {#1741 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
  -id: 243730
  -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6786556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703268961 {#1724
    date: 2023-12-22 19:16:01.0 +01:00
  }
  +"title": 243730
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\EntryComment {#1719
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
        +root: App\Entity\EntryComment {#1692
          +user: App\Entity\User {#265 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
          +image: null
          +parent: null
          +root: null
          +body: "Can’t wait for anti-antibiotics movements! 😅"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 12
          +score: 0
          +lastActive: DateTime @1706570522 {#1686
            date: 2024-01-30 00:22:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@alphacyberranger@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1711 …}
          +nested: Doctrine\ORM\PersistentCollection {#1611 …}
          +votes: Doctrine\ORM\PersistentCollection {#1630 …}
          +reports: Doctrine\ORM\PersistentCollection {#1628 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
          -id: 243221
          -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://sh.itjust.works/comment/6782886"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703256106 {#1691
            date: 2023-12-22 15:41:46.0 +01:00
          }
          +"title": 243221
        }
        +body: "Yeah, just like anti-antifa… 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703259630 {#1617
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@zalgotext@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1726 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1737 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
        -id: 243342
        -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6783839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703259630 {#1731
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +"title": 243342
      }
      2 => App\Entity\EntryComment {#1692}
      0 => App\Entity\EntryComment {#1719}
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
  +root: App\Entity\EntryComment {#1692}
  +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703268961 {#1729
    date: 2023-12-22 19:16:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@MaximilianKohler@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1714 …}
  +nested: Doctrine\ORM\PersistentCollection {#1720 …}
  +votes: Doctrine\ORM\PersistentCollection {#1717 …}
  +reports: Doctrine\ORM\PersistentCollection {#1741 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
  -id: 243730
  -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6786556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703268961 {#1724
    date: 2023-12-22 19:16:01.0 +01:00
  }
  +"title": 243730
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\EntryComment {#1719
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#2893 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2936 …}
    +slug: "Scientists-discover-first-new-antibiotics-in-over-60-years-using"
    +title: "Scientists discover first new antibiotics in over 60 years using AI"
    +url: "https://www.euronews.com/next/2023/12/20/scientists-discover-the-first-new-antibiotics-in-over-60-years-using-ai"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 84
    +favouriteCount: 605
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703287670 {#2929
      date: 2023-12-23 00:27:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2937 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2941 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2943 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2945 …}
    +badges: Doctrine\ORM\PersistentCollection {#2947 …}
    +children: [
      1 => App\Entity\EntryComment {#1725
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
        +root: App\Entity\EntryComment {#1692
          +user: App\Entity\User {#265 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
          +image: null
          +parent: null
          +root: null
          +body: "Can’t wait for anti-antibiotics movements! 😅"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 12
          +score: 0
          +lastActive: DateTime @1706570522 {#1686
            date: 2024-01-30 00:22:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@alphacyberranger@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1711 …}
          +nested: Doctrine\ORM\PersistentCollection {#1611 …}
          +votes: Doctrine\ORM\PersistentCollection {#1630 …}
          +reports: Doctrine\ORM\PersistentCollection {#1628 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
          -id: 243221
          -bodyTs: "'anti':6 'anti-antibiot':5 'antibiot':7 'movement':8 'wait':3"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://sh.itjust.works/comment/6782886"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703256106 {#1691
            date: 2023-12-22 15:41:46.0 +01:00
          }
          +"title": 243221
        }
        +body: "Yeah, just like anti-antifa… 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703259630 {#1617
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@alphacyberranger@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@zalgotext@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1726 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1737 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
        -id: 243342
        -bodyTs: "'anti':5 'anti-antifa':4 'antifa':6 'like':3 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6783839"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703259630 {#1731
          date: 2023-12-22 16:40:30.0 +01:00
        }
        +"title": 243342
      }
      2 => App\Entity\EntryComment {#1692}
      0 => App\Entity\EntryComment {#1719}
    ]
    -id: 23644
    -titleTs: "'60':8 'ai':11 'antibiot':5 'discov':2 'first':3 'new':4 'scientist':1 'use':10 'year':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703185029
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9798191"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703098629 {#2916
      date: 2023-12-20 19:57:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1705 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
  +root: App\Entity\EntryComment {#1692}
  +body: "Meh, then I guess it’s time to stick with flat earth theory… :/"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703268961 {#1729
    date: 2023-12-22 19:16:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alphacyberranger@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@MaximilianKohler@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1714 …}
  +nested: Doctrine\ORM\PersistentCollection {#1720 …}
  +votes: Doctrine\ORM\PersistentCollection {#1717 …}
  +reports: Doctrine\ORM\PersistentCollection {#1741 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
  -id: 243730
  -bodyTs: "'earth':12 'flat':11 'guess':4 'meh':1 'stick':9 'theori':13 'time':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6786556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703268961 {#1724
    date: 2023-12-22 19:16:01.0 +01:00
  }
  +"title": 243730
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2225
  +user: Proxies\__CG__\App\Entity\User {#2835 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: Proxies\__CG__\App\Entity\Image {#2875 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#2870
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2878 …}
  +votes: Doctrine\ORM\PersistentCollection {#2880 …}
  +reports: Doctrine\ORM\PersistentCollection {#2882 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
  +badges: Doctrine\ORM\PersistentCollection {#2888 …}
  +children: [
    1 => App\Entity\EntryComment {#2213
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
      +body: "Try to browse Lemmy without finding anything about Linux 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705659051 {#2216
        date: 2024-01-19 11:10:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@dino@discuss.tchncs.de"
        "@Xcf456@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2232 …}
      +nested: Doctrine\ORM\PersistentCollection {#2228 …}
      +votes: Doctrine\ORM\PersistentCollection {#2192 …}
      +reports: Doctrine\ORM\PersistentCollection {#2299 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
      -id: 322175
      -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7745364"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705659051 {#2214
        date: 2024-01-19 11:10:51.0 +01:00
      }
      +"title": 322175
    }
    2 => App\Entity\EntryComment {#2292
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: """
        I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
        \n
        What’s your story? :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705683362 {#2318
        date: 2024-01-19 17:56:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@draughtcyclist@lemmy.world"
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@draughtcyclist@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2290 …}
      +nested: Doctrine\ORM\PersistentCollection {#2295 …}
      +votes: Doctrine\ORM\PersistentCollection {#2283 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
      -id: 323236
      -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7755829"
      +editedAt: DateTimeImmutable @1726794533 {#2313
        date: 2024-09-20 03:08:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705683362 {#2316
        date: 2024-01-19 17:56:02.0 +01:00
      }
      +"title": 323236
    }
    0 => App\Entity\EntryComment {#2297
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: "Then find sysadmin/devops/sre/younameit job 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705659081 {#2301
        date: 2024-01-19 11:11:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 322179
      -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7745370"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705659081 {#2302
        date: 2024-01-19 11:11:21.0 +01:00
      }
      +"title": 322179
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#2856
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2225
  +user: Proxies\__CG__\App\Entity\User {#2835 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: Proxies\__CG__\App\Entity\Image {#2875 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#2870
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2878 …}
  +votes: Doctrine\ORM\PersistentCollection {#2880 …}
  +reports: Doctrine\ORM\PersistentCollection {#2882 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
  +badges: Doctrine\ORM\PersistentCollection {#2888 …}
  +children: [
    1 => App\Entity\EntryComment {#2213
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
      +body: "Try to browse Lemmy without finding anything about Linux 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705659051 {#2216
        date: 2024-01-19 11:10:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@dino@discuss.tchncs.de"
        "@Xcf456@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2232 …}
      +nested: Doctrine\ORM\PersistentCollection {#2228 …}
      +votes: Doctrine\ORM\PersistentCollection {#2192 …}
      +reports: Doctrine\ORM\PersistentCollection {#2299 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
      -id: 322175
      -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7745364"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705659051 {#2214
        date: 2024-01-19 11:10:51.0 +01:00
      }
      +"title": 322175
    }
    2 => App\Entity\EntryComment {#2292
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: """
        I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
        \n
        What’s your story? :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705683362 {#2318
        date: 2024-01-19 17:56:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@draughtcyclist@lemmy.world"
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@draughtcyclist@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2290 …}
      +nested: Doctrine\ORM\PersistentCollection {#2295 …}
      +votes: Doctrine\ORM\PersistentCollection {#2283 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
      -id: 323236
      -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7755829"
      +editedAt: DateTimeImmutable @1726794533 {#2313
        date: 2024-09-20 03:08:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705683362 {#2316
        date: 2024-01-19 17:56:02.0 +01:00
      }
      +"title": 323236
    }
    0 => App\Entity\EntryComment {#2297
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: "Then find sysadmin/devops/sre/younameit job 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705659081 {#2301
        date: 2024-01-19 11:11:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 322179
      -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7745370"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705659081 {#2302
        date: 2024-01-19 11:11:21.0 +01:00
      }
      +"title": 322179
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#2856
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2225
  +user: Proxies\__CG__\App\Entity\User {#2835 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: Proxies\__CG__\App\Entity\Image {#2875 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#2870
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2878 …}
  +votes: Doctrine\ORM\PersistentCollection {#2880 …}
  +reports: Doctrine\ORM\PersistentCollection {#2882 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
  +badges: Doctrine\ORM\PersistentCollection {#2888 …}
  +children: [
    1 => App\Entity\EntryComment {#2213
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
      +body: "Try to browse Lemmy without finding anything about Linux 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705659051 {#2216
        date: 2024-01-19 11:10:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@dino@discuss.tchncs.de"
        "@Xcf456@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2232 …}
      +nested: Doctrine\ORM\PersistentCollection {#2228 …}
      +votes: Doctrine\ORM\PersistentCollection {#2192 …}
      +reports: Doctrine\ORM\PersistentCollection {#2299 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
      -id: 322175
      -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7745364"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705659051 {#2214
        date: 2024-01-19 11:10:51.0 +01:00
      }
      +"title": 322175
    }
    2 => App\Entity\EntryComment {#2292
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: """
        I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
        \n
        What’s your story? :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705683362 {#2318
        date: 2024-01-19 17:56:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@draughtcyclist@lemmy.world"
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
        "@WindowsEnjoyer@sh.itjust.works"
        "@draughtcyclist@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2290 …}
      +nested: Doctrine\ORM\PersistentCollection {#2295 …}
      +votes: Doctrine\ORM\PersistentCollection {#2283 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
      -id: 323236
      -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7755829"
      +editedAt: DateTimeImmutable @1726794533 {#2313
        date: 2024-09-20 03:08:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705683362 {#2316
        date: 2024-01-19 17:56:02.0 +01:00
      }
      +"title": 323236
    }
    0 => App\Entity\EntryComment {#2297
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
      +body: "Then find sysadmin/devops/sre/younameit job 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705659081 {#2301
        date: 2024-01-19 11:11:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@redcalcium@lemmy.institute"
        "@alice_mac@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 322179
      -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7745370"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705659081 {#2302
        date: 2024-01-19 11:11:21.0 +01:00
      }
      +"title": 322179
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#2856
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#2213
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213}
      2 => App\Entity\EntryComment {#2292
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: """
          I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
          \n
          What’s your story? :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705683362 {#2318
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2290 …}
        +nested: Doctrine\ORM\PersistentCollection {#2295 …}
        +votes: Doctrine\ORM\PersistentCollection {#2283 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
        -id: 323236
        -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7755829"
        +editedAt: DateTimeImmutable @1726794533 {#2313
          date: 2024-09-20 03:08:53.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705683362 {#2316
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +"title": 323236
      }
      0 => App\Entity\EntryComment {#2297
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: "Then find sysadmin/devops/sre/younameit job 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1705659081 {#2301
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2322 …}
        +nested: Doctrine\ORM\PersistentCollection {#2312 …}
        +votes: Doctrine\ORM\PersistentCollection {#2307 …}
        +reports: Doctrine\ORM\PersistentCollection {#2308 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
        -id: 322179
        -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659081 {#2302
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +"title": 322179
      }
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
  +body: "Try to browse Lemmy without finding anything about Linux 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705659051 {#2216
    date: 2024-01-19 11:10:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@dino@discuss.tchncs.de"
    "@Xcf456@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2232 …}
  +nested: Doctrine\ORM\PersistentCollection {#2228 …}
  +votes: Doctrine\ORM\PersistentCollection {#2192 …}
  +reports: Doctrine\ORM\PersistentCollection {#2299 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
  -id: 322175
  -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7745364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705659051 {#2214
    date: 2024-01-19 11:10:51.0 +01:00
  }
  +"title": 322175
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\EntryComment {#2213
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213}
      2 => App\Entity\EntryComment {#2292
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: """
          I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
          \n
          What’s your story? :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705683362 {#2318
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2290 …}
        +nested: Doctrine\ORM\PersistentCollection {#2295 …}
        +votes: Doctrine\ORM\PersistentCollection {#2283 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
        -id: 323236
        -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7755829"
        +editedAt: DateTimeImmutable @1726794533 {#2313
          date: 2024-09-20 03:08:53.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705683362 {#2316
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +"title": 323236
      }
      0 => App\Entity\EntryComment {#2297
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: "Then find sysadmin/devops/sre/younameit job 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1705659081 {#2301
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2322 …}
        +nested: Doctrine\ORM\PersistentCollection {#2312 …}
        +votes: Doctrine\ORM\PersistentCollection {#2307 …}
        +reports: Doctrine\ORM\PersistentCollection {#2308 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
        -id: 322179
        -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659081 {#2302
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +"title": 322179
      }
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
  +body: "Try to browse Lemmy without finding anything about Linux 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705659051 {#2216
    date: 2024-01-19 11:10:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@dino@discuss.tchncs.de"
    "@Xcf456@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2232 …}
  +nested: Doctrine\ORM\PersistentCollection {#2228 …}
  +votes: Doctrine\ORM\PersistentCollection {#2192 …}
  +reports: Doctrine\ORM\PersistentCollection {#2299 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
  -id: 322175
  -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7745364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705659051 {#2214
    date: 2024-01-19 11:10:51.0 +01:00
  }
  +"title": 322175
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\EntryComment {#2213
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213}
      2 => App\Entity\EntryComment {#2292
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: """
          I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
          \n
          What’s your story? :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705683362 {#2318
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2290 …}
        +nested: Doctrine\ORM\PersistentCollection {#2295 …}
        +votes: Doctrine\ORM\PersistentCollection {#2283 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
        -id: 323236
        -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7755829"
        +editedAt: DateTimeImmutable @1726794533 {#2313
          date: 2024-09-20 03:08:53.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705683362 {#2316
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +"title": 323236
      }
      0 => App\Entity\EntryComment {#2297
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: "Then find sysadmin/devops/sre/younameit job 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1705659081 {#2301
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2322 …}
        +nested: Doctrine\ORM\PersistentCollection {#2312 …}
        +votes: Doctrine\ORM\PersistentCollection {#2307 …}
        +reports: Doctrine\ORM\PersistentCollection {#2308 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
        -id: 322179
        -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659081 {#2302
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +"title": 322179
      }
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
  +body: "Try to browse Lemmy without finding anything about Linux 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705659051 {#2216
    date: 2024-01-19 11:10:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@dino@discuss.tchncs.de"
    "@Xcf456@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2232 …}
  +nested: Doctrine\ORM\PersistentCollection {#2228 …}
  +votes: Doctrine\ORM\PersistentCollection {#2192 …}
  +reports: Doctrine\ORM\PersistentCollection {#2299 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
  -id: 322175
  -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7745364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705659051 {#2214
    date: 2024-01-19 11:10:51.0 +01:00
  }
  +"title": 322175
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\EntryComment {#2292
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
        +body: "Try to browse Lemmy without finding anything about Linux 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705659051 {#2216
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@dino@discuss.tchncs.de"
          "@Xcf456@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2232 …}
        +nested: Doctrine\ORM\PersistentCollection {#2228 …}
        +votes: Doctrine\ORM\PersistentCollection {#2192 …}
        +reports: Doctrine\ORM\PersistentCollection {#2299 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
        -id: 322175
        -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745364"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659051 {#2214
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +"title": 322175
      }
      2 => App\Entity\EntryComment {#2292}
      0 => App\Entity\EntryComment {#2297
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: "Then find sysadmin/devops/sre/younameit job 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1705659081 {#2301
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2322 …}
        +nested: Doctrine\ORM\PersistentCollection {#2312 …}
        +votes: Doctrine\ORM\PersistentCollection {#2307 …}
        +reports: Doctrine\ORM\PersistentCollection {#2308 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
        -id: 322179
        -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659081 {#2302
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +"title": 322179
      }
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: """
    I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
    \n
    What’s your story? :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705683362 {#2318
    date: 2024-01-19 17:56:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@draughtcyclist@lemmy.world"
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@draughtcyclist@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2290 …}
  +nested: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2283 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
  -id: 323236
  -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7755829"
  +editedAt: DateTimeImmutable @1726794533 {#2313
    date: 2024-09-20 03:08:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705683362 {#2316
    date: 2024-01-19 17:56:02.0 +01:00
  }
  +"title": 323236
}
"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
95 DENIED edit
App\Entity\EntryComment {#2292
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
        +body: "Try to browse Lemmy without finding anything about Linux 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705659051 {#2216
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@dino@discuss.tchncs.de"
          "@Xcf456@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2232 …}
        +nested: Doctrine\ORM\PersistentCollection {#2228 …}
        +votes: Doctrine\ORM\PersistentCollection {#2192 …}
        +reports: Doctrine\ORM\PersistentCollection {#2299 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
        -id: 322175
        -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745364"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659051 {#2214
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +"title": 322175
      }
      2 => App\Entity\EntryComment {#2292}
      0 => App\Entity\EntryComment {#2297
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: "Then find sysadmin/devops/sre/younameit job 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1705659081 {#2301
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2322 …}
        +nested: Doctrine\ORM\PersistentCollection {#2312 …}
        +votes: Doctrine\ORM\PersistentCollection {#2307 …}
        +reports: Doctrine\ORM\PersistentCollection {#2308 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
        -id: 322179
        -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659081 {#2302
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +"title": 322179
      }
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: """
    I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
    \n
    What’s your story? :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705683362 {#2318
    date: 2024-01-19 17:56:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@draughtcyclist@lemmy.world"
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@draughtcyclist@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2290 …}
  +nested: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2283 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
  -id: 323236
  -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7755829"
  +editedAt: DateTimeImmutable @1726794533 {#2313
    date: 2024-09-20 03:08:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705683362 {#2316
    date: 2024-01-19 17:56:02.0 +01:00
  }
  +"title": 323236
}
"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
96 DENIED moderate
App\Entity\EntryComment {#2292
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
        +body: "Try to browse Lemmy without finding anything about Linux 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705659051 {#2216
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@dino@discuss.tchncs.de"
          "@Xcf456@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2232 …}
        +nested: Doctrine\ORM\PersistentCollection {#2228 …}
        +votes: Doctrine\ORM\PersistentCollection {#2192 …}
        +reports: Doctrine\ORM\PersistentCollection {#2299 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
        -id: 322175
        -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745364"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659051 {#2214
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +"title": 322175
      }
      2 => App\Entity\EntryComment {#2292}
      0 => App\Entity\EntryComment {#2297
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: "Then find sysadmin/devops/sre/younameit job 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1705659081 {#2301
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2322 …}
        +nested: Doctrine\ORM\PersistentCollection {#2312 …}
        +votes: Doctrine\ORM\PersistentCollection {#2307 …}
        +reports: Doctrine\ORM\PersistentCollection {#2308 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
        -id: 322179
        -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659081 {#2302
          date: 2024-01-19 11:11:21.0 +01:00
        }
        +"title": 322179
      }
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: """
    I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
    \n
    What’s your story? :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705683362 {#2318
    date: 2024-01-19 17:56:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@draughtcyclist@lemmy.world"
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
    "@WindowsEnjoyer@sh.itjust.works"
    "@draughtcyclist@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2290 …}
  +nested: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2283 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
  -id: 323236
  -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7755829"
  +editedAt: DateTimeImmutable @1726794533 {#2313
    date: 2024-09-20 03:08:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705683362 {#2316
    date: 2024-01-19 17:56:02.0 +01:00
  }
  +"title": 323236
}
"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
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\EntryComment {#2297
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
        +body: "Try to browse Lemmy without finding anything about Linux 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705659051 {#2216
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@dino@discuss.tchncs.de"
          "@Xcf456@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2232 …}
        +nested: Doctrine\ORM\PersistentCollection {#2228 …}
        +votes: Doctrine\ORM\PersistentCollection {#2192 …}
        +reports: Doctrine\ORM\PersistentCollection {#2299 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
        -id: 322175
        -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745364"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659051 {#2214
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +"title": 322175
      }
      2 => App\Entity\EntryComment {#2292
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: """
          I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
          \n
          What’s your story? :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705683362 {#2318
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2290 …}
        +nested: Doctrine\ORM\PersistentCollection {#2295 …}
        +votes: Doctrine\ORM\PersistentCollection {#2283 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
        -id: 323236
        -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7755829"
        +editedAt: DateTimeImmutable @1726794533 {#2313
          date: 2024-09-20 03:08:53.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705683362 {#2316
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +"title": 323236
      }
      0 => App\Entity\EntryComment {#2297}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: "Then find sysadmin/devops/sre/younameit job 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705659081 {#2301
    date: 2024-01-19 11:11:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 322179
  -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7745370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705659081 {#2302
    date: 2024-01-19 11:11:21.0 +01:00
  }
  +"title": 322179
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\EntryComment {#2297
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
        +body: "Try to browse Lemmy without finding anything about Linux 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705659051 {#2216
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@dino@discuss.tchncs.de"
          "@Xcf456@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2232 …}
        +nested: Doctrine\ORM\PersistentCollection {#2228 …}
        +votes: Doctrine\ORM\PersistentCollection {#2192 …}
        +reports: Doctrine\ORM\PersistentCollection {#2299 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
        -id: 322175
        -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745364"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659051 {#2214
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +"title": 322175
      }
      2 => App\Entity\EntryComment {#2292
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: """
          I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
          \n
          What’s your story? :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705683362 {#2318
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2290 …}
        +nested: Doctrine\ORM\PersistentCollection {#2295 …}
        +votes: Doctrine\ORM\PersistentCollection {#2283 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
        -id: 323236
        -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7755829"
        +editedAt: DateTimeImmutable @1726794533 {#2313
          date: 2024-09-20 03:08:53.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705683362 {#2316
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +"title": 323236
      }
      0 => App\Entity\EntryComment {#2297}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: "Then find sysadmin/devops/sre/younameit job 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705659081 {#2301
    date: 2024-01-19 11:11:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 322179
  -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7745370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705659081 {#2302
    date: 2024-01-19 11:11:21.0 +01:00
  }
  +"title": 322179
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\EntryComment {#2297
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2225
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: Proxies\__CG__\App\Entity\Image {#2875 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#2870
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2878 …}
    +votes: Doctrine\ORM\PersistentCollection {#2880 …}
    +reports: Doctrine\ORM\PersistentCollection {#2882 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2886 …}
    +badges: Doctrine\ORM\PersistentCollection {#2888 …}
    +children: [
      1 => App\Entity\EntryComment {#2213
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
        +body: "Try to browse Lemmy without finding anything about Linux 😅"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1705659051 {#2216
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@dino@discuss.tchncs.de"
          "@Xcf456@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2232 …}
        +nested: Doctrine\ORM\PersistentCollection {#2228 …}
        +votes: Doctrine\ORM\PersistentCollection {#2192 …}
        +reports: Doctrine\ORM\PersistentCollection {#2299 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2298 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2291 …}
        -id: 322175
        -bodyTs: "'anyth':7 'brows':3 'find':6 'lemmi':4 'linux':9 'tri':1 'without':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7745364"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705659051 {#2214
          date: 2024-01-19 11:10:51.0 +01:00
        }
        +"title": 322175
      }
      2 => App\Entity\EntryComment {#2292
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2225 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2294 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
        +body: """
          I am so happy that my parents didn’t buy me a better laptop a decade ago, so I was forced to use a shitty thinkpad laptop. After reading online, I figured out that Linux makes it faster…\n
          \n
          What’s your story? :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705683362 {#2318
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
          "@Sammy@lemmy.dbzer0.com"
          "@redcalcium@lemmy.institute"
          "@alice_mac@lemmy.world"
          "@WindowsEnjoyer@sh.itjust.works"
          "@draughtcyclist@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2290 …}
        +nested: Doctrine\ORM\PersistentCollection {#2295 …}
        +votes: Doctrine\ORM\PersistentCollection {#2283 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2276 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2275 …}
        -id: 323236
        -bodyTs: "'ago':17 'better':13 'buy':10 'decad':16 'didn':8 'faster':38 'figur':32 'forc':21 'happi':4 'laptop':14,27 'linux':35 'make':36 'onlin':30 'parent':7 'read':29 'shitti':25 'stori':42 'thinkpad':26 'use':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/7755829"
        +editedAt: DateTimeImmutable @1726794533 {#2313
          date: 2024-09-20 03:08:53.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705683362 {#2316
          date: 2024-01-19 17:56:02.0 +01:00
        }
        +"title": 323236
      }
      0 => App\Entity\EntryComment {#2297}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2856
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2315 …}
  +body: "Then find sysadmin/devops/sre/younameit job 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705659081 {#2301
    date: 2024-01-19 11:11:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@redcalcium@lemmy.institute"
    "@alice_mac@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 322179
  -bodyTs: "'find':2 'job':4 'sysadmin/devops/sre/younameit':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7745370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705659081 {#2302
    date: 2024-01-19 11:11:21.0 +01:00
  }
  +"title": 322179
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
101 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
102 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2371
  +user: Proxies\__CG__\App\Entity\User {#2895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#2897 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
  +slug: "GTA-V-source-code-has-been-leaked"
  +title: "GTA V source code has been leaked."
  +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
  +body: """
    The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
    \n
    “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
    \n
    [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 226
  +favouriteCount: 1036
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704218168 {#2890
    date: 2024-01-02 18:56:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2898 …}
  +votes: Doctrine\ORM\PersistentCollection {#2900 …}
  +reports: Doctrine\ORM\PersistentCollection {#2902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
  +badges: Doctrine\ORM\PersistentCollection {#2908 …}
  +children: [
    1 => App\Entity\EntryComment {#1910
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
      +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703611832 {#2381
        date: 2023-12-26 18:30:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@FuckyWucky@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1708 …}
      +nested: Doctrine\ORM\PersistentCollection {#1410 …}
      +votes: Doctrine\ORM\PersistentCollection {#1907 …}
      +reports: Doctrine\ORM\PersistentCollection {#1407 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
      -id: 254173
      -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854116"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611832 {#2383
        date: 2023-12-26 18:30:32.0 +01:00
      }
      +"title": 254173
    }
    2 => App\Entity\EntryComment {#2395
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
      +body: """
        Seedboxes is one of the best things to have at home.\n
        \n
        I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
        \n
        Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703775639 {#2392
        date: 2023-12-28 16:00:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@FuckyWucky@hexbear.net"
        "@teegus@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1384 …}
      +nested: Doctrine\ORM\PersistentCollection {#1383 …}
      +votes: Doctrine\ORM\PersistentCollection {#1405 …}
      +reports: Doctrine\ORM\PersistentCollection {#1382 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
      -id: 259478
      -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6893776"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703775639 {#2394
        date: 2023-12-28 16:00:39.0 +01:00
      }
      +"title": 259478
    }
    0 => App\Entity\EntryComment {#2471
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
      +body: """
        > he actively seeks to commit cybercrimes and even says so himself.\n
        \n
        In 5-10 years he would change his mind. As of now - kid had no idea about life.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1703611641 {#2469
        date: 2023-12-26 18:27:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@dannym@lemmy.escapebigtech.info"
        "@Tetsuo@jlai.lu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 254162
      -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854082"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611641 {#2467
        date: 2023-12-26 18:27:21.0 +01:00
      }
      +"title": 254162
    }
  ]
  -id: 24944
  -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
  -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703671956
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11121751"
  +editedAt: DateTimeImmutable @1708039842 {#2876
    date: 2024-02-16 00:30:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703585556 {#2853
    date: 2023-12-26 11:12:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2371
  +user: Proxies\__CG__\App\Entity\User {#2895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#2897 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
  +slug: "GTA-V-source-code-has-been-leaked"
  +title: "GTA V source code has been leaked."
  +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
  +body: """
    The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
    \n
    “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
    \n
    [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 226
  +favouriteCount: 1036
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704218168 {#2890
    date: 2024-01-02 18:56:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2898 …}
  +votes: Doctrine\ORM\PersistentCollection {#2900 …}
  +reports: Doctrine\ORM\PersistentCollection {#2902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
  +badges: Doctrine\ORM\PersistentCollection {#2908 …}
  +children: [
    1 => App\Entity\EntryComment {#1910
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
      +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703611832 {#2381
        date: 2023-12-26 18:30:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@FuckyWucky@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1708 …}
      +nested: Doctrine\ORM\PersistentCollection {#1410 …}
      +votes: Doctrine\ORM\PersistentCollection {#1907 …}
      +reports: Doctrine\ORM\PersistentCollection {#1407 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
      -id: 254173
      -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854116"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611832 {#2383
        date: 2023-12-26 18:30:32.0 +01:00
      }
      +"title": 254173
    }
    2 => App\Entity\EntryComment {#2395
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
      +body: """
        Seedboxes is one of the best things to have at home.\n
        \n
        I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
        \n
        Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703775639 {#2392
        date: 2023-12-28 16:00:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@FuckyWucky@hexbear.net"
        "@teegus@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1384 …}
      +nested: Doctrine\ORM\PersistentCollection {#1383 …}
      +votes: Doctrine\ORM\PersistentCollection {#1405 …}
      +reports: Doctrine\ORM\PersistentCollection {#1382 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
      -id: 259478
      -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6893776"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703775639 {#2394
        date: 2023-12-28 16:00:39.0 +01:00
      }
      +"title": 259478
    }
    0 => App\Entity\EntryComment {#2471
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
      +body: """
        > he actively seeks to commit cybercrimes and even says so himself.\n
        \n
        In 5-10 years he would change his mind. As of now - kid had no idea about life.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1703611641 {#2469
        date: 2023-12-26 18:27:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@dannym@lemmy.escapebigtech.info"
        "@Tetsuo@jlai.lu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 254162
      -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854082"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611641 {#2467
        date: 2023-12-26 18:27:21.0 +01:00
      }
      +"title": 254162
    }
  ]
  -id: 24944
  -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
  -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703671956
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11121751"
  +editedAt: DateTimeImmutable @1708039842 {#2876
    date: 2024-02-16 00:30:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703585556 {#2853
    date: 2023-12-26 11:12:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2371
  +user: Proxies\__CG__\App\Entity\User {#2895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#2897 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
  +slug: "GTA-V-source-code-has-been-leaked"
  +title: "GTA V source code has been leaked."
  +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
  +body: """
    The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
    \n
    “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
    \n
    [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 226
  +favouriteCount: 1036
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704218168 {#2890
    date: 2024-01-02 18:56:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2898 …}
  +votes: Doctrine\ORM\PersistentCollection {#2900 …}
  +reports: Doctrine\ORM\PersistentCollection {#2902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
  +badges: Doctrine\ORM\PersistentCollection {#2908 …}
  +children: [
    1 => App\Entity\EntryComment {#1910
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
      +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703611832 {#2381
        date: 2023-12-26 18:30:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@FuckyWucky@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1708 …}
      +nested: Doctrine\ORM\PersistentCollection {#1410 …}
      +votes: Doctrine\ORM\PersistentCollection {#1907 …}
      +reports: Doctrine\ORM\PersistentCollection {#1407 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
      -id: 254173
      -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854116"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611832 {#2383
        date: 2023-12-26 18:30:32.0 +01:00
      }
      +"title": 254173
    }
    2 => App\Entity\EntryComment {#2395
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
      +body: """
        Seedboxes is one of the best things to have at home.\n
        \n
        I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
        \n
        Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703775639 {#2392
        date: 2023-12-28 16:00:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@FuckyWucky@hexbear.net"
        "@teegus@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1384 …}
      +nested: Doctrine\ORM\PersistentCollection {#1383 …}
      +votes: Doctrine\ORM\PersistentCollection {#1405 …}
      +reports: Doctrine\ORM\PersistentCollection {#1382 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
      -id: 259478
      -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6893776"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703775639 {#2394
        date: 2023-12-28 16:00:39.0 +01:00
      }
      +"title": 259478
    }
    0 => App\Entity\EntryComment {#2471
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
      +body: """
        > he actively seeks to commit cybercrimes and even says so himself.\n
        \n
        In 5-10 years he would change his mind. As of now - kid had no idea about life.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1703611641 {#2469
        date: 2023-12-26 18:27:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_right@lemmy.dbzer0.com"
        "@dannym@lemmy.escapebigtech.info"
        "@Tetsuo@jlai.lu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 254162
      -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854082"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611641 {#2467
        date: 2023-12-26 18:27:21.0 +01:00
      }
      +"title": 254162
    }
  ]
  -id: 24944
  -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
  -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703671956
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11121751"
  +editedAt: DateTimeImmutable @1708039842 {#2876
    date: 2024-02-16 00:30:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703585556 {#2853
    date: 2023-12-26 11:12:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910}
      2 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: """
          Seedboxes is one of the best things to have at home.\n
          \n
          I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
          \n
          Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703775639 {#2392
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
          "@teegus@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1384 …}
        +nested: Doctrine\ORM\PersistentCollection {#1383 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
        -id: 259478
        -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6893776"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703775639 {#2394
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +"title": 259478
      }
      0 => App\Entity\EntryComment {#2471
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +body: """
          > he actively seeks to commit cybercrimes and even says so himself.\n
          \n
          In 5-10 years he would change his mind. As of now - kid had no idea about life.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1703611641 {#2469
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@dannym@lemmy.escapebigtech.info"
          "@Tetsuo@jlai.lu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2360 …}
        +nested: Doctrine\ORM\PersistentCollection {#2361 …}
        +votes: Doctrine\ORM\PersistentCollection {#2372 …}
        +reports: Doctrine\ORM\PersistentCollection {#2386 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
        -id: 254162
        -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854082"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611641 {#2467
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +"title": 254162
      }
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
  +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703611832 {#2381
    date: 2023-12-26 18:30:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@FuckyWucky@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1708 …}
  +nested: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#1407 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
  -id: 254173
  -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611832 {#2383
    date: 2023-12-26 18:30:32.0 +01:00
  }
  +"title": 254173
}
"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
107 DENIED edit
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910}
      2 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: """
          Seedboxes is one of the best things to have at home.\n
          \n
          I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
          \n
          Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703775639 {#2392
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
          "@teegus@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1384 …}
        +nested: Doctrine\ORM\PersistentCollection {#1383 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
        -id: 259478
        -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6893776"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703775639 {#2394
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +"title": 259478
      }
      0 => App\Entity\EntryComment {#2471
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +body: """
          > he actively seeks to commit cybercrimes and even says so himself.\n
          \n
          In 5-10 years he would change his mind. As of now - kid had no idea about life.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1703611641 {#2469
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@dannym@lemmy.escapebigtech.info"
          "@Tetsuo@jlai.lu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2360 …}
        +nested: Doctrine\ORM\PersistentCollection {#2361 …}
        +votes: Doctrine\ORM\PersistentCollection {#2372 …}
        +reports: Doctrine\ORM\PersistentCollection {#2386 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
        -id: 254162
        -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854082"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611641 {#2467
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +"title": 254162
      }
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
  +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703611832 {#2381
    date: 2023-12-26 18:30:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@FuckyWucky@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1708 …}
  +nested: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#1407 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
  -id: 254173
  -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611832 {#2383
    date: 2023-12-26 18:30:32.0 +01:00
  }
  +"title": 254173
}
"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
108 DENIED moderate
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910}
      2 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: """
          Seedboxes is one of the best things to have at home.\n
          \n
          I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
          \n
          Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703775639 {#2392
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
          "@teegus@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1384 …}
        +nested: Doctrine\ORM\PersistentCollection {#1383 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
        -id: 259478
        -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6893776"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703775639 {#2394
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +"title": 259478
      }
      0 => App\Entity\EntryComment {#2471
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +body: """
          > he actively seeks to commit cybercrimes and even says so himself.\n
          \n
          In 5-10 years he would change his mind. As of now - kid had no idea about life.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1703611641 {#2469
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@dannym@lemmy.escapebigtech.info"
          "@Tetsuo@jlai.lu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2360 …}
        +nested: Doctrine\ORM\PersistentCollection {#2361 …}
        +votes: Doctrine\ORM\PersistentCollection {#2372 …}
        +reports: Doctrine\ORM\PersistentCollection {#2386 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
        -id: 254162
        -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854082"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611641 {#2467
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +"title": 254162
      }
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
  +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703611832 {#2381
    date: 2023-12-26 18:30:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@FuckyWucky@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1708 …}
  +nested: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#1407 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
  -id: 254173
  -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611832 {#2383
    date: 2023-12-26 18:30:32.0 +01:00
  }
  +"title": 254173
}
"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
109 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
110 DENIED moderate
App\Entity\EntryComment {#2395
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703611832 {#2381
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1708 …}
        +nested: Doctrine\ORM\PersistentCollection {#1410 …}
        +votes: Doctrine\ORM\PersistentCollection {#1907 …}
        +reports: Doctrine\ORM\PersistentCollection {#1407 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
        -id: 254173
        -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611832 {#2383
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +"title": 254173
      }
      2 => App\Entity\EntryComment {#2395}
      0 => App\Entity\EntryComment {#2471
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +body: """
          > he actively seeks to commit cybercrimes and even says so himself.\n
          \n
          In 5-10 years he would change his mind. As of now - kid had no idea about life.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1703611641 {#2469
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@dannym@lemmy.escapebigtech.info"
          "@Tetsuo@jlai.lu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2360 …}
        +nested: Doctrine\ORM\PersistentCollection {#2361 …}
        +votes: Doctrine\ORM\PersistentCollection {#2372 …}
        +reports: Doctrine\ORM\PersistentCollection {#2386 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
        -id: 254162
        -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854082"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611641 {#2467
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +"title": 254162
      }
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
  +body: """
    Seedboxes is one of the best things to have at home.\n
    \n
    I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
    \n
    Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703775639 {#2392
    date: 2023-12-28 16:00:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@FuckyWucky@hexbear.net"
    "@teegus@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1384 …}
  +nested: Doctrine\ORM\PersistentCollection {#1383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1405 …}
  +reports: Doctrine\ORM\PersistentCollection {#1382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
  -id: 259478
  -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6893776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703775639 {#2394
    date: 2023-12-28 16:00:39.0 +01:00
  }
  +"title": 259478
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
111 DENIED edit
App\Entity\EntryComment {#2395
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703611832 {#2381
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1708 …}
        +nested: Doctrine\ORM\PersistentCollection {#1410 …}
        +votes: Doctrine\ORM\PersistentCollection {#1907 …}
        +reports: Doctrine\ORM\PersistentCollection {#1407 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
        -id: 254173
        -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611832 {#2383
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +"title": 254173
      }
      2 => App\Entity\EntryComment {#2395}
      0 => App\Entity\EntryComment {#2471
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +body: """
          > he actively seeks to commit cybercrimes and even says so himself.\n
          \n
          In 5-10 years he would change his mind. As of now - kid had no idea about life.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1703611641 {#2469
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@dannym@lemmy.escapebigtech.info"
          "@Tetsuo@jlai.lu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2360 …}
        +nested: Doctrine\ORM\PersistentCollection {#2361 …}
        +votes: Doctrine\ORM\PersistentCollection {#2372 …}
        +reports: Doctrine\ORM\PersistentCollection {#2386 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
        -id: 254162
        -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854082"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611641 {#2467
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +"title": 254162
      }
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
  +body: """
    Seedboxes is one of the best things to have at home.\n
    \n
    I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
    \n
    Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703775639 {#2392
    date: 2023-12-28 16:00:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@FuckyWucky@hexbear.net"
    "@teegus@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1384 …}
  +nested: Doctrine\ORM\PersistentCollection {#1383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1405 …}
  +reports: Doctrine\ORM\PersistentCollection {#1382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
  -id: 259478
  -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6893776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703775639 {#2394
    date: 2023-12-28 16:00:39.0 +01:00
  }
  +"title": 259478
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
112 DENIED moderate
App\Entity\EntryComment {#2395
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703611832 {#2381
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1708 …}
        +nested: Doctrine\ORM\PersistentCollection {#1410 …}
        +votes: Doctrine\ORM\PersistentCollection {#1907 …}
        +reports: Doctrine\ORM\PersistentCollection {#1407 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
        -id: 254173
        -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611832 {#2383
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +"title": 254173
      }
      2 => App\Entity\EntryComment {#2395}
      0 => App\Entity\EntryComment {#2471
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +body: """
          > he actively seeks to commit cybercrimes and even says so himself.\n
          \n
          In 5-10 years he would change his mind. As of now - kid had no idea about life.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1703611641 {#2469
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@dannym@lemmy.escapebigtech.info"
          "@Tetsuo@jlai.lu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2360 …}
        +nested: Doctrine\ORM\PersistentCollection {#2361 …}
        +votes: Doctrine\ORM\PersistentCollection {#2372 …}
        +reports: Doctrine\ORM\PersistentCollection {#2386 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
        -id: 254162
        -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854082"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611641 {#2467
          date: 2023-12-26 18:27:21.0 +01:00
        }
        +"title": 254162
      }
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
  +body: """
    Seedboxes is one of the best things to have at home.\n
    \n
    I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
    \n
    Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703775639 {#2392
    date: 2023-12-28 16:00:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@FuckyWucky@hexbear.net"
    "@teegus@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1384 …}
  +nested: Doctrine\ORM\PersistentCollection {#1383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1405 …}
  +reports: Doctrine\ORM\PersistentCollection {#1382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
  -id: 259478
  -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6893776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703775639 {#2394
    date: 2023-12-28 16:00:39.0 +01:00
  }
  +"title": 259478
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
113 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
114 DENIED moderate
App\Entity\EntryComment {#2471
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703611832 {#2381
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1708 …}
        +nested: Doctrine\ORM\PersistentCollection {#1410 …}
        +votes: Doctrine\ORM\PersistentCollection {#1907 …}
        +reports: Doctrine\ORM\PersistentCollection {#1407 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
        -id: 254173
        -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611832 {#2383
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +"title": 254173
      }
      2 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: """
          Seedboxes is one of the best things to have at home.\n
          \n
          I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
          \n
          Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703775639 {#2392
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
          "@teegus@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1384 …}
        +nested: Doctrine\ORM\PersistentCollection {#1383 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
        -id: 259478
        -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6893776"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703775639 {#2394
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +"title": 259478
      }
      0 => App\Entity\EntryComment {#2471}
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
  +body: """
    > he actively seeks to commit cybercrimes and even says so himself.\n
    \n
    In 5-10 years he would change his mind. As of now - kid had no idea about life.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1703611641 {#2469
    date: 2023-12-26 18:27:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@dannym@lemmy.escapebigtech.info"
    "@Tetsuo@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 254162
  -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854082"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611641 {#2467
    date: 2023-12-26 18:27:21.0 +01:00
  }
  +"title": 254162
}
"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
115 DENIED edit
App\Entity\EntryComment {#2471
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703611832 {#2381
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1708 …}
        +nested: Doctrine\ORM\PersistentCollection {#1410 …}
        +votes: Doctrine\ORM\PersistentCollection {#1907 …}
        +reports: Doctrine\ORM\PersistentCollection {#1407 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
        -id: 254173
        -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611832 {#2383
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +"title": 254173
      }
      2 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: """
          Seedboxes is one of the best things to have at home.\n
          \n
          I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
          \n
          Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703775639 {#2392
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
          "@teegus@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1384 …}
        +nested: Doctrine\ORM\PersistentCollection {#1383 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
        -id: 259478
        -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6893776"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703775639 {#2394
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +"title": 259478
      }
      0 => App\Entity\EntryComment {#2471}
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
  +body: """
    > he actively seeks to commit cybercrimes and even says so himself.\n
    \n
    In 5-10 years he would change his mind. As of now - kid had no idea about life.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1703611641 {#2469
    date: 2023-12-26 18:27:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@dannym@lemmy.escapebigtech.info"
    "@Tetsuo@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 254162
  -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854082"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611641 {#2467
    date: 2023-12-26 18:27:21.0 +01:00
  }
  +"title": 254162
}
"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
116 DENIED moderate
App\Entity\EntryComment {#2471
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2371
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2897 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2877 …}
    +slug: "GTA-V-source-code-has-been-leaked"
    +title: "GTA V source code has been leaked."
    +url: "https://lemmy.dbzer0.com/pictrs/image/eae33944-e791-4cec-8c26-0fe22dcc94b7.jpeg"
    +body: """
      The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times\n
      \n
      “Now i am expecting a open source version of gta to arrive soon on linux natively . Tired of playing supertuxcart.”\n
      \n
      [Here is the source.](https://twitter.com/vxunderground/status/1739263588408164859)Another [one](https://www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 226
    +favouriteCount: 1036
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704218168 {#2890
      date: 2024-01-02 18:56:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2898 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      1 => App\Entity\EntryComment {#1910
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1906 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: "That’s what seedboxes are for. I am more than happy to download it only to re-seed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703611832 {#2381
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1708 …}
        +nested: Doctrine\ORM\PersistentCollection {#1410 …}
        +votes: Doctrine\ORM\PersistentCollection {#1907 …}
        +reports: Doctrine\ORM\PersistentCollection {#1407 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2369 …}
        -id: 254173
        -bodyTs: "'download':13 'happi':11 're':18 're-se':17 'seed':19 'seedbox':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6854116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703611832 {#2383
          date: 2023-12-26 18:30:32.0 +01:00
        }
        +"title": 254173
      }
      2 => App\Entity\EntryComment {#2395
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2371 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2393 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1909 …}
        +body: """
          Seedboxes is one of the best things to have at home.\n
          \n
          I also have 100mbps internet and I’ve configured router with QoS - seedbox only gets letfover internet, both up & down. I can work, play (mp) games and download torrents at “full speed”, all at the same time because seedbox will never have a priority.\n
          \n
          Using this trick I can fully live with 100mbps. Before that I had 1GBPS and honestly - I don’t miss it that much. :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703775639 {#2392
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mr_right@lemmy.dbzer0.com"
          "@FuckyWucky@hexbear.net"
          "@teegus@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1384 …}
        +nested: Doctrine\ORM\PersistentCollection {#1383 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1404 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1361 …}
        -id: 259478
        -bodyTs: "'100mbps':15,64 '1gbps':69 'also':13 'best':6 'configur':20 'download':39 'full':42 'fulli':61 'game':37 'get':26 'home':11 'honest':71 'internet':16,28 'letfov':27 'live':62 'miss':75 'mp':36 'much':78 'never':52 'one':3 'play':35 'prioriti':55 'qos':23 'router':21 'seedbox':1,24,50 'speed':43 'thing':7 'time':48 'torrent':40 'trick':58 'use':56 've':19 'work':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/6893776"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703775639 {#2394
          date: 2023-12-28 16:00:39.0 +01:00
        }
        +"title": 259478
      }
      0 => App\Entity\EntryComment {#2471}
    ]
    -id: 24944
    -titleTs: "'code':4 'gta':1 'leak':7 'sourc':3 'v':2"
    -bodyTs: "'/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':78 '/vxunderground/status/1739263588408164859)another':74 '2':21 '360':37 'arriv':59 'british':33 'bulli':20 'code':6,16 'communiti':39 'contain':12 'discord':28 'expect':51 'full':2 'get':42 'gta':3,13,23,57 'guy':34 'known':40 'leak':9,11,25 'linux':62 'mod':38 'multipl':46 'nativ':63 'one':75 'open':53 'play':66 'random':32 'rockstar':45 'server':29 'soon':60 'sourc':5,15,54,71 'stuff':18 'su':43 'supertuxcart':67 'time':47 'tire':64 'twitter.com':73 'twitter.com/vxunderground/status/1739263588408164859)another':72 'v':4,14 'version':55 'vi':24 'www.bleepingcomputer.com':77 'www.bleepingcomputer.com/news/security/gta-5-source-code-reportedly-leaked-online-a-year-after-rockstar-hack/).':76"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671956
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11121751"
    +editedAt: DateTimeImmutable @1708039842 {#2876
      date: 2024-02-16 00:30:42.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703585556 {#2853
      date: 2023-12-26 11:12:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
  +body: """
    > he actively seeks to commit cybercrimes and even says so himself.\n
    \n
    In 5-10 years he would change his mind. As of now - kid had no idea about life.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1703611641 {#2469
    date: 2023-12-26 18:27:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_right@lemmy.dbzer0.com"
    "@dannym@lemmy.escapebigtech.info"
    "@Tetsuo@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 254162
  -bodyTs: "'-10':14 '5':13 'activ':2 'chang':18 'commit':5 'cybercrim':6 'even':8 'idea':27 'kid':24 'life':29 'mind':20 'say':9 'seek':3 'would':17 'year':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854082"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611641 {#2467
    date: 2023-12-26 18:27:21.0 +01:00
  }
  +"title": 254162
}
"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
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2120
  +user: Proxies\__CG__\App\Entity\User {#2816 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
  +image: Proxies\__CG__\App\Entity\Image {#2855 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2857 …}
  +slug: "Every-goddamn-time"
  +title: "Every goddamn time"
  +url: "https://sh.itjust.works/pictrs/image/739f6b8b-11a3-4507-a718-c74b88ca986c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 850
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726454611 {#2850
    date: 2024-09-16 04:43:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2858 …}
  +votes: Doctrine\ORM\PersistentCollection {#2860 …}
  +reports: Doctrine\ORM\PersistentCollection {#2862 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2864 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2866 …}
  +badges: Doctrine\ORM\PersistentCollection {#2868 …}
  +children: [
    App\Entity\EntryComment {#2116
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2120 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
      +body: """
        > journalctl\n
        \n
        I’m in!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705516061 {#2113
        date: 2024-01-17 19:27:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sjmarf@sh.itjust.works"
        "@LoremIpsumGenerator@lemmy.world"
        "@deaf_fish@lemm.ee"
        "@sjmarf@sh.itjust.works"
        "@LoremIpsumGenerator@lemmy.world"
        "@deaf_fish@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2162 …}
      +nested: Doctrine\ORM\PersistentCollection {#2128 …}
      +votes: Doctrine\ORM\PersistentCollection {#2126 …}
      +reports: Doctrine\ORM\PersistentCollection {#2139 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2223 …}
      -id: 317289
      -bodyTs: "'journalctl':1 'm':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7689445"
      +editedAt: DateTimeImmutable @1725956823 {#2123
        date: 2024-09-10 10:27:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705516061 {#2119
        date: 2024-01-17 19:27:41.0 +01:00
      }
      +"title": 317289
    }
  ]
  -id: 31162
  -titleTs: "'everi':1 'goddamn':2 'time':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705566041
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12935815"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705479641 {#2838
    date: 2024-01-17 09:20:41.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
119 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2120
  +user: Proxies\__CG__\App\Entity\User {#2816 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
  +image: Proxies\__CG__\App\Entity\Image {#2855 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2857 …}
  +slug: "Every-goddamn-time"
  +title: "Every goddamn time"
  +url: "https://sh.itjust.works/pictrs/image/739f6b8b-11a3-4507-a718-c74b88ca986c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 850
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726454611 {#2850
    date: 2024-09-16 04:43:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2858 …}
  +votes: Doctrine\ORM\PersistentCollection {#2860 …}
  +reports: Doctrine\ORM\PersistentCollection {#2862 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2864 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2866 …}
  +badges: Doctrine\ORM\PersistentCollection {#2868 …}
  +children: [
    App\Entity\EntryComment {#2116
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2120 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
      +body: """
        > journalctl\n
        \n
        I’m in!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705516061 {#2113
        date: 2024-01-17 19:27:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sjmarf@sh.itjust.works"
        "@LoremIpsumGenerator@lemmy.world"
        "@deaf_fish@lemm.ee"
        "@sjmarf@sh.itjust.works"
        "@LoremIpsumGenerator@lemmy.world"
        "@deaf_fish@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2162 …}
      +nested: Doctrine\ORM\PersistentCollection {#2128 …}
      +votes: Doctrine\ORM\PersistentCollection {#2126 …}
      +reports: Doctrine\ORM\PersistentCollection {#2139 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2223 …}
      -id: 317289
      -bodyTs: "'journalctl':1 'm':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7689445"
      +editedAt: DateTimeImmutable @1725956823 {#2123
        date: 2024-09-10 10:27:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705516061 {#2119
        date: 2024-01-17 19:27:41.0 +01:00
      }
      +"title": 317289
    }
  ]
  -id: 31162
  -titleTs: "'everi':1 'goddamn':2 'time':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705566041
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12935815"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705479641 {#2838
    date: 2024-01-17 09:20:41.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
120 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2120
  +user: Proxies\__CG__\App\Entity\User {#2816 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
  +image: Proxies\__CG__\App\Entity\Image {#2855 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2857 …}
  +slug: "Every-goddamn-time"
  +title: "Every goddamn time"
  +url: "https://sh.itjust.works/pictrs/image/739f6b8b-11a3-4507-a718-c74b88ca986c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 850
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726454611 {#2850
    date: 2024-09-16 04:43:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2858 …}
  +votes: Doctrine\ORM\PersistentCollection {#2860 …}
  +reports: Doctrine\ORM\PersistentCollection {#2862 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2864 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2866 …}
  +badges: Doctrine\ORM\PersistentCollection {#2868 …}
  +children: [
    App\Entity\EntryComment {#2116
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2120 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
      +body: """
        > journalctl\n
        \n
        I’m in!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705516061 {#2113
        date: 2024-01-17 19:27:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sjmarf@sh.itjust.works"
        "@LoremIpsumGenerator@lemmy.world"
        "@deaf_fish@lemm.ee"
        "@sjmarf@sh.itjust.works"
        "@LoremIpsumGenerator@lemmy.world"
        "@deaf_fish@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2162 …}
      +nested: Doctrine\ORM\PersistentCollection {#2128 …}
      +votes: Doctrine\ORM\PersistentCollection {#2126 …}
      +reports: Doctrine\ORM\PersistentCollection {#2139 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2223 …}
      -id: 317289
      -bodyTs: "'journalctl':1 'm':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7689445"
      +editedAt: DateTimeImmutable @1725956823 {#2123
        date: 2024-09-10 10:27:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705516061 {#2119
        date: 2024-01-17 19:27:41.0 +01:00
      }
      +"title": 317289
    }
  ]
  -id: 31162
  -titleTs: "'everi':1 'goddamn':2 'time':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705566041
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12935815"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705479641 {#2838
    date: 2024-01-17 09:20:41.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
121 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
122 DENIED moderate
App\Entity\EntryComment {#2116
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120
    +user: Proxies\__CG__\App\Entity\User {#2816 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
    +image: Proxies\__CG__\App\Entity\Image {#2855 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2857 …}
    +slug: "Every-goddamn-time"
    +title: "Every goddamn time"
    +url: "https://sh.itjust.works/pictrs/image/739f6b8b-11a3-4507-a718-c74b88ca986c.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 850
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726454611 {#2850
      date: 2024-09-16 04:43:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2858 …}
    +votes: Doctrine\ORM\PersistentCollection {#2860 …}
    +reports: Doctrine\ORM\PersistentCollection {#2862 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2864 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2866 …}
    +badges: Doctrine\ORM\PersistentCollection {#2868 …}
    +children: [
      App\Entity\EntryComment {#2116}
    ]
    -id: 31162
    -titleTs: "'everi':1 'goddamn':2 'time':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705566041
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12935815"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705479641 {#2838
      date: 2024-01-17 09:20:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
  +body: """
    > journalctl\n
    \n
    I’m in!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705516061 {#2113
    date: 2024-01-17 19:27:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sjmarf@sh.itjust.works"
    "@LoremIpsumGenerator@lemmy.world"
    "@deaf_fish@lemm.ee"
    "@sjmarf@sh.itjust.works"
    "@LoremIpsumGenerator@lemmy.world"
    "@deaf_fish@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2162 …}
  +nested: Doctrine\ORM\PersistentCollection {#2128 …}
  +votes: Doctrine\ORM\PersistentCollection {#2126 …}
  +reports: Doctrine\ORM\PersistentCollection {#2139 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2223 …}
  -id: 317289
  -bodyTs: "'journalctl':1 'm':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7689445"
  +editedAt: DateTimeImmutable @1725956823 {#2123
    date: 2024-09-10 10:27:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705516061 {#2119
    date: 2024-01-17 19:27:41.0 +01:00
  }
  +"title": 317289
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED edit
App\Entity\EntryComment {#2116
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120
    +user: Proxies\__CG__\App\Entity\User {#2816 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
    +image: Proxies\__CG__\App\Entity\Image {#2855 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2857 …}
    +slug: "Every-goddamn-time"
    +title: "Every goddamn time"
    +url: "https://sh.itjust.works/pictrs/image/739f6b8b-11a3-4507-a718-c74b88ca986c.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 850
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726454611 {#2850
      date: 2024-09-16 04:43:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2858 …}
    +votes: Doctrine\ORM\PersistentCollection {#2860 …}
    +reports: Doctrine\ORM\PersistentCollection {#2862 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2864 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2866 …}
    +badges: Doctrine\ORM\PersistentCollection {#2868 …}
    +children: [
      App\Entity\EntryComment {#2116}
    ]
    -id: 31162
    -titleTs: "'everi':1 'goddamn':2 'time':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705566041
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12935815"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705479641 {#2838
      date: 2024-01-17 09:20:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
  +body: """
    > journalctl\n
    \n
    I’m in!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705516061 {#2113
    date: 2024-01-17 19:27:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sjmarf@sh.itjust.works"
    "@LoremIpsumGenerator@lemmy.world"
    "@deaf_fish@lemm.ee"
    "@sjmarf@sh.itjust.works"
    "@LoremIpsumGenerator@lemmy.world"
    "@deaf_fish@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2162 …}
  +nested: Doctrine\ORM\PersistentCollection {#2128 …}
  +votes: Doctrine\ORM\PersistentCollection {#2126 …}
  +reports: Doctrine\ORM\PersistentCollection {#2139 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2223 …}
  -id: 317289
  -bodyTs: "'journalctl':1 'm':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7689445"
  +editedAt: DateTimeImmutable @1725956823 {#2123
    date: 2024-09-10 10:27:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705516061 {#2119
    date: 2024-01-17 19:27:41.0 +01:00
  }
  +"title": 317289
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
124 DENIED moderate
App\Entity\EntryComment {#2116
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120
    +user: Proxies\__CG__\App\Entity\User {#2816 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
    +image: Proxies\__CG__\App\Entity\Image {#2855 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2857 …}
    +slug: "Every-goddamn-time"
    +title: "Every goddamn time"
    +url: "https://sh.itjust.works/pictrs/image/739f6b8b-11a3-4507-a718-c74b88ca986c.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 850
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726454611 {#2850
      date: 2024-09-16 04:43:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2858 …}
    +votes: Doctrine\ORM\PersistentCollection {#2860 …}
    +reports: Doctrine\ORM\PersistentCollection {#2862 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2864 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2866 …}
    +badges: Doctrine\ORM\PersistentCollection {#2868 …}
    +children: [
      App\Entity\EntryComment {#2116}
    ]
    -id: 31162
    -titleTs: "'everi':1 'goddamn':2 'time':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705566041
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/12935815"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705479641 {#2838
      date: 2024-01-17 09:20:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2161 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
  +body: """
    > journalctl\n
    \n
    I’m in!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705516061 {#2113
    date: 2024-01-17 19:27:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sjmarf@sh.itjust.works"
    "@LoremIpsumGenerator@lemmy.world"
    "@deaf_fish@lemm.ee"
    "@sjmarf@sh.itjust.works"
    "@LoremIpsumGenerator@lemmy.world"
    "@deaf_fish@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2162 …}
  +nested: Doctrine\ORM\PersistentCollection {#2128 …}
  +votes: Doctrine\ORM\PersistentCollection {#2126 …}
  +reports: Doctrine\ORM\PersistentCollection {#2139 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2223 …}
  -id: 317289
  -bodyTs: "'journalctl':1 'm':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7689445"
  +editedAt: DateTimeImmutable @1725956823 {#2123
    date: 2024-09-10 10:27:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705516061 {#2119
    date: 2024-01-17 19:27:41.0 +01:00
  }
  +"title": 317289
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
125 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
126 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#2797 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "configFile-yaml-or-configFile-yml"
  +title: "configFile.yaml or configFile.yml"
  +url: null
  +body: "idk why I hate .yml and prefer.yaml instead. What do you use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702749760 {#2832
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2837 …}
  +votes: Doctrine\ORM\PersistentCollection {#2840 …}
  +reports: Doctrine\ORM\PersistentCollection {#2842 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2844 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2846 …}
  +badges: Doctrine\ORM\PersistentCollection {#2848 …}
  +children: [
    App\Entity\EntryComment {#1561
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: ".yml 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702749760 {#1582
        date: 2023-12-16 19:02:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hypnotic_nerd@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1560 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1548 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
      -id: 227565
      -bodyTs: "'yml':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6670334"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702749760 {#1527
        date: 2023-12-16 19:02:40.0 +01:00
      }
      +"title": 227565
    }
  ]
  -id: 22374
  -titleTs: "'configfile.yaml':1 'configfile.yml':3"
  -bodyTs: "'hate':4 'idk':1 'instead':8 'prefer.yaml':7 'use':12 'yml':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702721751
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7285110"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702635351 {#2819
    date: 2023-12-15 11:15:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
127 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#2797 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "configFile-yaml-or-configFile-yml"
  +title: "configFile.yaml or configFile.yml"
  +url: null
  +body: "idk why I hate .yml and prefer.yaml instead. What do you use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702749760 {#2832
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2837 …}
  +votes: Doctrine\ORM\PersistentCollection {#2840 …}
  +reports: Doctrine\ORM\PersistentCollection {#2842 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2844 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2846 …}
  +badges: Doctrine\ORM\PersistentCollection {#2848 …}
  +children: [
    App\Entity\EntryComment {#1561
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: ".yml 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702749760 {#1582
        date: 2023-12-16 19:02:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hypnotic_nerd@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1560 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1548 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
      -id: 227565
      -bodyTs: "'yml':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6670334"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702749760 {#1527
        date: 2023-12-16 19:02:40.0 +01:00
      }
      +"title": 227565
    }
  ]
  -id: 22374
  -titleTs: "'configfile.yaml':1 'configfile.yml':3"
  -bodyTs: "'hate':4 'idk':1 'instead':8 'prefer.yaml':7 'use':12 'yml':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702721751
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7285110"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702635351 {#2819
    date: 2023-12-15 11:15:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
128 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#2797 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "configFile-yaml-or-configFile-yml"
  +title: "configFile.yaml or configFile.yml"
  +url: null
  +body: "idk why I hate .yml and prefer.yaml instead. What do you use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702749760 {#2832
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2837 …}
  +votes: Doctrine\ORM\PersistentCollection {#2840 …}
  +reports: Doctrine\ORM\PersistentCollection {#2842 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2844 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2846 …}
  +badges: Doctrine\ORM\PersistentCollection {#2848 …}
  +children: [
    App\Entity\EntryComment {#1561
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: ".yml 😅"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702749760 {#1582
        date: 2023-12-16 19:02:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hypnotic_nerd@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1560 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1548 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
      -id: 227565
      -bodyTs: "'yml':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6670334"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702749760 {#1527
        date: 2023-12-16 19:02:40.0 +01:00
      }
      +"title": 227565
    }
  ]
  -id: 22374
  -titleTs: "'configfile.yaml':1 'configfile.yml':3"
  -bodyTs: "'hate':4 'idk':1 'instead':8 'prefer.yaml':7 'use':12 'yml':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702721751
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7285110"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702635351 {#2819
    date: 2023-12-15 11:15:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
129 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
130 DENIED moderate
App\Entity\EntryComment {#1561
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#2797 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "configFile-yaml-or-configFile-yml"
    +title: "configFile.yaml or configFile.yml"
    +url: null
    +body: "idk why I hate .yml and prefer.yaml instead. What do you use?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702749760 {#2832
      date: 2023-12-16 19:02:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2837 …}
    +votes: Doctrine\ORM\PersistentCollection {#2840 …}
    +reports: Doctrine\ORM\PersistentCollection {#2842 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2844 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2846 …}
    +badges: Doctrine\ORM\PersistentCollection {#2848 …}
    +children: [
      App\Entity\EntryComment {#1561}
    ]
    -id: 22374
    -titleTs: "'configfile.yaml':1 'configfile.yml':3"
    -bodyTs: "'hate':4 'idk':1 'instead':8 'prefer.yaml':7 'use':12 'yml':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702721751
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7285110"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702635351 {#2819
      date: 2023-12-15 11:15:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: ".yml 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702749760 {#1582
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hypnotic_nerd@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1560 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  -id: 227565
  -bodyTs: "'yml':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6670334"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702749760 {#1527
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +"title": 227565
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
131 DENIED edit
App\Entity\EntryComment {#1561
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#2797 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "configFile-yaml-or-configFile-yml"
    +title: "configFile.yaml or configFile.yml"
    +url: null
    +body: "idk why I hate .yml and prefer.yaml instead. What do you use?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702749760 {#2832
      date: 2023-12-16 19:02:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2837 …}
    +votes: Doctrine\ORM\PersistentCollection {#2840 …}
    +reports: Doctrine\ORM\PersistentCollection {#2842 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2844 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2846 …}
    +badges: Doctrine\ORM\PersistentCollection {#2848 …}
    +children: [
      App\Entity\EntryComment {#1561}
    ]
    -id: 22374
    -titleTs: "'configfile.yaml':1 'configfile.yml':3"
    -bodyTs: "'hate':4 'idk':1 'instead':8 'prefer.yaml':7 'use':12 'yml':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702721751
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7285110"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702635351 {#2819
      date: 2023-12-15 11:15:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: ".yml 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702749760 {#1582
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hypnotic_nerd@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1560 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  -id: 227565
  -bodyTs: "'yml':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6670334"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702749760 {#1527
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +"title": 227565
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
132 DENIED moderate
App\Entity\EntryComment {#1561
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#2797 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "configFile-yaml-or-configFile-yml"
    +title: "configFile.yaml or configFile.yml"
    +url: null
    +body: "idk why I hate .yml and prefer.yaml instead. What do you use?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702749760 {#2832
      date: 2023-12-16 19:02:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2837 …}
    +votes: Doctrine\ORM\PersistentCollection {#2840 …}
    +reports: Doctrine\ORM\PersistentCollection {#2842 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2844 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2846 …}
    +badges: Doctrine\ORM\PersistentCollection {#2848 …}
    +children: [
      App\Entity\EntryComment {#1561}
    ]
    -id: 22374
    -titleTs: "'configfile.yaml':1 'configfile.yml':3"
    -bodyTs: "'hate':4 'idk':1 'instead':8 'prefer.yaml':7 'use':12 'yml':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702721751
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7285110"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702635351 {#2819
      date: 2023-12-15 11:15:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: ".yml 😅"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702749760 {#1582
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hypnotic_nerd@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1560 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  -id: 227565
  -bodyTs: "'yml':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6670334"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702749760 {#1527
    date: 2023-12-16 19:02:40.0 +01:00
  }
  +"title": 227565
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
133 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
134 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2222
  +user: Proxies\__CG__\App\Entity\User {#2778 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "what-s-a-normie-KDE-distro"
  +title: "what's a normie KDE distro?"
  +url: null
  +body: "Looking for a normie KDE distro that works out of the box and is stable without issues."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728898101 {#2813
    date: 2024-10-14 11:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2820 …}
  +votes: Doctrine\ORM\PersistentCollection {#2822 …}
  +reports: Doctrine\ORM\PersistentCollection {#2824 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2826 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2828 …}
  +badges: Doctrine\ORM\PersistentCollection {#2830 …}
  +children: [
    App\Entity\EntryComment {#2218
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2222 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
      +body: "Anything *ubuntu is not good for gaming."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706329049 {#2261
        date: 2024-01-27 05:17:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ByroTriz@lemmy.ml"
        "@Ozy@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2219 …}
      +nested: Doctrine\ORM\PersistentCollection {#2196 …}
      +votes: Doctrine\ORM\PersistentCollection {#2194 …}
      +reports: Doctrine\ORM\PersistentCollection {#2193 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2205 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2202 …}
      -id: 343862
      -bodyTs: "'anyth':1 'game':7 'good':5 'ubuntu':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/8111601"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706329049 {#2220
        date: 2024-01-27 05:17:29.0 +01:00
      }
      +"title": 343862
    }
  ]
  -id: 32093
  -titleTs: "'distro':6 'kde':5 'normi':4"
  -bodyTs: "'box':12 'distro':6 'issu':17 'kde':5 'look':1 'normi':4 'stabl':15 'without':16 'work':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705912699
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10834977"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705826299 {#2800
    date: 2024-01-21 09:38:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2222
  +user: Proxies\__CG__\App\Entity\User {#2778 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "what-s-a-normie-KDE-distro"
  +title: "what's a normie KDE distro?"
  +url: null
  +body: "Looking for a normie KDE distro that works out of the box and is stable without issues."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728898101 {#2813
    date: 2024-10-14 11:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2820 …}
  +votes: Doctrine\ORM\PersistentCollection {#2822 …}
  +reports: Doctrine\ORM\PersistentCollection {#2824 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2826 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2828 …}
  +badges: Doctrine\ORM\PersistentCollection {#2830 …}
  +children: [
    App\Entity\EntryComment {#2218
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2222 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
      +body: "Anything *ubuntu is not good for gaming."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706329049 {#2261
        date: 2024-01-27 05:17:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ByroTriz@lemmy.ml"
        "@Ozy@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2219 …}
      +nested: Doctrine\ORM\PersistentCollection {#2196 …}
      +votes: Doctrine\ORM\PersistentCollection {#2194 …}
      +reports: Doctrine\ORM\PersistentCollection {#2193 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2205 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2202 …}
      -id: 343862
      -bodyTs: "'anyth':1 'game':7 'good':5 'ubuntu':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/8111601"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706329049 {#2220
        date: 2024-01-27 05:17:29.0 +01:00
      }
      +"title": 343862
    }
  ]
  -id: 32093
  -titleTs: "'distro':6 'kde':5 'normi':4"
  -bodyTs: "'box':12 'distro':6 'issu':17 'kde':5 'look':1 'normi':4 'stabl':15 'without':16 'work':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705912699
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10834977"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705826299 {#2800
    date: 2024-01-21 09:38:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2222
  +user: Proxies\__CG__\App\Entity\User {#2778 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "what-s-a-normie-KDE-distro"
  +title: "what's a normie KDE distro?"
  +url: null
  +body: "Looking for a normie KDE distro that works out of the box and is stable without issues."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728898101 {#2813
    date: 2024-10-14 11:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2820 …}
  +votes: Doctrine\ORM\PersistentCollection {#2822 …}
  +reports: Doctrine\ORM\PersistentCollection {#2824 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2826 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2828 …}
  +badges: Doctrine\ORM\PersistentCollection {#2830 …}
  +children: [
    App\Entity\EntryComment {#2218
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2222 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
      +body: "Anything *ubuntu is not good for gaming."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706329049 {#2261
        date: 2024-01-27 05:17:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ByroTriz@lemmy.ml"
        "@Ozy@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2219 …}
      +nested: Doctrine\ORM\PersistentCollection {#2196 …}
      +votes: Doctrine\ORM\PersistentCollection {#2194 …}
      +reports: Doctrine\ORM\PersistentCollection {#2193 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2205 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2202 …}
      -id: 343862
      -bodyTs: "'anyth':1 'game':7 'good':5 'ubuntu':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/8111601"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706329049 {#2220
        date: 2024-01-27 05:17:29.0 +01:00
      }
      +"title": 343862
    }
  ]
  -id: 32093
  -titleTs: "'distro':6 'kde':5 'normi':4"
  -bodyTs: "'box':12 'distro':6 'issu':17 'kde':5 'look':1 'normi':4 'stabl':15 'without':16 'work':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705912699
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10834977"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705826299 {#2800
    date: 2024-01-21 09:38:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
137 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
138 DENIED moderate
App\Entity\EntryComment {#2218
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2222
    +user: Proxies\__CG__\App\Entity\User {#2778 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "what-s-a-normie-KDE-distro"
    +title: "what's a normie KDE distro?"
    +url: null
    +body: "Looking for a normie KDE distro that works out of the box and is stable without issues."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 35
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728898101 {#2813
      date: 2024-10-14 11:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2820 …}
    +votes: Doctrine\ORM\PersistentCollection {#2822 …}
    +reports: Doctrine\ORM\PersistentCollection {#2824 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2826 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2828 …}
    +badges: Doctrine\ORM\PersistentCollection {#2830 …}
    +children: [
      App\Entity\EntryComment {#2218}
    ]
    -id: 32093
    -titleTs: "'distro':6 'kde':5 'normi':4"
    -bodyTs: "'box':12 'distro':6 'issu':17 'kde':5 'look':1 'normi':4 'stabl':15 'without':16 'work':8"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705912699
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10834977"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705826299 {#2800
      date: 2024-01-21 09:38:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
  +body: "Anything *ubuntu is not good for gaming."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706329049 {#2261
    date: 2024-01-27 05:17:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ByroTriz@lemmy.ml"
    "@Ozy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2219 …}
  +nested: Doctrine\ORM\PersistentCollection {#2196 …}
  +votes: Doctrine\ORM\PersistentCollection {#2194 …}
  +reports: Doctrine\ORM\PersistentCollection {#2193 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2205 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2202 …}
  -id: 343862
  -bodyTs: "'anyth':1 'game':7 'good':5 'ubuntu':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/8111601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706329049 {#2220
    date: 2024-01-27 05:17:29.0 +01:00
  }
  +"title": 343862
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
139 DENIED edit
App\Entity\EntryComment {#2218
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2222
    +user: Proxies\__CG__\App\Entity\User {#2778 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "what-s-a-normie-KDE-distro"
    +title: "what's a normie KDE distro?"
    +url: null
    +body: "Looking for a normie KDE distro that works out of the box and is stable without issues."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 35
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728898101 {#2813
      date: 2024-10-14 11:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2820 …}
    +votes: Doctrine\ORM\PersistentCollection {#2822 …}
    +reports: Doctrine\ORM\PersistentCollection {#2824 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2826 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2828 …}
    +badges: Doctrine\ORM\PersistentCollection {#2830 …}
    +children: [
      App\Entity\EntryComment {#2218}
    ]
    -id: 32093
    -titleTs: "'distro':6 'kde':5 'normi':4"
    -bodyTs: "'box':12 'distro':6 'issu':17 'kde':5 'look':1 'normi':4 'stabl':15 'without':16 'work':8"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705912699
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10834977"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705826299 {#2800
      date: 2024-01-21 09:38:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
  +body: "Anything *ubuntu is not good for gaming."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706329049 {#2261
    date: 2024-01-27 05:17:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ByroTriz@lemmy.ml"
    "@Ozy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2219 …}
  +nested: Doctrine\ORM\PersistentCollection {#2196 …}
  +votes: Doctrine\ORM\PersistentCollection {#2194 …}
  +reports: Doctrine\ORM\PersistentCollection {#2193 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2205 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2202 …}
  -id: 343862
  -bodyTs: "'anyth':1 'game':7 'good':5 'ubuntu':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/8111601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706329049 {#2220
    date: 2024-01-27 05:17:29.0 +01:00
  }
  +"title": 343862
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
140 DENIED moderate
App\Entity\EntryComment {#2218
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2222
    +user: Proxies\__CG__\App\Entity\User {#2778 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "what-s-a-normie-KDE-distro"
    +title: "what's a normie KDE distro?"
    +url: null
    +body: "Looking for a normie KDE distro that works out of the box and is stable without issues."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 35
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728898101 {#2813
      date: 2024-10-14 11:28:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2820 …}
    +votes: Doctrine\ORM\PersistentCollection {#2822 …}
    +reports: Doctrine\ORM\PersistentCollection {#2824 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2826 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2828 …}
    +badges: Doctrine\ORM\PersistentCollection {#2830 …}
    +children: [
      App\Entity\EntryComment {#2218}
    ]
    -id: 32093
    -titleTs: "'distro':6 'kde':5 'normi':4"
    -bodyTs: "'box':12 'distro':6 'issu':17 'kde':5 'look':1 'normi':4 'stabl':15 'without':16 'work':8"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705912699
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10834977"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705826299 {#2800
      date: 2024-01-21 09:38:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2036 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2221 …}
  +body: "Anything *ubuntu is not good for gaming."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706329049 {#2261
    date: 2024-01-27 05:17:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ByroTriz@lemmy.ml"
    "@Ozy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2219 …}
  +nested: Doctrine\ORM\PersistentCollection {#2196 …}
  +votes: Doctrine\ORM\PersistentCollection {#2194 …}
  +reports: Doctrine\ORM\PersistentCollection {#2193 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2205 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2202 …}
  -id: 343862
  -bodyTs: "'anyth':1 'game':7 'good':5 'ubuntu':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/8111601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706329049 {#2220
    date: 2024-01-27 05:17:29.0 +01:00
  }
  +"title": 343862
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
141 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
142 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2212
  +user: Proxies\__CG__\App\Entity\User {#3050 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Private-and-or-cheap-places-to-register-a-domain"
  +title: "Private and/or cheap places to register a domain"
  +url: null
  +body: """
    You have 5 seconds to answer 😃\n
    \n
    I’m currently using namecheap to buy cheap domains, I know they are not necessarily cheap in long term, but first year + coupons make them almost free\n
    \n
    But now I’ve got some domains I don’t want to just use one year, and it gives pretty much a lot of issues with pricing and privacy\n
    \n
    So please, people, share services you use, and tell me whether they are private and/or cheap and/or have all those countless generic domains and not just .com .org .net
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 36
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729582720 {#3084
    date: 2024-10-22 09:38:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3089 …}
  +votes: Doctrine\ORM\PersistentCollection {#3092 …}
  +reports: Doctrine\ORM\PersistentCollection {#3094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3098 …}
  +badges: Doctrine\ORM\PersistentCollection {#3100 …}
  +children: [
    App\Entity\EntryComment {#2207
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2212 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        For self hosting, I’ve purchased .eu domain for ~24€, for 5 years. Later on it will be 11€/month.\n
        \n
        I’ll get another domain for similar price and for 5 years. :)\n
        \n
        Lithuanian service, so I am not going to mention it. :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706554886 {#2210
        date: 2024-01-29 20:01:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gooey0210@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 350581
      -bodyTs: "'/month':20 '11':19 '24':10 '5':12,31 'anoth':24 'domain':8,25 'eu':7 'get':23 'go':39 'host':3 'later':14 'lithuanian':33 'll':22 'mention':41 'price':28 'purchas':6 'self':2 'servic':34 'similar':27 've':5 'year':13,32"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/8244131"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706554886 {#2203
        date: 2024-01-29 20:01:26.0 +01:00
      }
      +"title": 350581
    }
  ]
  -id: 33703
  -titleTs: "'and/or':2 'cheap':3 'domain':8 'place':4 'privat':1 'regist':6"
  -bodyTs: "'5':3 'almost':32 'and/or':77,79 'answer':6 'buy':13 'cheap':14,22,78 'com':89 'countless':83 'coupon':29 'current':9 'domain':15,40,85 'first':27 'free':33 'generic':84 'give':52 'got':38 'issu':58 'know':17 'long':24 'lot':56 'm':8 'make':30 'much':54 'namecheap':11 'necessarili':21 'net':91 'one':48 'org':90 'peopl':65 'pleas':64 'pretti':53 'price':60 'privaci':62 'privat':76 'second':4 'servic':67 'share':66 'tell':71 'term':25 'use':10,47,69 've':37 'want':44 'whether':73 'year':28,49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706558379
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13659546"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471979 {#3071
    date: 2024-01-28 20:59:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2212
  +user: Proxies\__CG__\App\Entity\User {#3050 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Private-and-or-cheap-places-to-register-a-domain"
  +title: "Private and/or cheap places to register a domain"
  +url: null
  +body: """
    You have 5 seconds to answer 😃\n
    \n
    I’m currently using namecheap to buy cheap domains, I know they are not necessarily cheap in long term, but first year + coupons make them almost free\n
    \n
    But now I’ve got some domains I don’t want to just use one year, and it gives pretty much a lot of issues with pricing and privacy\n
    \n
    So please, people, share services you use, and tell me whether they are private and/or cheap and/or have all those countless generic domains and not just .com .org .net
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 36
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729582720 {#3084
    date: 2024-10-22 09:38:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3089 …}
  +votes: Doctrine\ORM\PersistentCollection {#3092 …}
  +reports: Doctrine\ORM\PersistentCollection {#3094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3098 …}
  +badges: Doctrine\ORM\PersistentCollection {#3100 …}
  +children: [
    App\Entity\EntryComment {#2207
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2212 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        For self hosting, I’ve purchased .eu domain for ~24€, for 5 years. Later on it will be 11€/month.\n
        \n
        I’ll get another domain for similar price and for 5 years. :)\n
        \n
        Lithuanian service, so I am not going to mention it. :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706554886 {#2210
        date: 2024-01-29 20:01:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gooey0210@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 350581
      -bodyTs: "'/month':20 '11':19 '24':10 '5':12,31 'anoth':24 'domain':8,25 'eu':7 'get':23 'go':39 'host':3 'later':14 'lithuanian':33 'll':22 'mention':41 'price':28 'purchas':6 'self':2 'servic':34 'similar':27 've':5 'year':13,32"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/8244131"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706554886 {#2203
        date: 2024-01-29 20:01:26.0 +01:00
      }
      +"title": 350581
    }
  ]
  -id: 33703
  -titleTs: "'and/or':2 'cheap':3 'domain':8 'place':4 'privat':1 'regist':6"
  -bodyTs: "'5':3 'almost':32 'and/or':77,79 'answer':6 'buy':13 'cheap':14,22,78 'com':89 'countless':83 'coupon':29 'current':9 'domain':15,40,85 'first':27 'free':33 'generic':84 'give':52 'got':38 'issu':58 'know':17 'long':24 'lot':56 'm':8 'make':30 'much':54 'namecheap':11 'necessarili':21 'net':91 'one':48 'org':90 'peopl':65 'pleas':64 'pretti':53 'price':60 'privaci':62 'privat':76 'second':4 'servic':67 'share':66 'tell':71 'term':25 'use':10,47,69 've':37 'want':44 'whether':73 'year':28,49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706558379
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13659546"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471979 {#3071
    date: 2024-01-28 20:59:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2212
  +user: Proxies\__CG__\App\Entity\User {#3050 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
  +slug: "Private-and-or-cheap-places-to-register-a-domain"
  +title: "Private and/or cheap places to register a domain"
  +url: null
  +body: """
    You have 5 seconds to answer 😃\n
    \n
    I’m currently using namecheap to buy cheap domains, I know they are not necessarily cheap in long term, but first year + coupons make them almost free\n
    \n
    But now I’ve got some domains I don’t want to just use one year, and it gives pretty much a lot of issues with pricing and privacy\n
    \n
    So please, people, share services you use, and tell me whether they are private and/or cheap and/or have all those countless generic domains and not just .com .org .net
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 36
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729582720 {#3084
    date: 2024-10-22 09:38:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3089 …}
  +votes: Doctrine\ORM\PersistentCollection {#3092 …}
  +reports: Doctrine\ORM\PersistentCollection {#3094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3098 …}
  +badges: Doctrine\ORM\PersistentCollection {#3100 …}
  +children: [
    App\Entity\EntryComment {#2207
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2212 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        For self hosting, I’ve purchased .eu domain for ~24€, for 5 years. Later on it will be 11€/month.\n
        \n
        I’ll get another domain for similar price and for 5 years. :)\n
        \n
        Lithuanian service, so I am not going to mention it. :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706554886 {#2210
        date: 2024-01-29 20:01:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gooey0210@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 350581
      -bodyTs: "'/month':20 '11':19 '24':10 '5':12,31 'anoth':24 'domain':8,25 'eu':7 'get':23 'go':39 'host':3 'later':14 'lithuanian':33 'll':22 'mention':41 'price':28 'purchas':6 'self':2 'servic':34 'similar':27 've':5 'year':13,32"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/8244131"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706554886 {#2203
        date: 2024-01-29 20:01:26.0 +01:00
      }
      +"title": 350581
    }
  ]
  -id: 33703
  -titleTs: "'and/or':2 'cheap':3 'domain':8 'place':4 'privat':1 'regist':6"
  -bodyTs: "'5':3 'almost':32 'and/or':77,79 'answer':6 'buy':13 'cheap':14,22,78 'com':89 'countless':83 'coupon':29 'current':9 'domain':15,40,85 'first':27 'free':33 'generic':84 'give':52 'got':38 'issu':58 'know':17 'long':24 'lot':56 'm':8 'make':30 'much':54 'namecheap':11 'necessarili':21 'net':91 'one':48 'org':90 'peopl':65 'pleas':64 'pretti':53 'price':60 'privaci':62 'privat':76 'second':4 'servic':67 'share':66 'tell':71 'term':25 'use':10,47,69 've':37 'want':44 'whether':73 'year':28,49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706558379
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13659546"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471979 {#3071
    date: 2024-01-28 20:59:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
145 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
146 DENIED moderate
App\Entity\EntryComment {#2207
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2212
    +user: Proxies\__CG__\App\Entity\User {#3050 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Private-and-or-cheap-places-to-register-a-domain"
    +title: "Private and/or cheap places to register a domain"
    +url: null
    +body: """
      You have 5 seconds to answer 😃\n
      \n
      I’m currently using namecheap to buy cheap domains, I know they are not necessarily cheap in long term, but first year + coupons make them almost free\n
      \n
      But now I’ve got some domains I don’t want to just use one year, and it gives pretty much a lot of issues with pricing and privacy\n
      \n
      So please, people, share services you use, and tell me whether they are private and/or cheap and/or have all those countless generic domains and not just .com .org .net
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 36
    +favouriteCount: 74
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729582720 {#3084
      date: 2024-10-22 09:38:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3089 …}
    +votes: Doctrine\ORM\PersistentCollection {#3092 …}
    +reports: Doctrine\ORM\PersistentCollection {#3094 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3098 …}
    +badges: Doctrine\ORM\PersistentCollection {#3100 …}
    +children: [
      App\Entity\EntryComment {#2207}
    ]
    -id: 33703
    -titleTs: "'and/or':2 'cheap':3 'domain':8 'place':4 'privat':1 'regist':6"
    -bodyTs: "'5':3 'almost':32 'and/or':77,79 'answer':6 'buy':13 'cheap':14,22,78 'com':89 'countless':83 'coupon':29 'current':9 'domain':15,40,85 'first':27 'free':33 'generic':84 'give':52 'got':38 'issu':58 'know':17 'long':24 'lot':56 'm':8 'make':30 'much':54 'namecheap':11 'necessarili':21 'net':91 'one':48 'org':90 'peopl':65 'pleas':64 'pretti':53 'price':60 'privaci':62 'privat':76 'second':4 'servic':67 'share':66 'tell':71 'term':25 'use':10,47,69 've':37 'want':44 'whether':73 'year':28,49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706558379
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13659546"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706471979 {#3071
      date: 2024-01-28 20:59:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    For self hosting, I’ve purchased .eu domain for ~24€, for 5 years. Later on it will be 11€/month.\n
    \n
    I’ll get another domain for similar price and for 5 years. :)\n
    \n
    Lithuanian service, so I am not going to mention it. :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706554886 {#2210
    date: 2024-01-29 20:01:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gooey0210@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 350581
  -bodyTs: "'/month':20 '11':19 '24':10 '5':12,31 'anoth':24 'domain':8,25 'eu':7 'get':23 'go':39 'host':3 'later':14 'lithuanian':33 'll':22 'mention':41 'price':28 'purchas':6 'self':2 'servic':34 'similar':27 've':5 'year':13,32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/8244131"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706554886 {#2203
    date: 2024-01-29 20:01:26.0 +01:00
  }
  +"title": 350581
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
147 DENIED edit
App\Entity\EntryComment {#2207
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2212
    +user: Proxies\__CG__\App\Entity\User {#3050 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Private-and-or-cheap-places-to-register-a-domain"
    +title: "Private and/or cheap places to register a domain"
    +url: null
    +body: """
      You have 5 seconds to answer 😃\n
      \n
      I’m currently using namecheap to buy cheap domains, I know they are not necessarily cheap in long term, but first year + coupons make them almost free\n
      \n
      But now I’ve got some domains I don’t want to just use one year, and it gives pretty much a lot of issues with pricing and privacy\n
      \n
      So please, people, share services you use, and tell me whether they are private and/or cheap and/or have all those countless generic domains and not just .com .org .net
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 36
    +favouriteCount: 74
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729582720 {#3084
      date: 2024-10-22 09:38:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3089 …}
    +votes: Doctrine\ORM\PersistentCollection {#3092 …}
    +reports: Doctrine\ORM\PersistentCollection {#3094 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3098 …}
    +badges: Doctrine\ORM\PersistentCollection {#3100 …}
    +children: [
      App\Entity\EntryComment {#2207}
    ]
    -id: 33703
    -titleTs: "'and/or':2 'cheap':3 'domain':8 'place':4 'privat':1 'regist':6"
    -bodyTs: "'5':3 'almost':32 'and/or':77,79 'answer':6 'buy':13 'cheap':14,22,78 'com':89 'countless':83 'coupon':29 'current':9 'domain':15,40,85 'first':27 'free':33 'generic':84 'give':52 'got':38 'issu':58 'know':17 'long':24 'lot':56 'm':8 'make':30 'much':54 'namecheap':11 'necessarili':21 'net':91 'one':48 'org':90 'peopl':65 'pleas':64 'pretti':53 'price':60 'privaci':62 'privat':76 'second':4 'servic':67 'share':66 'tell':71 'term':25 'use':10,47,69 've':37 'want':44 'whether':73 'year':28,49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706558379
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13659546"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706471979 {#3071
      date: 2024-01-28 20:59:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    For self hosting, I’ve purchased .eu domain for ~24€, for 5 years. Later on it will be 11€/month.\n
    \n
    I’ll get another domain for similar price and for 5 years. :)\n
    \n
    Lithuanian service, so I am not going to mention it. :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706554886 {#2210
    date: 2024-01-29 20:01:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gooey0210@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 350581
  -bodyTs: "'/month':20 '11':19 '24':10 '5':12,31 'anoth':24 'domain':8,25 'eu':7 'get':23 'go':39 'host':3 'later':14 'lithuanian':33 'll':22 'mention':41 'price':28 'purchas':6 'self':2 'servic':34 'similar':27 've':5 'year':13,32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/8244131"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706554886 {#2203
    date: 2024-01-29 20:01:26.0 +01:00
  }
  +"title": 350581
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
148 DENIED moderate
App\Entity\EntryComment {#2207
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2212
    +user: Proxies\__CG__\App\Entity\User {#3050 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2818 …}
    +slug: "Private-and-or-cheap-places-to-register-a-domain"
    +title: "Private and/or cheap places to register a domain"
    +url: null
    +body: """
      You have 5 seconds to answer 😃\n
      \n
      I’m currently using namecheap to buy cheap domains, I know they are not necessarily cheap in long term, but first year + coupons make them almost free\n
      \n
      But now I’ve got some domains I don’t want to just use one year, and it gives pretty much a lot of issues with pricing and privacy\n
      \n
      So please, people, share services you use, and tell me whether they are private and/or cheap and/or have all those countless generic domains and not just .com .org .net
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 36
    +favouriteCount: 74
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729582720 {#3084
      date: 2024-10-22 09:38:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3089 …}
    +votes: Doctrine\ORM\PersistentCollection {#3092 …}
    +reports: Doctrine\ORM\PersistentCollection {#3094 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3098 …}
    +badges: Doctrine\ORM\PersistentCollection {#3100 …}
    +children: [
      App\Entity\EntryComment {#2207}
    ]
    -id: 33703
    -titleTs: "'and/or':2 'cheap':3 'domain':8 'place':4 'privat':1 'regist':6"
    -bodyTs: "'5':3 'almost':32 'and/or':77,79 'answer':6 'buy':13 'cheap':14,22,78 'com':89 'countless':83 'coupon':29 'current':9 'domain':15,40,85 'first':27 'free':33 'generic':84 'give':52 'got':38 'issu':58 'know':17 'long':24 'lot':56 'm':8 'make':30 'much':54 'namecheap':11 'necessarili':21 'net':91 'one':48 'org':90 'peopl':65 'pleas':64 'pretti':53 'price':60 'privaci':62 'privat':76 'second':4 'servic':67 'share':66 'tell':71 'term':25 'use':10,47,69 've':37 'want':44 'whether':73 'year':28,49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706558379
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13659546"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706471979 {#3071
      date: 2024-01-28 20:59:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2208 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    For self hosting, I’ve purchased .eu domain for ~24€, for 5 years. Later on it will be 11€/month.\n
    \n
    I’ll get another domain for similar price and for 5 years. :)\n
    \n
    Lithuanian service, so I am not going to mention it. :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706554886 {#2210
    date: 2024-01-29 20:01:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gooey0210@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 350581
  -bodyTs: "'/month':20 '11':19 '24':10 '5':12,31 'anoth':24 'domain':8,25 'eu':7 'get':23 'go':39 'host':3 'later':14 'lithuanian':33 'll':22 'mention':41 'price':28 'purchas':6 'self':2 'servic':34 'similar':27 've':5 'year':13,32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/8244131"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706554886 {#2203
    date: 2024-01-29 20:01:26.0 +01:00
  }
  +"title": 350581
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
149 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
150 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2422
  +user: Proxies\__CG__\App\Entity\User {#2632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2772 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "NASA-has-some-explaining-to-do"
  +title: "NASA has some explaining to do"
  +url: "https://startrek.website/pictrs/image/88e19c61-8acd-423e-b4b7-b12dbeaefb43.jpeg"
  +body: "Also, the Jewish God and Muslim Allah are on the International Space Station."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 143
  +favouriteCount: 987
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723303827 {#2767
    date: 2024-08-10 17:30:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2782 …}
  +votes: Doctrine\ORM\PersistentCollection {#2784 …}
  +reports: Doctrine\ORM\PersistentCollection {#2786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
  +badges: Doctrine\ORM\PersistentCollection {#2792 …}
  +children: [
    App\Entity\EntryComment {#2447
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2422 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: "There are! I did my research!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703611470 {#2448
        date: 2023-12-26 18:24:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AnonWyo@startrek.website"
        "@jtk@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2458 …}
      +nested: Doctrine\ORM\PersistentCollection {#2456 …}
      +votes: Doctrine\ORM\PersistentCollection {#2453 …}
      +reports: Doctrine\ORM\PersistentCollection {#2457 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
      -id: 254153
      -bodyTs: "'research':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854039"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611470 {#2411
        date: 2023-12-26 18:24:30.0 +01:00
      }
      +"title": 254153
    }
  ]
  -id: 24881
  -titleTs: "'explain':4 'nasa':1"
  -bodyTs: "'allah':7 'also':1 'god':4 'intern':11 'jewish':3 'muslim':6 'space':12 'station':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703647596
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5028791"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703561196 {#2686
    date: 2023-12-26 04:26:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
151 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2422
  +user: Proxies\__CG__\App\Entity\User {#2632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2772 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "NASA-has-some-explaining-to-do"
  +title: "NASA has some explaining to do"
  +url: "https://startrek.website/pictrs/image/88e19c61-8acd-423e-b4b7-b12dbeaefb43.jpeg"
  +body: "Also, the Jewish God and Muslim Allah are on the International Space Station."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 143
  +favouriteCount: 987
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723303827 {#2767
    date: 2024-08-10 17:30:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2782 …}
  +votes: Doctrine\ORM\PersistentCollection {#2784 …}
  +reports: Doctrine\ORM\PersistentCollection {#2786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
  +badges: Doctrine\ORM\PersistentCollection {#2792 …}
  +children: [
    App\Entity\EntryComment {#2447
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2422 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: "There are! I did my research!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703611470 {#2448
        date: 2023-12-26 18:24:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AnonWyo@startrek.website"
        "@jtk@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2458 …}
      +nested: Doctrine\ORM\PersistentCollection {#2456 …}
      +votes: Doctrine\ORM\PersistentCollection {#2453 …}
      +reports: Doctrine\ORM\PersistentCollection {#2457 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
      -id: 254153
      -bodyTs: "'research':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854039"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611470 {#2411
        date: 2023-12-26 18:24:30.0 +01:00
      }
      +"title": 254153
    }
  ]
  -id: 24881
  -titleTs: "'explain':4 'nasa':1"
  -bodyTs: "'allah':7 'also':1 'god':4 'intern':11 'jewish':3 'muslim':6 'space':12 'station':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703647596
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5028791"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703561196 {#2686
    date: 2023-12-26 04:26:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
152 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2422
  +user: Proxies\__CG__\App\Entity\User {#2632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2772 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "NASA-has-some-explaining-to-do"
  +title: "NASA has some explaining to do"
  +url: "https://startrek.website/pictrs/image/88e19c61-8acd-423e-b4b7-b12dbeaefb43.jpeg"
  +body: "Also, the Jewish God and Muslim Allah are on the International Space Station."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 143
  +favouriteCount: 987
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723303827 {#2767
    date: 2024-08-10 17:30:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2782 …}
  +votes: Doctrine\ORM\PersistentCollection {#2784 …}
  +reports: Doctrine\ORM\PersistentCollection {#2786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
  +badges: Doctrine\ORM\PersistentCollection {#2792 …}
  +children: [
    App\Entity\EntryComment {#2447
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2422 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: "There are! I did my research!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703611470 {#2448
        date: 2023-12-26 18:24:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AnonWyo@startrek.website"
        "@jtk@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2458 …}
      +nested: Doctrine\ORM\PersistentCollection {#2456 …}
      +votes: Doctrine\ORM\PersistentCollection {#2453 …}
      +reports: Doctrine\ORM\PersistentCollection {#2457 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
      -id: 254153
      -bodyTs: "'research':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6854039"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703611470 {#2411
        date: 2023-12-26 18:24:30.0 +01:00
      }
      +"title": 254153
    }
  ]
  -id: 24881
  -titleTs: "'explain':4 'nasa':1"
  -bodyTs: "'allah':7 'also':1 'god':4 'intern':11 'jewish':3 'muslim':6 'space':12 'station':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703647596
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5028791"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703561196 {#2686
    date: 2023-12-26 04:26:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
153 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
154 DENIED moderate
App\Entity\EntryComment {#2447
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2422
    +user: Proxies\__CG__\App\Entity\User {#2632 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2772 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "NASA-has-some-explaining-to-do"
    +title: "NASA has some explaining to do"
    +url: "https://startrek.website/pictrs/image/88e19c61-8acd-423e-b4b7-b12dbeaefb43.jpeg"
    +body: "Also, the Jewish God and Muslim Allah are on the International Space Station."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 143
    +favouriteCount: 987
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723303827 {#2767
      date: 2024-08-10 17:30:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2782 …}
    +votes: Doctrine\ORM\PersistentCollection {#2784 …}
    +reports: Doctrine\ORM\PersistentCollection {#2786 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
    +badges: Doctrine\ORM\PersistentCollection {#2792 …}
    +children: [
      App\Entity\EntryComment {#2447}
    ]
    -id: 24881
    -titleTs: "'explain':4 'nasa':1"
    -bodyTs: "'allah':7 'also':1 'god':4 'intern':11 'jewish':3 'muslim':6 'space':12 'station':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703647596
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5028791"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703561196 {#2686
      date: 2023-12-26 04:26:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: "There are! I did my research!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703611470 {#2448
    date: 2023-12-26 18:24:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AnonWyo@startrek.website"
    "@jtk@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2458 …}
  +nested: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2453 …}
  +reports: Doctrine\ORM\PersistentCollection {#2457 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
  -id: 254153
  -bodyTs: "'research':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611470 {#2411
    date: 2023-12-26 18:24:30.0 +01:00
  }
  +"title": 254153
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
155 DENIED edit
App\Entity\EntryComment {#2447
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2422
    +user: Proxies\__CG__\App\Entity\User {#2632 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2772 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "NASA-has-some-explaining-to-do"
    +title: "NASA has some explaining to do"
    +url: "https://startrek.website/pictrs/image/88e19c61-8acd-423e-b4b7-b12dbeaefb43.jpeg"
    +body: "Also, the Jewish God and Muslim Allah are on the International Space Station."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 143
    +favouriteCount: 987
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723303827 {#2767
      date: 2024-08-10 17:30:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2782 …}
    +votes: Doctrine\ORM\PersistentCollection {#2784 …}
    +reports: Doctrine\ORM\PersistentCollection {#2786 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
    +badges: Doctrine\ORM\PersistentCollection {#2792 …}
    +children: [
      App\Entity\EntryComment {#2447}
    ]
    -id: 24881
    -titleTs: "'explain':4 'nasa':1"
    -bodyTs: "'allah':7 'also':1 'god':4 'intern':11 'jewish':3 'muslim':6 'space':12 'station':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703647596
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5028791"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703561196 {#2686
      date: 2023-12-26 04:26:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: "There are! I did my research!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703611470 {#2448
    date: 2023-12-26 18:24:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AnonWyo@startrek.website"
    "@jtk@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2458 …}
  +nested: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2453 …}
  +reports: Doctrine\ORM\PersistentCollection {#2457 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
  -id: 254153
  -bodyTs: "'research':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611470 {#2411
    date: 2023-12-26 18:24:30.0 +01:00
  }
  +"title": 254153
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
156 DENIED moderate
App\Entity\EntryComment {#2447
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2422
    +user: Proxies\__CG__\App\Entity\User {#2632 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2772 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "NASA-has-some-explaining-to-do"
    +title: "NASA has some explaining to do"
    +url: "https://startrek.website/pictrs/image/88e19c61-8acd-423e-b4b7-b12dbeaefb43.jpeg"
    +body: "Also, the Jewish God and Muslim Allah are on the International Space Station."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 143
    +favouriteCount: 987
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723303827 {#2767
      date: 2024-08-10 17:30:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2782 …}
    +votes: Doctrine\ORM\PersistentCollection {#2784 …}
    +reports: Doctrine\ORM\PersistentCollection {#2786 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
    +badges: Doctrine\ORM\PersistentCollection {#2792 …}
    +children: [
      App\Entity\EntryComment {#2447}
    ]
    -id: 24881
    -titleTs: "'explain':4 'nasa':1"
    -bodyTs: "'allah':7 'also':1 'god':4 'intern':11 'jewish':3 'muslim':6 'space':12 'station':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703647596
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5028791"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703561196 {#2686
      date: 2023-12-26 04:26:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: "There are! I did my research!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703611470 {#2448
    date: 2023-12-26 18:24:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AnonWyo@startrek.website"
    "@jtk@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2458 …}
  +nested: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2453 …}
  +reports: Doctrine\ORM\PersistentCollection {#2457 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
  -id: 254153
  -bodyTs: "'research':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6854039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703611470 {#2411
    date: 2023-12-26 18:24:30.0 +01:00
  }
  +"title": 254153
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
157 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
158 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2799 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "Hell-yeah"
  +title: "Hell yeah"
  +url: "https://startrek.website/pictrs/image/679f5b45-5488-4b04-ac3d-30cdd8551b6b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 679
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702749480 {#2794
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2801 …}
  +votes: Doctrine\ORM\PersistentCollection {#2803 …}
  +reports: Doctrine\ORM\PersistentCollection {#2805 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2807 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2809 …}
  +badges: Doctrine\ORM\PersistentCollection {#2811 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
      +body: "Gotta make a linkedin post too! Gotta tell how we double prices and there are no competitors!!1!1!!!1!!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702749480 {#1439
        date: 2023-12-16 18:58:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@Winged_Hussar@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1669 …}
      +nested: Doctrine\ORM\PersistentCollection {#1677 …}
      +votes: Doctrine\ORM\PersistentCollection {#1672 …}
      +reports: Doctrine\ORM\PersistentCollection {#1674 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
      -id: 227558
      -bodyTs: "'1':18,19,20 'competitor':17 'doubl':11 'gotta':1,7 'linkedin':4 'make':2 'post':5 'price':12 'tell':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6670231"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702749480 {#1435
        date: 2023-12-16 18:58:00.0 +01:00
      }
      +"title": 227558
    }
  ]
  -id: 22412
  -titleTs: "'hell':1 'yeah':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702733462
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4712434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702647062 {#2775
    date: 2023-12-15 14:31:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
159 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2799 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "Hell-yeah"
  +title: "Hell yeah"
  +url: "https://startrek.website/pictrs/image/679f5b45-5488-4b04-ac3d-30cdd8551b6b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 679
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702749480 {#2794
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2801 …}
  +votes: Doctrine\ORM\PersistentCollection {#2803 …}
  +reports: Doctrine\ORM\PersistentCollection {#2805 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2807 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2809 …}
  +badges: Doctrine\ORM\PersistentCollection {#2811 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
      +body: "Gotta make a linkedin post too! Gotta tell how we double prices and there are no competitors!!1!1!!!1!!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702749480 {#1439
        date: 2023-12-16 18:58:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@Winged_Hussar@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1669 …}
      +nested: Doctrine\ORM\PersistentCollection {#1677 …}
      +votes: Doctrine\ORM\PersistentCollection {#1672 …}
      +reports: Doctrine\ORM\PersistentCollection {#1674 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
      -id: 227558
      -bodyTs: "'1':18,19,20 'competitor':17 'doubl':11 'gotta':1,7 'linkedin':4 'make':2 'post':5 'price':12 'tell':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6670231"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702749480 {#1435
        date: 2023-12-16 18:58:00.0 +01:00
      }
      +"title": 227558
    }
  ]
  -id: 22412
  -titleTs: "'hell':1 'yeah':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702733462
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4712434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702647062 {#2775
    date: 2023-12-15 14:31:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
160 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2799 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "Hell-yeah"
  +title: "Hell yeah"
  +url: "https://startrek.website/pictrs/image/679f5b45-5488-4b04-ac3d-30cdd8551b6b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 679
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702749480 {#2794
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2801 …}
  +votes: Doctrine\ORM\PersistentCollection {#2803 …}
  +reports: Doctrine\ORM\PersistentCollection {#2805 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2807 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2809 …}
  +badges: Doctrine\ORM\PersistentCollection {#2811 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
      +body: "Gotta make a linkedin post too! Gotta tell how we double prices and there are no competitors!!1!1!!!1!!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702749480 {#1439
        date: 2023-12-16 18:58:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@Winged_Hussar@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1669 …}
      +nested: Doctrine\ORM\PersistentCollection {#1677 …}
      +votes: Doctrine\ORM\PersistentCollection {#1672 …}
      +reports: Doctrine\ORM\PersistentCollection {#1674 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
      -id: 227558
      -bodyTs: "'1':18,19,20 'competitor':17 'doubl':11 'gotta':1,7 'linkedin':4 'make':2 'post':5 'price':12 'tell':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/6670231"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702749480 {#1435
        date: 2023-12-16 18:58:00.0 +01:00
      }
      +"title": 227558
    }
  ]
  -id: 22412
  -titleTs: "'hell':1 'yeah':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702733462
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4712434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702647062 {#2775
    date: 2023-12-15 14:31:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
161 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
162 DENIED moderate
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2799 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "Hell-yeah"
    +title: "Hell yeah"
    +url: "https://startrek.website/pictrs/image/679f5b45-5488-4b04-ac3d-30cdd8551b6b.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 22
    +favouriteCount: 679
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702749480 {#2794
      date: 2023-12-16 18:58:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2801 …}
    +votes: Doctrine\ORM\PersistentCollection {#2803 …}
    +reports: Doctrine\ORM\PersistentCollection {#2805 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2807 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2809 …}
    +badges: Doctrine\ORM\PersistentCollection {#2811 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 22412
    -titleTs: "'hell':1 'yeah':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733462
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4712434"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702647062 {#2775
      date: 2023-12-15 14:31:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
  +body: "Gotta make a linkedin post too! Gotta tell how we double prices and there are no competitors!!1!1!!!1!!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702749480 {#1439
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@Winged_Hussar@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1669 …}
  +nested: Doctrine\ORM\PersistentCollection {#1677 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  -id: 227558
  -bodyTs: "'1':18,19,20 'competitor':17 'doubl':11 'gotta':1,7 'linkedin':4 'make':2 'post':5 'price':12 'tell':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6670231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702749480 {#1435
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +"title": 227558
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
163 DENIED edit
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2799 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "Hell-yeah"
    +title: "Hell yeah"
    +url: "https://startrek.website/pictrs/image/679f5b45-5488-4b04-ac3d-30cdd8551b6b.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 22
    +favouriteCount: 679
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702749480 {#2794
      date: 2023-12-16 18:58:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2801 …}
    +votes: Doctrine\ORM\PersistentCollection {#2803 …}
    +reports: Doctrine\ORM\PersistentCollection {#2805 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2807 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2809 …}
    +badges: Doctrine\ORM\PersistentCollection {#2811 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 22412
    -titleTs: "'hell':1 'yeah':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733462
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4712434"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702647062 {#2775
      date: 2023-12-15 14:31:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
  +body: "Gotta make a linkedin post too! Gotta tell how we double prices and there are no competitors!!1!1!!!1!!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702749480 {#1439
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@Winged_Hussar@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1669 …}
  +nested: Doctrine\ORM\PersistentCollection {#1677 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  -id: 227558
  -bodyTs: "'1':18,19,20 'competitor':17 'doubl':11 'gotta':1,7 'linkedin':4 'make':2 'post':5 'price':12 'tell':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6670231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702749480 {#1435
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +"title": 227558
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
164 DENIED moderate
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2799 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "Hell-yeah"
    +title: "Hell yeah"
    +url: "https://startrek.website/pictrs/image/679f5b45-5488-4b04-ac3d-30cdd8551b6b.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 22
    +favouriteCount: 679
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702749480 {#2794
      date: 2023-12-16 18:58:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2801 …}
    +votes: Doctrine\ORM\PersistentCollection {#2803 …}
    +reports: Doctrine\ORM\PersistentCollection {#2805 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2807 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2809 …}
    +badges: Doctrine\ORM\PersistentCollection {#2811 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 22412
    -titleTs: "'hell':1 'yeah':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733462
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4712434"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702647062 {#2775
      date: 2023-12-15 14:31:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
  +body: "Gotta make a linkedin post too! Gotta tell how we double prices and there are no competitors!!1!1!!!1!!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702749480 {#1439
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@Winged_Hussar@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1669 …}
  +nested: Doctrine\ORM\PersistentCollection {#1677 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  -id: 227558
  -bodyTs: "'1':18,19,20 'competitor':17 'doubl':11 'gotta':1,7 'linkedin':4 'make':2 'post':5 'price':12 'tell':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/6670231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702749480 {#1435
    date: 2023-12-16 18:58:00.0 +01:00
  }
  +"title": 227558
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
165 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
166 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2130
  +user: Proxies\__CG__\App\Entity\User {#2621 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#2707 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2729 …}
  +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
  +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
  +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
  +body: """
    From the article:\n
    \n
    > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 963
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712573441 {#2242
    date: 2024-04-08 12:50:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2728 …}
  +votes: Doctrine\ORM\PersistentCollection {#2726 …}
  +reports: Doctrine\ORM\PersistentCollection {#2723 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2753 …}
  +badges: Doctrine\ORM\PersistentCollection {#2770 …}
  +children: [
    App\Entity\EntryComment {#2140
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2130 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +body: "Sir, I must ask - what are the chances that emplpyee might steal a movie? Or is it not possible because of DRM?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704235105 {#2094
        date: 2024-01-02 23:38:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
        "@JCreazy@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 274880
      -bodyTs: "'ask':4 'chanc':8 'drm':22 'emplpye':10 'might':11 'movi':14 'must':3 'possibl':19 'sir':1 'steal':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7016360"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704235105 {#2241
        date: 2024-01-02 23:38:25.0 +01:00
      }
      +"title": 274880
    }
  ]
  -id: 26695
  -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
  -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704282846
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4514355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704196446 {#2669
    date: 2024-01-02 12:54:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
167 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2130
  +user: Proxies\__CG__\App\Entity\User {#2621 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#2707 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2729 …}
  +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
  +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
  +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
  +body: """
    From the article:\n
    \n
    > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 963
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712573441 {#2242
    date: 2024-04-08 12:50:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2728 …}
  +votes: Doctrine\ORM\PersistentCollection {#2726 …}
  +reports: Doctrine\ORM\PersistentCollection {#2723 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2753 …}
  +badges: Doctrine\ORM\PersistentCollection {#2770 …}
  +children: [
    App\Entity\EntryComment {#2140
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2130 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +body: "Sir, I must ask - what are the chances that emplpyee might steal a movie? Or is it not possible because of DRM?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704235105 {#2094
        date: 2024-01-02 23:38:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
        "@JCreazy@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 274880
      -bodyTs: "'ask':4 'chanc':8 'drm':22 'emplpye':10 'might':11 'movi':14 'must':3 'possibl':19 'sir':1 'steal':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7016360"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704235105 {#2241
        date: 2024-01-02 23:38:25.0 +01:00
      }
      +"title": 274880
    }
  ]
  -id: 26695
  -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
  -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704282846
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4514355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704196446 {#2669
    date: 2024-01-02 12:54:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
168 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2130
  +user: Proxies\__CG__\App\Entity\User {#2621 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: Proxies\__CG__\App\Entity\Image {#2707 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2729 …}
  +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
  +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
  +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
  +body: """
    From the article:\n
    \n
    > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 963
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712573441 {#2242
    date: 2024-04-08 12:50:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2728 …}
  +votes: Doctrine\ORM\PersistentCollection {#2726 …}
  +reports: Doctrine\ORM\PersistentCollection {#2723 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2753 …}
  +badges: Doctrine\ORM\PersistentCollection {#2770 …}
  +children: [
    App\Entity\EntryComment {#2140
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2130 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
      +body: "Sir, I must ask - what are the chances that emplpyee might steal a movie? Or is it not possible because of DRM?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704235105 {#2094
        date: 2024-01-02 23:38:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
        "@JCreazy@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 274880
      -bodyTs: "'ask':4 'chanc':8 'drm':22 'emplpye':10 'might':11 'movi':14 'must':3 'possibl':19 'sir':1 'steal':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7016360"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704235105 {#2241
        date: 2024-01-02 23:38:25.0 +01:00
      }
      +"title": 274880
    }
  ]
  -id: 26695
  -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
  -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704282846
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4514355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704196446 {#2669
    date: 2024-01-02 12:54:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
169 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
170 DENIED moderate
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2130
    +user: Proxies\__CG__\App\Entity\User {#2621 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2707 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2729 …}
    +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
    +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
    +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
    +body: """
      From the article:\n
      \n
      > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 125
    +favouriteCount: 963
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712573441 {#2242
      date: 2024-04-08 12:50:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2728 …}
    +votes: Doctrine\ORM\PersistentCollection {#2726 …}
    +reports: Doctrine\ORM\PersistentCollection {#2723 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2757 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2753 …}
    +badges: Doctrine\ORM\PersistentCollection {#2770 …}
    +children: [
      App\Entity\EntryComment {#2140}
    ]
    -id: 26695
    -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
    -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704282846
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4514355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704196446 {#2669
      date: 2024-01-02 12:54:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +body: "Sir, I must ask - what are the chances that emplpyee might steal a movie? Or is it not possible because of DRM?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704235105 {#2094
    date: 2024-01-02 23:38:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@JCreazy@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 274880
  -bodyTs: "'ask':4 'chanc':8 'drm':22 'emplpye':10 'might':11 'movi':14 'must':3 'possibl':19 'sir':1 'steal':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7016360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704235105 {#2241
    date: 2024-01-02 23:38:25.0 +01:00
  }
  +"title": 274880
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
171 DENIED edit
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2130
    +user: Proxies\__CG__\App\Entity\User {#2621 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2707 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2729 …}
    +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
    +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
    +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
    +body: """
      From the article:\n
      \n
      > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 125
    +favouriteCount: 963
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712573441 {#2242
      date: 2024-04-08 12:50:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2728 …}
    +votes: Doctrine\ORM\PersistentCollection {#2726 …}
    +reports: Doctrine\ORM\PersistentCollection {#2723 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2757 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2753 …}
    +badges: Doctrine\ORM\PersistentCollection {#2770 …}
    +children: [
      App\Entity\EntryComment {#2140}
    ]
    -id: 26695
    -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
    -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704282846
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4514355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704196446 {#2669
      date: 2024-01-02 12:54:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +body: "Sir, I must ask - what are the chances that emplpyee might steal a movie? Or is it not possible because of DRM?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704235105 {#2094
    date: 2024-01-02 23:38:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@JCreazy@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 274880
  -bodyTs: "'ask':4 'chanc':8 'drm':22 'emplpye':10 'might':11 'movi':14 'must':3 'possibl':19 'sir':1 'steal':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7016360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704235105 {#2241
    date: 2024-01-02 23:38:25.0 +01:00
  }
  +"title": 274880
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
172 DENIED moderate
App\Entity\EntryComment {#2140
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2130
    +user: Proxies\__CG__\App\Entity\User {#2621 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
    +image: Proxies\__CG__\App\Entity\Image {#2707 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2729 …}
    +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
    +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
    +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
    +body: """
      From the article:\n
      \n
      > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 125
    +favouriteCount: 963
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712573441 {#2242
      date: 2024-04-08 12:50:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2728 …}
    +votes: Doctrine\ORM\PersistentCollection {#2726 …}
    +reports: Doctrine\ORM\PersistentCollection {#2723 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2757 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2753 …}
    +badges: Doctrine\ORM\PersistentCollection {#2770 …}
    +children: [
      App\Entity\EntryComment {#2140}
    ]
    -id: 26695
    -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
    -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704282846
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4514355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704196446 {#2669
      date: 2024-01-02 12:54:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2133 …}
  +body: "Sir, I must ask - what are the chances that emplpyee might steal a movie? Or is it not possible because of DRM?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704235105 {#2094
    date: 2024-01-02 23:38:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@JCreazy@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 274880
  -bodyTs: "'ask':4 'chanc':8 'drm':22 'emplpye':10 'might':11 'movi':14 'must':3 'possibl':19 'sir':1 'steal':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7016360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704235105 {#2241
    date: 2024-01-02 23:38:25.0 +01:00
  }
  +"title": 274880
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
173 DENIED ROLE_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
174 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