GET https://kbin.spritesserver.nl/u/@half_built_pyramids@lemmy.world/threads/top

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.76 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\Entry {#2371
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2370 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "Simultaneous-joystick-3-axis-protocol"
  +title: "Simultaneous joystick 3-axis protocol"
  +url: null
  +body: """
    Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there’s just one processor stepping through them. Same for spi, or i2c, or uart. There’s really only ever one sensor reporting back its data at a time.\n
    \n
    I know this might not matter for measurement resolution. Especially if you’re polling at like 115k serial or something, but…\n
    \n
    That’s 8 bits per axis, and three axis. Now that’s at least 34 bits. To sample each axis we’re down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle… even if I spent half that time doing microcontrolle cycles at like 2k we’re probably still well with the best star craft apms or whatever. I’d still like to find some way to really over engineer this thing.\n
    \n
    I read a little about tdm, but that’s out of my league and I don’t know if you could even have 3 simultaneously signals that way\n
    \n
    I’m thinking a microcontroller for each axis, and a usb port for each of them. So it appears like 3 different controllers to the computer. The user would just have to map the axis from the 3 controllers into 1 in their game software. I assume the steam remapping could do this.\n
    \n
    Is it just going to get smashed back into one thread in the computer’s usb hub anyway?\n
    \n
    Any other suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726402203 {#2457
    date: 2024-09-15 14:10:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2382 …}
  +badges: Doctrine\ORM\PersistentCollection {#2384 …}
  +children: []
  -id: 31399
  -titleTs: "'3':3 'axi':4 'joystick':2 'protocol':5 'simultan':1"
  -bodyTs: "'1':229 '115k':77 '2k':133 '3':184,209,226 '34':96 '4.5':107 '8':84 'adc':30 'anyway':259 'apm':144 'appear':207 'assum':235 'axi':87,90,101,196,223 'back':55,249 'best':141 'bit':85,97 'bottleneck':19 'comput':214,255 'control':117,211,227 'could':181,239 'craft':143 'cycl':115,130 'd':148 'data':57 'differ':210 'engin':158 'especi':70 'even':121,182 'ever':51 'find':152 'game':232 'get':247 'go':16,245 'half':125 'handl':120 'hub':258 'i2c':44 'input':24 'joystick':4 'k':108 'know':62,178 'leagu':173 'least':95 'like':6,76,132,150,208 'littl':164 'm':190 'map':221 'matter':66 'measur':68 'microcontrol':26,193 'microcontroll':129 'might':27,64 'multipl':29 'one':23,35,52,251 'per':86,110 'peripher':14 'plus':112 'poll':74 'port':200 'probabl':136 'processor':36 'protocol':8 're':73,103,135 'read':12,162 'realli':49,156 'remap':238 'report':54 'resolut':69 'sampl':99,109 'second':111 'seem':5 'sensor':53 'serial':78 'signal':186 'simultan':185 'smash':248 'softwar':233 'someth':80 'spent':124 'spi':42 'star':142 'steam':237 'step':37 'still':137,149 'suggest':262 'tdm':166 'thing':160 'think':191 'thread':252 'three':89 'time':60,127 'uart':46 'usb':199,257 'use':10 'user':216 'way':154,188 'well':138 'whatev':113,146 'work':1 'would':217"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705574416
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10852531"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705550416 {#2460
    date: 2024-01-18 05:00:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#2371
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2370 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "Simultaneous-joystick-3-axis-protocol"
  +title: "Simultaneous joystick 3-axis protocol"
  +url: null
  +body: """
    Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there’s just one processor stepping through them. Same for spi, or i2c, or uart. There’s really only ever one sensor reporting back its data at a time.\n
    \n
    I know this might not matter for measurement resolution. Especially if you’re polling at like 115k serial or something, but…\n
    \n
    That’s 8 bits per axis, and three axis. Now that’s at least 34 bits. To sample each axis we’re down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle… even if I spent half that time doing microcontrolle cycles at like 2k we’re probably still well with the best star craft apms or whatever. I’d still like to find some way to really over engineer this thing.\n
    \n
    I read a little about tdm, but that’s out of my league and I don’t know if you could even have 3 simultaneously signals that way\n
    \n
    I’m thinking a microcontroller for each axis, and a usb port for each of them. So it appears like 3 different controllers to the computer. The user would just have to map the axis from the 3 controllers into 1 in their game software. I assume the steam remapping could do this.\n
    \n
    Is it just going to get smashed back into one thread in the computer’s usb hub anyway?\n
    \n
    Any other suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726402203 {#2457
    date: 2024-09-15 14:10:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2382 …}
  +badges: Doctrine\ORM\PersistentCollection {#2384 …}
  +children: []
  -id: 31399
  -titleTs: "'3':3 'axi':4 'joystick':2 'protocol':5 'simultan':1"
  -bodyTs: "'1':229 '115k':77 '2k':133 '3':184,209,226 '34':96 '4.5':107 '8':84 'adc':30 'anyway':259 'apm':144 'appear':207 'assum':235 'axi':87,90,101,196,223 'back':55,249 'best':141 'bit':85,97 'bottleneck':19 'comput':214,255 'control':117,211,227 'could':181,239 'craft':143 'cycl':115,130 'd':148 'data':57 'differ':210 'engin':158 'especi':70 'even':121,182 'ever':51 'find':152 'game':232 'get':247 'go':16,245 'half':125 'handl':120 'hub':258 'i2c':44 'input':24 'joystick':4 'k':108 'know':62,178 'leagu':173 'least':95 'like':6,76,132,150,208 'littl':164 'm':190 'map':221 'matter':66 'measur':68 'microcontrol':26,193 'microcontroll':129 'might':27,64 'multipl':29 'one':23,35,52,251 'per':86,110 'peripher':14 'plus':112 'poll':74 'port':200 'probabl':136 'processor':36 'protocol':8 're':73,103,135 'read':12,162 'realli':49,156 'remap':238 'report':54 'resolut':69 'sampl':99,109 'second':111 'seem':5 'sensor':53 'serial':78 'signal':186 'simultan':185 'smash':248 'softwar':233 'someth':80 'spent':124 'spi':42 'star':142 'steam':237 'step':37 'still':137,149 'suggest':262 'tdm':166 'thing':160 'think':191 'thread':252 'three':89 'time':60,127 'uart':46 'usb':199,257 'use':10 'user':216 'way':154,188 'well':138 'whatev':113,146 'work':1 'would':217"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705574416
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10852531"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705550416 {#2460
    date: 2024-01-18 05:00:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#2371
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2370 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "Simultaneous-joystick-3-axis-protocol"
  +title: "Simultaneous joystick 3-axis protocol"
  +url: null
  +body: """
    Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there’s just one processor stepping through them. Same for spi, or i2c, or uart. There’s really only ever one sensor reporting back its data at a time.\n
    \n
    I know this might not matter for measurement resolution. Especially if you’re polling at like 115k serial or something, but…\n
    \n
    That’s 8 bits per axis, and three axis. Now that’s at least 34 bits. To sample each axis we’re down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle… even if I spent half that time doing microcontrolle cycles at like 2k we’re probably still well with the best star craft apms or whatever. I’d still like to find some way to really over engineer this thing.\n
    \n
    I read a little about tdm, but that’s out of my league and I don’t know if you could even have 3 simultaneously signals that way\n
    \n
    I’m thinking a microcontroller for each axis, and a usb port for each of them. So it appears like 3 different controllers to the computer. The user would just have to map the axis from the 3 controllers into 1 in their game software. I assume the steam remapping could do this.\n
    \n
    Is it just going to get smashed back into one thread in the computer’s usb hub anyway?\n
    \n
    Any other suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726402203 {#2457
    date: 2024-09-15 14:10:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2382 …}
  +badges: Doctrine\ORM\PersistentCollection {#2384 …}
  +children: []
  -id: 31399
  -titleTs: "'3':3 'axi':4 'joystick':2 'protocol':5 'simultan':1"
  -bodyTs: "'1':229 '115k':77 '2k':133 '3':184,209,226 '34':96 '4.5':107 '8':84 'adc':30 'anyway':259 'apm':144 'appear':207 'assum':235 'axi':87,90,101,196,223 'back':55,249 'best':141 'bit':85,97 'bottleneck':19 'comput':214,255 'control':117,211,227 'could':181,239 'craft':143 'cycl':115,130 'd':148 'data':57 'differ':210 'engin':158 'especi':70 'even':121,182 'ever':51 'find':152 'game':232 'get':247 'go':16,245 'half':125 'handl':120 'hub':258 'i2c':44 'input':24 'joystick':4 'k':108 'know':62,178 'leagu':173 'least':95 'like':6,76,132,150,208 'littl':164 'm':190 'map':221 'matter':66 'measur':68 'microcontrol':26,193 'microcontroll':129 'might':27,64 'multipl':29 'one':23,35,52,251 'per':86,110 'peripher':14 'plus':112 'poll':74 'port':200 'probabl':136 'processor':36 'protocol':8 're':73,103,135 'read':12,162 'realli':49,156 'remap':238 'report':54 'resolut':69 'sampl':99,109 'second':111 'seem':5 'sensor':53 'serial':78 'signal':186 'simultan':185 'smash':248 'softwar':233 'someth':80 'spent':124 'spi':42 'star':142 'steam':237 'step':37 'still':137,149 'suggest':262 'tdm':166 'thing':160 'think':191 'thread':252 'three':89 'time':60,127 'uart':46 'usb':199,257 'use':10 'user':216 'way':154,188 'well':138 'whatev':113,146 'work':1 'would':217"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705574416
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10852531"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705550416 {#2460
    date: 2024-01-18 05:00:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#1585
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#1689 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
  +slug: "the-answer-is"
  +title: "the answer is"
  +url: "https://youtu.be/QZJY7LKP-qM?t=13m50s"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699837768 {#1574
    date: 2023-11-13 02:09:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2465 …}
  +badges: Doctrine\ORM\PersistentCollection {#2459 …}
  +children: []
  -id: 12406
  -titleTs: "'answer':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699842268
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8179516"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699837768 {#1409
    date: 2023-11-13 02:09:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1585
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#1689 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
  +slug: "the-answer-is"
  +title: "the answer is"
  +url: "https://youtu.be/QZJY7LKP-qM?t=13m50s"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699837768 {#1574
    date: 2023-11-13 02:09:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2465 …}
  +badges: Doctrine\ORM\PersistentCollection {#2459 …}
  +children: []
  -id: 12406
  -titleTs: "'answer':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699842268
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8179516"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699837768 {#1409
    date: 2023-11-13 02:09:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1585
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1731 …}
  +image: Proxies\__CG__\App\Entity\Image {#1689 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1723 …}
  +slug: "the-answer-is"
  +title: "the answer is"
  +url: "https://youtu.be/QZJY7LKP-qM?t=13m50s"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699837768 {#1574
    date: 2023-11-13 02:09:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2465 …}
  +badges: Doctrine\ORM\PersistentCollection {#2459 …}
  +children: []
  -id: 12406
  -titleTs: "'answer':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699842268
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8179516"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699837768 {#1409
    date: 2023-11-13 02:09:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#2383
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1910 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "Too-horny"
  +title: "Too horny?"
  +url: null
  +body: """
    I just had to turn down a prancing Wyll. I tried to let him down easy, but he wasn’t getting the hint.\n
    \n
    Is this what it’s like to be a woman? Dudes come prancing up to you out of nowhere like it’s their best move, then get bitchy when you don’t drop your pants for a two step?\n
    \n
    I know I risk summoning the worst of the Internet with this question. I’m still curious if anyone’s experienced similar in the game. Maybe I’m way off thinking there’s some empathy lessons in here. It’s obviously not *the* message of the game, but maybe one of the messages.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697422497 {#2379
    date: 2023-10-16 04:14:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  +badges: Doctrine\ORM\PersistentCollection {#2391 …}
  +children: []
  -id: 32284
  -titleTs: "'horni':2"
  -bodyTs: "'anyon':81 'best':47 'bitchi':51 'come':35 'curious':79 'drop':56 'dude':34 'easi':16 'empathi':97 'experienc':83 'game':87,109 'get':21,50 'hint':23 'internet':72 'know':64 'lesson':98 'let':13 'like':29,43 'm':77,90 'mayb':88,111 'messag':106,115 'move':48 'nowher':42 'obvious':103 'one':112 'pant':58 'pranc':8,36 'question':75 'risk':66 'similar':84 'step':62 'still':78 'summon':67 'think':93 'tri':11 'turn':5 'two':61 'wasn':19 'way':91 'woman':33 'worst':69 'wyll':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6860470"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697422497 {#2381
    date: 2023-10-16 04:14:57.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#2383
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1910 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "Too-horny"
  +title: "Too horny?"
  +url: null
  +body: """
    I just had to turn down a prancing Wyll. I tried to let him down easy, but he wasn’t getting the hint.\n
    \n
    Is this what it’s like to be a woman? Dudes come prancing up to you out of nowhere like it’s their best move, then get bitchy when you don’t drop your pants for a two step?\n
    \n
    I know I risk summoning the worst of the Internet with this question. I’m still curious if anyone’s experienced similar in the game. Maybe I’m way off thinking there’s some empathy lessons in here. It’s obviously not *the* message of the game, but maybe one of the messages.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697422497 {#2379
    date: 2023-10-16 04:14:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  +badges: Doctrine\ORM\PersistentCollection {#2391 …}
  +children: []
  -id: 32284
  -titleTs: "'horni':2"
  -bodyTs: "'anyon':81 'best':47 'bitchi':51 'come':35 'curious':79 'drop':56 'dude':34 'easi':16 'empathi':97 'experienc':83 'game':87,109 'get':21,50 'hint':23 'internet':72 'know':64 'lesson':98 'let':13 'like':29,43 'm':77,90 'mayb':88,111 'messag':106,115 'move':48 'nowher':42 'obvious':103 'one':112 'pant':58 'pranc':8,36 'question':75 'risk':66 'similar':84 'step':62 'still':78 'summon':67 'think':93 'tri':11 'turn':5 'two':61 'wasn':19 'way':91 'woman':33 'worst':69 'wyll':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6860470"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697422497 {#2381
    date: 2023-10-16 04:14:57.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#2383
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1910 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "Too-horny"
  +title: "Too horny?"
  +url: null
  +body: """
    I just had to turn down a prancing Wyll. I tried to let him down easy, but he wasn’t getting the hint.\n
    \n
    Is this what it’s like to be a woman? Dudes come prancing up to you out of nowhere like it’s their best move, then get bitchy when you don’t drop your pants for a two step?\n
    \n
    I know I risk summoning the worst of the Internet with this question. I’m still curious if anyone’s experienced similar in the game. Maybe I’m way off thinking there’s some empathy lessons in here. It’s obviously not *the* message of the game, but maybe one of the messages.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697422497 {#2379
    date: 2023-10-16 04:14:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  +badges: Doctrine\ORM\PersistentCollection {#2391 …}
  +children: []
  -id: 32284
  -titleTs: "'horni':2"
  -bodyTs: "'anyon':81 'best':47 'bitchi':51 'come':35 'curious':79 'drop':56 'dude':34 'easi':16 'empathi':97 'experienc':83 'game':87,109 'get':21,50 'hint':23 'internet':72 'know':64 'lesson':98 'let':13 'like':29,43 'm':77,90 'mayb':88,111 'messag':106,115 'move':48 'nowher':42 'obvious':103 'one':112 'pant':58 'pranc':8,36 'question':75 'risk':66 'similar':84 'step':62 'still':78 'summon':67 'think':93 'tri':11 'turn':5 'two':61 'wasn':19 'way':91 'woman':33 'worst':69 'wyll':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6860470"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697422497 {#2381
    date: 2023-10-16 04:14:57.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details