GET https://kbin.spritesserver.nl/u/@onlinepersona@programming.dev/comments/top?p=2

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\EntryComment {#2262
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +body: """
    they = rust or the linux kernel?\n
    \n
    The linux kernel doesn’t have enough contributors because it’s really difficult + the entire organisational side of it works on antique tech (IRC and mailinglists). The majority of the project itself is also in C which has a horrible developer experience: linting, documentation, debugging, code completion, and the lack of a proper IDE. The entire development cycle is convoluted. How do you seriously want to attract people to the project if everything looks like it’s still in a development cycle of the 90s?\n
    \n
    If I were to discover a one-line bug in the kernel by reading it, actually testing the one-line fix would take me, as a newbie probably a solid week. Getting it into the kernel itself would probably take even longer.\n
    \n
    The kernel is also known for Linus’ outbursts and being filled with neckbeard elitists. The project in my eyes has an image problem.\n
    \n
    As for rust, if that’s what you meant, I’d be interested in knowing the source for not having enough contributors.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1702128771 {#2229
    date: 2023-12-09 14:32:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@wiki_me@lemmy.ml"
    "@jaybone@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2209 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2203 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 213646
  -bodyTs: "'90s':91 'actual':108 'also':40,139 'antiqu':28 'attract':73 'bug':101 'c':42 'code':52 'complet':53 'contributor':14,180 'convolut':66 'cycl':64,88 'd':169 'debug':51 'develop':47,63,87 'difficult':19 'discov':96 'document':50 'doesn':10 'elitist':149 'enough':13,179 'entir':21,62 'even':134 'everyth':79 'experi':48 'eye':154 'fill':146 'fix':114 'get':125 'horribl':46 'ide':60 'imag':157 'interest':171 'irc':30 'kernel':6,9,104,129,137 'know':173 'known':140 'lack':56 'like':81 'line':100,113 'lint':49 'linus':142 'linux':5,8 'longer':135 'look':80 'mailinglist':32 'major':34 'meant':167 'neckbeard':148 'newbi':120 'one':99,112 'one-lin':98,111 'organis':22 'outburst':143 'peopl':74 'probabl':121,132 'problem':158 'project':37,77,151 'proper':59 'read':106 'realli':18 'rust':2,161 'serious':70 'side':23 'solid':123 'sourc':175 'still':84 'take':116,133 'tech':29 'test':109 'want':71 'week':124 'work':26 'would':115,131"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5572151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702128771 {#2295
    date: 2023-12-09 14:32:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\EntryComment {#2262
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +body: """
    they = rust or the linux kernel?\n
    \n
    The linux kernel doesn’t have enough contributors because it’s really difficult + the entire organisational side of it works on antique tech (IRC and mailinglists). The majority of the project itself is also in C which has a horrible developer experience: linting, documentation, debugging, code completion, and the lack of a proper IDE. The entire development cycle is convoluted. How do you seriously want to attract people to the project if everything looks like it’s still in a development cycle of the 90s?\n
    \n
    If I were to discover a one-line bug in the kernel by reading it, actually testing the one-line fix would take me, as a newbie probably a solid week. Getting it into the kernel itself would probably take even longer.\n
    \n
    The kernel is also known for Linus’ outbursts and being filled with neckbeard elitists. The project in my eyes has an image problem.\n
    \n
    As for rust, if that’s what you meant, I’d be interested in knowing the source for not having enough contributors.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1702128771 {#2229
    date: 2023-12-09 14:32:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@wiki_me@lemmy.ml"
    "@jaybone@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2209 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2203 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 213646
  -bodyTs: "'90s':91 'actual':108 'also':40,139 'antiqu':28 'attract':73 'bug':101 'c':42 'code':52 'complet':53 'contributor':14,180 'convolut':66 'cycl':64,88 'd':169 'debug':51 'develop':47,63,87 'difficult':19 'discov':96 'document':50 'doesn':10 'elitist':149 'enough':13,179 'entir':21,62 'even':134 'everyth':79 'experi':48 'eye':154 'fill':146 'fix':114 'get':125 'horribl':46 'ide':60 'imag':157 'interest':171 'irc':30 'kernel':6,9,104,129,137 'know':173 'known':140 'lack':56 'like':81 'line':100,113 'lint':49 'linus':142 'linux':5,8 'longer':135 'look':80 'mailinglist':32 'major':34 'meant':167 'neckbeard':148 'newbi':120 'one':99,112 'one-lin':98,111 'organis':22 'outburst':143 'peopl':74 'probabl':121,132 'problem':158 'project':37,77,151 'proper':59 'read':106 'realli':18 'rust':2,161 'serious':70 'side':23 'solid':123 'sourc':175 'still':84 'take':116,133 'tech':29 'test':109 'want':71 'week':124 'work':26 'would':115,131"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5572151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702128771 {#2295
    date: 2023-12-09 14:32:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\EntryComment {#2262
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +body: """
    they = rust or the linux kernel?\n
    \n
    The linux kernel doesn’t have enough contributors because it’s really difficult + the entire organisational side of it works on antique tech (IRC and mailinglists). The majority of the project itself is also in C which has a horrible developer experience: linting, documentation, debugging, code completion, and the lack of a proper IDE. The entire development cycle is convoluted. How do you seriously want to attract people to the project if everything looks like it’s still in a development cycle of the 90s?\n
    \n
    If I were to discover a one-line bug in the kernel by reading it, actually testing the one-line fix would take me, as a newbie probably a solid week. Getting it into the kernel itself would probably take even longer.\n
    \n
    The kernel is also known for Linus’ outbursts and being filled with neckbeard elitists. The project in my eyes has an image problem.\n
    \n
    As for rust, if that’s what you meant, I’d be interested in knowing the source for not having enough contributors.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1702128771 {#2229
    date: 2023-12-09 14:32:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@wiki_me@lemmy.ml"
    "@jaybone@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2209 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2203 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2273 …}
  -id: 213646
  -bodyTs: "'90s':91 'actual':108 'also':40,139 'antiqu':28 'attract':73 'bug':101 'c':42 'code':52 'complet':53 'contributor':14,180 'convolut':66 'cycl':64,88 'd':169 'debug':51 'develop':47,63,87 'difficult':19 'discov':96 'document':50 'doesn':10 'elitist':149 'enough':13,179 'entir':21,62 'even':134 'everyth':79 'experi':48 'eye':154 'fill':146 'fix':114 'get':125 'horribl':46 'ide':60 'imag':157 'interest':171 'irc':30 'kernel':6,9,104,129,137 'know':173 'known':140 'lack':56 'like':81 'line':100,113 'lint':49 'linus':142 'linux':5,8 'longer':135 'look':80 'mailinglist':32 'major':34 'meant':167 'neckbeard':148 'newbi':120 'one':99,112 'one-lin':98,111 'organis':22 'outburst':143 'peopl':74 'probabl':121,132 'problem':158 'project':37,77,151 'proper':59 'read':106 'realli':18 'rust':2,161 'serious':70 'side':23 'solid':123 'sourc':175 'still':84 'take':116,133 'tech':29 'test':109 'want':71 'week':124 'work':26 'would':115,131"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5572151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702128771 {#2295
    date: 2023-12-09 14:32:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2310
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2306 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2306 …}
  +body: "Torrenting over TOR doesn’t make you anonymous. How is that misleading?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697885065 {#2264
    date: 2023-10-21 12:44:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@nhu@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2303 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2297 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
  -id: 62748
  -bodyTs: "'anonym':8 'doesn':4 'make':6 'mislead':12 'tor':3 'torrent':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4091204"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697885065 {#2192
    date: 2023-10-21 12:44:25.0 +02:00
  }
}
"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 {#2310
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2306 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2306 …}
  +body: "Torrenting over TOR doesn’t make you anonymous. How is that misleading?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697885065 {#2264
    date: 2023-10-21 12:44:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@nhu@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2303 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2297 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
  -id: 62748
  -bodyTs: "'anonym':8 'doesn':4 'make':6 'mislead':12 'tor':3 'torrent':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4091204"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697885065 {#2192
    date: 2023-10-21 12:44:25.0 +02:00
  }
}
"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 {#2310
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2306 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2306 …}
  +body: "Torrenting over TOR doesn’t make you anonymous. How is that misleading?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697885065 {#2264
    date: 2023-10-21 12:44:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@nhu@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2303 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2297 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2293 …}
  -id: 62748
  -bodyTs: "'anonym':8 'doesn':4 'make':6 'mislead':12 'tor':3 'torrent':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4091204"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697885065 {#2192
    date: 2023-10-21 12:44:25.0 +02:00
  }
}
"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
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2176 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2175 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2175 …}
  +body: """
    Execs are getting paid millions! They DGAF. Once they drive one thing into the ground, they can just move on after landing very softly with their golden parachute.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1704927528 {#2307
    date: 2024-01-10 23:58:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@db0@lemmy.dbzer0.com"
    "@KingThrillgore@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2186 …}
  +nested: Doctrine\ORM\PersistentCollection {#2180 …}
  +votes: Doctrine\ORM\PersistentCollection {#2158 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2178 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2177 …}
  -id: 297609
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':37 '4.0':34 'by-nc-sa':30 'cc':29 'creativecommons.org':36 'creativecommons.org/licenses/by-nc-sa/4.0/)':35 'dgaf':7 'drive':10 'exec':1 'get':3 'golden':27 'ground':15 'land':22 'million':5 'move':19 'nc':32 'one':11 'paid':4 'parachut':28 'sa':33 'soft':24 'thing':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6316621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704927528 {#2276
    date: 2024-01-10 23:58:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2176 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2175 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2175 …}
  +body: """
    Execs are getting paid millions! They DGAF. Once they drive one thing into the ground, they can just move on after landing very softly with their golden parachute.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1704927528 {#2307
    date: 2024-01-10 23:58:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@db0@lemmy.dbzer0.com"
    "@KingThrillgore@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2186 …}
  +nested: Doctrine\ORM\PersistentCollection {#2180 …}
  +votes: Doctrine\ORM\PersistentCollection {#2158 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2178 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2177 …}
  -id: 297609
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':37 '4.0':34 'by-nc-sa':30 'cc':29 'creativecommons.org':36 'creativecommons.org/licenses/by-nc-sa/4.0/)':35 'dgaf':7 'drive':10 'exec':1 'get':3 'golden':27 'ground':15 'land':22 'million':5 'move':19 'nc':32 'one':11 'paid':4 'parachut':28 'sa':33 'soft':24 'thing':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6316621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704927528 {#2276
    date: 2024-01-10 23:58:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2176 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2175 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2175 …}
  +body: """
    Execs are getting paid millions! They DGAF. Once they drive one thing into the ground, they can just move on after landing very softly with their golden parachute.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1704927528 {#2307
    date: 2024-01-10 23:58:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@db0@lemmy.dbzer0.com"
    "@KingThrillgore@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2186 …}
  +nested: Doctrine\ORM\PersistentCollection {#2180 …}
  +votes: Doctrine\ORM\PersistentCollection {#2158 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2178 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2177 …}
  -id: 297609
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':37 '4.0':34 'by-nc-sa':30 'cc':29 'creativecommons.org':36 'creativecommons.org/licenses/by-nc-sa/4.0/)':35 'dgaf':7 'drive':10 'exec':1 'get':3 'golden':27 'ground':15 'land':22 'million':5 'move':19 'nc':32 'one':11 'paid':4 'parachut':28 'sa':33 'soft':24 'thing':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6316621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704927528 {#2276
    date: 2024-01-10 23:58:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#2171
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2146 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: "[linuxjourney.com](https://linuxjourney.com/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700991803 {#2299
    date: 2023-11-26 10:43:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cogitoprinciple@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2182 …}
  +nested: Doctrine\ORM\PersistentCollection {#2181 …}
  +votes: Doctrine\ORM\PersistentCollection {#2145 …}
  +reports: Doctrine\ORM\PersistentCollection {#2153 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2150 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2147 …}
  -id: 165531
  -bodyTs: "'/)':4 'linuxjourney.com':1,3 'linuxjourney.com/)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5183087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700991803 {#2311
    date: 2023-11-26 10:43:23.0 +01:00
  }
}
"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 {#2171
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2146 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: "[linuxjourney.com](https://linuxjourney.com/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700991803 {#2299
    date: 2023-11-26 10:43:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cogitoprinciple@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2182 …}
  +nested: Doctrine\ORM\PersistentCollection {#2181 …}
  +votes: Doctrine\ORM\PersistentCollection {#2145 …}
  +reports: Doctrine\ORM\PersistentCollection {#2153 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2150 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2147 …}
  -id: 165531
  -bodyTs: "'/)':4 'linuxjourney.com':1,3 'linuxjourney.com/)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5183087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700991803 {#2311
    date: 2023-11-26 10:43:23.0 +01:00
  }
}
"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 {#2171
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2146 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: "[linuxjourney.com](https://linuxjourney.com/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700991803 {#2299
    date: 2023-11-26 10:43:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cogitoprinciple@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2182 …}
  +nested: Doctrine\ORM\PersistentCollection {#2181 …}
  +votes: Doctrine\ORM\PersistentCollection {#2145 …}
  +reports: Doctrine\ORM\PersistentCollection {#2153 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2150 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2147 …}
  -id: 165531
  -bodyTs: "'/)':4 'linuxjourney.com':1,3 'linuxjourney.com/)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5183087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700991803 {#2311
    date: 2023-11-26 10:43:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2287
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    We really need federated source forges on anonymous networks like I2P.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1723273534 {#2255
    date: 2024-08-10 09:05:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WadamT@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2034 …}
  +nested: Doctrine\ORM\PersistentCollection {#2188 …}
  +votes: Doctrine\ORM\PersistentCollection {#2286 …}
  +reports: Doctrine\ORM\PersistentCollection {#2251 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2243 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2245 …}
  -id: 307642
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':20 '4.0':17 'anonym':8 'by-nc-sa':13 'cc':12 'creativecommons.org':19 'creativecommons.org/licenses/by-nc-sa/4.0/)':18 'feder':4 'forg':6 'i2p':11 'like':10 'nc':15 'need':3 'network':9 'realli':2 'sa':16 'sourc':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6450275"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705233152 {#2173
    date: 2024-01-14 12:52:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2287
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    We really need federated source forges on anonymous networks like I2P.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1723273534 {#2255
    date: 2024-08-10 09:05:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WadamT@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2034 …}
  +nested: Doctrine\ORM\PersistentCollection {#2188 …}
  +votes: Doctrine\ORM\PersistentCollection {#2286 …}
  +reports: Doctrine\ORM\PersistentCollection {#2251 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2243 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2245 …}
  -id: 307642
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':20 '4.0':17 'anonym':8 'by-nc-sa':13 'cc':12 'creativecommons.org':19 'creativecommons.org/licenses/by-nc-sa/4.0/)':18 'feder':4 'forg':6 'i2p':11 'like':10 'nc':15 'need':3 'network':9 'realli':2 'sa':16 'sourc':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6450275"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705233152 {#2173
    date: 2024-01-14 12:52:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#2287
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    We really need federated source forges on anonymous networks like I2P.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1723273534 {#2255
    date: 2024-08-10 09:05:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WadamT@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2034 …}
  +nested: Doctrine\ORM\PersistentCollection {#2188 …}
  +votes: Doctrine\ORM\PersistentCollection {#2286 …}
  +reports: Doctrine\ORM\PersistentCollection {#2251 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2243 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2245 …}
  -id: 307642
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':20 '4.0':17 'anonym':8 'by-nc-sa':13 'cc':12 'creativecommons.org':19 'creativecommons.org/licenses/by-nc-sa/4.0/)':18 'feder':4 'forg':6 'i2p':11 'like':10 'nc':15 'need':3 'network':9 'realli':2 'sa':16 'sourc':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6450275"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705233152 {#2173
    date: 2024-01-14 12:52:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2244
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I was getting emails about pull requests and issues all night. It’s like some people just took advantage of everybody being outside of the house to code 😅\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1712569116 {#2154
    date: 2024-04-08 11:38:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemy.lol"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2259 …}
  +nested: Doctrine\ORM\PersistentCollection {#2249 …}
  +votes: Doctrine\ORM\PersistentCollection {#2238 …}
  +reports: Doctrine\ORM\PersistentCollection {#2226 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2184 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2038 …}
  -id: 269715
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':37 '4.0':34 'advantag':19 'by-nc-sa':30 'cc':29 'code':28 'creativecommons.org':36 'creativecommons.org/licenses/by-nc-sa/4.0/)':35 'email':4 'everybodi':21 'get':3 'hous':26 'issu':9 'like':14 'nc':32 'night':11 'outsid':23 'peopl':16 'pull':6 'request':7 'sa':33 'took':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6049759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704106765 {#2151
    date: 2024-01-01 11:59:25.0 +01:00
  }
}
"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 {#2244
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I was getting emails about pull requests and issues all night. It’s like some people just took advantage of everybody being outside of the house to code 😅\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1712569116 {#2154
    date: 2024-04-08 11:38:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemy.lol"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2259 …}
  +nested: Doctrine\ORM\PersistentCollection {#2249 …}
  +votes: Doctrine\ORM\PersistentCollection {#2238 …}
  +reports: Doctrine\ORM\PersistentCollection {#2226 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2184 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2038 …}
  -id: 269715
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':37 '4.0':34 'advantag':19 'by-nc-sa':30 'cc':29 'code':28 'creativecommons.org':36 'creativecommons.org/licenses/by-nc-sa/4.0/)':35 'email':4 'everybodi':21 'get':3 'hous':26 'issu':9 'like':14 'nc':32 'night':11 'outsid':23 'peopl':16 'pull':6 'request':7 'sa':33 'took':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6049759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704106765 {#2151
    date: 2024-01-01 11:59:25.0 +01:00
  }
}
"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 {#2244
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I was getting emails about pull requests and issues all night. It’s like some people just took advantage of everybody being outside of the house to code 😅\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1712569116 {#2154
    date: 2024-04-08 11:38:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemy.lol"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2259 …}
  +nested: Doctrine\ORM\PersistentCollection {#2249 …}
  +votes: Doctrine\ORM\PersistentCollection {#2238 …}
  +reports: Doctrine\ORM\PersistentCollection {#2226 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2184 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2038 …}
  -id: 269715
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':37 '4.0':34 'advantag':19 'by-nc-sa':30 'cc':29 'code':28 'creativecommons.org':36 'creativecommons.org/licenses/by-nc-sa/4.0/)':35 'email':4 'everybodi':21 'get':3 'hous':26 'issu':9 'like':14 'nc':32 'night':11 'outsid':23 'peopl':16 'pull':6 'request':7 'sa':33 'took':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6049759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704106765 {#2151
    date: 2024-01-01 11:59:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2003
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1994 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1994 …}
  +body: "That’s great for you and the community, as you aren’t torrenting over TOR 👍"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1697905781 {#2254
    date: 2023-10-21 18:29:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@Lurkerino@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1995 …}
  +nested: Doctrine\ORM\PersistentCollection {#2006 …}
  +votes: Doctrine\ORM\PersistentCollection {#1997 …}
  +reports: Doctrine\ORM\PersistentCollection {#1998 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2001 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1999 …}
  -id: 63140
  -bodyTs: "'aren':11 'communiti':8 'great':3 'tor':15 'torrent':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4096893"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697905781 {#2250
    date: 2023-10-21 18:29:41.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#2003
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1994 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1994 …}
  +body: "That’s great for you and the community, as you aren’t torrenting over TOR 👍"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1697905781 {#2254
    date: 2023-10-21 18:29:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@Lurkerino@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1995 …}
  +nested: Doctrine\ORM\PersistentCollection {#2006 …}
  +votes: Doctrine\ORM\PersistentCollection {#1997 …}
  +reports: Doctrine\ORM\PersistentCollection {#1998 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2001 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1999 …}
  -id: 63140
  -bodyTs: "'aren':11 'communiti':8 'great':3 'tor':15 'torrent':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4096893"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697905781 {#2250
    date: 2023-10-21 18:29:41.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#2003
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1994 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1994 …}
  +body: "That’s great for you and the community, as you aren’t torrenting over TOR 👍"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1697905781 {#2254
    date: 2023-10-21 18:29:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@Lurkerino@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1995 …}
  +nested: Doctrine\ORM\PersistentCollection {#2006 …}
  +votes: Doctrine\ORM\PersistentCollection {#1997 …}
  +reports: Doctrine\ORM\PersistentCollection {#1998 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2001 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1999 …}
  -id: 63140
  -bodyTs: "'aren':11 'communiti':8 'great':3 'tor':15 'torrent':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4096893"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697905781 {#2250
    date: 2023-10-21 18:29:41.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#1989
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1990 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1986 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2010 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2009 …}
  +body: """
    I was where you are too and 2$/month or even per year seemed crazy to me if I could get it for free\n
    \n
    If you’re at home and want to point to your home IP, but it constantly changes, the easiest is Dynamic DNS.\n
    \n
    - [freedns.afraid.org](https://freedns.afraid.org/)\n
    - [www.noip.com/free](https://www.noip.com/free)\n
    \n
    You can find more.\n
    \n
    If you have a stable IP, there also free top level domains .TK / .ML / .GA / .CF / .GQ over at [www.freenom.com](https://www.freenom.com/) . Their frontend is down sometimes, but once you have a domain and are point it to an IP, you should be dandy.\n
    \n
    Good luck :)\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704912939 {#1985
    date: 2024-01-10 19:55:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@itsaj26744@programming.dev"
    "@Kit@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2014 …}
  +nested: Doctrine\ORM\PersistentCollection {#2016 …}
  +votes: Doctrine\ORM\PersistentCollection {#2017 …}
  +reports: Doctrine\ORM\PersistentCollection {#1984 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1981 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1982 …}
  -id: 296717
  -bodyTs: "'/)':50,80 '/free](https://www.noip.com/free)':53 '/licenses/by-nc-sa/4.0/)':113 '/month':9 '2':8 '4.0':110 'also':65 'by-nc-sa':106 'cc':105 'cf':73 'chang':41 'constant':40 'could':20 'crazi':15 'creativecommons.org':112 'creativecommons.org/licenses/by-nc-sa/4.0/)':111 'dandi':102 'dns':46 'domain':69,91 'dynam':45 'easiest':43 'even':11 'find':56 'free':24,66 'freedns.afraid.org':47,49 'freedns.afraid.org/)':48 'frontend':82 'ga':72 'get':21 'good':103 'gq':74 'home':29,36 'ip':37,63,98 'level':68 'luck':104 'ml':71 'nc':108 'per':12 'point':33,94 're':27 'sa':109 'seem':14 'sometim':85 'stabl':62 'tk':70 'top':67 'want':31 'www.freenom.com':77,79 'www.freenom.com/)':78 'www.noip.com':52 'www.noip.com/free](https://www.noip.com/free)':51 'year':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6310787"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704912939 {#1988
    date: 2024-01-10 19:55:39.0 +01:00
  }
}
"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 {#1989
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1990 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1986 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2010 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2009 …}
  +body: """
    I was where you are too and 2$/month or even per year seemed crazy to me if I could get it for free\n
    \n
    If you’re at home and want to point to your home IP, but it constantly changes, the easiest is Dynamic DNS.\n
    \n
    - [freedns.afraid.org](https://freedns.afraid.org/)\n
    - [www.noip.com/free](https://www.noip.com/free)\n
    \n
    You can find more.\n
    \n
    If you have a stable IP, there also free top level domains .TK / .ML / .GA / .CF / .GQ over at [www.freenom.com](https://www.freenom.com/) . Their frontend is down sometimes, but once you have a domain and are point it to an IP, you should be dandy.\n
    \n
    Good luck :)\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704912939 {#1985
    date: 2024-01-10 19:55:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@itsaj26744@programming.dev"
    "@Kit@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2014 …}
  +nested: Doctrine\ORM\PersistentCollection {#2016 …}
  +votes: Doctrine\ORM\PersistentCollection {#2017 …}
  +reports: Doctrine\ORM\PersistentCollection {#1984 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1981 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1982 …}
  -id: 296717
  -bodyTs: "'/)':50,80 '/free](https://www.noip.com/free)':53 '/licenses/by-nc-sa/4.0/)':113 '/month':9 '2':8 '4.0':110 'also':65 'by-nc-sa':106 'cc':105 'cf':73 'chang':41 'constant':40 'could':20 'crazi':15 'creativecommons.org':112 'creativecommons.org/licenses/by-nc-sa/4.0/)':111 'dandi':102 'dns':46 'domain':69,91 'dynam':45 'easiest':43 'even':11 'find':56 'free':24,66 'freedns.afraid.org':47,49 'freedns.afraid.org/)':48 'frontend':82 'ga':72 'get':21 'good':103 'gq':74 'home':29,36 'ip':37,63,98 'level':68 'luck':104 'ml':71 'nc':108 'per':12 'point':33,94 're':27 'sa':109 'seem':14 'sometim':85 'stabl':62 'tk':70 'top':67 'want':31 'www.freenom.com':77,79 'www.freenom.com/)':78 'www.noip.com':52 'www.noip.com/free](https://www.noip.com/free)':51 'year':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6310787"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704912939 {#1988
    date: 2024-01-10 19:55:39.0 +01:00
  }
}
"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 {#1989
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1990 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1986 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2010 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2009 …}
  +body: """
    I was where you are too and 2$/month or even per year seemed crazy to me if I could get it for free\n
    \n
    If you’re at home and want to point to your home IP, but it constantly changes, the easiest is Dynamic DNS.\n
    \n
    - [freedns.afraid.org](https://freedns.afraid.org/)\n
    - [www.noip.com/free](https://www.noip.com/free)\n
    \n
    You can find more.\n
    \n
    If you have a stable IP, there also free top level domains .TK / .ML / .GA / .CF / .GQ over at [www.freenom.com](https://www.freenom.com/) . Their frontend is down sometimes, but once you have a domain and are point it to an IP, you should be dandy.\n
    \n
    Good luck :)\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704912939 {#1985
    date: 2024-01-10 19:55:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@itsaj26744@programming.dev"
    "@Kit@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2014 …}
  +nested: Doctrine\ORM\PersistentCollection {#2016 …}
  +votes: Doctrine\ORM\PersistentCollection {#2017 …}
  +reports: Doctrine\ORM\PersistentCollection {#1984 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1981 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1982 …}
  -id: 296717
  -bodyTs: "'/)':50,80 '/free](https://www.noip.com/free)':53 '/licenses/by-nc-sa/4.0/)':113 '/month':9 '2':8 '4.0':110 'also':65 'by-nc-sa':106 'cc':105 'cf':73 'chang':41 'constant':40 'could':20 'crazi':15 'creativecommons.org':112 'creativecommons.org/licenses/by-nc-sa/4.0/)':111 'dandi':102 'dns':46 'domain':69,91 'dynam':45 'easiest':43 'even':11 'find':56 'free':24,66 'freedns.afraid.org':47,49 'freedns.afraid.org/)':48 'frontend':82 'ga':72 'get':21 'good':103 'gq':74 'home':29,36 'ip':37,63,98 'level':68 'luck':104 'ml':71 'nc':108 'per':12 'point':33,94 're':27 'sa':109 'seem':14 'sometim':85 'stabl':62 'tk':70 'top':67 'want':31 'www.freenom.com':77,79 'www.freenom.com/)':78 'www.noip.com':52 'www.noip.com/free](https://www.noip.com/free)':51 'year':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6310787"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704912939 {#1988
    date: 2024-01-10 19:55:39.0 +01:00
  }
}
"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 {#2375
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2373 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My experience with the linux boot has never been flicker-free. It’s bugged me for years, but I don’t have the technical knowledge to fix it. There’s a black screen between BIOS and plymouth, then a black screen between plymouth and the login screen, then another black screen between the login screen and the splash screen, and finally a black screen between the splash screen and when the desktop shows up.\n
    \n
    Mac and windows do a much better job at having a seamless experience from boot to desktop.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1707792849 {#2007
    date: 2024-02-13 03:54:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2374 …}
  +nested: Doctrine\ORM\PersistentCollection {#2362 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  -id: 243991
  -bodyTs: "'/licenses/by-nc-sa/4.0/?ref=chooser-v1)':101 '4.0':98 'anoth':50 'better':82 'bio':36 'black':33,41,51,64 'boot':6,90 'bug':15 'by-nc-sa':94 'cc':93 'creativecommons.org':100 'creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)':99 'desktop':73,92 'experi':2,88 'final':62 'fix':28 'flicker':11 'flicker-fre':10 'free':12 'job':83 'knowledg':26 'linux':5 'login':47,55 'mac':76 'much':81 'nc':96 'never':8 'plymouth':38,44 'sa':97 'screen':34,42,48,52,56,60,65,69 'seamless':87 'show':74 'splash':59,68 'technic':25 'window':78 'year':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5888667"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703275055 {#2004
    date: 2023-12-22 20:57:35.0 +01:00
  }
}
"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 {#2375
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2373 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My experience with the linux boot has never been flicker-free. It’s bugged me for years, but I don’t have the technical knowledge to fix it. There’s a black screen between BIOS and plymouth, then a black screen between plymouth and the login screen, then another black screen between the login screen and the splash screen, and finally a black screen between the splash screen and when the desktop shows up.\n
    \n
    Mac and windows do a much better job at having a seamless experience from boot to desktop.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1707792849 {#2007
    date: 2024-02-13 03:54:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2374 …}
  +nested: Doctrine\ORM\PersistentCollection {#2362 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  -id: 243991
  -bodyTs: "'/licenses/by-nc-sa/4.0/?ref=chooser-v1)':101 '4.0':98 'anoth':50 'better':82 'bio':36 'black':33,41,51,64 'boot':6,90 'bug':15 'by-nc-sa':94 'cc':93 'creativecommons.org':100 'creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)':99 'desktop':73,92 'experi':2,88 'final':62 'fix':28 'flicker':11 'flicker-fre':10 'free':12 'job':83 'knowledg':26 'linux':5 'login':47,55 'mac':76 'much':81 'nc':96 'never':8 'plymouth':38,44 'sa':97 'screen':34,42,48,52,56,60,65,69 'seamless':87 'show':74 'splash':59,68 'technic':25 'window':78 'year':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5888667"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703275055 {#2004
    date: 2023-12-22 20:57:35.0 +01:00
  }
}
"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 {#2375
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2373 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My experience with the linux boot has never been flicker-free. It’s bugged me for years, but I don’t have the technical knowledge to fix it. There’s a black screen between BIOS and plymouth, then a black screen between plymouth and the login screen, then another black screen between the login screen and the splash screen, and finally a black screen between the splash screen and when the desktop shows up.\n
    \n
    Mac and windows do a much better job at having a seamless experience from boot to desktop.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1707792849 {#2007
    date: 2024-02-13 03:54:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shreddy_scientist@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2374 …}
  +nested: Doctrine\ORM\PersistentCollection {#2362 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  -id: 243991
  -bodyTs: "'/licenses/by-nc-sa/4.0/?ref=chooser-v1)':101 '4.0':98 'anoth':50 'better':82 'bio':36 'black':33,41,51,64 'boot':6,90 'bug':15 'by-nc-sa':94 'cc':93 'creativecommons.org':100 'creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)':99 'desktop':73,92 'experi':2,88 'final':62 'fix':28 'flicker':11 'flicker-fre':10 'free':12 'job':83 'knowledg':26 'linux':5 'login':47,55 'mac':76 'much':81 'nc':96 'never':8 'plymouth':38,44 'sa':97 'screen':34,42,48,52,56,60,65,69 'seamless':87 'show':74 'splash':59,68 'technic':25 'window':78 'year':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5888667"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703275055 {#2004
    date: 2023-12-22 20:57:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#1353
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1354 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: null
  +root: null
  +body: "Way to give Apple money in a round-about way. Truly genius."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1701977672 {#2368
    date: 2023-12-07 20:34:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HeavyRaptor@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1358 …}
  +nested: Doctrine\ORM\PersistentCollection {#1355 …}
  +votes: Doctrine\ORM\PersistentCollection {#2491 …}
  +reports: Doctrine\ORM\PersistentCollection {#2493 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2497 …}
  -id: 207830
  -bodyTs: "'appl':4 'genius':13 'give':3 'money':5 'round':9 'round-about':8 'truli':12 'way':1,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5524026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701977672 {#1980
    date: 2023-12-07 20:34:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\EntryComment {#1353
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1354 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: null
  +root: null
  +body: "Way to give Apple money in a round-about way. Truly genius."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1701977672 {#2368
    date: 2023-12-07 20:34:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HeavyRaptor@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1358 …}
  +nested: Doctrine\ORM\PersistentCollection {#1355 …}
  +votes: Doctrine\ORM\PersistentCollection {#2491 …}
  +reports: Doctrine\ORM\PersistentCollection {#2493 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2497 …}
  -id: 207830
  -bodyTs: "'appl':4 'genius':13 'give':3 'money':5 'round':9 'round-about':8 'truli':12 'way':1,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5524026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701977672 {#1980
    date: 2023-12-07 20:34:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\EntryComment {#1353
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1354 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1730 …}
  +image: null
  +parent: null
  +root: null
  +body: "Way to give Apple money in a round-about way. Truly genius."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1701977672 {#2368
    date: 2023-12-07 20:34:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HeavyRaptor@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1358 …}
  +nested: Doctrine\ORM\PersistentCollection {#1355 …}
  +votes: Doctrine\ORM\PersistentCollection {#2491 …}
  +reports: Doctrine\ORM\PersistentCollection {#2493 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2497 …}
  -id: 207830
  -bodyTs: "'appl':4 'genius':13 'give':3 'money':5 'round':9 'round-about':8 'truli':12 'way':1,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5524026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701977672 {#1980
    date: 2023-12-07 20:34:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#2501
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2503 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [linuxpreloaded.com](https://linuxpreloaded.com/) for a longer list\n
    \n
    These are my favorites (EU based)\n
    \n
    1. [TuxedoComputers](https://www.tuxedocomputers.com/)\n
    2. [SlimBook](https://slimbook.com/)\n
    3. [Star Labs Systems](https://starlabs.systems/)\n
    \n
    Tuxedo Computers can get you a very good dev laptop for ~1500€ (64GB RAM, AMD/Intel CPU, NVIDIA/AMD graphics card). If you will be working in AI, I imagine you’ll need CUDA (?) aka NVIDIA.  \n
    If you don’t go for anything on linuxpreloaded (which I wouldn’t recommend), it’s good to check whether what you’re buying has linux hardware support by checking the [Linux Hardware DB](https://linux-hardware.org). Even if you don’t look, it’ll probably work, but better safe than sorry if you’re going to dump 1/3 or 1/2 of your months salary into something (depending on where you are).\n
    \n
    For a distro, I dunno what level you are, but [Distro Chooser](https://distrochooser.de) can help you out with making a choice. My recommendations:\n
    \n
    **linux beginner**\n
    \n
    Linux mint. nice desktop environment, looks like a mashup between windows and mac, still missing advanced options, but quite customisable. comes with suitable standard software and cloud integrations (you can connect to a bunch of clouds), relatively up to date\n
    \n
    Ubuntu is well-known, some proprietary companies even consider it “the linux” and only make linux versions for it. It’s quite stable. However, it isn’t my first recommendation anymore as they are going down a proprietary route. I’m not sure if they have ads yet, but wouldn’t surprise me if they started.\n
    \n
    **desktop environment**\n
    \n
    This is the desktop suite, a bundle of packages that work well together on any distro, with its own look and feel. There are basically 3 camps:\n
    \n
    - windows look n feel \n
        - KDE: is the most known, is very customisable, has an abundant amount of themes, icon sets, login screens, fonts, and a well-sized userbase. They prefix many app names with “K”. Ubuntu even has a distro version called “Kubuntu” with KDE on it\n
        - Cinnamon: main user is Linux Mint\n
        - LXDE and XFCE: look closer to windows 95 and windows XP, consume minimal resources. configuration is through the interface, advanced configuration through files\n
    - mac look n feel \n
        - Gnome: they are well known and source of flame wars (gnome vs KDE). windows don’t have title bars, things are very rounded, not very configurable, heavily mac inspired\n
    - tiling window managers \n
        - these aren’t desktop environments, but sit more in the middle, they manage windows. best to watch a video about tiling window managers. they are very geeky and perfect if you love using nothing but your keyboard\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1720434532 {#1352
    date: 2024-07-08 12:28:52.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Toldry@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2504 …}
  +nested: Doctrine\ORM\PersistentCollection {#2506 …}
  +votes: Doctrine\ORM\PersistentCollection {#2508 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2514 …}
  -id: 296674
  -bodyTs: "'/)':4,19,24,31 '/licenses/by-nc-sa/4.0/)':445 '1':15 '1/2':124 '1/3':122 '1500':43 '2':20 '3':25,285 '4.0':442 '64gb':44 '95':348 'abund':301 'ad':248 'advanc':176,360 'ai':57 'aka':64 'amd/intel':46 'amount':302 'anymor':232 'anyth':72 'app':319 'aren':401 'bar':386 'base':14 'basic':284 'beginn':160 'best':414 'better':112 'bunch':194 'bundl':266 'buy':89 'by-nc-sa':438 'call':329 'camp':286 'card':50 'cc':437 'check':84,95 'choic':156 'chooser':147 'cinnamon':335 'closer':345 'cloud':187,196 'come':181 'compani':208 'comput':33 'configur':355,361,393 'connect':191 'consid':210 'consum':352 'cpu':47 'creativecommons.org':444 'creativecommons.org/licenses/by-nc-sa/4.0/)':443 'cuda':63 'customis':180,298 'date':200 'db':99 'depend':131 'desktop':164,258,263,403 'dev':40 'distro':138,146,275,327 'distrochooser.de':148 'dump':121 'dunno':140 'environ':165,259,404 'eu':13 'even':101,209,324 'favorit':12 'feel':281,290,367 'file':363 'first':230 'flame':376 'font':309 'geeki':426 'get':35 'gnome':368,378 'go':70,119,236 'good':39,82 'graphic':49 'hardwar':92,98 'heavili':394 'help':150 'howev':225 'icon':305 'imagin':59 'inspir':396 'integr':188 'interfac':359 'isn':227 'k':322 'kde':291,332,380 'keyboard':436 'known':205,295,372 'kubuntu':330 'lab':27 'laptop':41 'level':142 'like':167 'linux':91,97,159,161,213,217,339 'linux-hardware.org':100 'linuxpreload':74 'linuxpreloaded.com':1,3 'linuxpreloaded.com/)':2 'list':8 'll':61,108 'login':307 'longer':7 'look':106,166,279,288,344,365 'love':431 'lxde':341 'm':242 'mac':173,364,395 'main':336 'make':154,216 'manag':399,412,422 'mani':318 'mashup':169 'middl':410 'minim':353 'mint':162,340 'miss':175 'month':127 'n':289,366 'name':320 'nc':440 'need':62 'nice':163 'noth':433 'nvidia':65 'nvidia/amd':48 'option':177 'packag':268 'perfect':428 'prefix':317 'probabl':109 'proprietari':207,239 'quit':179,223 'ram':45 're':88,118 'recommend':79,158,231 'relat':197 'resourc':354 'round':390 'rout':240 'sa':441 'safe':113 'salari':128 'screen':308 'set':306 'sit':406 'size':314 'slimbook':21 'slimbook.com':23 'slimbook.com/)':22 'softwar':185 'someth':130 'sorri':115 'sourc':374 'stabl':224 'standard':184 'star':26 'starlabs.systems':30 'starlabs.systems/)':29 'start':257 'still':174 'suit':264 'suitabl':183 'support':93 'sure':244 'surpris':253 'system':28 'theme':304 'thing':387 'tile':397,420 'titl':385 'togeth':272 'tuxedo':32 'tuxedocomput':16 'ubuntu':201,323 'use':432 'user':337 'userbas':315 'version':218,328 'video':418 'vs':379 'war':377 'watch':416 'well':204,271,313,371 'well-known':203 'well-siz':312 'whether':85 'window':171,287,347,350,381,398,413,421 'work':55,110,270 'wouldn':77,251 'www.tuxedocomputers.com':18 'www.tuxedocomputers.com/)':17 'xfce':343 'xp':351 'yet':249"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6310543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704912155 {#1351
    date: 2024-01-10 19:42:35.0 +01:00
  }
}
"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 {#2501
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2503 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [linuxpreloaded.com](https://linuxpreloaded.com/) for a longer list\n
    \n
    These are my favorites (EU based)\n
    \n
    1. [TuxedoComputers](https://www.tuxedocomputers.com/)\n
    2. [SlimBook](https://slimbook.com/)\n
    3. [Star Labs Systems](https://starlabs.systems/)\n
    \n
    Tuxedo Computers can get you a very good dev laptop for ~1500€ (64GB RAM, AMD/Intel CPU, NVIDIA/AMD graphics card). If you will be working in AI, I imagine you’ll need CUDA (?) aka NVIDIA.  \n
    If you don’t go for anything on linuxpreloaded (which I wouldn’t recommend), it’s good to check whether what you’re buying has linux hardware support by checking the [Linux Hardware DB](https://linux-hardware.org). Even if you don’t look, it’ll probably work, but better safe than sorry if you’re going to dump 1/3 or 1/2 of your months salary into something (depending on where you are).\n
    \n
    For a distro, I dunno what level you are, but [Distro Chooser](https://distrochooser.de) can help you out with making a choice. My recommendations:\n
    \n
    **linux beginner**\n
    \n
    Linux mint. nice desktop environment, looks like a mashup between windows and mac, still missing advanced options, but quite customisable. comes with suitable standard software and cloud integrations (you can connect to a bunch of clouds), relatively up to date\n
    \n
    Ubuntu is well-known, some proprietary companies even consider it “the linux” and only make linux versions for it. It’s quite stable. However, it isn’t my first recommendation anymore as they are going down a proprietary route. I’m not sure if they have ads yet, but wouldn’t surprise me if they started.\n
    \n
    **desktop environment**\n
    \n
    This is the desktop suite, a bundle of packages that work well together on any distro, with its own look and feel. There are basically 3 camps:\n
    \n
    - windows look n feel \n
        - KDE: is the most known, is very customisable, has an abundant amount of themes, icon sets, login screens, fonts, and a well-sized userbase. They prefix many app names with “K”. Ubuntu even has a distro version called “Kubuntu” with KDE on it\n
        - Cinnamon: main user is Linux Mint\n
        - LXDE and XFCE: look closer to windows 95 and windows XP, consume minimal resources. configuration is through the interface, advanced configuration through files\n
    - mac look n feel \n
        - Gnome: they are well known and source of flame wars (gnome vs KDE). windows don’t have title bars, things are very rounded, not very configurable, heavily mac inspired\n
    - tiling window managers \n
        - these aren’t desktop environments, but sit more in the middle, they manage windows. best to watch a video about tiling window managers. they are very geeky and perfect if you love using nothing but your keyboard\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1720434532 {#1352
    date: 2024-07-08 12:28:52.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Toldry@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2504 …}
  +nested: Doctrine\ORM\PersistentCollection {#2506 …}
  +votes: Doctrine\ORM\PersistentCollection {#2508 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2514 …}
  -id: 296674
  -bodyTs: "'/)':4,19,24,31 '/licenses/by-nc-sa/4.0/)':445 '1':15 '1/2':124 '1/3':122 '1500':43 '2':20 '3':25,285 '4.0':442 '64gb':44 '95':348 'abund':301 'ad':248 'advanc':176,360 'ai':57 'aka':64 'amd/intel':46 'amount':302 'anymor':232 'anyth':72 'app':319 'aren':401 'bar':386 'base':14 'basic':284 'beginn':160 'best':414 'better':112 'bunch':194 'bundl':266 'buy':89 'by-nc-sa':438 'call':329 'camp':286 'card':50 'cc':437 'check':84,95 'choic':156 'chooser':147 'cinnamon':335 'closer':345 'cloud':187,196 'come':181 'compani':208 'comput':33 'configur':355,361,393 'connect':191 'consid':210 'consum':352 'cpu':47 'creativecommons.org':444 'creativecommons.org/licenses/by-nc-sa/4.0/)':443 'cuda':63 'customis':180,298 'date':200 'db':99 'depend':131 'desktop':164,258,263,403 'dev':40 'distro':138,146,275,327 'distrochooser.de':148 'dump':121 'dunno':140 'environ':165,259,404 'eu':13 'even':101,209,324 'favorit':12 'feel':281,290,367 'file':363 'first':230 'flame':376 'font':309 'geeki':426 'get':35 'gnome':368,378 'go':70,119,236 'good':39,82 'graphic':49 'hardwar':92,98 'heavili':394 'help':150 'howev':225 'icon':305 'imagin':59 'inspir':396 'integr':188 'interfac':359 'isn':227 'k':322 'kde':291,332,380 'keyboard':436 'known':205,295,372 'kubuntu':330 'lab':27 'laptop':41 'level':142 'like':167 'linux':91,97,159,161,213,217,339 'linux-hardware.org':100 'linuxpreload':74 'linuxpreloaded.com':1,3 'linuxpreloaded.com/)':2 'list':8 'll':61,108 'login':307 'longer':7 'look':106,166,279,288,344,365 'love':431 'lxde':341 'm':242 'mac':173,364,395 'main':336 'make':154,216 'manag':399,412,422 'mani':318 'mashup':169 'middl':410 'minim':353 'mint':162,340 'miss':175 'month':127 'n':289,366 'name':320 'nc':440 'need':62 'nice':163 'noth':433 'nvidia':65 'nvidia/amd':48 'option':177 'packag':268 'perfect':428 'prefix':317 'probabl':109 'proprietari':207,239 'quit':179,223 'ram':45 're':88,118 'recommend':79,158,231 'relat':197 'resourc':354 'round':390 'rout':240 'sa':441 'safe':113 'salari':128 'screen':308 'set':306 'sit':406 'size':314 'slimbook':21 'slimbook.com':23 'slimbook.com/)':22 'softwar':185 'someth':130 'sorri':115 'sourc':374 'stabl':224 'standard':184 'star':26 'starlabs.systems':30 'starlabs.systems/)':29 'start':257 'still':174 'suit':264 'suitabl':183 'support':93 'sure':244 'surpris':253 'system':28 'theme':304 'thing':387 'tile':397,420 'titl':385 'togeth':272 'tuxedo':32 'tuxedocomput':16 'ubuntu':201,323 'use':432 'user':337 'userbas':315 'version':218,328 'video':418 'vs':379 'war':377 'watch':416 'well':204,271,313,371 'well-known':203 'well-siz':312 'whether':85 'window':171,287,347,350,381,398,413,421 'work':55,110,270 'wouldn':77,251 'www.tuxedocomputers.com':18 'www.tuxedocomputers.com/)':17 'xfce':343 'xp':351 'yet':249"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6310543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704912155 {#1351
    date: 2024-01-10 19:42:35.0 +01:00
  }
}
"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 {#2501
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2503 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [linuxpreloaded.com](https://linuxpreloaded.com/) for a longer list\n
    \n
    These are my favorites (EU based)\n
    \n
    1. [TuxedoComputers](https://www.tuxedocomputers.com/)\n
    2. [SlimBook](https://slimbook.com/)\n
    3. [Star Labs Systems](https://starlabs.systems/)\n
    \n
    Tuxedo Computers can get you a very good dev laptop for ~1500€ (64GB RAM, AMD/Intel CPU, NVIDIA/AMD graphics card). If you will be working in AI, I imagine you’ll need CUDA (?) aka NVIDIA.  \n
    If you don’t go for anything on linuxpreloaded (which I wouldn’t recommend), it’s good to check whether what you’re buying has linux hardware support by checking the [Linux Hardware DB](https://linux-hardware.org). Even if you don’t look, it’ll probably work, but better safe than sorry if you’re going to dump 1/3 or 1/2 of your months salary into something (depending on where you are).\n
    \n
    For a distro, I dunno what level you are, but [Distro Chooser](https://distrochooser.de) can help you out with making a choice. My recommendations:\n
    \n
    **linux beginner**\n
    \n
    Linux mint. nice desktop environment, looks like a mashup between windows and mac, still missing advanced options, but quite customisable. comes with suitable standard software and cloud integrations (you can connect to a bunch of clouds), relatively up to date\n
    \n
    Ubuntu is well-known, some proprietary companies even consider it “the linux” and only make linux versions for it. It’s quite stable. However, it isn’t my first recommendation anymore as they are going down a proprietary route. I’m not sure if they have ads yet, but wouldn’t surprise me if they started.\n
    \n
    **desktop environment**\n
    \n
    This is the desktop suite, a bundle of packages that work well together on any distro, with its own look and feel. There are basically 3 camps:\n
    \n
    - windows look n feel \n
        - KDE: is the most known, is very customisable, has an abundant amount of themes, icon sets, login screens, fonts, and a well-sized userbase. They prefix many app names with “K”. Ubuntu even has a distro version called “Kubuntu” with KDE on it\n
        - Cinnamon: main user is Linux Mint\n
        - LXDE and XFCE: look closer to windows 95 and windows XP, consume minimal resources. configuration is through the interface, advanced configuration through files\n
    - mac look n feel \n
        - Gnome: they are well known and source of flame wars (gnome vs KDE). windows don’t have title bars, things are very rounded, not very configurable, heavily mac inspired\n
    - tiling window managers \n
        - these aren’t desktop environments, but sit more in the middle, they manage windows. best to watch a video about tiling window managers. they are very geeky and perfect if you love using nothing but your keyboard\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1720434532 {#1352
    date: 2024-07-08 12:28:52.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Toldry@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2504 …}
  +nested: Doctrine\ORM\PersistentCollection {#2506 …}
  +votes: Doctrine\ORM\PersistentCollection {#2508 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2514 …}
  -id: 296674
  -bodyTs: "'/)':4,19,24,31 '/licenses/by-nc-sa/4.0/)':445 '1':15 '1/2':124 '1/3':122 '1500':43 '2':20 '3':25,285 '4.0':442 '64gb':44 '95':348 'abund':301 'ad':248 'advanc':176,360 'ai':57 'aka':64 'amd/intel':46 'amount':302 'anymor':232 'anyth':72 'app':319 'aren':401 'bar':386 'base':14 'basic':284 'beginn':160 'best':414 'better':112 'bunch':194 'bundl':266 'buy':89 'by-nc-sa':438 'call':329 'camp':286 'card':50 'cc':437 'check':84,95 'choic':156 'chooser':147 'cinnamon':335 'closer':345 'cloud':187,196 'come':181 'compani':208 'comput':33 'configur':355,361,393 'connect':191 'consid':210 'consum':352 'cpu':47 'creativecommons.org':444 'creativecommons.org/licenses/by-nc-sa/4.0/)':443 'cuda':63 'customis':180,298 'date':200 'db':99 'depend':131 'desktop':164,258,263,403 'dev':40 'distro':138,146,275,327 'distrochooser.de':148 'dump':121 'dunno':140 'environ':165,259,404 'eu':13 'even':101,209,324 'favorit':12 'feel':281,290,367 'file':363 'first':230 'flame':376 'font':309 'geeki':426 'get':35 'gnome':368,378 'go':70,119,236 'good':39,82 'graphic':49 'hardwar':92,98 'heavili':394 'help':150 'howev':225 'icon':305 'imagin':59 'inspir':396 'integr':188 'interfac':359 'isn':227 'k':322 'kde':291,332,380 'keyboard':436 'known':205,295,372 'kubuntu':330 'lab':27 'laptop':41 'level':142 'like':167 'linux':91,97,159,161,213,217,339 'linux-hardware.org':100 'linuxpreload':74 'linuxpreloaded.com':1,3 'linuxpreloaded.com/)':2 'list':8 'll':61,108 'login':307 'longer':7 'look':106,166,279,288,344,365 'love':431 'lxde':341 'm':242 'mac':173,364,395 'main':336 'make':154,216 'manag':399,412,422 'mani':318 'mashup':169 'middl':410 'minim':353 'mint':162,340 'miss':175 'month':127 'n':289,366 'name':320 'nc':440 'need':62 'nice':163 'noth':433 'nvidia':65 'nvidia/amd':48 'option':177 'packag':268 'perfect':428 'prefix':317 'probabl':109 'proprietari':207,239 'quit':179,223 'ram':45 're':88,118 'recommend':79,158,231 'relat':197 'resourc':354 'round':390 'rout':240 'sa':441 'safe':113 'salari':128 'screen':308 'set':306 'sit':406 'size':314 'slimbook':21 'slimbook.com':23 'slimbook.com/)':22 'softwar':185 'someth':130 'sorri':115 'sourc':374 'stabl':224 'standard':184 'star':26 'starlabs.systems':30 'starlabs.systems/)':29 'start':257 'still':174 'suit':264 'suitabl':183 'support':93 'sure':244 'surpris':253 'system':28 'theme':304 'thing':387 'tile':397,420 'titl':385 'togeth':272 'tuxedo':32 'tuxedocomput':16 'ubuntu':201,323 'use':432 'user':337 'userbas':315 'version':218,328 'video':418 'vs':379 'war':377 'watch':416 'well':204,271,313,371 'well-known':203 'well-siz':312 'whether':85 'window':171,287,347,350,381,398,413,421 'work':55,110,270 'wouldn':77,251 'www.tuxedocomputers.com':18 'www.tuxedocomputers.com/)':17 'xfce':343 'xp':351 'yet':249"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6310543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704912155 {#1351
    date: 2024-01-10 19:42:35.0 +01:00
  }
}
"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
App\Entity\EntryComment {#2518
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2519 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Here’s to another year of the Linux Desktop! (been ~15 years for me) 🎉\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1710586343 {#2500
    date: 2024-03-16 11:52:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Jungle@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2520 …}
  +nested: Doctrine\ORM\PersistentCollection {#2522 …}
  +votes: Doctrine\ORM\PersistentCollection {#2524 …}
  +reports: Doctrine\ORM\PersistentCollection {#2526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2530 …}
  -id: 269809
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':23 '15':11 '4.0':20 'anoth':4 'by-nc-sa':16 'cc':15 'creativecommons.org':22 'creativecommons.org/licenses/by-nc-sa/4.0/)':21 'desktop':9 'linux':8 'nc':18 'sa':19 'year':5,12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6050119"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704109895 {#2499
    date: 2024-01-01 12:51:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#2518
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2519 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Here’s to another year of the Linux Desktop! (been ~15 years for me) 🎉\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1710586343 {#2500
    date: 2024-03-16 11:52:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Jungle@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2520 …}
  +nested: Doctrine\ORM\PersistentCollection {#2522 …}
  +votes: Doctrine\ORM\PersistentCollection {#2524 …}
  +reports: Doctrine\ORM\PersistentCollection {#2526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2530 …}
  -id: 269809
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':23 '15':11 '4.0':20 'anoth':4 'by-nc-sa':16 'cc':15 'creativecommons.org':22 'creativecommons.org/licenses/by-nc-sa/4.0/)':21 'desktop':9 'linux':8 'nc':18 'sa':19 'year':5,12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6050119"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704109895 {#2499
    date: 2024-01-01 12:51:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#2518
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2519 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Here’s to another year of the Linux Desktop! (been ~15 years for me) 🎉\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1710586343 {#2500
    date: 2024-03-16 11:52:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Jungle@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2520 …}
  +nested: Doctrine\ORM\PersistentCollection {#2522 …}
  +votes: Doctrine\ORM\PersistentCollection {#2524 …}
  +reports: Doctrine\ORM\PersistentCollection {#2526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2530 …}
  -id: 269809
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':23 '15':11 '4.0':20 'anoth':4 'by-nc-sa':16 'cc':15 'creativecommons.org':22 'creativecommons.org/licenses/by-nc-sa/4.0/)':21 'desktop':9 'linux':8 'nc':18 'sa':19 'year':5,12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6050119"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704109895 {#2499
    date: 2024-01-01 12:51:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\EntryComment {#2534
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2536 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2536 …}
  +body: """
    I’ve love to watch a realistic hacker movie, because the shit that hackers get into is genuinely bonkers. For example, some white hats got all the way into Apple’s inventory system and IIRC they could’ve disrupted all of Apple’s logistics. Imagine if a black hat got into that. Or the Ukrainian hackers that got into the taxation system of the Russians and were there for a few months. Or the USAians who got into the biggest Belgian telecom and were kicked out years later by a Dutch security company.\n
    \n
    Movies or even better TV series showing the time it takes to get into such systems would be amazing. Day 1 phishing, day 40 established beachhead, day 120 gained access to internal system X, day 121 triggered internal alarm and was nearly discovered but was able to cover up traces, etc.\n
    \n
    Nobody watches 90 minutes of football matches. Everyone watches the highlights and that’s what movies could be too.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705495114 {#2517
    date: 2024-01-17 13:38:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sjmarf@sh.itjust.works"
    "@Kolanaki@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2537 …}
  +nested: Doctrine\ORM\PersistentCollection {#2539 …}
  +votes: Doctrine\ORM\PersistentCollection {#2541 …}
  +reports: Doctrine\ORM\PersistentCollection {#2543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
  -id: 316564
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':172 '1':114 '120':121 '121':129 '4.0':169 '40':117 '90':147 'abl':139 'access':123 'alarm':132 'amaz':112 'appl':30,42 'beachhead':119 'belgian':81 'better':97 'biggest':80 'black':48 'bonker':19 'by-nc-sa':165 'cc':164 'compani':93 'could':37,161 'cover':141 'creativecommons.org':171 'creativecommons.org/licenses/by-nc-sa/4.0/)':170 'day':113,116,120,128 'discov':136 'disrupt':39 'dutch':91 'establish':118 'etc':144 'even':96 'everyon':152 'exampl':21 'footbal':150 'gain':122 'genuin':18 'get':15,106 'got':25,50,58,77 'hacker':8,14,56 'hat':24,49 'highlight':155 'iirc':35 'imagin':45 'intern':125,131 'inventori':32 'kick':85 'later':88 'logist':44 'love':3 'match':151 'minut':148 'month':72 'movi':9,94,160 'nc':167 'near':135 'nobodi':145 'phish':115 'realist':7 'russian':65 'sa':168 'secur':92 'seri':99 'shit':12 'show':100 'system':33,62,109,126 'take':104 'taxat':61 'telecom':82 'time':102 'trace':143 'trigger':130 'tv':98 'ukrainian':55 'usaian':75 've':2,38 'watch':5,146,153 'way':28 'white':23 'would':110 'x':127 'year':87"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6552171"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705495114 {#2516
    date: 2024-01-17 13:38:34.0 +01:00
  }
}
"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 {#2534
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2536 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2536 …}
  +body: """
    I’ve love to watch a realistic hacker movie, because the shit that hackers get into is genuinely bonkers. For example, some white hats got all the way into Apple’s inventory system and IIRC they could’ve disrupted all of Apple’s logistics. Imagine if a black hat got into that. Or the Ukrainian hackers that got into the taxation system of the Russians and were there for a few months. Or the USAians who got into the biggest Belgian telecom and were kicked out years later by a Dutch security company.\n
    \n
    Movies or even better TV series showing the time it takes to get into such systems would be amazing. Day 1 phishing, day 40 established beachhead, day 120 gained access to internal system X, day 121 triggered internal alarm and was nearly discovered but was able to cover up traces, etc.\n
    \n
    Nobody watches 90 minutes of football matches. Everyone watches the highlights and that’s what movies could be too.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705495114 {#2517
    date: 2024-01-17 13:38:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sjmarf@sh.itjust.works"
    "@Kolanaki@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2537 …}
  +nested: Doctrine\ORM\PersistentCollection {#2539 …}
  +votes: Doctrine\ORM\PersistentCollection {#2541 …}
  +reports: Doctrine\ORM\PersistentCollection {#2543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
  -id: 316564
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':172 '1':114 '120':121 '121':129 '4.0':169 '40':117 '90':147 'abl':139 'access':123 'alarm':132 'amaz':112 'appl':30,42 'beachhead':119 'belgian':81 'better':97 'biggest':80 'black':48 'bonker':19 'by-nc-sa':165 'cc':164 'compani':93 'could':37,161 'cover':141 'creativecommons.org':171 'creativecommons.org/licenses/by-nc-sa/4.0/)':170 'day':113,116,120,128 'discov':136 'disrupt':39 'dutch':91 'establish':118 'etc':144 'even':96 'everyon':152 'exampl':21 'footbal':150 'gain':122 'genuin':18 'get':15,106 'got':25,50,58,77 'hacker':8,14,56 'hat':24,49 'highlight':155 'iirc':35 'imagin':45 'intern':125,131 'inventori':32 'kick':85 'later':88 'logist':44 'love':3 'match':151 'minut':148 'month':72 'movi':9,94,160 'nc':167 'near':135 'nobodi':145 'phish':115 'realist':7 'russian':65 'sa':168 'secur':92 'seri':99 'shit':12 'show':100 'system':33,62,109,126 'take':104 'taxat':61 'telecom':82 'time':102 'trace':143 'trigger':130 'tv':98 'ukrainian':55 'usaian':75 've':2,38 'watch':5,146,153 'way':28 'white':23 'would':110 'x':127 'year':87"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6552171"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705495114 {#2516
    date: 2024-01-17 13:38:34.0 +01:00
  }
}
"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 {#2534
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2536 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2536 …}
  +body: """
    I’ve love to watch a realistic hacker movie, because the shit that hackers get into is genuinely bonkers. For example, some white hats got all the way into Apple’s inventory system and IIRC they could’ve disrupted all of Apple’s logistics. Imagine if a black hat got into that. Or the Ukrainian hackers that got into the taxation system of the Russians and were there for a few months. Or the USAians who got into the biggest Belgian telecom and were kicked out years later by a Dutch security company.\n
    \n
    Movies or even better TV series showing the time it takes to get into such systems would be amazing. Day 1 phishing, day 40 established beachhead, day 120 gained access to internal system X, day 121 triggered internal alarm and was nearly discovered but was able to cover up traces, etc.\n
    \n
    Nobody watches 90 minutes of football matches. Everyone watches the highlights and that’s what movies could be too.\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705495114 {#2517
    date: 2024-01-17 13:38:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sjmarf@sh.itjust.works"
    "@Kolanaki@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2537 …}
  +nested: Doctrine\ORM\PersistentCollection {#2539 …}
  +votes: Doctrine\ORM\PersistentCollection {#2541 …}
  +reports: Doctrine\ORM\PersistentCollection {#2543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
  -id: 316564
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':172 '1':114 '120':121 '121':129 '4.0':169 '40':117 '90':147 'abl':139 'access':123 'alarm':132 'amaz':112 'appl':30,42 'beachhead':119 'belgian':81 'better':97 'biggest':80 'black':48 'bonker':19 'by-nc-sa':165 'cc':164 'compani':93 'could':37,161 'cover':141 'creativecommons.org':171 'creativecommons.org/licenses/by-nc-sa/4.0/)':170 'day':113,116,120,128 'discov':136 'disrupt':39 'dutch':91 'establish':118 'etc':144 'even':96 'everyon':152 'exampl':21 'footbal':150 'gain':122 'genuin':18 'get':15,106 'got':25,50,58,77 'hacker':8,14,56 'hat':24,49 'highlight':155 'iirc':35 'imagin':45 'intern':125,131 'inventori':32 'kick':85 'later':88 'logist':44 'love':3 'match':151 'minut':148 'month':72 'movi':9,94,160 'nc':167 'near':135 'nobodi':145 'phish':115 'realist':7 'russian':65 'sa':168 'secur':92 'seri':99 'shit':12 'show':100 'system':33,62,109,126 'take':104 'taxat':61 'telecom':82 'time':102 'trace':143 'trigger':130 'tv':98 'ukrainian':55 'usaian':75 've':2,38 'watch':5,146,153 'way':28 'white':23 'would':110 'x':127 'year':87"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6552171"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705495114 {#2516
    date: 2024-01-17 13:38:34.0 +01:00
  }
}
"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
App\Entity\EntryComment {#2551
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Better in some ways, but it has the worst documentation of any distro I’ve seen so far. [nixlang.wiki](https://nixlang.wiki) is trying to improve that\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705233767 {#2533
    date: 2024-01-14 13:02:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wwwgem@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2553 …}
  +nested: Doctrine\ORM\PersistentCollection {#2555 …}
  +votes: Doctrine\ORM\PersistentCollection {#2557 …}
  +reports: Doctrine\ORM\PersistentCollection {#2559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2561 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2563 …}
  -id: 307662
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':34 '4.0':31 'better':1 'by-nc-sa':27 'cc':26 'creativecommons.org':33 'creativecommons.org/licenses/by-nc-sa/4.0/)':32 'distro':13 'document':10 'far':18 'improv':24 'nc':29 'nixlang.wiki':19,20 'sa':30 'seen':16 'tri':22 've':15 'way':4 'worst':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6450613"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705233767 {#2532
    date: 2024-01-14 13:02:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#2551
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Better in some ways, but it has the worst documentation of any distro I’ve seen so far. [nixlang.wiki](https://nixlang.wiki) is trying to improve that\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705233767 {#2533
    date: 2024-01-14 13:02:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wwwgem@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2553 …}
  +nested: Doctrine\ORM\PersistentCollection {#2555 …}
  +votes: Doctrine\ORM\PersistentCollection {#2557 …}
  +reports: Doctrine\ORM\PersistentCollection {#2559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2561 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2563 …}
  -id: 307662
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':34 '4.0':31 'better':1 'by-nc-sa':27 'cc':26 'creativecommons.org':33 'creativecommons.org/licenses/by-nc-sa/4.0/)':32 'distro':13 'document':10 'far':18 'improv':24 'nc':29 'nixlang.wiki':19,20 'sa':30 'seen':16 'tri':22 've':15 'way':4 'worst':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6450613"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705233767 {#2532
    date: 2024-01-14 13:02:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#2551
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2018 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Better in some ways, but it has the worst documentation of any distro I’ve seen so far. [nixlang.wiki](https://nixlang.wiki) is trying to improve that\n
    \n
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705233767 {#2533
    date: 2024-01-14 13:02:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wwwgem@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2553 …}
  +nested: Doctrine\ORM\PersistentCollection {#2555 …}
  +votes: Doctrine\ORM\PersistentCollection {#2557 …}
  +reports: Doctrine\ORM\PersistentCollection {#2559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2561 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2563 …}
  -id: 307662
  -bodyTs: "'/licenses/by-nc-sa/4.0/)':34 '4.0':31 'better':1 'by-nc-sa':27 'cc':26 'creativecommons.org':33 'creativecommons.org/licenses/by-nc-sa/4.0/)':32 'distro':13 'document':10 'far':18 'improv':24 'nc':29 'nixlang.wiki':19,20 'sa':30 'seen':16 'tri':22 've':15 'way':4 'worst':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6450613"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705233767 {#2532
    date: 2024-01-14 13:02:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\EntryComment {#2567
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2503 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2569 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2570 …}
  +body: "Not to defend Apple, but doesn’t windows 11 demand you buy new hardware for it to be installed? Something about a TPM?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701453315 {#2550
    date: 2023-12-01 18:55:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@possiblylinux127@lemmy.zip"
    "@Honytawk@lemmy.zip"
    "@c0mbatbag3l@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2571 …}
  +nested: Doctrine\ORM\PersistentCollection {#2573 …}
  +votes: Doctrine\ORM\PersistentCollection {#2575 …}
  +reports: Doctrine\ORM\PersistentCollection {#2577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2581 …}
  -id: 185657
  -bodyTs: "'11':9 'appl':4 'buy':12 'defend':3 'demand':10 'doesn':6 'hardwar':14 'instal':19 'new':13 'someth':20 'tpm':23 'window':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5350643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701453315 {#2549
    date: 2023-12-01 18:55:15.0 +01:00
  }
}
"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 {#2567
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2503 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2569 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2570 …}
  +body: "Not to defend Apple, but doesn’t windows 11 demand you buy new hardware for it to be installed? Something about a TPM?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701453315 {#2550
    date: 2023-12-01 18:55:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@possiblylinux127@lemmy.zip"
    "@Honytawk@lemmy.zip"
    "@c0mbatbag3l@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2571 …}
  +nested: Doctrine\ORM\PersistentCollection {#2573 …}
  +votes: Doctrine\ORM\PersistentCollection {#2575 …}
  +reports: Doctrine\ORM\PersistentCollection {#2577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2581 …}
  -id: 185657
  -bodyTs: "'11':9 'appl':4 'buy':12 'defend':3 'demand':10 'doesn':6 'hardwar':14 'instal':19 'new':13 'someth':20 'tpm':23 'window':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5350643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701453315 {#2549
    date: 2023-12-01 18:55:15.0 +01:00
  }
}
"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 {#2567
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2503 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2569 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2570 …}
  +body: "Not to defend Apple, but doesn’t windows 11 demand you buy new hardware for it to be installed? Something about a TPM?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701453315 {#2550
    date: 2023-12-01 18:55:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@possiblylinux127@lemmy.zip"
    "@Honytawk@lemmy.zip"
    "@c0mbatbag3l@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2571 …}
  +nested: Doctrine\ORM\PersistentCollection {#2573 …}
  +votes: Doctrine\ORM\PersistentCollection {#2575 …}
  +reports: Doctrine\ORM\PersistentCollection {#2577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2581 …}
  -id: 185657
  -bodyTs: "'11':9 'appl':4 'buy':12 'defend':3 'demand':10 'doesn':6 'hardwar':14 'instal':19 'new':13 'someth':20 'tpm':23 'window':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/5350643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701453315 {#2549
    date: 2023-12-01 18:55:15.0 +01:00
  }
}
"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