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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2115
  +user: Proxies\__CG__\App\Entity\User {#3154 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "MOSFET-gate-resistor"
  +title: "MOSFET gate resistor"
  +url: null
  +body: """
    Since MOSFETs have a gate capacitance you’d want to limit the inrush of current from the output of a microcontroller to prevent it from getting damaged prematurely. That’s what gate resistors are usually good for.\n
    \n
    Another thing is that most MOSFETs don’t fully activate with a gate voltage below 10V (n type) so usually a microcontroller pin isn’t good enough for switching large loads.\n
    \n
    I have a 24V system and have made a voltage divider using two 10k resistors to step down 24V to 12V as gate driving voltage which is pulled down with a weaker MOSFET. The power MOSFET essentially ends up with a 10k gate resistor this way meaning it will take a bit longer to fully saturate.\n
    \n
    Is too high harmful? In this situation the load is a heater that activates when the room temperature drops below 18C and deactivates when it gets above 22C so fast switching is not an issue.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708524566 {#3189
    date: 2024-02-21 15:09:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3194 …}
  +votes: Doctrine\ORM\PersistentCollection {#3197 …}
  +reports: Doctrine\ORM\PersistentCollection {#3199 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3201 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3203 …}
  +badges: Doctrine\ORM\PersistentCollection {#3205 …}
  +children: [
    App\Entity\EntryComment {#2122
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2115 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        It really depends how much power/current you are switching. If you are switching 1A with a beefy heatsink FET, the time spent in the linear region is short enough it shouldn’t be a problem. If you are switching 50A though it then you might have a problem. Depending on how that gate divider is set up, you could still potentially damage the gate of the FET when shorting it to ground to discharge it if I understand how its hooked up correctly.\n
        \n
        Ideally you would use some kind of FET driver with a voltage source (e.g. linear regulator) to turn on and off the gate plus the gate resistor.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1703685040 {#2117
        date: 2023-12-27 14:50:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rolive@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 257578
      -bodyTs: "'1a':14 '50a':40 'beefi':17 'correct':83 'could':59 'damag':62 'depend':3,49 'discharg':74 'divid':54 'driver':92 'e.g':97 'enough':29 'fet':19,67,91 'gate':53,64,106,109 'ground':72 'heatsink':18 'hook':81 'ideal':84 'kind':89 'linear':25,98 'might':45 'much':5 'plus':107 'potenti':61 'power/current':6 'problem':35,48 'realli':2 'region':26 'regul':99 'resistor':110 'set':56 'short':28,69 'shouldn':31 'sourc':96 'spent':22 'still':60 'switch':9,13,39 'though':41 'time':21 'turn':101 'understand':78 'use':87 'voltag':95 'would':86"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5906794"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703685040 {#2121
        date: 2023-12-27 14:50:40.0 +01:00
      }
      +"title": 257578
    }
  ]
  -id: 25281
  -titleTs: "'gate':2 'mosfet':1 'resistor':3"
  -bodyTs: "'10k':82,110 '10v':53 '12v':89 '18c':145 '22c':152 '24v':72,87 'activ':47,138 'anoth':38 'bit':120 'capacit':6 'current':15 'd':8 'damag':27 'deactiv':147 'divid':79 'drive':92 'drop':143 'end':106 'enough':64 'essenti':105 'fast':154 'fulli':46,123 'gate':5,32,50,91,111 'get':26,150 'good':36,63 'harm':128 'heater':136 'high':127 'inrush':13 'isn':61 'issu':159 'larg':67 'limit':11 'load':68,133 'longer':121 'made':76 'mean':115 'microcontrol':21,59 'mosfet':2,43,101,104 'n':54 'output':18 'pin':60 'power':103 'prematur':28 'prevent':23 'pull':96 'resistor':33,83,112 'room':141 'satur':124 'sinc':1 'situat':131 'step':85 'switch':66,155 'system':73 'take':118 'temperatur':142 'thing':39 'two':81 'type':55 'use':80 'usual':35,57 'voltag':51,78,93 'want':9 'way':114 'weaker':100"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703715529
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8371777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703671529 {#3177
    date: 2023-12-27 11:05:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2115
  +user: Proxies\__CG__\App\Entity\User {#3154 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "MOSFET-gate-resistor"
  +title: "MOSFET gate resistor"
  +url: null
  +body: """
    Since MOSFETs have a gate capacitance you’d want to limit the inrush of current from the output of a microcontroller to prevent it from getting damaged prematurely. That’s what gate resistors are usually good for.\n
    \n
    Another thing is that most MOSFETs don’t fully activate with a gate voltage below 10V (n type) so usually a microcontroller pin isn’t good enough for switching large loads.\n
    \n
    I have a 24V system and have made a voltage divider using two 10k resistors to step down 24V to 12V as gate driving voltage which is pulled down with a weaker MOSFET. The power MOSFET essentially ends up with a 10k gate resistor this way meaning it will take a bit longer to fully saturate.\n
    \n
    Is too high harmful? In this situation the load is a heater that activates when the room temperature drops below 18C and deactivates when it gets above 22C so fast switching is not an issue.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708524566 {#3189
    date: 2024-02-21 15:09:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3194 …}
  +votes: Doctrine\ORM\PersistentCollection {#3197 …}
  +reports: Doctrine\ORM\PersistentCollection {#3199 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3201 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3203 …}
  +badges: Doctrine\ORM\PersistentCollection {#3205 …}
  +children: [
    App\Entity\EntryComment {#2122
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2115 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        It really depends how much power/current you are switching. If you are switching 1A with a beefy heatsink FET, the time spent in the linear region is short enough it shouldn’t be a problem. If you are switching 50A though it then you might have a problem. Depending on how that gate divider is set up, you could still potentially damage the gate of the FET when shorting it to ground to discharge it if I understand how its hooked up correctly.\n
        \n
        Ideally you would use some kind of FET driver with a voltage source (e.g. linear regulator) to turn on and off the gate plus the gate resistor.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1703685040 {#2117
        date: 2023-12-27 14:50:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rolive@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 257578
      -bodyTs: "'1a':14 '50a':40 'beefi':17 'correct':83 'could':59 'damag':62 'depend':3,49 'discharg':74 'divid':54 'driver':92 'e.g':97 'enough':29 'fet':19,67,91 'gate':53,64,106,109 'ground':72 'heatsink':18 'hook':81 'ideal':84 'kind':89 'linear':25,98 'might':45 'much':5 'plus':107 'potenti':61 'power/current':6 'problem':35,48 'realli':2 'region':26 'regul':99 'resistor':110 'set':56 'short':28,69 'shouldn':31 'sourc':96 'spent':22 'still':60 'switch':9,13,39 'though':41 'time':21 'turn':101 'understand':78 'use':87 'voltag':95 'would':86"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5906794"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703685040 {#2121
        date: 2023-12-27 14:50:40.0 +01:00
      }
      +"title": 257578
    }
  ]
  -id: 25281
  -titleTs: "'gate':2 'mosfet':1 'resistor':3"
  -bodyTs: "'10k':82,110 '10v':53 '12v':89 '18c':145 '22c':152 '24v':72,87 'activ':47,138 'anoth':38 'bit':120 'capacit':6 'current':15 'd':8 'damag':27 'deactiv':147 'divid':79 'drive':92 'drop':143 'end':106 'enough':64 'essenti':105 'fast':154 'fulli':46,123 'gate':5,32,50,91,111 'get':26,150 'good':36,63 'harm':128 'heater':136 'high':127 'inrush':13 'isn':61 'issu':159 'larg':67 'limit':11 'load':68,133 'longer':121 'made':76 'mean':115 'microcontrol':21,59 'mosfet':2,43,101,104 'n':54 'output':18 'pin':60 'power':103 'prematur':28 'prevent':23 'pull':96 'resistor':33,83,112 'room':141 'satur':124 'sinc':1 'situat':131 'step':85 'switch':66,155 'system':73 'take':118 'temperatur':142 'thing':39 'two':81 'type':55 'use':80 'usual':35,57 'voltag':51,78,93 'want':9 'way':114 'weaker':100"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703715529
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8371777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703671529 {#3177
    date: 2023-12-27 11:05:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2115
  +user: Proxies\__CG__\App\Entity\User {#3154 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "MOSFET-gate-resistor"
  +title: "MOSFET gate resistor"
  +url: null
  +body: """
    Since MOSFETs have a gate capacitance you’d want to limit the inrush of current from the output of a microcontroller to prevent it from getting damaged prematurely. That’s what gate resistors are usually good for.\n
    \n
    Another thing is that most MOSFETs don’t fully activate with a gate voltage below 10V (n type) so usually a microcontroller pin isn’t good enough for switching large loads.\n
    \n
    I have a 24V system and have made a voltage divider using two 10k resistors to step down 24V to 12V as gate driving voltage which is pulled down with a weaker MOSFET. The power MOSFET essentially ends up with a 10k gate resistor this way meaning it will take a bit longer to fully saturate.\n
    \n
    Is too high harmful? In this situation the load is a heater that activates when the room temperature drops below 18C and deactivates when it gets above 22C so fast switching is not an issue.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708524566 {#3189
    date: 2024-02-21 15:09:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3194 …}
  +votes: Doctrine\ORM\PersistentCollection {#3197 …}
  +reports: Doctrine\ORM\PersistentCollection {#3199 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3201 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3203 …}
  +badges: Doctrine\ORM\PersistentCollection {#3205 …}
  +children: [
    App\Entity\EntryComment {#2122
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2115 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        It really depends how much power/current you are switching. If you are switching 1A with a beefy heatsink FET, the time spent in the linear region is short enough it shouldn’t be a problem. If you are switching 50A though it then you might have a problem. Depending on how that gate divider is set up, you could still potentially damage the gate of the FET when shorting it to ground to discharge it if I understand how its hooked up correctly.\n
        \n
        Ideally you would use some kind of FET driver with a voltage source (e.g. linear regulator) to turn on and off the gate plus the gate resistor.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1703685040 {#2117
        date: 2023-12-27 14:50:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rolive@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 257578
      -bodyTs: "'1a':14 '50a':40 'beefi':17 'correct':83 'could':59 'damag':62 'depend':3,49 'discharg':74 'divid':54 'driver':92 'e.g':97 'enough':29 'fet':19,67,91 'gate':53,64,106,109 'ground':72 'heatsink':18 'hook':81 'ideal':84 'kind':89 'linear':25,98 'might':45 'much':5 'plus':107 'potenti':61 'power/current':6 'problem':35,48 'realli':2 'region':26 'regul':99 'resistor':110 'set':56 'short':28,69 'shouldn':31 'sourc':96 'spent':22 'still':60 'switch':9,13,39 'though':41 'time':21 'turn':101 'understand':78 'use':87 'voltag':95 'would':86"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5906794"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703685040 {#2121
        date: 2023-12-27 14:50:40.0 +01:00
      }
      +"title": 257578
    }
  ]
  -id: 25281
  -titleTs: "'gate':2 'mosfet':1 'resistor':3"
  -bodyTs: "'10k':82,110 '10v':53 '12v':89 '18c':145 '22c':152 '24v':72,87 'activ':47,138 'anoth':38 'bit':120 'capacit':6 'current':15 'd':8 'damag':27 'deactiv':147 'divid':79 'drive':92 'drop':143 'end':106 'enough':64 'essenti':105 'fast':154 'fulli':46,123 'gate':5,32,50,91,111 'get':26,150 'good':36,63 'harm':128 'heater':136 'high':127 'inrush':13 'isn':61 'issu':159 'larg':67 'limit':11 'load':68,133 'longer':121 'made':76 'mean':115 'microcontrol':21,59 'mosfet':2,43,101,104 'n':54 'output':18 'pin':60 'power':103 'prematur':28 'prevent':23 'pull':96 'resistor':33,83,112 'room':141 'satur':124 'sinc':1 'situat':131 'step':85 'switch':66,155 'system':73 'take':118 'temperatur':142 'thing':39 'two':81 'type':55 'use':80 'usual':35,57 'voltag':51,78,93 'want':9 'way':114 'weaker':100"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703715529
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8371777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703671529 {#3177
    date: 2023-12-27 11:05:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2122
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2115
    +user: Proxies\__CG__\App\Entity\User {#3154 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "MOSFET-gate-resistor"
    +title: "MOSFET gate resistor"
    +url: null
    +body: """
      Since MOSFETs have a gate capacitance you’d want to limit the inrush of current from the output of a microcontroller to prevent it from getting damaged prematurely. That’s what gate resistors are usually good for.\n
      \n
      Another thing is that most MOSFETs don’t fully activate with a gate voltage below 10V (n type) so usually a microcontroller pin isn’t good enough for switching large loads.\n
      \n
      I have a 24V system and have made a voltage divider using two 10k resistors to step down 24V to 12V as gate driving voltage which is pulled down with a weaker MOSFET. The power MOSFET essentially ends up with a 10k gate resistor this way meaning it will take a bit longer to fully saturate.\n
      \n
      Is too high harmful? In this situation the load is a heater that activates when the room temperature drops below 18C and deactivates when it gets above 22C so fast switching is not an issue.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 4
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708524566 {#3189
      date: 2024-02-21 15:09:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3194 …}
    +votes: Doctrine\ORM\PersistentCollection {#3197 …}
    +reports: Doctrine\ORM\PersistentCollection {#3199 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3201 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3203 …}
    +badges: Doctrine\ORM\PersistentCollection {#3205 …}
    +children: [
      App\Entity\EntryComment {#2122}
    ]
    -id: 25281
    -titleTs: "'gate':2 'mosfet':1 'resistor':3"
    -bodyTs: "'10k':82,110 '10v':53 '12v':89 '18c':145 '22c':152 '24v':72,87 'activ':47,138 'anoth':38 'bit':120 'capacit':6 'current':15 'd':8 'damag':27 'deactiv':147 'divid':79 'drive':92 'drop':143 'end':106 'enough':64 'essenti':105 'fast':154 'fulli':46,123 'gate':5,32,50,91,111 'get':26,150 'good':36,63 'harm':128 'heater':136 'high':127 'inrush':13 'isn':61 'issu':159 'larg':67 'limit':11 'load':68,133 'longer':121 'made':76 'mean':115 'microcontrol':21,59 'mosfet':2,43,101,104 'n':54 'output':18 'pin':60 'power':103 'prematur':28 'prevent':23 'pull':96 'resistor':33,83,112 'room':141 'satur':124 'sinc':1 'situat':131 'step':85 'switch':66,155 'system':73 'take':118 'temperatur':142 'thing':39 'two':81 'type':55 'use':80 'usual':35,57 'voltag':51,78,93 'want':9 'way':114 'weaker':100"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703715529
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/8371777"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703671529 {#3177
      date: 2023-12-27 11:05:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It really depends how much power/current you are switching. If you are switching 1A with a beefy heatsink FET, the time spent in the linear region is short enough it shouldn’t be a problem. If you are switching 50A though it then you might have a problem. Depending on how that gate divider is set up, you could still potentially damage the gate of the FET when shorting it to ground to discharge it if I understand how its hooked up correctly.\n
    \n
    Ideally you would use some kind of FET driver with a voltage source (e.g. linear regulator) to turn on and off the gate plus the gate resistor.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1703685040 {#2117
    date: 2023-12-27 14:50:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rolive@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 257578
  -bodyTs: "'1a':14 '50a':40 'beefi':17 'correct':83 'could':59 'damag':62 'depend':3,49 'discharg':74 'divid':54 'driver':92 'e.g':97 'enough':29 'fet':19,67,91 'gate':53,64,106,109 'ground':72 'heatsink':18 'hook':81 'ideal':84 'kind':89 'linear':25,98 'might':45 'much':5 'plus':107 'potenti':61 'power/current':6 'problem':35,48 'realli':2 'region':26 'regul':99 'resistor':110 'set':56 'short':28,69 'shouldn':31 'sourc':96 'spent':22 'still':60 'switch':9,13,39 'though':41 'time':21 'turn':101 'understand':78 'use':87 'voltag':95 'would':86"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5906794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703685040 {#2121
    date: 2023-12-27 14:50:40.0 +01:00
  }
  +"title": 257578
}
"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 {#2122
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2115
    +user: Proxies\__CG__\App\Entity\User {#3154 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "MOSFET-gate-resistor"
    +title: "MOSFET gate resistor"
    +url: null
    +body: """
      Since MOSFETs have a gate capacitance you’d want to limit the inrush of current from the output of a microcontroller to prevent it from getting damaged prematurely. That’s what gate resistors are usually good for.\n
      \n
      Another thing is that most MOSFETs don’t fully activate with a gate voltage below 10V (n type) so usually a microcontroller pin isn’t good enough for switching large loads.\n
      \n
      I have a 24V system and have made a voltage divider using two 10k resistors to step down 24V to 12V as gate driving voltage which is pulled down with a weaker MOSFET. The power MOSFET essentially ends up with a 10k gate resistor this way meaning it will take a bit longer to fully saturate.\n
      \n
      Is too high harmful? In this situation the load is a heater that activates when the room temperature drops below 18C and deactivates when it gets above 22C so fast switching is not an issue.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 4
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708524566 {#3189
      date: 2024-02-21 15:09:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3194 …}
    +votes: Doctrine\ORM\PersistentCollection {#3197 …}
    +reports: Doctrine\ORM\PersistentCollection {#3199 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3201 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3203 …}
    +badges: Doctrine\ORM\PersistentCollection {#3205 …}
    +children: [
      App\Entity\EntryComment {#2122}
    ]
    -id: 25281
    -titleTs: "'gate':2 'mosfet':1 'resistor':3"
    -bodyTs: "'10k':82,110 '10v':53 '12v':89 '18c':145 '22c':152 '24v':72,87 'activ':47,138 'anoth':38 'bit':120 'capacit':6 'current':15 'd':8 'damag':27 'deactiv':147 'divid':79 'drive':92 'drop':143 'end':106 'enough':64 'essenti':105 'fast':154 'fulli':46,123 'gate':5,32,50,91,111 'get':26,150 'good':36,63 'harm':128 'heater':136 'high':127 'inrush':13 'isn':61 'issu':159 'larg':67 'limit':11 'load':68,133 'longer':121 'made':76 'mean':115 'microcontrol':21,59 'mosfet':2,43,101,104 'n':54 'output':18 'pin':60 'power':103 'prematur':28 'prevent':23 'pull':96 'resistor':33,83,112 'room':141 'satur':124 'sinc':1 'situat':131 'step':85 'switch':66,155 'system':73 'take':118 'temperatur':142 'thing':39 'two':81 'type':55 'use':80 'usual':35,57 'voltag':51,78,93 'want':9 'way':114 'weaker':100"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703715529
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/8371777"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703671529 {#3177
      date: 2023-12-27 11:05:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It really depends how much power/current you are switching. If you are switching 1A with a beefy heatsink FET, the time spent in the linear region is short enough it shouldn’t be a problem. If you are switching 50A though it then you might have a problem. Depending on how that gate divider is set up, you could still potentially damage the gate of the FET when shorting it to ground to discharge it if I understand how its hooked up correctly.\n
    \n
    Ideally you would use some kind of FET driver with a voltage source (e.g. linear regulator) to turn on and off the gate plus the gate resistor.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1703685040 {#2117
    date: 2023-12-27 14:50:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rolive@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 257578
  -bodyTs: "'1a':14 '50a':40 'beefi':17 'correct':83 'could':59 'damag':62 'depend':3,49 'discharg':74 'divid':54 'driver':92 'e.g':97 'enough':29 'fet':19,67,91 'gate':53,64,106,109 'ground':72 'heatsink':18 'hook':81 'ideal':84 'kind':89 'linear':25,98 'might':45 'much':5 'plus':107 'potenti':61 'power/current':6 'problem':35,48 'realli':2 'region':26 'regul':99 'resistor':110 'set':56 'short':28,69 'shouldn':31 'sourc':96 'spent':22 'still':60 'switch':9,13,39 'though':41 'time':21 'turn':101 'understand':78 'use':87 'voltag':95 'would':86"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5906794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703685040 {#2121
    date: 2023-12-27 14:50:40.0 +01:00
  }
  +"title": 257578
}
"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 {#2122
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2115
    +user: Proxies\__CG__\App\Entity\User {#3154 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "MOSFET-gate-resistor"
    +title: "MOSFET gate resistor"
    +url: null
    +body: """
      Since MOSFETs have a gate capacitance you’d want to limit the inrush of current from the output of a microcontroller to prevent it from getting damaged prematurely. That’s what gate resistors are usually good for.\n
      \n
      Another thing is that most MOSFETs don’t fully activate with a gate voltage below 10V (n type) so usually a microcontroller pin isn’t good enough for switching large loads.\n
      \n
      I have a 24V system and have made a voltage divider using two 10k resistors to step down 24V to 12V as gate driving voltage which is pulled down with a weaker MOSFET. The power MOSFET essentially ends up with a 10k gate resistor this way meaning it will take a bit longer to fully saturate.\n
      \n
      Is too high harmful? In this situation the load is a heater that activates when the room temperature drops below 18C and deactivates when it gets above 22C so fast switching is not an issue.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 4
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708524566 {#3189
      date: 2024-02-21 15:09:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3194 …}
    +votes: Doctrine\ORM\PersistentCollection {#3197 …}
    +reports: Doctrine\ORM\PersistentCollection {#3199 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3201 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3203 …}
    +badges: Doctrine\ORM\PersistentCollection {#3205 …}
    +children: [
      App\Entity\EntryComment {#2122}
    ]
    -id: 25281
    -titleTs: "'gate':2 'mosfet':1 'resistor':3"
    -bodyTs: "'10k':82,110 '10v':53 '12v':89 '18c':145 '22c':152 '24v':72,87 'activ':47,138 'anoth':38 'bit':120 'capacit':6 'current':15 'd':8 'damag':27 'deactiv':147 'divid':79 'drive':92 'drop':143 'end':106 'enough':64 'essenti':105 'fast':154 'fulli':46,123 'gate':5,32,50,91,111 'get':26,150 'good':36,63 'harm':128 'heater':136 'high':127 'inrush':13 'isn':61 'issu':159 'larg':67 'limit':11 'load':68,133 'longer':121 'made':76 'mean':115 'microcontrol':21,59 'mosfet':2,43,101,104 'n':54 'output':18 'pin':60 'power':103 'prematur':28 'prevent':23 'pull':96 'resistor':33,83,112 'room':141 'satur':124 'sinc':1 'situat':131 'step':85 'switch':66,155 'system':73 'take':118 'temperatur':142 'thing':39 'two':81 'type':55 'use':80 'usual':35,57 'voltag':51,78,93 'want':9 'way':114 'weaker':100"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703715529
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/8371777"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703671529 {#3177
      date: 2023-12-27 11:05:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It really depends how much power/current you are switching. If you are switching 1A with a beefy heatsink FET, the time spent in the linear region is short enough it shouldn’t be a problem. If you are switching 50A though it then you might have a problem. Depending on how that gate divider is set up, you could still potentially damage the gate of the FET when shorting it to ground to discharge it if I understand how its hooked up correctly.\n
    \n
    Ideally you would use some kind of FET driver with a voltage source (e.g. linear regulator) to turn on and off the gate plus the gate resistor.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1703685040 {#2117
    date: 2023-12-27 14:50:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rolive@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 257578
  -bodyTs: "'1a':14 '50a':40 'beefi':17 'correct':83 'could':59 'damag':62 'depend':3,49 'discharg':74 'divid':54 'driver':92 'e.g':97 'enough':29 'fet':19,67,91 'gate':53,64,106,109 'ground':72 'heatsink':18 'hook':81 'ideal':84 'kind':89 'linear':25,98 'might':45 'much':5 'plus':107 'potenti':61 'power/current':6 'problem':35,48 'realli':2 'region':26 'regul':99 'resistor':110 'set':56 'short':28,69 'shouldn':31 'sourc':96 'spent':22 'still':60 'switch':9,13,39 'though':41 'time':21 'turn':101 'understand':78 'use':87 'voltag':95 'would':86"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5906794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703685040 {#2121
    date: 2023-12-27 14:50:40.0 +01:00
  }
  +"title": 257578
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3115 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: Proxies\__CG__\App\Entity\Image {#3156 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
  +slug: "Video-of-Palestinians-stripped-forced-to-sit-outside-by-IDF"
  +title: "Video of Palestinians stripped, forced to sit outside by IDF soldiers raises ire"
  +url: "https://abcnews.go.com/US/video-palestinians-stripped-forced-sit-idf-soldiers-raises/story?id=105496215"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702460436 {#3151
    date: 2023-12-13 10:40:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3159 …}
  +votes: Doctrine\ORM\PersistentCollection {#3161 …}
  +reports: Doctrine\ORM\PersistentCollection {#3163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +body: "Bootlicker"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702348455 {#2070
        date: 2023-12-12 03:34:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tryptaminev@feddit.de"
        "@feral_hedgehog@pawb.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2046 …}
      +nested: Doctrine\ORM\PersistentCollection {#2045 …}
      +votes: Doctrine\ORM\PersistentCollection {#2050 …}
      +reports: Doctrine\ORM\PersistentCollection {#2052 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
      -id: 217676
      -bodyTs: "'bootlick':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5608108"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702348455 {#2049
        date: 2023-12-12 03:34:15.0 +01:00
      }
      +"title": 217676
    }
  ]
  -id: 21660
  -titleTs: "'forc':5 'idf':10 'ire':13 'outsid':8 'palestinian':3 'rais':12 'sit':7 'soldier':11 'strip':4 'video':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702382898
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6597900"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702296498 {#3136
    date: 2023-12-11 13:08:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3115 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: Proxies\__CG__\App\Entity\Image {#3156 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
  +slug: "Video-of-Palestinians-stripped-forced-to-sit-outside-by-IDF"
  +title: "Video of Palestinians stripped, forced to sit outside by IDF soldiers raises ire"
  +url: "https://abcnews.go.com/US/video-palestinians-stripped-forced-sit-idf-soldiers-raises/story?id=105496215"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702460436 {#3151
    date: 2023-12-13 10:40:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3159 …}
  +votes: Doctrine\ORM\PersistentCollection {#3161 …}
  +reports: Doctrine\ORM\PersistentCollection {#3163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +body: "Bootlicker"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702348455 {#2070
        date: 2023-12-12 03:34:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tryptaminev@feddit.de"
        "@feral_hedgehog@pawb.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2046 …}
      +nested: Doctrine\ORM\PersistentCollection {#2045 …}
      +votes: Doctrine\ORM\PersistentCollection {#2050 …}
      +reports: Doctrine\ORM\PersistentCollection {#2052 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
      -id: 217676
      -bodyTs: "'bootlick':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5608108"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702348455 {#2049
        date: 2023-12-12 03:34:15.0 +01:00
      }
      +"title": 217676
    }
  ]
  -id: 21660
  -titleTs: "'forc':5 'idf':10 'ire':13 'outsid':8 'palestinian':3 'rais':12 'sit':7 'soldier':11 'strip':4 'video':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702382898
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6597900"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702296498 {#3136
    date: 2023-12-11 13:08:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3115 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: Proxies\__CG__\App\Entity\Image {#3156 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
  +slug: "Video-of-Palestinians-stripped-forced-to-sit-outside-by-IDF"
  +title: "Video of Palestinians stripped, forced to sit outside by IDF soldiers raises ire"
  +url: "https://abcnews.go.com/US/video-palestinians-stripped-forced-sit-idf-soldiers-raises/story?id=105496215"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702460436 {#3151
    date: 2023-12-13 10:40:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3159 …}
  +votes: Doctrine\ORM\PersistentCollection {#3161 …}
  +reports: Doctrine\ORM\PersistentCollection {#3163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +body: "Bootlicker"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702348455 {#2070
        date: 2023-12-12 03:34:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tryptaminev@feddit.de"
        "@feral_hedgehog@pawb.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2046 …}
      +nested: Doctrine\ORM\PersistentCollection {#2045 …}
      +votes: Doctrine\ORM\PersistentCollection {#2050 …}
      +reports: Doctrine\ORM\PersistentCollection {#2052 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
      -id: 217676
      -bodyTs: "'bootlick':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5608108"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702348455 {#2049
        date: 2023-12-12 03:34:15.0 +01:00
      }
      +"title": 217676
    }
  ]
  -id: 21660
  -titleTs: "'forc':5 'idf':10 'ire':13 'outsid':8 'palestinian':3 'rais':12 'sit':7 'soldier':11 'strip':4 'video':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702382898
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6597900"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702296498 {#3136
    date: 2023-12-11 13:08:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2048
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3115 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: Proxies\__CG__\App\Entity\Image {#3156 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
    +slug: "Video-of-Palestinians-stripped-forced-to-sit-outside-by-IDF"
    +title: "Video of Palestinians stripped, forced to sit outside by IDF soldiers raises ire"
    +url: "https://abcnews.go.com/US/video-palestinians-stripped-forced-sit-idf-soldiers-raises/story?id=105496215"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 110
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702460436 {#3151
      date: 2023-12-13 10:40:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3159 …}
    +votes: Doctrine\ORM\PersistentCollection {#3161 …}
    +reports: Doctrine\ORM\PersistentCollection {#3163 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 21660
    -titleTs: "'forc':5 'idf':10 'ire':13 'outsid':8 'palestinian':3 'rais':12 'sit':7 'soldier':11 'strip':4 'video':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702382898
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6597900"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702296498 {#3136
      date: 2023-12-11 13:08:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +body: "Bootlicker"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702348455 {#2070
    date: 2023-12-12 03:34:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tryptaminev@feddit.de"
    "@feral_hedgehog@pawb.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 217676
  -bodyTs: "'bootlick':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5608108"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702348455 {#2049
    date: 2023-12-12 03:34:15.0 +01:00
  }
  +"title": 217676
}
"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 {#2048
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3115 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: Proxies\__CG__\App\Entity\Image {#3156 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
    +slug: "Video-of-Palestinians-stripped-forced-to-sit-outside-by-IDF"
    +title: "Video of Palestinians stripped, forced to sit outside by IDF soldiers raises ire"
    +url: "https://abcnews.go.com/US/video-palestinians-stripped-forced-sit-idf-soldiers-raises/story?id=105496215"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 110
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702460436 {#3151
      date: 2023-12-13 10:40:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3159 …}
    +votes: Doctrine\ORM\PersistentCollection {#3161 …}
    +reports: Doctrine\ORM\PersistentCollection {#3163 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 21660
    -titleTs: "'forc':5 'idf':10 'ire':13 'outsid':8 'palestinian':3 'rais':12 'sit':7 'soldier':11 'strip':4 'video':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702382898
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6597900"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702296498 {#3136
      date: 2023-12-11 13:08:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +body: "Bootlicker"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702348455 {#2070
    date: 2023-12-12 03:34:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tryptaminev@feddit.de"
    "@feral_hedgehog@pawb.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 217676
  -bodyTs: "'bootlick':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5608108"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702348455 {#2049
    date: 2023-12-12 03:34:15.0 +01:00
  }
  +"title": 217676
}
"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 {#2048
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3115 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: Proxies\__CG__\App\Entity\Image {#3156 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
    +slug: "Video-of-Palestinians-stripped-forced-to-sit-outside-by-IDF"
    +title: "Video of Palestinians stripped, forced to sit outside by IDF soldiers raises ire"
    +url: "https://abcnews.go.com/US/video-palestinians-stripped-forced-sit-idf-soldiers-raises/story?id=105496215"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 110
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702460436 {#3151
      date: 2023-12-13 10:40:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3159 …}
    +votes: Doctrine\ORM\PersistentCollection {#3161 …}
    +reports: Doctrine\ORM\PersistentCollection {#3163 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 21660
    -titleTs: "'forc':5 'idf':10 'ire':13 'outsid':8 'palestinian':3 'rais':12 'sit':7 'soldier':11 'strip':4 'video':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702382898
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6597900"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702296498 {#3136
      date: 2023-12-11 13:08:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +body: "Bootlicker"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702348455 {#2070
    date: 2023-12-12 03:34:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tryptaminev@feddit.de"
    "@feral_hedgehog@pawb.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 217676
  -bodyTs: "'bootlick':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5608108"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702348455 {#2049
    date: 2023-12-12 03:34:15.0 +01:00
  }
  +"title": 217676
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1402
  +user: Proxies\__CG__\App\Entity\User {#3133 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "What-do-you-think-happened-to-the-hikers-in-the"
  +title: "What do you think happened to the hikers in the Dyatlov Pass Incident?"
  +url: null
  +body: "Here’s the wiki for those unfamiliar: [en.m.wikipedia.org/wiki/Dyatlov_Pass_incident](https://en.m.wikipedia.org/wiki/Dyatlov_Pass_incident)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699339096 {#3171
    date: 2023-11-07 07:38:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3176 …}
  +votes: Doctrine\ORM\PersistentCollection {#3179 …}
  +reports: Doctrine\ORM\PersistentCollection {#3181 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
  +badges: Doctrine\ORM\PersistentCollection {#3187 …}
  +children: [
    App\Entity\EntryComment {#1383
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
      +image: null
      +parent: null
      +root: null
      +body: "I thought theory was a fire/smoke leaking /explosion inside the tent caused by the homemade stove leading to them cutting their way out and running, and then getting separated and lost in the confusion, before succumbing to hypothermia"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699360497 {#2393
        date: 2023-11-07 13:34:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LaunchesKayaks@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 97323
      -bodyTs: "'/explosion':8 'caus':12 'confus':34 'cut':20 'fire/smoke':6 'get':28 'homemad':15 'hypothermia':38 'insid':9 'lead':17 'leak':7 'lost':31 'run':25 'separ':29 'stove':16 'succumb':36 'tent':11 'theori':3 'thought':2 'way':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4629345"
      +editedAt: DateTimeImmutable @1699358804 {#1384
        date: 2023-11-07 13:06:44.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699321853 {#1381
        date: 2023-11-07 02:50:53.0 +01:00
      }
      +"title": 97323
    }
  ]
  -id: 10636
  -titleTs: "'dyatlov':11 'happen':5 'hiker':8 'incid':13 'pass':12 'think':4"
  -bodyTs: "'/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':10 'en.m.wikipedia.org':9 'en.m.wikipedia.org/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':8 'unfamiliar':7 'wiki':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699392139
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7892583"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699305739 {#3157
    date: 2023-11-06 22:22:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1402
  +user: Proxies\__CG__\App\Entity\User {#3133 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "What-do-you-think-happened-to-the-hikers-in-the"
  +title: "What do you think happened to the hikers in the Dyatlov Pass Incident?"
  +url: null
  +body: "Here’s the wiki for those unfamiliar: [en.m.wikipedia.org/wiki/Dyatlov_Pass_incident](https://en.m.wikipedia.org/wiki/Dyatlov_Pass_incident)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699339096 {#3171
    date: 2023-11-07 07:38:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3176 …}
  +votes: Doctrine\ORM\PersistentCollection {#3179 …}
  +reports: Doctrine\ORM\PersistentCollection {#3181 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
  +badges: Doctrine\ORM\PersistentCollection {#3187 …}
  +children: [
    App\Entity\EntryComment {#1383
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
      +image: null
      +parent: null
      +root: null
      +body: "I thought theory was a fire/smoke leaking /explosion inside the tent caused by the homemade stove leading to them cutting their way out and running, and then getting separated and lost in the confusion, before succumbing to hypothermia"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699360497 {#2393
        date: 2023-11-07 13:34:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LaunchesKayaks@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 97323
      -bodyTs: "'/explosion':8 'caus':12 'confus':34 'cut':20 'fire/smoke':6 'get':28 'homemad':15 'hypothermia':38 'insid':9 'lead':17 'leak':7 'lost':31 'run':25 'separ':29 'stove':16 'succumb':36 'tent':11 'theori':3 'thought':2 'way':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4629345"
      +editedAt: DateTimeImmutable @1699358804 {#1384
        date: 2023-11-07 13:06:44.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699321853 {#1381
        date: 2023-11-07 02:50:53.0 +01:00
      }
      +"title": 97323
    }
  ]
  -id: 10636
  -titleTs: "'dyatlov':11 'happen':5 'hiker':8 'incid':13 'pass':12 'think':4"
  -bodyTs: "'/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':10 'en.m.wikipedia.org':9 'en.m.wikipedia.org/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':8 'unfamiliar':7 'wiki':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699392139
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7892583"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699305739 {#3157
    date: 2023-11-06 22:22:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1402
  +user: Proxies\__CG__\App\Entity\User {#3133 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "What-do-you-think-happened-to-the-hikers-in-the"
  +title: "What do you think happened to the hikers in the Dyatlov Pass Incident?"
  +url: null
  +body: "Here’s the wiki for those unfamiliar: [en.m.wikipedia.org/wiki/Dyatlov_Pass_incident](https://en.m.wikipedia.org/wiki/Dyatlov_Pass_incident)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699339096 {#3171
    date: 2023-11-07 07:38:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3176 …}
  +votes: Doctrine\ORM\PersistentCollection {#3179 …}
  +reports: Doctrine\ORM\PersistentCollection {#3181 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
  +badges: Doctrine\ORM\PersistentCollection {#3187 …}
  +children: [
    App\Entity\EntryComment {#1383
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
      +image: null
      +parent: null
      +root: null
      +body: "I thought theory was a fire/smoke leaking /explosion inside the tent caused by the homemade stove leading to them cutting their way out and running, and then getting separated and lost in the confusion, before succumbing to hypothermia"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699360497 {#2393
        date: 2023-11-07 13:34:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LaunchesKayaks@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 97323
      -bodyTs: "'/explosion':8 'caus':12 'confus':34 'cut':20 'fire/smoke':6 'get':28 'homemad':15 'hypothermia':38 'insid':9 'lead':17 'leak':7 'lost':31 'run':25 'separ':29 'stove':16 'succumb':36 'tent':11 'theori':3 'thought':2 'way':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4629345"
      +editedAt: DateTimeImmutable @1699358804 {#1384
        date: 2023-11-07 13:06:44.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699321853 {#1381
        date: 2023-11-07 02:50:53.0 +01:00
      }
      +"title": 97323
    }
  ]
  -id: 10636
  -titleTs: "'dyatlov':11 'happen':5 'hiker':8 'incid':13 'pass':12 'think':4"
  -bodyTs: "'/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':10 'en.m.wikipedia.org':9 'en.m.wikipedia.org/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':8 'unfamiliar':7 'wiki':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699392139
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7892583"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699305739 {#3157
    date: 2023-11-06 22:22:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1383
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3133 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "What-do-you-think-happened-to-the-hikers-in-the"
    +title: "What do you think happened to the hikers in the Dyatlov Pass Incident?"
    +url: null
    +body: "Here’s the wiki for those unfamiliar: [en.m.wikipedia.org/wiki/Dyatlov_Pass_incident](https://en.m.wikipedia.org/wiki/Dyatlov_Pass_incident)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699339096 {#3171
      date: 2023-11-07 07:38:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3176 …}
    +votes: Doctrine\ORM\PersistentCollection {#3179 …}
    +reports: Doctrine\ORM\PersistentCollection {#3181 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
    +badges: Doctrine\ORM\PersistentCollection {#3187 …}
    +children: [
      App\Entity\EntryComment {#1383}
    ]
    -id: 10636
    -titleTs: "'dyatlov':11 'happen':5 'hiker':8 'incid':13 'pass':12 'think':4"
    -bodyTs: "'/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':10 'en.m.wikipedia.org':9 'en.m.wikipedia.org/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':8 'unfamiliar':7 'wiki':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699392139
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7892583"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699305739 {#3157
      date: 2023-11-06 22:22:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +parent: null
  +root: null
  +body: "I thought theory was a fire/smoke leaking /explosion inside the tent caused by the homemade stove leading to them cutting their way out and running, and then getting separated and lost in the confusion, before succumbing to hypothermia"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699360497 {#2393
    date: 2023-11-07 13:34:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LaunchesKayaks@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 97323
  -bodyTs: "'/explosion':8 'caus':12 'confus':34 'cut':20 'fire/smoke':6 'get':28 'homemad':15 'hypothermia':38 'insid':9 'lead':17 'leak':7 'lost':31 'run':25 'separ':29 'stove':16 'succumb':36 'tent':11 'theori':3 'thought':2 'way':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4629345"
  +editedAt: DateTimeImmutable @1699358804 {#1384
    date: 2023-11-07 13:06:44.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699321853 {#1381
    date: 2023-11-07 02:50:53.0 +01:00
  }
  +"title": 97323
}
"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 {#1383
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3133 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "What-do-you-think-happened-to-the-hikers-in-the"
    +title: "What do you think happened to the hikers in the Dyatlov Pass Incident?"
    +url: null
    +body: "Here’s the wiki for those unfamiliar: [en.m.wikipedia.org/wiki/Dyatlov_Pass_incident](https://en.m.wikipedia.org/wiki/Dyatlov_Pass_incident)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699339096 {#3171
      date: 2023-11-07 07:38:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3176 …}
    +votes: Doctrine\ORM\PersistentCollection {#3179 …}
    +reports: Doctrine\ORM\PersistentCollection {#3181 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
    +badges: Doctrine\ORM\PersistentCollection {#3187 …}
    +children: [
      App\Entity\EntryComment {#1383}
    ]
    -id: 10636
    -titleTs: "'dyatlov':11 'happen':5 'hiker':8 'incid':13 'pass':12 'think':4"
    -bodyTs: "'/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':10 'en.m.wikipedia.org':9 'en.m.wikipedia.org/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':8 'unfamiliar':7 'wiki':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699392139
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7892583"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699305739 {#3157
      date: 2023-11-06 22:22:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +parent: null
  +root: null
  +body: "I thought theory was a fire/smoke leaking /explosion inside the tent caused by the homemade stove leading to them cutting their way out and running, and then getting separated and lost in the confusion, before succumbing to hypothermia"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699360497 {#2393
    date: 2023-11-07 13:34:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LaunchesKayaks@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 97323
  -bodyTs: "'/explosion':8 'caus':12 'confus':34 'cut':20 'fire/smoke':6 'get':28 'homemad':15 'hypothermia':38 'insid':9 'lead':17 'leak':7 'lost':31 'run':25 'separ':29 'stove':16 'succumb':36 'tent':11 'theori':3 'thought':2 'way':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4629345"
  +editedAt: DateTimeImmutable @1699358804 {#1384
    date: 2023-11-07 13:06:44.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699321853 {#1381
    date: 2023-11-07 02:50:53.0 +01:00
  }
  +"title": 97323
}
"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 {#1383
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3133 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "What-do-you-think-happened-to-the-hikers-in-the"
    +title: "What do you think happened to the hikers in the Dyatlov Pass Incident?"
    +url: null
    +body: "Here’s the wiki for those unfamiliar: [en.m.wikipedia.org/wiki/Dyatlov_Pass_incident](https://en.m.wikipedia.org/wiki/Dyatlov_Pass_incident)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699339096 {#3171
      date: 2023-11-07 07:38:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3176 …}
    +votes: Doctrine\ORM\PersistentCollection {#3179 …}
    +reports: Doctrine\ORM\PersistentCollection {#3181 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
    +badges: Doctrine\ORM\PersistentCollection {#3187 …}
    +children: [
      App\Entity\EntryComment {#1383}
    ]
    -id: 10636
    -titleTs: "'dyatlov':11 'happen':5 'hiker':8 'incid':13 'pass':12 'think':4"
    -bodyTs: "'/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':10 'en.m.wikipedia.org':9 'en.m.wikipedia.org/wiki/dyatlov_pass_incident](https://en.m.wikipedia.org/wiki/dyatlov_pass_incident)':8 'unfamiliar':7 'wiki':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699392139
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7892583"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699305739 {#3157
      date: 2023-11-06 22:22:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +parent: null
  +root: null
  +body: "I thought theory was a fire/smoke leaking /explosion inside the tent caused by the homemade stove leading to them cutting their way out and running, and then getting separated and lost in the confusion, before succumbing to hypothermia"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699360497 {#2393
    date: 2023-11-07 13:34:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LaunchesKayaks@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 97323
  -bodyTs: "'/explosion':8 'caus':12 'confus':34 'cut':20 'fire/smoke':6 'get':28 'homemad':15 'hypothermia':38 'insid':9 'lead':17 'leak':7 'lost':31 'run':25 'separ':29 'stove':16 'succumb':36 'tent':11 'theori':3 'thought':2 'way':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4629345"
  +editedAt: DateTimeImmutable @1699358804 {#1384
    date: 2023-11-07 13:06:44.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699321853 {#1381
    date: 2023-11-07 02:50:53.0 +01:00
  }
  +"title": 97323
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#3076 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "did-everyone-get-this"
  +title: "...did everyone get this?"
  +url: "https://startrek.website/pictrs/image/f1eca9ff-f210-44ed-8fb4-23f8cd29dab0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 56
  +favouriteCount: 508
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724450887 {#3112
    date: 2024-08-24 00:08:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3117 …}
  +votes: Doctrine\ORM\PersistentCollection {#3120 …}
  +reports: Doctrine\ORM\PersistentCollection {#3122 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3126 …}
  +badges: Doctrine\ORM\PersistentCollection {#3128 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +body: "We here for a good time, not a long time 😤"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1701658032 {#2336
        date: 2023-12-04 03:47:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@happilybitchycowboy@lemmy.world"
        "@beckerist@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2135 …}
      +nested: Doctrine\ORM\PersistentCollection {#2137 …}
      +votes: Doctrine\ORM\PersistentCollection {#2068 …}
      +reports: Doctrine\ORM\PersistentCollection {#2069 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
      -id: 194338
      -bodyTs: "'good':5 'long':9 'time':6,10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5394218"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701658032 {#2335
        date: 2023-12-04 03:47:12.0 +01:00
      }
      +"title": 194338
    }
  ]
  -id: 19834
  -titleTs: "'everyon':2 'get':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701724831
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4329393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701638431 {#3099
    date: 2023-12-03 22:20:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#3076 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "did-everyone-get-this"
  +title: "...did everyone get this?"
  +url: "https://startrek.website/pictrs/image/f1eca9ff-f210-44ed-8fb4-23f8cd29dab0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 56
  +favouriteCount: 508
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724450887 {#3112
    date: 2024-08-24 00:08:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3117 …}
  +votes: Doctrine\ORM\PersistentCollection {#3120 …}
  +reports: Doctrine\ORM\PersistentCollection {#3122 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3126 …}
  +badges: Doctrine\ORM\PersistentCollection {#3128 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +body: "We here for a good time, not a long time 😤"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1701658032 {#2336
        date: 2023-12-04 03:47:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@happilybitchycowboy@lemmy.world"
        "@beckerist@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2135 …}
      +nested: Doctrine\ORM\PersistentCollection {#2137 …}
      +votes: Doctrine\ORM\PersistentCollection {#2068 …}
      +reports: Doctrine\ORM\PersistentCollection {#2069 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
      -id: 194338
      -bodyTs: "'good':5 'long':9 'time':6,10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5394218"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701658032 {#2335
        date: 2023-12-04 03:47:12.0 +01:00
      }
      +"title": 194338
    }
  ]
  -id: 19834
  -titleTs: "'everyon':2 'get':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701724831
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4329393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701638431 {#3099
    date: 2023-12-03 22:20:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#3076 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "did-everyone-get-this"
  +title: "...did everyone get this?"
  +url: "https://startrek.website/pictrs/image/f1eca9ff-f210-44ed-8fb4-23f8cd29dab0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 56
  +favouriteCount: 508
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724450887 {#3112
    date: 2024-08-24 00:08:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3117 …}
  +votes: Doctrine\ORM\PersistentCollection {#3120 …}
  +reports: Doctrine\ORM\PersistentCollection {#3122 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3126 …}
  +badges: Doctrine\ORM\PersistentCollection {#3128 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +body: "We here for a good time, not a long time 😤"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1701658032 {#2336
        date: 2023-12-04 03:47:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@happilybitchycowboy@lemmy.world"
        "@beckerist@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2135 …}
      +nested: Doctrine\ORM\PersistentCollection {#2137 …}
      +votes: Doctrine\ORM\PersistentCollection {#2068 …}
      +reports: Doctrine\ORM\PersistentCollection {#2069 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
      -id: 194338
      -bodyTs: "'good':5 'long':9 'time':6,10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5394218"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701658032 {#2335
        date: 2023-12-04 03:47:12.0 +01:00
      }
      +"title": 194338
    }
  ]
  -id: 19834
  -titleTs: "'everyon':2 'get':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701724831
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4329393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701638431 {#3099
    date: 2023-12-03 22:20:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#3076 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "did-everyone-get-this"
    +title: "...did everyone get this?"
    +url: "https://startrek.website/pictrs/image/f1eca9ff-f210-44ed-8fb4-23f8cd29dab0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 56
    +favouriteCount: 508
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724450887 {#3112
      date: 2024-08-24 00:08:07.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3117 …}
    +votes: Doctrine\ORM\PersistentCollection {#3120 …}
    +reports: Doctrine\ORM\PersistentCollection {#3122 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3124 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3126 …}
    +badges: Doctrine\ORM\PersistentCollection {#3128 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 19834
    -titleTs: "'everyon':2 'get':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701724831
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4329393"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701638431 {#3099
      date: 2023-12-03 22:20:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +body: "We here for a good time, not a long time 😤"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1701658032 {#2336
    date: 2023-12-04 03:47:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@happilybitchycowboy@lemmy.world"
    "@beckerist@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2068 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  -id: 194338
  -bodyTs: "'good':5 'long':9 'time':6,10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5394218"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701658032 {#2335
    date: 2023-12-04 03:47:12.0 +01:00
  }
  +"title": 194338
}
"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 {#2339
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#3076 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "did-everyone-get-this"
    +title: "...did everyone get this?"
    +url: "https://startrek.website/pictrs/image/f1eca9ff-f210-44ed-8fb4-23f8cd29dab0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 56
    +favouriteCount: 508
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724450887 {#3112
      date: 2024-08-24 00:08:07.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3117 …}
    +votes: Doctrine\ORM\PersistentCollection {#3120 …}
    +reports: Doctrine\ORM\PersistentCollection {#3122 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3124 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3126 …}
    +badges: Doctrine\ORM\PersistentCollection {#3128 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 19834
    -titleTs: "'everyon':2 'get':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701724831
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4329393"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701638431 {#3099
      date: 2023-12-03 22:20:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +body: "We here for a good time, not a long time 😤"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1701658032 {#2336
    date: 2023-12-04 03:47:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@happilybitchycowboy@lemmy.world"
    "@beckerist@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2068 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  -id: 194338
  -bodyTs: "'good':5 'long':9 'time':6,10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5394218"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701658032 {#2335
    date: 2023-12-04 03:47:12.0 +01:00
  }
  +"title": 194338
}
"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 {#2339
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#3076 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "did-everyone-get-this"
    +title: "...did everyone get this?"
    +url: "https://startrek.website/pictrs/image/f1eca9ff-f210-44ed-8fb4-23f8cd29dab0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 56
    +favouriteCount: 508
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724450887 {#3112
      date: 2024-08-24 00:08:07.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3117 …}
    +votes: Doctrine\ORM\PersistentCollection {#3120 …}
    +reports: Doctrine\ORM\PersistentCollection {#3122 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3124 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3126 …}
    +badges: Doctrine\ORM\PersistentCollection {#3128 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 19834
    -titleTs: "'everyon':2 'get':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701724831
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4329393"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701638431 {#3099
      date: 2023-12-03 22:20:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +body: "We here for a good time, not a long time 😤"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1701658032 {#2336
    date: 2023-12-04 03:47:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@happilybitchycowboy@lemmy.world"
    "@beckerist@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2068 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  -id: 194338
  -bodyTs: "'good':5 'long':9 'time':6,10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5394218"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701658032 {#2335
    date: 2023-12-04 03:47:12.0 +01:00
  }
  +"title": 194338
}
"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
Proxies\__CG__\App\Entity\Entry {#1926
  +user: Proxies\__CG__\App\Entity\User {#3135 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: Proxies\__CG__\App\Entity\Image {#3137 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3138 …}
  +slug: "fuck-it"
  +title: "fuck it"
  +url: "https://mander.xyz/pictrs/image/c57ca87d-a631-4e92-a0e4-fa20778bf725.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 18
  +favouriteCount: 526
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699284744 {#3130
    date: 2023-11-06 16:32:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3139 …}
  +votes: Doctrine\ORM\PersistentCollection {#3141 …}
  +reports: Doctrine\ORM\PersistentCollection {#3143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3145 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3147 …}
  +badges: Doctrine\ORM\PersistentCollection {#3149 …}
  +children: [
    App\Entity\EntryComment {#1708
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1926 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
      +image: null
      +parent: null
      +root: null
      +body: "Mom would be sad"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699234333 {#1906
        date: 2023-11-06 02:32:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 94108
      -bodyTs: "'mom':1 'sad':4 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4603776"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699234333 {#1909
        date: 2023-11-06 02:32:13.0 +01:00
      }
      +"title": 94108
    }
  ]
  -id: 10347
  -titleTs: "'fuck':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699320399
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/5828465"
  +editedAt: DateTimeImmutable @1699260161 {#3118
    date: 2023-11-06 09:42:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699233999 {#3096
    date: 2023-11-06 02:26:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1926
  +user: Proxies\__CG__\App\Entity\User {#3135 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: Proxies\__CG__\App\Entity\Image {#3137 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3138 …}
  +slug: "fuck-it"
  +title: "fuck it"
  +url: "https://mander.xyz/pictrs/image/c57ca87d-a631-4e92-a0e4-fa20778bf725.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 18
  +favouriteCount: 526
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699284744 {#3130
    date: 2023-11-06 16:32:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3139 …}
  +votes: Doctrine\ORM\PersistentCollection {#3141 …}
  +reports: Doctrine\ORM\PersistentCollection {#3143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3145 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3147 …}
  +badges: Doctrine\ORM\PersistentCollection {#3149 …}
  +children: [
    App\Entity\EntryComment {#1708
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1926 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
      +image: null
      +parent: null
      +root: null
      +body: "Mom would be sad"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699234333 {#1906
        date: 2023-11-06 02:32:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 94108
      -bodyTs: "'mom':1 'sad':4 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4603776"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699234333 {#1909
        date: 2023-11-06 02:32:13.0 +01:00
      }
      +"title": 94108
    }
  ]
  -id: 10347
  -titleTs: "'fuck':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699320399
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/5828465"
  +editedAt: DateTimeImmutable @1699260161 {#3118
    date: 2023-11-06 09:42:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699233999 {#3096
    date: 2023-11-06 02:26:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1926
  +user: Proxies\__CG__\App\Entity\User {#3135 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: Proxies\__CG__\App\Entity\Image {#3137 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3138 …}
  +slug: "fuck-it"
  +title: "fuck it"
  +url: "https://mander.xyz/pictrs/image/c57ca87d-a631-4e92-a0e4-fa20778bf725.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 18
  +favouriteCount: 526
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699284744 {#3130
    date: 2023-11-06 16:32:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3139 …}
  +votes: Doctrine\ORM\PersistentCollection {#3141 …}
  +reports: Doctrine\ORM\PersistentCollection {#3143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3145 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3147 …}
  +badges: Doctrine\ORM\PersistentCollection {#3149 …}
  +children: [
    App\Entity\EntryComment {#1708
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1926 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
      +image: null
      +parent: null
      +root: null
      +body: "Mom would be sad"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699234333 {#1906
        date: 2023-11-06 02:32:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 94108
      -bodyTs: "'mom':1 'sad':4 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4603776"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699234333 {#1909
        date: 2023-11-06 02:32:13.0 +01:00
      }
      +"title": 94108
    }
  ]
  -id: 10347
  -titleTs: "'fuck':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699320399
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/5828465"
  +editedAt: DateTimeImmutable @1699260161 {#3118
    date: 2023-11-06 09:42:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699233999 {#3096
    date: 2023-11-06 02:26:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1708
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1926
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
    +image: Proxies\__CG__\App\Entity\Image {#3137 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3138 …}
    +slug: "fuck-it"
    +title: "fuck it"
    +url: "https://mander.xyz/pictrs/image/c57ca87d-a631-4e92-a0e4-fa20778bf725.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 18
    +favouriteCount: 526
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699284744 {#3130
      date: 2023-11-06 16:32:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3139 …}
    +votes: Doctrine\ORM\PersistentCollection {#3141 …}
    +reports: Doctrine\ORM\PersistentCollection {#3143 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3145 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3147 …}
    +badges: Doctrine\ORM\PersistentCollection {#3149 …}
    +children: [
      App\Entity\EntryComment {#1708}
    ]
    -id: 10347
    -titleTs: "'fuck':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699320399
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/5828465"
    +editedAt: DateTimeImmutable @1699260161 {#3118
      date: 2023-11-06 09:42:41.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699233999 {#3096
      date: 2023-11-06 02:26:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: null
  +parent: null
  +root: null
  +body: "Mom would be sad"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699234333 {#1906
    date: 2023-11-06 02:32:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 94108
  -bodyTs: "'mom':1 'sad':4 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4603776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699234333 {#1909
    date: 2023-11-06 02:32:13.0 +01:00
  }
  +"title": 94108
}
"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 {#1708
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1926
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
    +image: Proxies\__CG__\App\Entity\Image {#3137 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3138 …}
    +slug: "fuck-it"
    +title: "fuck it"
    +url: "https://mander.xyz/pictrs/image/c57ca87d-a631-4e92-a0e4-fa20778bf725.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 18
    +favouriteCount: 526
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699284744 {#3130
      date: 2023-11-06 16:32:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3139 …}
    +votes: Doctrine\ORM\PersistentCollection {#3141 …}
    +reports: Doctrine\ORM\PersistentCollection {#3143 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3145 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3147 …}
    +badges: Doctrine\ORM\PersistentCollection {#3149 …}
    +children: [
      App\Entity\EntryComment {#1708}
    ]
    -id: 10347
    -titleTs: "'fuck':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699320399
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/5828465"
    +editedAt: DateTimeImmutable @1699260161 {#3118
      date: 2023-11-06 09:42:41.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699233999 {#3096
      date: 2023-11-06 02:26:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: null
  +parent: null
  +root: null
  +body: "Mom would be sad"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699234333 {#1906
    date: 2023-11-06 02:32:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 94108
  -bodyTs: "'mom':1 'sad':4 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4603776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699234333 {#1909
    date: 2023-11-06 02:32:13.0 +01:00
  }
  +"title": 94108
}
"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 {#1708
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1926
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
    +image: Proxies\__CG__\App\Entity\Image {#3137 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3138 …}
    +slug: "fuck-it"
    +title: "fuck it"
    +url: "https://mander.xyz/pictrs/image/c57ca87d-a631-4e92-a0e4-fa20778bf725.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 18
    +favouriteCount: 526
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699284744 {#3130
      date: 2023-11-06 16:32:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3139 …}
    +votes: Doctrine\ORM\PersistentCollection {#3141 …}
    +reports: Doctrine\ORM\PersistentCollection {#3143 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3145 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3147 …}
    +badges: Doctrine\ORM\PersistentCollection {#3149 …}
    +children: [
      App\Entity\EntryComment {#1708}
    ]
    -id: 10347
    -titleTs: "'fuck':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699320399
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/5828465"
    +editedAt: DateTimeImmutable @1699260161 {#3118
      date: 2023-11-06 09:42:41.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699233999 {#3096
      date: 2023-11-06 02:26:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: null
  +parent: null
  +root: null
  +body: "Mom would be sad"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699234333 {#1906
    date: 2023-11-06 02:32:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 94108
  -bodyTs: "'mom':1 'sad':4 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4603776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699234333 {#1909
    date: 2023-11-06 02:32:13.0 +01:00
  }
  +"title": 94108
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2075
  +user: Proxies\__CG__\App\Entity\User {#3210 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: Proxies\__CG__\App\Entity\Image {#3249 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3251 …}
  +slug: "And-that-s-why-you-shouldn-t-pirate-kids"
  +title: "And that's why you shouldn't pirate kids."
  +url: "https://youtu.be/LZgeIReY04c?si=_L-Wu3Q87DHCvy0a"
  +body: "Im scared of the staplegunman"
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700954108 {#3244
    date: 2023-11-26 00:15:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3252 …}
  +votes: Doctrine\ORM\PersistentCollection {#3254 …}
  +reports: Doctrine\ORM\PersistentCollection {#3256 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3258 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3260 …}
  +badges: Doctrine\ORM\PersistentCollection {#3262 …}
  +children: [
    App\Entity\EntryComment {#2144
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2075 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +body: "I prefer to pirate adults"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1700775183 {#2036
        date: 2023-11-23 22:33:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MakerThe11@lemm.ee"
        "@fjordbasa@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 156286
      -bodyTs: "'adult':5 'pirat':4 'prefer':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5129849"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700775183 {#2037
        date: 2023-11-23 22:33:03.0 +01:00
      }
      +"title": 156286
    }
  ]
  -id: 16098
  -titleTs: "'kid':9 'pirat':8 'shouldn':6"
  -bodyTs: "'im':1 'scare':2 'staplegunman':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700859653
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/15848888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700773253 {#3230
    date: 2023-11-23 22:00:53.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2075
  +user: Proxies\__CG__\App\Entity\User {#3210 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: Proxies\__CG__\App\Entity\Image {#3249 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3251 …}
  +slug: "And-that-s-why-you-shouldn-t-pirate-kids"
  +title: "And that's why you shouldn't pirate kids."
  +url: "https://youtu.be/LZgeIReY04c?si=_L-Wu3Q87DHCvy0a"
  +body: "Im scared of the staplegunman"
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700954108 {#3244
    date: 2023-11-26 00:15:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3252 …}
  +votes: Doctrine\ORM\PersistentCollection {#3254 …}
  +reports: Doctrine\ORM\PersistentCollection {#3256 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3258 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3260 …}
  +badges: Doctrine\ORM\PersistentCollection {#3262 …}
  +children: [
    App\Entity\EntryComment {#2144
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2075 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +body: "I prefer to pirate adults"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1700775183 {#2036
        date: 2023-11-23 22:33:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MakerThe11@lemm.ee"
        "@fjordbasa@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 156286
      -bodyTs: "'adult':5 'pirat':4 'prefer':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5129849"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700775183 {#2037
        date: 2023-11-23 22:33:03.0 +01:00
      }
      +"title": 156286
    }
  ]
  -id: 16098
  -titleTs: "'kid':9 'pirat':8 'shouldn':6"
  -bodyTs: "'im':1 'scare':2 'staplegunman':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700859653
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/15848888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700773253 {#3230
    date: 2023-11-23 22:00:53.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2075
  +user: Proxies\__CG__\App\Entity\User {#3210 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: Proxies\__CG__\App\Entity\Image {#3249 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3251 …}
  +slug: "And-that-s-why-you-shouldn-t-pirate-kids"
  +title: "And that's why you shouldn't pirate kids."
  +url: "https://youtu.be/LZgeIReY04c?si=_L-Wu3Q87DHCvy0a"
  +body: "Im scared of the staplegunman"
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700954108 {#3244
    date: 2023-11-26 00:15:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3252 …}
  +votes: Doctrine\ORM\PersistentCollection {#3254 …}
  +reports: Doctrine\ORM\PersistentCollection {#3256 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3258 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3260 …}
  +badges: Doctrine\ORM\PersistentCollection {#3262 …}
  +children: [
    App\Entity\EntryComment {#2144
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2075 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +body: "I prefer to pirate adults"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1700775183 {#2036
        date: 2023-11-23 22:33:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MakerThe11@lemm.ee"
        "@fjordbasa@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 156286
      -bodyTs: "'adult':5 'pirat':4 'prefer':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5129849"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700775183 {#2037
        date: 2023-11-23 22:33:03.0 +01:00
      }
      +"title": 156286
    }
  ]
  -id: 16098
  -titleTs: "'kid':9 'pirat':8 'shouldn':6"
  -bodyTs: "'im':1 'scare':2 'staplegunman':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700859653
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/15848888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700773253 {#3230
    date: 2023-11-23 22:00:53.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2144
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2075
    +user: Proxies\__CG__\App\Entity\User {#3210 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3249 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3251 …}
    +slug: "And-that-s-why-you-shouldn-t-pirate-kids"
    +title: "And that's why you shouldn't pirate kids."
    +url: "https://youtu.be/LZgeIReY04c?si=_L-Wu3Q87DHCvy0a"
    +body: "Im scared of the staplegunman"
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 198
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700954108 {#3244
      date: 2023-11-26 00:15:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3252 …}
    +votes: Doctrine\ORM\PersistentCollection {#3254 …}
    +reports: Doctrine\ORM\PersistentCollection {#3256 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3258 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3260 …}
    +badges: Doctrine\ORM\PersistentCollection {#3262 …}
    +children: [
      App\Entity\EntryComment {#2144}
    ]
    -id: 16098
    -titleTs: "'kid':9 'pirat':8 'shouldn':6"
    -bodyTs: "'im':1 'scare':2 'staplegunman':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700859653
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/15848888"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700773253 {#3230
      date: 2023-11-23 22:00:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +body: "I prefer to pirate adults"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1700775183 {#2036
    date: 2023-11-23 22:33:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MakerThe11@lemm.ee"
    "@fjordbasa@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 156286
  -bodyTs: "'adult':5 'pirat':4 'prefer':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5129849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700775183 {#2037
    date: 2023-11-23 22:33:03.0 +01:00
  }
  +"title": 156286
}
"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 {#2144
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2075
    +user: Proxies\__CG__\App\Entity\User {#3210 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3249 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3251 …}
    +slug: "And-that-s-why-you-shouldn-t-pirate-kids"
    +title: "And that's why you shouldn't pirate kids."
    +url: "https://youtu.be/LZgeIReY04c?si=_L-Wu3Q87DHCvy0a"
    +body: "Im scared of the staplegunman"
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 198
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700954108 {#3244
      date: 2023-11-26 00:15:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3252 …}
    +votes: Doctrine\ORM\PersistentCollection {#3254 …}
    +reports: Doctrine\ORM\PersistentCollection {#3256 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3258 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3260 …}
    +badges: Doctrine\ORM\PersistentCollection {#3262 …}
    +children: [
      App\Entity\EntryComment {#2144}
    ]
    -id: 16098
    -titleTs: "'kid':9 'pirat':8 'shouldn':6"
    -bodyTs: "'im':1 'scare':2 'staplegunman':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700859653
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/15848888"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700773253 {#3230
      date: 2023-11-23 22:00:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +body: "I prefer to pirate adults"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1700775183 {#2036
    date: 2023-11-23 22:33:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MakerThe11@lemm.ee"
    "@fjordbasa@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 156286
  -bodyTs: "'adult':5 'pirat':4 'prefer':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5129849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700775183 {#2037
    date: 2023-11-23 22:33:03.0 +01:00
  }
  +"title": 156286
}
"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 {#2144
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2075
    +user: Proxies\__CG__\App\Entity\User {#3210 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3249 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3251 …}
    +slug: "And-that-s-why-you-shouldn-t-pirate-kids"
    +title: "And that's why you shouldn't pirate kids."
    +url: "https://youtu.be/LZgeIReY04c?si=_L-Wu3Q87DHCvy0a"
    +body: "Im scared of the staplegunman"
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 198
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700954108 {#3244
      date: 2023-11-26 00:15:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3252 …}
    +votes: Doctrine\ORM\PersistentCollection {#3254 …}
    +reports: Doctrine\ORM\PersistentCollection {#3256 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3258 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3260 …}
    +badges: Doctrine\ORM\PersistentCollection {#3262 …}
    +children: [
      App\Entity\EntryComment {#2144}
    ]
    -id: 16098
    -titleTs: "'kid':9 'pirat':8 'shouldn':6"
    -bodyTs: "'im':1 'scare':2 'staplegunman':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700859653
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/15848888"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700773253 {#3230
      date: 2023-11-23 22:00:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +body: "I prefer to pirate adults"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1700775183 {#2036
    date: 2023-11-23 22:33:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MakerThe11@lemm.ee"
    "@fjordbasa@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 156286
  -bodyTs: "'adult':5 'pirat':4 'prefer':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5129849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700775183 {#2037
    date: 2023-11-23 22:33:03.0 +01:00
  }
  +"title": 156286
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2326
  +user: Proxies\__CG__\App\Entity\User {#3058 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3098 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "Future-by-Safely-Endangered"
  +title: ""Future" by Safely Endangered"
  +url: "https://lemmy.world/pictrs/image/bb9194e4-29ab-4169-a382-0b0554274981.png"
  +body: """
    - [safelyendangered.com](https://safelyendangered.com/)\n
    - [Patreon](https://www.patreon.com/safelyendangered/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 688
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701847992 {#3093
    date: 2023-12-06 08:33:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3100 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
  +badges: Doctrine\ORM\PersistentCollection {#3110 …}
  +children: [
    App\Entity\EntryComment {#2328
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: """
        Afaik this is just fear mongering\n
        \n
        That article cites no sources, and the FDA has retracted requiring warnings for products containing olestra\n
        \n
        According to Wikipedia:\n
        \n
        > When removing the olestra warning label, the FDA cited a six-week P&G study of more than 3000 people showing the olestra-eating group experienced only a small increase in bowel movement frequency compared to the control group.The FDA concluded that “subjects eating olestra-containing chips were no more likely to report having had loose stools, abdominal cramps, or any other GI symptom compared to subjects eating an equivalent amount of [potato] chips”\n
        \n
        [Source](https://www.govinfo.gov/content/pkg/FR-2003-08-05/pdf/03-19508.pdf)\n
        \n
        [Where I originally heard about olestra](https://m.youtube.com/watch?v=3d8b_ohlcdk)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701297827 {#2331
        date: 2023-11-29 23:43:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Geert@lemmy.world"
        "@SpaceNoodle@lemmy.world"
        "@Ranvier@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 178725
      -bodyTs: "'/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':106 '/watch?v=3d8b_ohlcdk)':115 '3000':45 'abdomin':86 'accord':23 'afaik':1 'amount':99 'articl':8 'bowel':59 'chip':75,102 'cite':9,34 'compar':62,93 'conclud':68 'contain':21,74 'control':65 'cramp':87 'eat':51,71,96 'equival':98 'experienc':53 'fda':14,33,67 'fear':5 'frequenc':61 'g':40 'gi':91 'group':52 'group.the':66 'heard':110 'increas':57 'label':31 'like':79 'loos':84 'm.youtube.com':114 'm.youtube.com/watch?v=3d8b_ohlcdk)':113 'monger':6 'movement':60 'olestra':22,29,50,73,112 'olestra-':49 'olestra-contain':72 'origin':109 'p':39 'peopl':46 'potato':101 'product':20 'remov':27 'report':81 'requir':17 'retract':16 'show':47 'six':37 'six-week':36 'small':56 'sourc':11,103 'stool':85 'studi':41 'subject':70,95 'symptom':92 'warn':18,30 'week':38 'wikipedia':25 'www.govinfo.gov':105 'www.govinfo.gov/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':104"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5277250"
      +editedAt: DateTimeImmutable @1702232481 {#2314
        date: 2023-12-10 19:21:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701297827 {#2289
        date: 2023-11-29 23:43:47.0 +01:00
      }
      +"title": 178725
    }
  ]
  -id: 18287
  -titleTs: "'endang':4 'futur':1 'safe':3"
  -bodyTs: "'/)':4 '/safelyendangered/)':8 'patreon':5 'safelyendangered.com':1,3 'safelyendangered.com/)':2 'www.patreon.com':7 'www.patreon.com/safelyendangered/)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701374665
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8933491"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701288265 {#3079
    date: 2023-11-29 21:04:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2326
  +user: Proxies\__CG__\App\Entity\User {#3058 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3098 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "Future-by-Safely-Endangered"
  +title: ""Future" by Safely Endangered"
  +url: "https://lemmy.world/pictrs/image/bb9194e4-29ab-4169-a382-0b0554274981.png"
  +body: """
    - [safelyendangered.com](https://safelyendangered.com/)\n
    - [Patreon](https://www.patreon.com/safelyendangered/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 688
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701847992 {#3093
    date: 2023-12-06 08:33:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3100 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
  +badges: Doctrine\ORM\PersistentCollection {#3110 …}
  +children: [
    App\Entity\EntryComment {#2328
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: """
        Afaik this is just fear mongering\n
        \n
        That article cites no sources, and the FDA has retracted requiring warnings for products containing olestra\n
        \n
        According to Wikipedia:\n
        \n
        > When removing the olestra warning label, the FDA cited a six-week P&G study of more than 3000 people showing the olestra-eating group experienced only a small increase in bowel movement frequency compared to the control group.The FDA concluded that “subjects eating olestra-containing chips were no more likely to report having had loose stools, abdominal cramps, or any other GI symptom compared to subjects eating an equivalent amount of [potato] chips”\n
        \n
        [Source](https://www.govinfo.gov/content/pkg/FR-2003-08-05/pdf/03-19508.pdf)\n
        \n
        [Where I originally heard about olestra](https://m.youtube.com/watch?v=3d8b_ohlcdk)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701297827 {#2331
        date: 2023-11-29 23:43:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Geert@lemmy.world"
        "@SpaceNoodle@lemmy.world"
        "@Ranvier@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 178725
      -bodyTs: "'/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':106 '/watch?v=3d8b_ohlcdk)':115 '3000':45 'abdomin':86 'accord':23 'afaik':1 'amount':99 'articl':8 'bowel':59 'chip':75,102 'cite':9,34 'compar':62,93 'conclud':68 'contain':21,74 'control':65 'cramp':87 'eat':51,71,96 'equival':98 'experienc':53 'fda':14,33,67 'fear':5 'frequenc':61 'g':40 'gi':91 'group':52 'group.the':66 'heard':110 'increas':57 'label':31 'like':79 'loos':84 'm.youtube.com':114 'm.youtube.com/watch?v=3d8b_ohlcdk)':113 'monger':6 'movement':60 'olestra':22,29,50,73,112 'olestra-':49 'olestra-contain':72 'origin':109 'p':39 'peopl':46 'potato':101 'product':20 'remov':27 'report':81 'requir':17 'retract':16 'show':47 'six':37 'six-week':36 'small':56 'sourc':11,103 'stool':85 'studi':41 'subject':70,95 'symptom':92 'warn':18,30 'week':38 'wikipedia':25 'www.govinfo.gov':105 'www.govinfo.gov/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':104"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5277250"
      +editedAt: DateTimeImmutable @1702232481 {#2314
        date: 2023-12-10 19:21:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701297827 {#2289
        date: 2023-11-29 23:43:47.0 +01:00
      }
      +"title": 178725
    }
  ]
  -id: 18287
  -titleTs: "'endang':4 'futur':1 'safe':3"
  -bodyTs: "'/)':4 '/safelyendangered/)':8 'patreon':5 'safelyendangered.com':1,3 'safelyendangered.com/)':2 'www.patreon.com':7 'www.patreon.com/safelyendangered/)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701374665
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8933491"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701288265 {#3079
    date: 2023-11-29 21:04:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2326
  +user: Proxies\__CG__\App\Entity\User {#3058 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3098 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "Future-by-Safely-Endangered"
  +title: ""Future" by Safely Endangered"
  +url: "https://lemmy.world/pictrs/image/bb9194e4-29ab-4169-a382-0b0554274981.png"
  +body: """
    - [safelyendangered.com](https://safelyendangered.com/)\n
    - [Patreon](https://www.patreon.com/safelyendangered/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 688
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701847992 {#3093
    date: 2023-12-06 08:33:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3100 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
  +badges: Doctrine\ORM\PersistentCollection {#3110 …}
  +children: [
    App\Entity\EntryComment {#2328
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +body: """
        Afaik this is just fear mongering\n
        \n
        That article cites no sources, and the FDA has retracted requiring warnings for products containing olestra\n
        \n
        According to Wikipedia:\n
        \n
        > When removing the olestra warning label, the FDA cited a six-week P&G study of more than 3000 people showing the olestra-eating group experienced only a small increase in bowel movement frequency compared to the control group.The FDA concluded that “subjects eating olestra-containing chips were no more likely to report having had loose stools, abdominal cramps, or any other GI symptom compared to subjects eating an equivalent amount of [potato] chips”\n
        \n
        [Source](https://www.govinfo.gov/content/pkg/FR-2003-08-05/pdf/03-19508.pdf)\n
        \n
        [Where I originally heard about olestra](https://m.youtube.com/watch?v=3d8b_ohlcdk)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701297827 {#2331
        date: 2023-11-29 23:43:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Geert@lemmy.world"
        "@SpaceNoodle@lemmy.world"
        "@Ranvier@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 178725
      -bodyTs: "'/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':106 '/watch?v=3d8b_ohlcdk)':115 '3000':45 'abdomin':86 'accord':23 'afaik':1 'amount':99 'articl':8 'bowel':59 'chip':75,102 'cite':9,34 'compar':62,93 'conclud':68 'contain':21,74 'control':65 'cramp':87 'eat':51,71,96 'equival':98 'experienc':53 'fda':14,33,67 'fear':5 'frequenc':61 'g':40 'gi':91 'group':52 'group.the':66 'heard':110 'increas':57 'label':31 'like':79 'loos':84 'm.youtube.com':114 'm.youtube.com/watch?v=3d8b_ohlcdk)':113 'monger':6 'movement':60 'olestra':22,29,50,73,112 'olestra-':49 'olestra-contain':72 'origin':109 'p':39 'peopl':46 'potato':101 'product':20 'remov':27 'report':81 'requir':17 'retract':16 'show':47 'six':37 'six-week':36 'small':56 'sourc':11,103 'stool':85 'studi':41 'subject':70,95 'symptom':92 'warn':18,30 'week':38 'wikipedia':25 'www.govinfo.gov':105 'www.govinfo.gov/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':104"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5277250"
      +editedAt: DateTimeImmutable @1702232481 {#2314
        date: 2023-12-10 19:21:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701297827 {#2289
        date: 2023-11-29 23:43:47.0 +01:00
      }
      +"title": 178725
    }
  ]
  -id: 18287
  -titleTs: "'endang':4 'futur':1 'safe':3"
  -bodyTs: "'/)':4 '/safelyendangered/)':8 'patreon':5 'safelyendangered.com':1,3 'safelyendangered.com/)':2 'www.patreon.com':7 'www.patreon.com/safelyendangered/)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701374665
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8933491"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701288265 {#3079
    date: 2023-11-29 21:04:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#2328
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2326
    +user: Proxies\__CG__\App\Entity\User {#3058 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3098 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Future-by-Safely-Endangered"
    +title: ""Future" by Safely Endangered"
    +url: "https://lemmy.world/pictrs/image/bb9194e4-29ab-4169-a382-0b0554274981.png"
    +body: """
      - [safelyendangered.com](https://safelyendangered.com/)\n
      - [Patreon](https://www.patreon.com/safelyendangered/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 33
    +favouriteCount: 688
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701847992 {#3093
      date: 2023-12-06 08:33:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3100 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3104 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
    +badges: Doctrine\ORM\PersistentCollection {#3110 …}
    +children: [
      App\Entity\EntryComment {#2328}
    ]
    -id: 18287
    -titleTs: "'endang':4 'futur':1 'safe':3"
    -bodyTs: "'/)':4 '/safelyendangered/)':8 'patreon':5 'safelyendangered.com':1,3 'safelyendangered.com/)':2 'www.patreon.com':7 'www.patreon.com/safelyendangered/)':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701374665
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8933491"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701288265 {#3079
      date: 2023-11-29 21:04:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: """
    Afaik this is just fear mongering\n
    \n
    That article cites no sources, and the FDA has retracted requiring warnings for products containing olestra\n
    \n
    According to Wikipedia:\n
    \n
    > When removing the olestra warning label, the FDA cited a six-week P&G study of more than 3000 people showing the olestra-eating group experienced only a small increase in bowel movement frequency compared to the control group.The FDA concluded that “subjects eating olestra-containing chips were no more likely to report having had loose stools, abdominal cramps, or any other GI symptom compared to subjects eating an equivalent amount of [potato] chips”\n
    \n
    [Source](https://www.govinfo.gov/content/pkg/FR-2003-08-05/pdf/03-19508.pdf)\n
    \n
    [Where I originally heard about olestra](https://m.youtube.com/watch?v=3d8b_ohlcdk)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701297827 {#2331
    date: 2023-11-29 23:43:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Geert@lemmy.world"
    "@SpaceNoodle@lemmy.world"
    "@Ranvier@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 178725
  -bodyTs: "'/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':106 '/watch?v=3d8b_ohlcdk)':115 '3000':45 'abdomin':86 'accord':23 'afaik':1 'amount':99 'articl':8 'bowel':59 'chip':75,102 'cite':9,34 'compar':62,93 'conclud':68 'contain':21,74 'control':65 'cramp':87 'eat':51,71,96 'equival':98 'experienc':53 'fda':14,33,67 'fear':5 'frequenc':61 'g':40 'gi':91 'group':52 'group.the':66 'heard':110 'increas':57 'label':31 'like':79 'loos':84 'm.youtube.com':114 'm.youtube.com/watch?v=3d8b_ohlcdk)':113 'monger':6 'movement':60 'olestra':22,29,50,73,112 'olestra-':49 'olestra-contain':72 'origin':109 'p':39 'peopl':46 'potato':101 'product':20 'remov':27 'report':81 'requir':17 'retract':16 'show':47 'six':37 'six-week':36 'small':56 'sourc':11,103 'stool':85 'studi':41 'subject':70,95 'symptom':92 'warn':18,30 'week':38 'wikipedia':25 'www.govinfo.gov':105 'www.govinfo.gov/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':104"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5277250"
  +editedAt: DateTimeImmutable @1702232481 {#2314
    date: 2023-12-10 19:21:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701297827 {#2289
    date: 2023-11-29 23:43:47.0 +01:00
  }
  +"title": 178725
}
"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 {#2328
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2326
    +user: Proxies\__CG__\App\Entity\User {#3058 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3098 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Future-by-Safely-Endangered"
    +title: ""Future" by Safely Endangered"
    +url: "https://lemmy.world/pictrs/image/bb9194e4-29ab-4169-a382-0b0554274981.png"
    +body: """
      - [safelyendangered.com](https://safelyendangered.com/)\n
      - [Patreon](https://www.patreon.com/safelyendangered/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 33
    +favouriteCount: 688
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701847992 {#3093
      date: 2023-12-06 08:33:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3100 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3104 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
    +badges: Doctrine\ORM\PersistentCollection {#3110 …}
    +children: [
      App\Entity\EntryComment {#2328}
    ]
    -id: 18287
    -titleTs: "'endang':4 'futur':1 'safe':3"
    -bodyTs: "'/)':4 '/safelyendangered/)':8 'patreon':5 'safelyendangered.com':1,3 'safelyendangered.com/)':2 'www.patreon.com':7 'www.patreon.com/safelyendangered/)':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701374665
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8933491"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701288265 {#3079
      date: 2023-11-29 21:04:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: """
    Afaik this is just fear mongering\n
    \n
    That article cites no sources, and the FDA has retracted requiring warnings for products containing olestra\n
    \n
    According to Wikipedia:\n
    \n
    > When removing the olestra warning label, the FDA cited a six-week P&G study of more than 3000 people showing the olestra-eating group experienced only a small increase in bowel movement frequency compared to the control group.The FDA concluded that “subjects eating olestra-containing chips were no more likely to report having had loose stools, abdominal cramps, or any other GI symptom compared to subjects eating an equivalent amount of [potato] chips”\n
    \n
    [Source](https://www.govinfo.gov/content/pkg/FR-2003-08-05/pdf/03-19508.pdf)\n
    \n
    [Where I originally heard about olestra](https://m.youtube.com/watch?v=3d8b_ohlcdk)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701297827 {#2331
    date: 2023-11-29 23:43:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Geert@lemmy.world"
    "@SpaceNoodle@lemmy.world"
    "@Ranvier@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 178725
  -bodyTs: "'/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':106 '/watch?v=3d8b_ohlcdk)':115 '3000':45 'abdomin':86 'accord':23 'afaik':1 'amount':99 'articl':8 'bowel':59 'chip':75,102 'cite':9,34 'compar':62,93 'conclud':68 'contain':21,74 'control':65 'cramp':87 'eat':51,71,96 'equival':98 'experienc':53 'fda':14,33,67 'fear':5 'frequenc':61 'g':40 'gi':91 'group':52 'group.the':66 'heard':110 'increas':57 'label':31 'like':79 'loos':84 'm.youtube.com':114 'm.youtube.com/watch?v=3d8b_ohlcdk)':113 'monger':6 'movement':60 'olestra':22,29,50,73,112 'olestra-':49 'olestra-contain':72 'origin':109 'p':39 'peopl':46 'potato':101 'product':20 'remov':27 'report':81 'requir':17 'retract':16 'show':47 'six':37 'six-week':36 'small':56 'sourc':11,103 'stool':85 'studi':41 'subject':70,95 'symptom':92 'warn':18,30 'week':38 'wikipedia':25 'www.govinfo.gov':105 'www.govinfo.gov/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':104"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5277250"
  +editedAt: DateTimeImmutable @1702232481 {#2314
    date: 2023-12-10 19:21:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701297827 {#2289
    date: 2023-11-29 23:43:47.0 +01:00
  }
  +"title": 178725
}
"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 {#2328
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2326
    +user: Proxies\__CG__\App\Entity\User {#3058 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3098 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Future-by-Safely-Endangered"
    +title: ""Future" by Safely Endangered"
    +url: "https://lemmy.world/pictrs/image/bb9194e4-29ab-4169-a382-0b0554274981.png"
    +body: """
      - [safelyendangered.com](https://safelyendangered.com/)\n
      - [Patreon](https://www.patreon.com/safelyendangered/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 33
    +favouriteCount: 688
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701847992 {#3093
      date: 2023-12-06 08:33:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3100 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3104 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
    +badges: Doctrine\ORM\PersistentCollection {#3110 …}
    +children: [
      App\Entity\EntryComment {#2328}
    ]
    -id: 18287
    -titleTs: "'endang':4 'futur':1 'safe':3"
    -bodyTs: "'/)':4 '/safelyendangered/)':8 'patreon':5 'safelyendangered.com':1,3 'safelyendangered.com/)':2 'www.patreon.com':7 'www.patreon.com/safelyendangered/)':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701374665
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8933491"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701288265 {#3079
      date: 2023-11-29 21:04:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +body: """
    Afaik this is just fear mongering\n
    \n
    That article cites no sources, and the FDA has retracted requiring warnings for products containing olestra\n
    \n
    According to Wikipedia:\n
    \n
    > When removing the olestra warning label, the FDA cited a six-week P&G study of more than 3000 people showing the olestra-eating group experienced only a small increase in bowel movement frequency compared to the control group.The FDA concluded that “subjects eating olestra-containing chips were no more likely to report having had loose stools, abdominal cramps, or any other GI symptom compared to subjects eating an equivalent amount of [potato] chips”\n
    \n
    [Source](https://www.govinfo.gov/content/pkg/FR-2003-08-05/pdf/03-19508.pdf)\n
    \n
    [Where I originally heard about olestra](https://m.youtube.com/watch?v=3d8b_ohlcdk)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701297827 {#2331
    date: 2023-11-29 23:43:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Geert@lemmy.world"
    "@SpaceNoodle@lemmy.world"
    "@Ranvier@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 178725
  -bodyTs: "'/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':106 '/watch?v=3d8b_ohlcdk)':115 '3000':45 'abdomin':86 'accord':23 'afaik':1 'amount':99 'articl':8 'bowel':59 'chip':75,102 'cite':9,34 'compar':62,93 'conclud':68 'contain':21,74 'control':65 'cramp':87 'eat':51,71,96 'equival':98 'experienc':53 'fda':14,33,67 'fear':5 'frequenc':61 'g':40 'gi':91 'group':52 'group.the':66 'heard':110 'increas':57 'label':31 'like':79 'loos':84 'm.youtube.com':114 'm.youtube.com/watch?v=3d8b_ohlcdk)':113 'monger':6 'movement':60 'olestra':22,29,50,73,112 'olestra-':49 'olestra-contain':72 'origin':109 'p':39 'peopl':46 'potato':101 'product':20 'remov':27 'report':81 'requir':17 'retract':16 'show':47 'six':37 'six-week':36 'small':56 'sourc':11,103 'stool':85 'studi':41 'subject':70,95 'symptom':92 'warn':18,30 'week':38 'wikipedia':25 'www.govinfo.gov':105 'www.govinfo.gov/content/pkg/fr-2003-08-05/pdf/03-19508.pdf)':104"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5277250"
  +editedAt: DateTimeImmutable @1702232481 {#2314
    date: 2023-12-10 19:21:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701297827 {#2289
    date: 2023-11-29 23:43:47.0 +01:00
  }
  +"title": 178725
}
"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
Proxies\__CG__\App\Entity\Entry {#2099
  +user: Proxies\__CG__\App\Entity\User {#2998 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: Proxies\__CG__\App\Entity\Image {#3040 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3042 …}
  +slug: "New-York-City-Moves-to-Ban-Solitary-Confinement-Defying-Mayor"
  +title: "New York City Moves to Ban Solitary Confinement, Defying Mayor Adams"
  +url: "https://www.nytimes.com/2023/12/18/nyregion/solitary-confinement-adams-nyc.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 167
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703074015 {#3035
    date: 2023-12-20 13:06:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3043 …}
  +votes: Doctrine\ORM\PersistentCollection {#3045 …}
  +reports: Doctrine\ORM\PersistentCollection {#3047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
  +badges: Doctrine\ORM\PersistentCollection {#3053 …}
  +children: [
    App\Entity\EntryComment {#2100
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +body: """
        He’s a former pig himself\n
        \n
        ACAB
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1702998714 {#2041
        date: 2023-12-19 16:11:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@themeatbridge@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2111 …}
      +nested: Doctrine\ORM\PersistentCollection {#2102 …}
      +votes: Doctrine\ORM\PersistentCollection {#2103 …}
      +reports: Doctrine\ORM\PersistentCollection {#2110 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
      -id: 235094
      -bodyTs: "'acab':7 'former':4 'pig':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5767269"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702998714 {#2104
        date: 2023-12-19 16:11:54.0 +01:00
      }
      +"title": 235094
    }
  ]
  -id: 23333
  -titleTs: "'adam':11 'ban':6 'citi':3 'confin':8 'defi':9 'mayor':10 'move':4 'new':1 'solitari':7 'york':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703080002
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/3048864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702993602 {#3021
    date: 2023-12-19 14:46:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2099
  +user: Proxies\__CG__\App\Entity\User {#2998 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: Proxies\__CG__\App\Entity\Image {#3040 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3042 …}
  +slug: "New-York-City-Moves-to-Ban-Solitary-Confinement-Defying-Mayor"
  +title: "New York City Moves to Ban Solitary Confinement, Defying Mayor Adams"
  +url: "https://www.nytimes.com/2023/12/18/nyregion/solitary-confinement-adams-nyc.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 167
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703074015 {#3035
    date: 2023-12-20 13:06:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3043 …}
  +votes: Doctrine\ORM\PersistentCollection {#3045 …}
  +reports: Doctrine\ORM\PersistentCollection {#3047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
  +badges: Doctrine\ORM\PersistentCollection {#3053 …}
  +children: [
    App\Entity\EntryComment {#2100
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +body: """
        He’s a former pig himself\n
        \n
        ACAB
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1702998714 {#2041
        date: 2023-12-19 16:11:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@themeatbridge@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2111 …}
      +nested: Doctrine\ORM\PersistentCollection {#2102 …}
      +votes: Doctrine\ORM\PersistentCollection {#2103 …}
      +reports: Doctrine\ORM\PersistentCollection {#2110 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
      -id: 235094
      -bodyTs: "'acab':7 'former':4 'pig':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5767269"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702998714 {#2104
        date: 2023-12-19 16:11:54.0 +01:00
      }
      +"title": 235094
    }
  ]
  -id: 23333
  -titleTs: "'adam':11 'ban':6 'citi':3 'confin':8 'defi':9 'mayor':10 'move':4 'new':1 'solitari':7 'york':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703080002
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/3048864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702993602 {#3021
    date: 2023-12-19 14:46:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2099
  +user: Proxies\__CG__\App\Entity\User {#2998 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: Proxies\__CG__\App\Entity\Image {#3040 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3042 …}
  +slug: "New-York-City-Moves-to-Ban-Solitary-Confinement-Defying-Mayor"
  +title: "New York City Moves to Ban Solitary Confinement, Defying Mayor Adams"
  +url: "https://www.nytimes.com/2023/12/18/nyregion/solitary-confinement-adams-nyc.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 167
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703074015 {#3035
    date: 2023-12-20 13:06:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3043 …}
  +votes: Doctrine\ORM\PersistentCollection {#3045 …}
  +reports: Doctrine\ORM\PersistentCollection {#3047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
  +badges: Doctrine\ORM\PersistentCollection {#3053 …}
  +children: [
    App\Entity\EntryComment {#2100
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
      +body: """
        He’s a former pig himself\n
        \n
        ACAB
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1702998714 {#2041
        date: 2023-12-19 16:11:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCool@feddit.ch"
        "@themeatbridge@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2111 …}
      +nested: Doctrine\ORM\PersistentCollection {#2102 …}
      +votes: Doctrine\ORM\PersistentCollection {#2103 …}
      +reports: Doctrine\ORM\PersistentCollection {#2110 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
      -id: 235094
      -bodyTs: "'acab':7 'former':4 'pig':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5767269"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702998714 {#2104
        date: 2023-12-19 16:11:54.0 +01:00
      }
      +"title": 235094
    }
  ]
  -id: 23333
  -titleTs: "'adam':11 'ban':6 'citi':3 'confin':8 'defi':9 'mayor':10 'move':4 'new':1 'solitari':7 'york':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703080002
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/3048864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702993602 {#3021
    date: 2023-12-19 14:46:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#2100
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2099
    +user: Proxies\__CG__\App\Entity\User {#2998 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: Proxies\__CG__\App\Entity\Image {#3040 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3042 …}
    +slug: "New-York-City-Moves-to-Ban-Solitary-Confinement-Defying-Mayor"
    +title: "New York City Moves to Ban Solitary Confinement, Defying Mayor Adams"
    +url: "https://www.nytimes.com/2023/12/18/nyregion/solitary-confinement-adams-nyc.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 12
    +favouriteCount: 167
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703074015 {#3035
      date: 2023-12-20 13:06:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3043 …}
    +votes: Doctrine\ORM\PersistentCollection {#3045 …}
    +reports: Doctrine\ORM\PersistentCollection {#3047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
    +badges: Doctrine\ORM\PersistentCollection {#3053 …}
    +children: [
      App\Entity\EntryComment {#2100}
    ]
    -id: 23333
    -titleTs: "'adam':11 'ban':6 'citi':3 'confin':8 'defi':9 'mayor':10 'move':4 'new':1 'solitari':7 'york':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703080002
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/3048864"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702993602 {#3021
      date: 2023-12-19 14:46:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +body: """
    He’s a former pig himself\n
    \n
    ACAB
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1702998714 {#2041
    date: 2023-12-19 16:11:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@themeatbridge@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2111 …}
  +nested: Doctrine\ORM\PersistentCollection {#2102 …}
  +votes: Doctrine\ORM\PersistentCollection {#2103 …}
  +reports: Doctrine\ORM\PersistentCollection {#2110 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
  -id: 235094
  -bodyTs: "'acab':7 'former':4 'pig':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5767269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702998714 {#2104
    date: 2023-12-19 16:11:54.0 +01:00
  }
  +"title": 235094
}
"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
63 DENIED edit
App\Entity\EntryComment {#2100
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2099
    +user: Proxies\__CG__\App\Entity\User {#2998 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: Proxies\__CG__\App\Entity\Image {#3040 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3042 …}
    +slug: "New-York-City-Moves-to-Ban-Solitary-Confinement-Defying-Mayor"
    +title: "New York City Moves to Ban Solitary Confinement, Defying Mayor Adams"
    +url: "https://www.nytimes.com/2023/12/18/nyregion/solitary-confinement-adams-nyc.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 12
    +favouriteCount: 167
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703074015 {#3035
      date: 2023-12-20 13:06:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3043 …}
    +votes: Doctrine\ORM\PersistentCollection {#3045 …}
    +reports: Doctrine\ORM\PersistentCollection {#3047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
    +badges: Doctrine\ORM\PersistentCollection {#3053 …}
    +children: [
      App\Entity\EntryComment {#2100}
    ]
    -id: 23333
    -titleTs: "'adam':11 'ban':6 'citi':3 'confin':8 'defi':9 'mayor':10 'move':4 'new':1 'solitari':7 'york':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703080002
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/3048864"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702993602 {#3021
      date: 2023-12-19 14:46:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +body: """
    He’s a former pig himself\n
    \n
    ACAB
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1702998714 {#2041
    date: 2023-12-19 16:11:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@themeatbridge@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2111 …}
  +nested: Doctrine\ORM\PersistentCollection {#2102 …}
  +votes: Doctrine\ORM\PersistentCollection {#2103 …}
  +reports: Doctrine\ORM\PersistentCollection {#2110 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
  -id: 235094
  -bodyTs: "'acab':7 'former':4 'pig':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5767269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702998714 {#2104
    date: 2023-12-19 16:11:54.0 +01:00
  }
  +"title": 235094
}
"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
64 DENIED moderate
App\Entity\EntryComment {#2100
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2099
    +user: Proxies\__CG__\App\Entity\User {#2998 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
    +image: Proxies\__CG__\App\Entity\Image {#3040 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3042 …}
    +slug: "New-York-City-Moves-to-Ban-Solitary-Confinement-Defying-Mayor"
    +title: "New York City Moves to Ban Solitary Confinement, Defying Mayor Adams"
    +url: "https://www.nytimes.com/2023/12/18/nyregion/solitary-confinement-adams-nyc.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 12
    +favouriteCount: 167
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703074015 {#3035
      date: 2023-12-20 13:06:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3043 …}
    +votes: Doctrine\ORM\PersistentCollection {#3045 …}
    +reports: Doctrine\ORM\PersistentCollection {#3047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
    +badges: Doctrine\ORM\PersistentCollection {#3053 …}
    +children: [
      App\Entity\EntryComment {#2100}
    ]
    -id: 23333
    -titleTs: "'adam':11 'ban':6 'citi':3 'confin':8 'defi':9 'mayor':10 'move':4 'new':1 'solitari':7 'york':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703080002
    +visibility: "visible             "
    +apId: "https://feddit.ch/post/3048864"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702993602 {#3021
      date: 2023-12-19 14:46:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2105 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2108 …}
  +body: """
    He’s a former pig himself\n
    \n
    ACAB
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1702998714 {#2041
    date: 2023-12-19 16:11:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCool@feddit.ch"
    "@themeatbridge@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2111 …}
  +nested: Doctrine\ORM\PersistentCollection {#2102 …}
  +votes: Doctrine\ORM\PersistentCollection {#2103 …}
  +reports: Doctrine\ORM\PersistentCollection {#2110 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
  -id: 235094
  -bodyTs: "'acab':7 'former':4 'pig':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5767269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702998714 {#2104
    date: 2023-12-19 16:11:54.0 +01:00
  }
  +"title": 235094
}
"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
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1721
  +user: Proxies\__CG__\App\Entity\User {#2242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "How-to-improve-my-battery-measurement-circuit"
  +title: "How to improve my battery measurement circuit?"
  +url: null
  +body: """
    I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
    \n
    My first idea was to use a simple voltage divider:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
    \n
    I’ve chosen the resistor values so that:\n
    \n
    - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
    - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
    \n
    This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
    \n
    So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
    \n
    This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
    \n
    To address that issue, I’ve added a second mosfet into the measure path:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
    \n
    This works, and it does not draw any current, except while measuring.\n
    \n
    However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
    \n
    Oh, and if I’m doing something stupid here, please tell me :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694781042 {#3055
    date: 2023-09-15 14:30:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3060 …}
  +votes: Doctrine\ORM\PersistentCollection {#3063 …}
  +reports: Doctrine\ORM\PersistentCollection {#3065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
  +badges: Doctrine\ORM\PersistentCollection {#3071 …}
  +children: [
    1 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
        \n
        ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
        \n
        My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1693038333 {#1555
        date: 2023-08-26 10:25:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nilclass@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 26785
      -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2548436"
      +editedAt: DateTimeImmutable @1692962277 {#1617
        date: 2023-08-25 13:17:57.0 +02:00
      }
      +createdAt: DateTimeImmutable @1692962079 {#1723
        date: 2023-08-25 13:14:39.0 +02:00
      }
      +"title": 26785
    }
    0 => App\Entity\EntryComment {#1714
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +root: App\Entity\EntryComment {#1722}
      +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1692976324 {#1719
        date: 2023-08-25 17:12:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nilclass@discuss.tchncs.de"
        "@jjagaimo@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1717 …}
      +votes: Doctrine\ORM\PersistentCollection {#1741 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
      -id: 26797
      -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2554107"
      +editedAt: null
      +createdAt: DateTimeImmutable @1692976324 {#1715
        date: 2023-08-25 17:12:04.0 +02:00
      }
      +"title": 26797
    }
  ]
  -id: 1944
  -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
  -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693029637
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2309537"
  +editedAt: DateTimeImmutable @1692947232 {#3041
    date: 2023-08-25 09:07:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692947137 {#3018
    date: 2023-08-25 09:05:37.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1721
  +user: Proxies\__CG__\App\Entity\User {#2242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "How-to-improve-my-battery-measurement-circuit"
  +title: "How to improve my battery measurement circuit?"
  +url: null
  +body: """
    I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
    \n
    My first idea was to use a simple voltage divider:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
    \n
    I’ve chosen the resistor values so that:\n
    \n
    - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
    - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
    \n
    This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
    \n
    So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
    \n
    This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
    \n
    To address that issue, I’ve added a second mosfet into the measure path:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
    \n
    This works, and it does not draw any current, except while measuring.\n
    \n
    However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
    \n
    Oh, and if I’m doing something stupid here, please tell me :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694781042 {#3055
    date: 2023-09-15 14:30:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3060 …}
  +votes: Doctrine\ORM\PersistentCollection {#3063 …}
  +reports: Doctrine\ORM\PersistentCollection {#3065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
  +badges: Doctrine\ORM\PersistentCollection {#3071 …}
  +children: [
    1 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
        \n
        ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
        \n
        My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1693038333 {#1555
        date: 2023-08-26 10:25:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nilclass@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 26785
      -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2548436"
      +editedAt: DateTimeImmutable @1692962277 {#1617
        date: 2023-08-25 13:17:57.0 +02:00
      }
      +createdAt: DateTimeImmutable @1692962079 {#1723
        date: 2023-08-25 13:14:39.0 +02:00
      }
      +"title": 26785
    }
    0 => App\Entity\EntryComment {#1714
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +root: App\Entity\EntryComment {#1722}
      +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1692976324 {#1719
        date: 2023-08-25 17:12:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nilclass@discuss.tchncs.de"
        "@jjagaimo@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1717 …}
      +votes: Doctrine\ORM\PersistentCollection {#1741 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
      -id: 26797
      -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2554107"
      +editedAt: null
      +createdAt: DateTimeImmutable @1692976324 {#1715
        date: 2023-08-25 17:12:04.0 +02:00
      }
      +"title": 26797
    }
  ]
  -id: 1944
  -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
  -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693029637
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2309537"
  +editedAt: DateTimeImmutable @1692947232 {#3041
    date: 2023-08-25 09:07:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692947137 {#3018
    date: 2023-08-25 09:05:37.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1721
  +user: Proxies\__CG__\App\Entity\User {#2242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "How-to-improve-my-battery-measurement-circuit"
  +title: "How to improve my battery measurement circuit?"
  +url: null
  +body: """
    I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
    \n
    My first idea was to use a simple voltage divider:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
    \n
    I’ve chosen the resistor values so that:\n
    \n
    - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
    - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
    \n
    This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
    \n
    So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
    \n
    This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
    \n
    To address that issue, I’ve added a second mosfet into the measure path:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
    \n
    This works, and it does not draw any current, except while measuring.\n
    \n
    However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
    \n
    Oh, and if I’m doing something stupid here, please tell me :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694781042 {#3055
    date: 2023-09-15 14:30:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3060 …}
  +votes: Doctrine\ORM\PersistentCollection {#3063 …}
  +reports: Doctrine\ORM\PersistentCollection {#3065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
  +badges: Doctrine\ORM\PersistentCollection {#3071 …}
  +children: [
    1 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
        \n
        ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
        \n
        My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1693038333 {#1555
        date: 2023-08-26 10:25:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nilclass@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 26785
      -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2548436"
      +editedAt: DateTimeImmutable @1692962277 {#1617
        date: 2023-08-25 13:17:57.0 +02:00
      }
      +createdAt: DateTimeImmutable @1692962079 {#1723
        date: 2023-08-25 13:14:39.0 +02:00
      }
      +"title": 26785
    }
    0 => App\Entity\EntryComment {#1714
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
      +root: App\Entity\EntryComment {#1722}
      +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1692976324 {#1719
        date: 2023-08-25 17:12:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nilclass@discuss.tchncs.de"
        "@jjagaimo@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1717 …}
      +votes: Doctrine\ORM\PersistentCollection {#1741 …}
      +reports: Doctrine\ORM\PersistentCollection {#1707 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
      -id: 26797
      -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2554107"
      +editedAt: null
      +createdAt: DateTimeImmutable @1692976324 {#1715
        date: 2023-08-25 17:12:04.0 +02:00
      }
      +"title": 26797
    }
  ]
  -id: 1944
  -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
  -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693029637
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2309537"
  +editedAt: DateTimeImmutable @1692947232 {#3041
    date: 2023-08-25 09:07:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692947137 {#3018
    date: 2023-08-25 09:05:37.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\EntryComment {#1722
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#2242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "How-to-improve-my-battery-measurement-circuit"
    +title: "How to improve my battery measurement circuit?"
    +url: null
    +body: """
      I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
      \n
      My first idea was to use a simple voltage divider:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
      \n
      I’ve chosen the resistor values so that:\n
      \n
      - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
      - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
      \n
      This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
      \n
      So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
      \n
      This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
      \n
      To address that issue, I’ve added a second mosfet into the measure path:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
      \n
      This works, and it does not draw any current, except while measuring.\n
      \n
      However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
      \n
      Oh, and if I’m doing something stupid here, please tell me :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694781042 {#3055
      date: 2023-09-15 14:30:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3060 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
    +badges: Doctrine\ORM\PersistentCollection {#3071 …}
    +children: [
      1 => App\Entity\EntryComment {#1722}
      0 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: App\Entity\EntryComment {#1722}
        +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1692976324 {#1719
          date: 2023-08-25 17:12:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@nilclass@discuss.tchncs.de"
          "@jjagaimo@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 26797
        -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/2554107"
        +editedAt: null
        +createdAt: DateTimeImmutable @1692976324 {#1715
          date: 2023-08-25 17:12:04.0 +02:00
        }
        +"title": 26797
      }
    ]
    -id: 1944
    -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
    -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693029637
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/2309537"
    +editedAt: DateTimeImmutable @1692947232 {#3041
      date: 2023-08-25 09:07:12.0 +02:00
    }
    +createdAt: DateTimeImmutable @1692947137 {#3018
      date: 2023-08-25 09:05:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
    \n
    ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
    \n
    My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1693038333 {#1555
    date: 2023-08-26 10:25:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nilclass@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 26785
  -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2548436"
  +editedAt: DateTimeImmutable @1692962277 {#1617
    date: 2023-08-25 13:17:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692962079 {#1723
    date: 2023-08-25 13:14:39.0 +02:00
  }
  +"title": 26785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\EntryComment {#1722
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#2242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "How-to-improve-my-battery-measurement-circuit"
    +title: "How to improve my battery measurement circuit?"
    +url: null
    +body: """
      I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
      \n
      My first idea was to use a simple voltage divider:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
      \n
      I’ve chosen the resistor values so that:\n
      \n
      - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
      - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
      \n
      This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
      \n
      So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
      \n
      This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
      \n
      To address that issue, I’ve added a second mosfet into the measure path:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
      \n
      This works, and it does not draw any current, except while measuring.\n
      \n
      However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
      \n
      Oh, and if I’m doing something stupid here, please tell me :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694781042 {#3055
      date: 2023-09-15 14:30:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3060 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
    +badges: Doctrine\ORM\PersistentCollection {#3071 …}
    +children: [
      1 => App\Entity\EntryComment {#1722}
      0 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: App\Entity\EntryComment {#1722}
        +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1692976324 {#1719
          date: 2023-08-25 17:12:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@nilclass@discuss.tchncs.de"
          "@jjagaimo@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 26797
        -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/2554107"
        +editedAt: null
        +createdAt: DateTimeImmutable @1692976324 {#1715
          date: 2023-08-25 17:12:04.0 +02:00
        }
        +"title": 26797
      }
    ]
    -id: 1944
    -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
    -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693029637
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/2309537"
    +editedAt: DateTimeImmutable @1692947232 {#3041
      date: 2023-08-25 09:07:12.0 +02:00
    }
    +createdAt: DateTimeImmutable @1692947137 {#3018
      date: 2023-08-25 09:05:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
    \n
    ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
    \n
    My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1693038333 {#1555
    date: 2023-08-26 10:25:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nilclass@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 26785
  -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2548436"
  +editedAt: DateTimeImmutable @1692962277 {#1617
    date: 2023-08-25 13:17:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692962079 {#1723
    date: 2023-08-25 13:14:39.0 +02:00
  }
  +"title": 26785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\EntryComment {#1722
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#2242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "How-to-improve-my-battery-measurement-circuit"
    +title: "How to improve my battery measurement circuit?"
    +url: null
    +body: """
      I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
      \n
      My first idea was to use a simple voltage divider:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
      \n
      I’ve chosen the resistor values so that:\n
      \n
      - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
      - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
      \n
      This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
      \n
      So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
      \n
      This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
      \n
      To address that issue, I’ve added a second mosfet into the measure path:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
      \n
      This works, and it does not draw any current, except while measuring.\n
      \n
      However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
      \n
      Oh, and if I’m doing something stupid here, please tell me :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694781042 {#3055
      date: 2023-09-15 14:30:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3060 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
    +badges: Doctrine\ORM\PersistentCollection {#3071 …}
    +children: [
      1 => App\Entity\EntryComment {#1722}
      0 => App\Entity\EntryComment {#1714
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
        +root: App\Entity\EntryComment {#1722}
        +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1692976324 {#1719
          date: 2023-08-25 17:12:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@nilclass@discuss.tchncs.de"
          "@jjagaimo@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1717 …}
        +votes: Doctrine\ORM\PersistentCollection {#1741 …}
        +reports: Doctrine\ORM\PersistentCollection {#1707 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
        -id: 26797
        -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/2554107"
        +editedAt: null
        +createdAt: DateTimeImmutable @1692976324 {#1715
          date: 2023-08-25 17:12:04.0 +02:00
        }
        +"title": 26797
      }
    ]
    -id: 1944
    -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
    -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693029637
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/2309537"
    +editedAt: DateTimeImmutable @1692947232 {#3041
      date: 2023-08-25 09:07:12.0 +02:00
    }
    +createdAt: DateTimeImmutable @1692947137 {#3018
      date: 2023-08-25 09:05:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
    \n
    ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
    \n
    My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1693038333 {#1555
    date: 2023-08-26 10:25:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nilclass@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 26785
  -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2548436"
  +editedAt: DateTimeImmutable @1692962277 {#1617
    date: 2023-08-25 13:17:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692962079 {#1723
    date: 2023-08-25 13:14:39.0 +02:00
  }
  +"title": 26785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#2242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "How-to-improve-my-battery-measurement-circuit"
    +title: "How to improve my battery measurement circuit?"
    +url: null
    +body: """
      I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
      \n
      My first idea was to use a simple voltage divider:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
      \n
      I’ve chosen the resistor values so that:\n
      \n
      - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
      - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
      \n
      This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
      \n
      So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
      \n
      This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
      \n
      To address that issue, I’ve added a second mosfet into the measure path:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
      \n
      This works, and it does not draw any current, except while measuring.\n
      \n
      However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
      \n
      Oh, and if I’m doing something stupid here, please tell me :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694781042 {#3055
      date: 2023-09-15 14:30:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3060 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
    +badges: Doctrine\ORM\PersistentCollection {#3071 …}
    +children: [
      1 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
          \n
          ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
          \n
          My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1693038333 {#1555
          date: 2023-08-26 10:25:33.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@nilclass@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 26785
        -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/2548436"
        +editedAt: DateTimeImmutable @1692962277 {#1617
          date: 2023-08-25 13:17:57.0 +02:00
        }
        +createdAt: DateTimeImmutable @1692962079 {#1723
          date: 2023-08-25 13:14:39.0 +02:00
        }
        +"title": 26785
      }
      0 => App\Entity\EntryComment {#1714}
    ]
    -id: 1944
    -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
    -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693029637
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/2309537"
    +editedAt: DateTimeImmutable @1692947232 {#3041
      date: 2023-08-25 09:07:12.0 +02:00
    }
    +createdAt: DateTimeImmutable @1692947137 {#3018
      date: 2023-08-25 09:05:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +root: App\Entity\EntryComment {#1722}
  +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1692976324 {#1719
    date: 2023-08-25 17:12:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nilclass@discuss.tchncs.de"
    "@jjagaimo@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1717 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
  -id: 26797
  -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2554107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692976324 {#1715
    date: 2023-08-25 17:12:04.0 +02:00
  }
  +"title": 26797
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#2242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "How-to-improve-my-battery-measurement-circuit"
    +title: "How to improve my battery measurement circuit?"
    +url: null
    +body: """
      I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
      \n
      My first idea was to use a simple voltage divider:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
      \n
      I’ve chosen the resistor values so that:\n
      \n
      - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
      - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
      \n
      This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
      \n
      So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
      \n
      This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
      \n
      To address that issue, I’ve added a second mosfet into the measure path:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
      \n
      This works, and it does not draw any current, except while measuring.\n
      \n
      However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
      \n
      Oh, and if I’m doing something stupid here, please tell me :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694781042 {#3055
      date: 2023-09-15 14:30:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3060 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
    +badges: Doctrine\ORM\PersistentCollection {#3071 …}
    +children: [
      1 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
          \n
          ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
          \n
          My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1693038333 {#1555
          date: 2023-08-26 10:25:33.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@nilclass@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 26785
        -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/2548436"
        +editedAt: DateTimeImmutable @1692962277 {#1617
          date: 2023-08-25 13:17:57.0 +02:00
        }
        +createdAt: DateTimeImmutable @1692962079 {#1723
          date: 2023-08-25 13:14:39.0 +02:00
        }
        +"title": 26785
      }
      0 => App\Entity\EntryComment {#1714}
    ]
    -id: 1944
    -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
    -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693029637
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/2309537"
    +editedAt: DateTimeImmutable @1692947232 {#3041
      date: 2023-08-25 09:07:12.0 +02:00
    }
    +createdAt: DateTimeImmutable @1692947137 {#3018
      date: 2023-08-25 09:05:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +root: App\Entity\EntryComment {#1722}
  +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1692976324 {#1719
    date: 2023-08-25 17:12:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nilclass@discuss.tchncs.de"
    "@jjagaimo@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1717 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
  -id: 26797
  -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2554107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692976324 {#1715
    date: 2023-08-25 17:12:04.0 +02:00
  }
  +"title": 26797
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1721
    +user: Proxies\__CG__\App\Entity\User {#2242 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "How-to-improve-my-battery-measurement-circuit"
    +title: "How to improve my battery measurement circuit?"
    +url: null
    +body: """
      I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
      \n
      My first idea was to use a simple voltage divider:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
      \n
      I’ve chosen the resistor values so that:\n
      \n
      - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
      - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
      \n
      This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
      \n
      So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
      \n
      This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
      \n
      To address that issue, I’ve added a second mosfet into the measure path:\n
      \n
      ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
      \n
      This works, and it does not draw any current, except while measuring.\n
      \n
      However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
      \n
      Oh, and if I’m doing something stupid here, please tell me :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1694781042 {#3055
      date: 2023-09-15 14:30:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3060 …}
    +votes: Doctrine\ORM\PersistentCollection {#3063 …}
    +reports: Doctrine\ORM\PersistentCollection {#3065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3067 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3069 …}
    +badges: Doctrine\ORM\PersistentCollection {#3071 …}
    +children: [
      1 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1721 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          You could use a single MOSFET on the high side of the divider and use a cap + diode to boost the voltage and fully turn on the FET:\n
          \n
          ![](https://lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)\n
          \n
          My gate driver is fairly crude but you could probably make something a bit better with a PNP transistor and either pull it down or leave it floating, or instead use a szaiklai pair
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1693038333 {#1555
          date: 2023-08-26 10:25:33.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@nilclass@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1736 …}
        +votes: Doctrine\ORM\PersistentCollection {#1737 …}
        +reports: Doctrine\ORM\PersistentCollection {#1732 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
        -id: 26785
        -bodyTs: "'/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':31 'better':46 'bit':45 'boost':20 'cap':17 'could':2,40 'crude':37 'diod':18 'divid':13 'driver':34 'either':52 'fair':36 'fet':28 'float':59 'fulli':24 'gate':33 'high':9 'instead':61 'leav':57 'lemmy.ca':30 'lemmy.ca/pictrs/image/8b22113e-3ad3-40c1-80ee-e7b3e6be24cb.png)':29 'make':42 'mosfet':6 'pair':65 'pnp':49 'probabl':41 'pull':53 'side':10 'singl':5 'someth':43 'szaiklai':64 'transistor':50 'turn':25 'use':3,15,62 'voltag':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/2548436"
        +editedAt: DateTimeImmutable @1692962277 {#1617
          date: 2023-08-25 13:17:57.0 +02:00
        }
        +createdAt: DateTimeImmutable @1692962079 {#1723
          date: 2023-08-25 13:14:39.0 +02:00
        }
        +"title": 26785
      }
      0 => App\Entity\EntryComment {#1714}
    ]
    -id: 1944
    -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
    -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693029637
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/2309537"
    +editedAt: DateTimeImmutable @1692947232 {#3041
      date: 2023-08-25 09:07:12.0 +02:00
    }
    +createdAt: DateTimeImmutable @1692947137 {#3018
      date: 2023-08-25 09:05:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
  +root: App\Entity\EntryComment {#1722}
  +body: "It is an N channel FET. The concept is called “bootstrapping” since Vgs needs to be greater than Vth for the MOSFET to be on. When the FET is on the high side and you want the full 9V on the output, you use the diode to charge the capacitor, and the other side of the cap is 0V. Then, when the other side of the cap is connected to 9V, the charge on the cap can’t go anywhere so the voltage on the other side jumps to 18V. This creates a Vgs of 9V. Ideally you would have something better to drive the gate to fully turn off the FET, but I just used a quick and dirty driver where the bootstrap capacitor directly feeds the gate instead of being the input to the driver. Because if this, the Vgs doesn’t drop completely to 0"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1692976324 {#1719
    date: 2023-08-25 17:12:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nilclass@discuss.tchncs.de"
    "@jjagaimo@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1717 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#1707 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2448 …}
  -id: 26797
  -bodyTs: "'0':148 '0v':59 '18v':90 '9v':39,71,96 'anywher':80 'better':102 'bootstrap':11,124 'call':10 'cap':57,67,76 'capacitor':50,125 'channel':5 'charg':48,73 'complet':146 'concept':8 'connect':69 'creat':92 'diod':46 'direct':126 'dirti':120 'doesn':143 'drive':104 'driver':121,137 'drop':145 'feed':127 'fet':6,28,112 'full':38 'fulli':108 'gate':106,129 'go':79 'greater':17 'high':32 'ideal':97 'input':134 'instead':130 'jump':88 'mosfet':22 'n':4 'need':14 'output':42 'quick':118 'side':33,54,64,87 'sinc':12 'someth':101 'turn':109 'use':44,116 'vgs':13,94,142 'voltag':83 'vth':19 'want':36 'would':99"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2554107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692976324 {#1715
    date: 2023-08-25 17:12:04.0 +02:00
  }
  +"title": 26797
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2305
  +user: Proxies\__CG__\App\Entity\User {#2958 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: Proxies\__CG__\App\Entity\Image {#3000 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
  +slug: "Tachiyomi-replacement-is-out"
  +title: "Tachiyomi replacement is out"
  +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 46
  +favouriteCount: 374
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725987703 {#2995
    date: 2024-09-10 19:01:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3003 …}
  +votes: Doctrine\ORM\PersistentCollection {#3005 …}
  +reports: Doctrine\ORM\PersistentCollection {#3007 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
  +badges: Doctrine\ORM\PersistentCollection {#3013 …}
  +children: [
    1 => App\Entity\EntryComment {#2282
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
      +body: """
        Browse> extensions>tap shield>trust\n
        \n
        worked for me
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1705402762 {#2283
        date: 2024-01-16 11:59:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ardi60@reddthat.com"
        "@SBS1313@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2276 …}
      +nested: Doctrine\ORM\PersistentCollection {#2275 …}
      +votes: Doctrine\ORM\PersistentCollection {#2261 …}
      +reports: Doctrine\ORM\PersistentCollection {#2218 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
      -id: 313247
      -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6423660"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705402762 {#2280
        date: 2024-01-16 11:59:22.0 +01:00
      }
      +"title": 313247
    }
    0 => App\Entity\EntryComment {#2308
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
      +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1705402223 {#2307
        date: 2024-01-16 11:50:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ardi60@reddthat.com"
        "@OceanSoap@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2303 …}
      +nested: Doctrine\ORM\PersistentCollection {#2317 …}
      +votes: Doctrine\ORM\PersistentCollection {#2313 …}
      +reports: Doctrine\ORM\PersistentCollection {#2292 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
      -id: 313240
      -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6423412"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705402223 {#2306
        date: 2024-01-16 11:50:23.0 +01:00
      }
      +"title": 313240
    }
  ]
  -id: 30868
  -titleTs: "'replac':2 'tachiyomi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705471917
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/11979850"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705385517 {#2981
    date: 2024-01-16 07:11:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2305
  +user: Proxies\__CG__\App\Entity\User {#2958 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: Proxies\__CG__\App\Entity\Image {#3000 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
  +slug: "Tachiyomi-replacement-is-out"
  +title: "Tachiyomi replacement is out"
  +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 46
  +favouriteCount: 374
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725987703 {#2995
    date: 2024-09-10 19:01:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3003 …}
  +votes: Doctrine\ORM\PersistentCollection {#3005 …}
  +reports: Doctrine\ORM\PersistentCollection {#3007 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
  +badges: Doctrine\ORM\PersistentCollection {#3013 …}
  +children: [
    1 => App\Entity\EntryComment {#2282
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
      +body: """
        Browse> extensions>tap shield>trust\n
        \n
        worked for me
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1705402762 {#2283
        date: 2024-01-16 11:59:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ardi60@reddthat.com"
        "@SBS1313@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2276 …}
      +nested: Doctrine\ORM\PersistentCollection {#2275 …}
      +votes: Doctrine\ORM\PersistentCollection {#2261 …}
      +reports: Doctrine\ORM\PersistentCollection {#2218 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
      -id: 313247
      -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6423660"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705402762 {#2280
        date: 2024-01-16 11:59:22.0 +01:00
      }
      +"title": 313247
    }
    0 => App\Entity\EntryComment {#2308
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
      +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1705402223 {#2307
        date: 2024-01-16 11:50:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ardi60@reddthat.com"
        "@OceanSoap@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2303 …}
      +nested: Doctrine\ORM\PersistentCollection {#2317 …}
      +votes: Doctrine\ORM\PersistentCollection {#2313 …}
      +reports: Doctrine\ORM\PersistentCollection {#2292 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
      -id: 313240
      -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6423412"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705402223 {#2306
        date: 2024-01-16 11:50:23.0 +01:00
      }
      +"title": 313240
    }
  ]
  -id: 30868
  -titleTs: "'replac':2 'tachiyomi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705471917
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/11979850"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705385517 {#2981
    date: 2024-01-16 07:11:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2305
  +user: Proxies\__CG__\App\Entity\User {#2958 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: Proxies\__CG__\App\Entity\Image {#3000 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
  +slug: "Tachiyomi-replacement-is-out"
  +title: "Tachiyomi replacement is out"
  +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 46
  +favouriteCount: 374
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725987703 {#2995
    date: 2024-09-10 19:01:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3003 …}
  +votes: Doctrine\ORM\PersistentCollection {#3005 …}
  +reports: Doctrine\ORM\PersistentCollection {#3007 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
  +badges: Doctrine\ORM\PersistentCollection {#3013 …}
  +children: [
    1 => App\Entity\EntryComment {#2282
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
      +body: """
        Browse> extensions>tap shield>trust\n
        \n
        worked for me
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1705402762 {#2283
        date: 2024-01-16 11:59:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ardi60@reddthat.com"
        "@SBS1313@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2276 …}
      +nested: Doctrine\ORM\PersistentCollection {#2275 …}
      +votes: Doctrine\ORM\PersistentCollection {#2261 …}
      +reports: Doctrine\ORM\PersistentCollection {#2218 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
      -id: 313247
      -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6423660"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705402762 {#2280
        date: 2024-01-16 11:59:22.0 +01:00
      }
      +"title": 313247
    }
    0 => App\Entity\EntryComment {#2308
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
      +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1705402223 {#2307
        date: 2024-01-16 11:50:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ardi60@reddthat.com"
        "@OceanSoap@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2303 …}
      +nested: Doctrine\ORM\PersistentCollection {#2317 …}
      +votes: Doctrine\ORM\PersistentCollection {#2313 …}
      +reports: Doctrine\ORM\PersistentCollection {#2292 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
      -id: 313240
      -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6423412"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705402223 {#2306
        date: 2024-01-16 11:50:23.0 +01:00
      }
      +"title": 313240
    }
  ]
  -id: 30868
  -titleTs: "'replac':2 'tachiyomi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705471917
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/11979850"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705385517 {#2981
    date: 2024-01-16 07:11:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\EntryComment {#2282
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305
    +user: Proxies\__CG__\App\Entity\User {#2958 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3000 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
    +slug: "Tachiyomi-replacement-is-out"
    +title: "Tachiyomi replacement is out"
    +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 46
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725987703 {#2995
      date: 2024-09-10 19:01:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3005 …}
    +reports: Doctrine\ORM\PersistentCollection {#3007 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
    +badges: Doctrine\ORM\PersistentCollection {#3013 …}
    +children: [
      1 => App\Entity\EntryComment {#2282}
      0 => App\Entity\EntryComment {#2308
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
        +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1705402223 {#2307
          date: 2024-01-16 11:50:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ardi60@reddthat.com"
          "@OceanSoap@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2303 …}
        +nested: Doctrine\ORM\PersistentCollection {#2317 …}
        +votes: Doctrine\ORM\PersistentCollection {#2313 …}
        +reports: Doctrine\ORM\PersistentCollection {#2292 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
        -id: 313240
        -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6423412"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705402223 {#2306
          date: 2024-01-16 11:50:23.0 +01:00
        }
        +"title": 313240
      }
    ]
    -id: 30868
    -titleTs: "'replac':2 'tachiyomi':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705471917
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/11979850"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705385517 {#2981
      date: 2024-01-16 07:11:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +body: """
    Browse> extensions>tap shield>trust\n
    \n
    worked for me
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1705402762 {#2283
    date: 2024-01-16 11:59:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ardi60@reddthat.com"
    "@SBS1313@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2276 …}
  +nested: Doctrine\ORM\PersistentCollection {#2275 …}
  +votes: Doctrine\ORM\PersistentCollection {#2261 …}
  +reports: Doctrine\ORM\PersistentCollection {#2218 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
  -id: 313247
  -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6423660"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705402762 {#2280
    date: 2024-01-16 11:59:22.0 +01:00
  }
  +"title": 313247
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\EntryComment {#2282
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305
    +user: Proxies\__CG__\App\Entity\User {#2958 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3000 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
    +slug: "Tachiyomi-replacement-is-out"
    +title: "Tachiyomi replacement is out"
    +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 46
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725987703 {#2995
      date: 2024-09-10 19:01:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3005 …}
    +reports: Doctrine\ORM\PersistentCollection {#3007 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
    +badges: Doctrine\ORM\PersistentCollection {#3013 …}
    +children: [
      1 => App\Entity\EntryComment {#2282}
      0 => App\Entity\EntryComment {#2308
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
        +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1705402223 {#2307
          date: 2024-01-16 11:50:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ardi60@reddthat.com"
          "@OceanSoap@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2303 …}
        +nested: Doctrine\ORM\PersistentCollection {#2317 …}
        +votes: Doctrine\ORM\PersistentCollection {#2313 …}
        +reports: Doctrine\ORM\PersistentCollection {#2292 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
        -id: 313240
        -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6423412"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705402223 {#2306
          date: 2024-01-16 11:50:23.0 +01:00
        }
        +"title": 313240
      }
    ]
    -id: 30868
    -titleTs: "'replac':2 'tachiyomi':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705471917
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/11979850"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705385517 {#2981
      date: 2024-01-16 07:11:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +body: """
    Browse> extensions>tap shield>trust\n
    \n
    worked for me
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1705402762 {#2283
    date: 2024-01-16 11:59:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ardi60@reddthat.com"
    "@SBS1313@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2276 …}
  +nested: Doctrine\ORM\PersistentCollection {#2275 …}
  +votes: Doctrine\ORM\PersistentCollection {#2261 …}
  +reports: Doctrine\ORM\PersistentCollection {#2218 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
  -id: 313247
  -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6423660"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705402762 {#2280
    date: 2024-01-16 11:59:22.0 +01:00
  }
  +"title": 313247
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\EntryComment {#2282
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305
    +user: Proxies\__CG__\App\Entity\User {#2958 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3000 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
    +slug: "Tachiyomi-replacement-is-out"
    +title: "Tachiyomi replacement is out"
    +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 46
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725987703 {#2995
      date: 2024-09-10 19:01:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3005 …}
    +reports: Doctrine\ORM\PersistentCollection {#3007 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
    +badges: Doctrine\ORM\PersistentCollection {#3013 …}
    +children: [
      1 => App\Entity\EntryComment {#2282}
      0 => App\Entity\EntryComment {#2308
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
        +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1705402223 {#2307
          date: 2024-01-16 11:50:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ardi60@reddthat.com"
          "@OceanSoap@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2303 …}
        +nested: Doctrine\ORM\PersistentCollection {#2317 …}
        +votes: Doctrine\ORM\PersistentCollection {#2313 …}
        +reports: Doctrine\ORM\PersistentCollection {#2292 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
        -id: 313240
        -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6423412"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705402223 {#2306
          date: 2024-01-16 11:50:23.0 +01:00
        }
        +"title": 313240
      }
    ]
    -id: 30868
    -titleTs: "'replac':2 'tachiyomi':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705471917
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/11979850"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705385517 {#2981
      date: 2024-01-16 07:11:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +body: """
    Browse> extensions>tap shield>trust\n
    \n
    worked for me
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1705402762 {#2283
    date: 2024-01-16 11:59:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ardi60@reddthat.com"
    "@SBS1313@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2276 …}
  +nested: Doctrine\ORM\PersistentCollection {#2275 …}
  +votes: Doctrine\ORM\PersistentCollection {#2261 …}
  +reports: Doctrine\ORM\PersistentCollection {#2218 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
  -id: 313247
  -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6423660"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705402762 {#2280
    date: 2024-01-16 11:59:22.0 +01:00
  }
  +"title": 313247
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\EntryComment {#2308
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305
    +user: Proxies\__CG__\App\Entity\User {#2958 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3000 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
    +slug: "Tachiyomi-replacement-is-out"
    +title: "Tachiyomi replacement is out"
    +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 46
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725987703 {#2995
      date: 2024-09-10 19:01:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3005 …}
    +reports: Doctrine\ORM\PersistentCollection {#3007 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
    +badges: Doctrine\ORM\PersistentCollection {#3013 …}
    +children: [
      1 => App\Entity\EntryComment {#2282
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
        +body: """
          Browse> extensions>tap shield>trust\n
          \n
          worked for me
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1705402762 {#2283
          date: 2024-01-16 11:59:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ardi60@reddthat.com"
          "@SBS1313@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2276 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2261 …}
        +reports: Doctrine\ORM\PersistentCollection {#2218 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
        -id: 313247
        -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6423660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705402762 {#2280
          date: 2024-01-16 11:59:22.0 +01:00
        }
        +"title": 313247
      }
      0 => App\Entity\EntryComment {#2308}
    ]
    -id: 30868
    -titleTs: "'replac':2 'tachiyomi':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705471917
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/11979850"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705385517 {#2981
      date: 2024-01-16 07:11:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
  +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1705402223 {#2307
    date: 2024-01-16 11:50:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ardi60@reddthat.com"
    "@OceanSoap@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2303 …}
  +nested: Doctrine\ORM\PersistentCollection {#2317 …}
  +votes: Doctrine\ORM\PersistentCollection {#2313 …}
  +reports: Doctrine\ORM\PersistentCollection {#2292 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
  -id: 313240
  -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6423412"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705402223 {#2306
    date: 2024-01-16 11:50:23.0 +01:00
  }
  +"title": 313240
}
"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
87 DENIED edit
App\Entity\EntryComment {#2308
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305
    +user: Proxies\__CG__\App\Entity\User {#2958 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3000 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
    +slug: "Tachiyomi-replacement-is-out"
    +title: "Tachiyomi replacement is out"
    +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 46
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725987703 {#2995
      date: 2024-09-10 19:01:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3005 …}
    +reports: Doctrine\ORM\PersistentCollection {#3007 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
    +badges: Doctrine\ORM\PersistentCollection {#3013 …}
    +children: [
      1 => App\Entity\EntryComment {#2282
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
        +body: """
          Browse> extensions>tap shield>trust\n
          \n
          worked for me
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1705402762 {#2283
          date: 2024-01-16 11:59:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ardi60@reddthat.com"
          "@SBS1313@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2276 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2261 …}
        +reports: Doctrine\ORM\PersistentCollection {#2218 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
        -id: 313247
        -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6423660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705402762 {#2280
          date: 2024-01-16 11:59:22.0 +01:00
        }
        +"title": 313247
      }
      0 => App\Entity\EntryComment {#2308}
    ]
    -id: 30868
    -titleTs: "'replac':2 'tachiyomi':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705471917
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/11979850"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705385517 {#2981
      date: 2024-01-16 07:11:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
  +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1705402223 {#2307
    date: 2024-01-16 11:50:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ardi60@reddthat.com"
    "@OceanSoap@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2303 …}
  +nested: Doctrine\ORM\PersistentCollection {#2317 …}
  +votes: Doctrine\ORM\PersistentCollection {#2313 …}
  +reports: Doctrine\ORM\PersistentCollection {#2292 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
  -id: 313240
  -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6423412"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705402223 {#2306
    date: 2024-01-16 11:50:23.0 +01:00
  }
  +"title": 313240
}
"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
88 DENIED moderate
App\Entity\EntryComment {#2308
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305
    +user: Proxies\__CG__\App\Entity\User {#2958 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
    +image: Proxies\__CG__\App\Entity\Image {#3000 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3002 …}
    +slug: "Tachiyomi-replacement-is-out"
    +title: "Tachiyomi replacement is out"
    +url: "https://github.com/mihonapp/mihon/releases/tag/v0.16.0"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 46
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725987703 {#2995
      date: 2024-09-10 19:01:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3005 …}
    +reports: Doctrine\ORM\PersistentCollection {#3007 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3009 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3011 …}
    +badges: Doctrine\ORM\PersistentCollection {#3013 …}
    +children: [
      1 => App\Entity\EntryComment {#2282
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2305 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
        +body: """
          Browse> extensions>tap shield>trust\n
          \n
          worked for me
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1705402762 {#2283
          date: 2024-01-16 11:59:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ardi60@reddthat.com"
          "@SBS1313@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2276 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2261 …}
        +reports: Doctrine\ORM\PersistentCollection {#2218 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2221 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2217 …}
        -id: 313247
        -bodyTs: "'brows':1 'extens':2 'shield':4 'tap':3 'trust':5 'work':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6423660"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705402762 {#2280
          date: 2024-01-16 11:59:22.0 +01:00
        }
        +"title": 313247
      }
      0 => App\Entity\EntryComment {#2308}
    ]
    -id: 30868
    -titleTs: "'replac':2 'tachiyomi':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705471917
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/11979850"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705385517 {#2981
      date: 2024-01-16 07:11:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2061 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2304 …}
  +body: "Rn it’s just reskinned tachiyomi so export backup > import backup in mihon"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1705402223 {#2307
    date: 2024-01-16 11:50:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ardi60@reddthat.com"
    "@OceanSoap@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2303 …}
  +nested: Doctrine\ORM\PersistentCollection {#2317 …}
  +votes: Doctrine\ORM\PersistentCollection {#2313 …}
  +reports: Doctrine\ORM\PersistentCollection {#2292 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
  -id: 313240
  -bodyTs: "'backup':9,11 'export':8 'import':10 'mihon':13 'reskin':5 'rn':1 'tachiyomi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6423412"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705402223 {#2306
    date: 2024-01-16 11:50:23.0 +01:00
  }
  +"title": 313240
}
"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
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3020 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3022 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "Things-are-constantly-happening-ADHDinos"
  +title: "Things are constantly happening [ADHDinos]"
  +url: "https://startrek.website/pictrs/image/e2400fa1-dee6-4412-868f-42e4e6a52ce9.jpeg"
  +body: """
    ADHDinos Source Links:\n
    \n
    - [Webtoon](https://www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)\n
    - [Website](https://adhdinos.com/en-cad/)\n
    - [Facebook](https://www.facebook.com/ADHDinos/)\n
    - [Instagram](https://www.instagram.com/adhdinos/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 656
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698320338 {#3015
    date: 2023-10-26 13:38:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3023 …}
  +votes: Doctrine\ORM\PersistentCollection {#3025 …}
  +reports: Doctrine\ORM\PersistentCollection {#3027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
  +badges: Doctrine\ORM\PersistentCollection {#3033 …}
  +children: [
    App\Entity\EntryComment {#2360
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "How has he looked inside my brain and extracted its essence"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 30
      +score: 0
      +lastActive: DateTime @1698238087 {#2370
        date: 2023-10-25 14:48:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +nested: Doctrine\ORM\PersistentCollection {#2380 …}
      +votes: Doctrine\ORM\PersistentCollection {#2382 …}
      +reports: Doctrine\ORM\PersistentCollection {#2384 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
      -id: 70999
      -bodyTs: "'brain':7 'essenc':11 'extract':9 'insid':5 'look':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4288357"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698238087 {#2377
        date: 2023-10-25 14:48:07.0 +02:00
      }
      +"title": 70999
    }
  ]
  -id: 7672
  -titleTs: "'adhdino':5 'constant':3 'happen':4 'thing':1"
  -bodyTs: "'/adhdinos/)':15 '/adhdinos/?hl=en)':19 '/en-cad/)':11 '/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':7 'adhdino':1 'adhdinos.com':10 'adhdinos.com/en-cad/)':9 'facebook':12 'instagram':16 'link':3 'sourc':2 'websit':8 'webtoon':4 'www.facebook.com':14 'www.facebook.com/adhdinos/)':13 'www.instagram.com':18 'www.instagram.com/adhdinos/?hl=en)':17 'www.webtoons.com':6 'www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698322255
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3029673"
  +editedAt: DateTimeImmutable @1698236151 {#3001
    date: 2023-10-25 14:15:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698235855 {#2978
    date: 2023-10-25 14:10:55.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3020 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3022 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "Things-are-constantly-happening-ADHDinos"
  +title: "Things are constantly happening [ADHDinos]"
  +url: "https://startrek.website/pictrs/image/e2400fa1-dee6-4412-868f-42e4e6a52ce9.jpeg"
  +body: """
    ADHDinos Source Links:\n
    \n
    - [Webtoon](https://www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)\n
    - [Website](https://adhdinos.com/en-cad/)\n
    - [Facebook](https://www.facebook.com/ADHDinos/)\n
    - [Instagram](https://www.instagram.com/adhdinos/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 656
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698320338 {#3015
    date: 2023-10-26 13:38:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3023 …}
  +votes: Doctrine\ORM\PersistentCollection {#3025 …}
  +reports: Doctrine\ORM\PersistentCollection {#3027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
  +badges: Doctrine\ORM\PersistentCollection {#3033 …}
  +children: [
    App\Entity\EntryComment {#2360
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "How has he looked inside my brain and extracted its essence"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 30
      +score: 0
      +lastActive: DateTime @1698238087 {#2370
        date: 2023-10-25 14:48:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +nested: Doctrine\ORM\PersistentCollection {#2380 …}
      +votes: Doctrine\ORM\PersistentCollection {#2382 …}
      +reports: Doctrine\ORM\PersistentCollection {#2384 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
      -id: 70999
      -bodyTs: "'brain':7 'essenc':11 'extract':9 'insid':5 'look':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4288357"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698238087 {#2377
        date: 2023-10-25 14:48:07.0 +02:00
      }
      +"title": 70999
    }
  ]
  -id: 7672
  -titleTs: "'adhdino':5 'constant':3 'happen':4 'thing':1"
  -bodyTs: "'/adhdinos/)':15 '/adhdinos/?hl=en)':19 '/en-cad/)':11 '/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':7 'adhdino':1 'adhdinos.com':10 'adhdinos.com/en-cad/)':9 'facebook':12 'instagram':16 'link':3 'sourc':2 'websit':8 'webtoon':4 'www.facebook.com':14 'www.facebook.com/adhdinos/)':13 'www.instagram.com':18 'www.instagram.com/adhdinos/?hl=en)':17 'www.webtoons.com':6 'www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698322255
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3029673"
  +editedAt: DateTimeImmutable @1698236151 {#3001
    date: 2023-10-25 14:15:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698235855 {#2978
    date: 2023-10-25 14:10:55.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3020 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: Proxies\__CG__\App\Entity\Image {#3022 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "Things-are-constantly-happening-ADHDinos"
  +title: "Things are constantly happening [ADHDinos]"
  +url: "https://startrek.website/pictrs/image/e2400fa1-dee6-4412-868f-42e4e6a52ce9.jpeg"
  +body: """
    ADHDinos Source Links:\n
    \n
    - [Webtoon](https://www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)\n
    - [Website](https://adhdinos.com/en-cad/)\n
    - [Facebook](https://www.facebook.com/ADHDinos/)\n
    - [Instagram](https://www.instagram.com/adhdinos/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 656
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698320338 {#3015
    date: 2023-10-26 13:38:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3023 …}
  +votes: Doctrine\ORM\PersistentCollection {#3025 …}
  +reports: Doctrine\ORM\PersistentCollection {#3027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
  +badges: Doctrine\ORM\PersistentCollection {#3033 …}
  +children: [
    App\Entity\EntryComment {#2360
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "How has he looked inside my brain and extracted its essence"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 30
      +score: 0
      +lastActive: DateTime @1698238087 {#2370
        date: 2023-10-25 14:48:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +nested: Doctrine\ORM\PersistentCollection {#2380 …}
      +votes: Doctrine\ORM\PersistentCollection {#2382 …}
      +reports: Doctrine\ORM\PersistentCollection {#2384 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
      -id: 70999
      -bodyTs: "'brain':7 'essenc':11 'extract':9 'insid':5 'look':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4288357"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698238087 {#2377
        date: 2023-10-25 14:48:07.0 +02:00
      }
      +"title": 70999
    }
  ]
  -id: 7672
  -titleTs: "'adhdino':5 'constant':3 'happen':4 'thing':1"
  -bodyTs: "'/adhdinos/)':15 '/adhdinos/?hl=en)':19 '/en-cad/)':11 '/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':7 'adhdino':1 'adhdinos.com':10 'adhdinos.com/en-cad/)':9 'facebook':12 'instagram':16 'link':3 'sourc':2 'websit':8 'webtoon':4 'www.facebook.com':14 'www.facebook.com/adhdinos/)':13 'www.instagram.com':18 'www.instagram.com/adhdinos/?hl=en)':17 'www.webtoons.com':6 'www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698322255
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3029673"
  +editedAt: DateTimeImmutable @1698236151 {#3001
    date: 2023-10-25 14:15:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698235855 {#2978
    date: 2023-10-25 14:10:55.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3020 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3022 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "Things-are-constantly-happening-ADHDinos"
    +title: "Things are constantly happening [ADHDinos]"
    +url: "https://startrek.website/pictrs/image/e2400fa1-dee6-4412-868f-42e4e6a52ce9.jpeg"
    +body: """
      ADHDinos Source Links:\n
      \n
      - [Webtoon](https://www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)\n
      - [Website](https://adhdinos.com/en-cad/)\n
      - [Facebook](https://www.facebook.com/ADHDinos/)\n
      - [Instagram](https://www.instagram.com/adhdinos/?hl=en)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 656
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698320338 {#3015
      date: 2023-10-26 13:38:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3023 …}
    +votes: Doctrine\ORM\PersistentCollection {#3025 …}
    +reports: Doctrine\ORM\PersistentCollection {#3027 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
    +badges: Doctrine\ORM\PersistentCollection {#3033 …}
    +children: [
      App\Entity\EntryComment {#2360}
    ]
    -id: 7672
    -titleTs: "'adhdino':5 'constant':3 'happen':4 'thing':1"
    -bodyTs: "'/adhdinos/)':15 '/adhdinos/?hl=en)':19 '/en-cad/)':11 '/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':7 'adhdino':1 'adhdinos.com':10 'adhdinos.com/en-cad/)':9 'facebook':12 'instagram':16 'link':3 'sourc':2 'websit':8 'webtoon':4 'www.facebook.com':14 'www.facebook.com/adhdinos/)':13 'www.instagram.com':18 'www.instagram.com/adhdinos/?hl=en)':17 'www.webtoons.com':6 'www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698322255
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3029673"
    +editedAt: DateTimeImmutable @1698236151 {#3001
      date: 2023-10-25 14:15:51.0 +02:00
    }
    +createdAt: DateTimeImmutable @1698235855 {#2978
      date: 2023-10-25 14:10:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "How has he looked inside my brain and extracted its essence"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 30
  +score: 0
  +lastActive: DateTime @1698238087 {#2370
    date: 2023-10-25 14:48:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +nested: Doctrine\ORM\PersistentCollection {#2380 …}
  +votes: Doctrine\ORM\PersistentCollection {#2382 …}
  +reports: Doctrine\ORM\PersistentCollection {#2384 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 70999
  -bodyTs: "'brain':7 'essenc':11 'extract':9 'insid':5 'look':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4288357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698238087 {#2377
    date: 2023-10-25 14:48:07.0 +02:00
  }
  +"title": 70999
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3020 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3022 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "Things-are-constantly-happening-ADHDinos"
    +title: "Things are constantly happening [ADHDinos]"
    +url: "https://startrek.website/pictrs/image/e2400fa1-dee6-4412-868f-42e4e6a52ce9.jpeg"
    +body: """
      ADHDinos Source Links:\n
      \n
      - [Webtoon](https://www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)\n
      - [Website](https://adhdinos.com/en-cad/)\n
      - [Facebook](https://www.facebook.com/ADHDinos/)\n
      - [Instagram](https://www.instagram.com/adhdinos/?hl=en)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 656
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698320338 {#3015
      date: 2023-10-26 13:38:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3023 …}
    +votes: Doctrine\ORM\PersistentCollection {#3025 …}
    +reports: Doctrine\ORM\PersistentCollection {#3027 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
    +badges: Doctrine\ORM\PersistentCollection {#3033 …}
    +children: [
      App\Entity\EntryComment {#2360}
    ]
    -id: 7672
    -titleTs: "'adhdino':5 'constant':3 'happen':4 'thing':1"
    -bodyTs: "'/adhdinos/)':15 '/adhdinos/?hl=en)':19 '/en-cad/)':11 '/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':7 'adhdino':1 'adhdinos.com':10 'adhdinos.com/en-cad/)':9 'facebook':12 'instagram':16 'link':3 'sourc':2 'websit':8 'webtoon':4 'www.facebook.com':14 'www.facebook.com/adhdinos/)':13 'www.instagram.com':18 'www.instagram.com/adhdinos/?hl=en)':17 'www.webtoons.com':6 'www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698322255
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3029673"
    +editedAt: DateTimeImmutable @1698236151 {#3001
      date: 2023-10-25 14:15:51.0 +02:00
    }
    +createdAt: DateTimeImmutable @1698235855 {#2978
      date: 2023-10-25 14:10:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "How has he looked inside my brain and extracted its essence"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 30
  +score: 0
  +lastActive: DateTime @1698238087 {#2370
    date: 2023-10-25 14:48:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +nested: Doctrine\ORM\PersistentCollection {#2380 …}
  +votes: Doctrine\ORM\PersistentCollection {#2382 …}
  +reports: Doctrine\ORM\PersistentCollection {#2384 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 70999
  -bodyTs: "'brain':7 'essenc':11 'extract':9 'insid':5 'look':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4288357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698238087 {#2377
    date: 2023-10-25 14:48:07.0 +02:00
  }
  +"title": 70999
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3020 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: Proxies\__CG__\App\Entity\Image {#3022 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "Things-are-constantly-happening-ADHDinos"
    +title: "Things are constantly happening [ADHDinos]"
    +url: "https://startrek.website/pictrs/image/e2400fa1-dee6-4412-868f-42e4e6a52ce9.jpeg"
    +body: """
      ADHDinos Source Links:\n
      \n
      - [Webtoon](https://www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)\n
      - [Website](https://adhdinos.com/en-cad/)\n
      - [Facebook](https://www.facebook.com/ADHDinos/)\n
      - [Instagram](https://www.instagram.com/adhdinos/?hl=en)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 656
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698320338 {#3015
      date: 2023-10-26 13:38:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3023 …}
    +votes: Doctrine\ORM\PersistentCollection {#3025 …}
    +reports: Doctrine\ORM\PersistentCollection {#3027 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
    +badges: Doctrine\ORM\PersistentCollection {#3033 …}
    +children: [
      App\Entity\EntryComment {#2360}
    ]
    -id: 7672
    -titleTs: "'adhdino':5 'constant':3 'happen':4 'thing':1"
    -bodyTs: "'/adhdinos/)':15 '/adhdinos/?hl=en)':19 '/en-cad/)':11 '/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':7 'adhdino':1 'adhdinos.com':10 'adhdinos.com/en-cad/)':9 'facebook':12 'instagram':16 'link':3 'sourc':2 'websit':8 'webtoon':4 'www.facebook.com':14 'www.facebook.com/adhdinos/)':13 'www.instagram.com':18 'www.instagram.com/adhdinos/?hl=en)':17 'www.webtoons.com':6 'www.webtoons.com/en/canvas/adhdinos/list?title_no=820817&webtoon-platform-redirect=true)':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698322255
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3029673"
    +editedAt: DateTimeImmutable @1698236151 {#3001
      date: 2023-10-25 14:15:51.0 +02:00
    }
    +createdAt: DateTimeImmutable @1698235855 {#2978
      date: 2023-10-25 14:10:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "How has he looked inside my brain and extracted its essence"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 30
  +score: 0
  +lastActive: DateTime @1698238087 {#2370
    date: 2023-10-25 14:48:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +nested: Doctrine\ORM\PersistentCollection {#2380 …}
  +votes: Doctrine\ORM\PersistentCollection {#2382 …}
  +reports: Doctrine\ORM\PersistentCollection {#2384 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 70999
  -bodyTs: "'brain':7 'essenc':11 'extract':9 'insid':5 'look':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4288357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698238087 {#2377
    date: 2023-10-25 14:48:07.0 +02:00
  }
  +"title": 70999
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2215
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2980 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "This-is-just-cruel"
  +title: "This is just cruel"
  +url: "https://startrek.website/pictrs/image/078b3847-94f0-43e0-89a9-ef7f8d967af0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 77
  +favouriteCount: 847
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710864990 {#2975
    date: 2024-03-19 17:16:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2983 …}
  +votes: Doctrine\ORM\PersistentCollection {#2985 …}
  +reports: Doctrine\ORM\PersistentCollection {#2987 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2989 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2991 …}
  +badges: Doctrine\ORM\PersistentCollection {#2993 …}
  +children: [
    App\Entity\EntryComment {#2139
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2215 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
      +body: "`while(1){ suffer(); }`"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1703980903 {#2126
        date: 2023-12-31 01:01:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@PrinceWith999Enemies@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2198 …}
      +nested: Doctrine\ORM\PersistentCollection {#2227 …}
      +votes: Doctrine\ORM\PersistentCollection {#2214 …}
      +reports: Doctrine\ORM\PersistentCollection {#2225 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2231 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2229 …}
      -id: 266022
      -bodyTs: "'1':2 'suffer':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5960393"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703980903 {#2043
        date: 2023-12-31 01:01:43.0 +01:00
      }
      +"title": 266022
    }
  ]
  -id: 25916
  -titleTs: "'cruel':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704053619
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5159876"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703967219 {#2961
    date: 2023-12-30 21:13:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2215
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2980 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "This-is-just-cruel"
  +title: "This is just cruel"
  +url: "https://startrek.website/pictrs/image/078b3847-94f0-43e0-89a9-ef7f8d967af0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 77
  +favouriteCount: 847
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710864990 {#2975
    date: 2024-03-19 17:16:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2983 …}
  +votes: Doctrine\ORM\PersistentCollection {#2985 …}
  +reports: Doctrine\ORM\PersistentCollection {#2987 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2989 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2991 …}
  +badges: Doctrine\ORM\PersistentCollection {#2993 …}
  +children: [
    App\Entity\EntryComment {#2139
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2215 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
      +body: "`while(1){ suffer(); }`"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1703980903 {#2126
        date: 2023-12-31 01:01:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@PrinceWith999Enemies@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2198 …}
      +nested: Doctrine\ORM\PersistentCollection {#2227 …}
      +votes: Doctrine\ORM\PersistentCollection {#2214 …}
      +reports: Doctrine\ORM\PersistentCollection {#2225 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2231 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2229 …}
      -id: 266022
      -bodyTs: "'1':2 'suffer':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5960393"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703980903 {#2043
        date: 2023-12-31 01:01:43.0 +01:00
      }
      +"title": 266022
    }
  ]
  -id: 25916
  -titleTs: "'cruel':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704053619
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5159876"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703967219 {#2961
    date: 2023-12-30 21:13:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2215
  +user: Proxies\__CG__\App\Entity\User {#2940 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2980 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
  +slug: "This-is-just-cruel"
  +title: "This is just cruel"
  +url: "https://startrek.website/pictrs/image/078b3847-94f0-43e0-89a9-ef7f8d967af0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 77
  +favouriteCount: 847
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710864990 {#2975
    date: 2024-03-19 17:16:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2983 …}
  +votes: Doctrine\ORM\PersistentCollection {#2985 …}
  +reports: Doctrine\ORM\PersistentCollection {#2987 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2989 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2991 …}
  +badges: Doctrine\ORM\PersistentCollection {#2993 …}
  +children: [
    App\Entity\EntryComment {#2139
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2215 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
      +body: "`while(1){ suffer(); }`"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1703980903 {#2126
        date: 2023-12-31 01:01:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@PrinceWith999Enemies@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2198 …}
      +nested: Doctrine\ORM\PersistentCollection {#2227 …}
      +votes: Doctrine\ORM\PersistentCollection {#2214 …}
      +reports: Doctrine\ORM\PersistentCollection {#2225 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2231 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2229 …}
      -id: 266022
      -bodyTs: "'1':2 'suffer':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5960393"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703980903 {#2043
        date: 2023-12-31 01:01:43.0 +01:00
      }
      +"title": 266022
    }
  ]
  -id: 25916
  -titleTs: "'cruel':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704053619
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5159876"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703967219 {#2961
    date: 2023-12-30 21:13:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
101 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
102 DENIED moderate
App\Entity\EntryComment {#2139
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2215
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2980 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "This-is-just-cruel"
    +title: "This is just cruel"
    +url: "https://startrek.website/pictrs/image/078b3847-94f0-43e0-89a9-ef7f8d967af0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 77
    +favouriteCount: 847
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710864990 {#2975
      date: 2024-03-19 17:16:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2983 …}
    +votes: Doctrine\ORM\PersistentCollection {#2985 …}
    +reports: Doctrine\ORM\PersistentCollection {#2987 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2989 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2991 …}
    +badges: Doctrine\ORM\PersistentCollection {#2993 …}
    +children: [
      App\Entity\EntryComment {#2139}
    ]
    -id: 25916
    -titleTs: "'cruel':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704053619
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5159876"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703967219 {#2961
      date: 2023-12-30 21:13:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +body: "`while(1){ suffer(); }`"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1703980903 {#2126
    date: 2023-12-31 01:01:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@PrinceWith999Enemies@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2198 …}
  +nested: Doctrine\ORM\PersistentCollection {#2227 …}
  +votes: Doctrine\ORM\PersistentCollection {#2214 …}
  +reports: Doctrine\ORM\PersistentCollection {#2225 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2231 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2229 …}
  -id: 266022
  -bodyTs: "'1':2 'suffer':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5960393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703980903 {#2043
    date: 2023-12-31 01:01:43.0 +01:00
  }
  +"title": 266022
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED edit
App\Entity\EntryComment {#2139
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2215
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2980 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "This-is-just-cruel"
    +title: "This is just cruel"
    +url: "https://startrek.website/pictrs/image/078b3847-94f0-43e0-89a9-ef7f8d967af0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 77
    +favouriteCount: 847
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710864990 {#2975
      date: 2024-03-19 17:16:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2983 …}
    +votes: Doctrine\ORM\PersistentCollection {#2985 …}
    +reports: Doctrine\ORM\PersistentCollection {#2987 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2989 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2991 …}
    +badges: Doctrine\ORM\PersistentCollection {#2993 …}
    +children: [
      App\Entity\EntryComment {#2139}
    ]
    -id: 25916
    -titleTs: "'cruel':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704053619
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5159876"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703967219 {#2961
      date: 2023-12-30 21:13:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +body: "`while(1){ suffer(); }`"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1703980903 {#2126
    date: 2023-12-31 01:01:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@PrinceWith999Enemies@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2198 …}
  +nested: Doctrine\ORM\PersistentCollection {#2227 …}
  +votes: Doctrine\ORM\PersistentCollection {#2214 …}
  +reports: Doctrine\ORM\PersistentCollection {#2225 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2231 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2229 …}
  -id: 266022
  -bodyTs: "'1':2 'suffer':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5960393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703980903 {#2043
    date: 2023-12-31 01:01:43.0 +01:00
  }
  +"title": 266022
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED moderate
App\Entity\EntryComment {#2139
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2215
    +user: Proxies\__CG__\App\Entity\User {#2940 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2980 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2982 …}
    +slug: "This-is-just-cruel"
    +title: "This is just cruel"
    +url: "https://startrek.website/pictrs/image/078b3847-94f0-43e0-89a9-ef7f8d967af0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 77
    +favouriteCount: 847
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710864990 {#2975
      date: 2024-03-19 17:16:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2983 …}
    +votes: Doctrine\ORM\PersistentCollection {#2985 …}
    +reports: Doctrine\ORM\PersistentCollection {#2987 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2989 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2991 …}
    +badges: Doctrine\ORM\PersistentCollection {#2993 …}
    +children: [
      App\Entity\EntryComment {#2139}
    ]
    -id: 25916
    -titleTs: "'cruel':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704053619
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5159876"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703967219 {#2961
      date: 2023-12-30 21:13:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +body: "`while(1){ suffer(); }`"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1703980903 {#2126
    date: 2023-12-31 01:01:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@PrinceWith999Enemies@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2198 …}
  +nested: Doctrine\ORM\PersistentCollection {#2227 …}
  +votes: Doctrine\ORM\PersistentCollection {#2214 …}
  +reports: Doctrine\ORM\PersistentCollection {#2225 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2231 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2229 …}
  -id: 266022
  -bodyTs: "'1':2 'suffer':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5960393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703980903 {#2043
    date: 2023-12-31 01:01:43.0 +01:00
  }
  +"title": 266022
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "I-hate-getting-up-early"
  +title: "I hate getting up early."
  +url: "https://lemmy.world/pictrs/image/c6fea85c-40b7-42e9-9c13-990522dacaf2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701188010 {#2955
    date: 2023-11-28 17:13:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2963 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
      +body: "School had me at 1, 2 & 3. Work has me at 4."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701124775 {#2063
        date: 2023-11-27 23:39:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@STRIKINGdebate2@lemmy.world"
        "@jackoneill@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2087 …}
      +nested: Doctrine\ORM\PersistentCollection {#2086 …}
      +votes: Doctrine\ORM\PersistentCollection {#2093 …}
      +reports: Doctrine\ORM\PersistentCollection {#2094 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
      -id: 171767
      -bodyTs: "'1':5 '2':6 '3':7 '4':12 'school':1 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5227416"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701124775 {#2080
        date: 2023-11-27 23:39:35.0 +01:00
      }
      +"title": 171767
    }
  ]
  -id: 17507
  -titleTs: "'earli':5 'get':3 'hate':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701204499
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8841542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701118099 {#2943
    date: 2023-11-27 21:48:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
107 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "I-hate-getting-up-early"
  +title: "I hate getting up early."
  +url: "https://lemmy.world/pictrs/image/c6fea85c-40b7-42e9-9c13-990522dacaf2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701188010 {#2955
    date: 2023-11-28 17:13:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2963 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
      +body: "School had me at 1, 2 & 3. Work has me at 4."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701124775 {#2063
        date: 2023-11-27 23:39:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@STRIKINGdebate2@lemmy.world"
        "@jackoneill@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2087 …}
      +nested: Doctrine\ORM\PersistentCollection {#2086 …}
      +votes: Doctrine\ORM\PersistentCollection {#2093 …}
      +reports: Doctrine\ORM\PersistentCollection {#2094 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
      -id: 171767
      -bodyTs: "'1':5 '2':6 '3':7 '4':12 'school':1 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5227416"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701124775 {#2080
        date: 2023-11-27 23:39:35.0 +01:00
      }
      +"title": 171767
    }
  ]
  -id: 17507
  -titleTs: "'earli':5 'get':3 'hate':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701204499
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8841542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701118099 {#2943
    date: 2023-11-27 21:48:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "I-hate-getting-up-early"
  +title: "I hate getting up early."
  +url: "https://lemmy.world/pictrs/image/c6fea85c-40b7-42e9-9c13-990522dacaf2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701188010 {#2955
    date: 2023-11-28 17:13:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2963 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
      +body: "School had me at 1, 2 & 3. Work has me at 4."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701124775 {#2063
        date: 2023-11-27 23:39:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@STRIKINGdebate2@lemmy.world"
        "@jackoneill@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2087 …}
      +nested: Doctrine\ORM\PersistentCollection {#2086 …}
      +votes: Doctrine\ORM\PersistentCollection {#2093 …}
      +reports: Doctrine\ORM\PersistentCollection {#2094 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
      -id: 171767
      -bodyTs: "'1':5 '2':6 '3':7 '4':12 'school':1 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5227416"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701124775 {#2080
        date: 2023-11-27 23:39:35.0 +01:00
      }
      +"title": 171767
    }
  ]
  -id: 17507
  -titleTs: "'earli':5 'get':3 'hate':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701204499
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8841542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701118099 {#2943
    date: 2023-11-27 21:48:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
109 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
110 DENIED moderate
App\Entity\EntryComment {#2064
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "I-hate-getting-up-early"
    +title: "I hate getting up early."
    +url: "https://lemmy.world/pictrs/image/c6fea85c-40b7-42e9-9c13-990522dacaf2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 427
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701188010 {#2955
      date: 2023-11-28 17:13:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2963 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 17507
    -titleTs: "'earli':5 'get':3 'hate':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701204499
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8841542"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701118099 {#2943
      date: 2023-11-27 21:48:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +body: "School had me at 1, 2 & 3. Work has me at 4."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701124775 {#2063
    date: 2023-11-27 23:39:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@STRIKINGdebate2@lemmy.world"
    "@jackoneill@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2087 …}
  +nested: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2093 …}
  +reports: Doctrine\ORM\PersistentCollection {#2094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
  -id: 171767
  -bodyTs: "'1':5 '2':6 '3':7 '4':12 'school':1 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5227416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701124775 {#2080
    date: 2023-11-27 23:39:35.0 +01:00
  }
  +"title": 171767
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
111 DENIED edit
App\Entity\EntryComment {#2064
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "I-hate-getting-up-early"
    +title: "I hate getting up early."
    +url: "https://lemmy.world/pictrs/image/c6fea85c-40b7-42e9-9c13-990522dacaf2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 427
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701188010 {#2955
      date: 2023-11-28 17:13:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2963 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 17507
    -titleTs: "'earli':5 'get':3 'hate':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701204499
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8841542"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701118099 {#2943
      date: 2023-11-27 21:48:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +body: "School had me at 1, 2 & 3. Work has me at 4."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701124775 {#2063
    date: 2023-11-27 23:39:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@STRIKINGdebate2@lemmy.world"
    "@jackoneill@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2087 …}
  +nested: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2093 …}
  +reports: Doctrine\ORM\PersistentCollection {#2094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
  -id: 171767
  -bodyTs: "'1':5 '2':6 '3':7 '4':12 'school':1 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5227416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701124775 {#2080
    date: 2023-11-27 23:39:35.0 +01:00
  }
  +"title": 171767
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
112 DENIED moderate
App\Entity\EntryComment {#2064
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "I-hate-getting-up-early"
    +title: "I hate getting up early."
    +url: "https://lemmy.world/pictrs/image/c6fea85c-40b7-42e9-9c13-990522dacaf2.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 427
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701188010 {#2955
      date: 2023-11-28 17:13:30.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2963 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 17507
    -titleTs: "'earli':5 'get':3 'hate':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701204499
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8841542"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701118099 {#2943
      date: 2023-11-27 21:48:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +body: "School had me at 1, 2 & 3. Work has me at 4."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701124775 {#2063
    date: 2023-11-27 23:39:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@STRIKINGdebate2@lemmy.world"
    "@jackoneill@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2087 …}
  +nested: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2093 …}
  +reports: Doctrine\ORM\PersistentCollection {#2094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
  -id: 171767
  -bodyTs: "'1':5 '2':6 '3':7 '4':12 'school':1 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5227416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701124775 {#2080
    date: 2023-11-27 23:39:35.0 +01:00
  }
  +"title": 171767
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
113 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
114 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1585
  +user: Proxies\__CG__\App\Entity\User {#2156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
  +slug: "Strange-board-behavior-when-switching-power-supplies"
  +title: "Strange board behavior when switching power supplies"
  +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
  +body: """
    This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
    \n
    The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
    \n
    This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
    \n
    [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689396924 {#2937
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2942 …}
  +votes: Doctrine\ORM\PersistentCollection {#2945 …}
  +reports: Doctrine\ORM\PersistentCollection {#2947 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
  +badges: Doctrine\ORM\PersistentCollection {#2953 …}
  +children: [
    1 => App\Entity\EntryComment {#1554
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
      +root: App\Entity\EntryComment {#1549
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Look for differences and bad joints\n
          \n
          - C4 looks not connected right, maybe c10 and c14\n
          - C16 missing\n
          - Solder joint messy up above C17\n
          - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
          - jumpers on the right arent connected in the same spot\n
          - extra traces by the IC\n
          - components can die, especially ICs and capacitors from ESD and drops respectively\n
          - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
          \n
          Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689396926 {#1673
          date: 2023-07-15 06:55:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1576 …}
        +nested: Doctrine\ORM\PersistentCollection {#1528 …}
        +votes: Doctrine\ORM\PersistentCollection {#1561 …}
        +reports: Doctrine\ORM\PersistentCollection {#1567 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 16829
        -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1214248"
        +editedAt: DateTimeImmutable @1689379687 {#1560
          date: 2023-07-15 02:08:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689368829 {#1568
          date: 2023-07-14 23:07:09.0 +02:00
        }
        +"title": 16829
      }
      +body: """
        > traces by the IC\n
        \n
        I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689396924 {#1563
        date: 2023-07-15 06:55:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tufelkinder@discuss.tchncs.de"
        "@jjagaimo@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1731 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
      -id: 17408
      -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/1225896"
      +editedAt: DateTimeImmutable @1689396930 {#1562
        date: 2023-07-15 06:55:30.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689396924 {#1565
        date: 2023-07-15 06:55:24.0 +02:00
      }
      +"title": 17408
    }
    0 => App\Entity\EntryComment {#1549}
  ]
  -id: 1263
  -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
  -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689406384
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/738746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689356884 {#2925
    date: 2023-07-14 19:48:04.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1585
  +user: Proxies\__CG__\App\Entity\User {#2156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
  +slug: "Strange-board-behavior-when-switching-power-supplies"
  +title: "Strange board behavior when switching power supplies"
  +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
  +body: """
    This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
    \n
    The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
    \n
    This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
    \n
    [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689396924 {#2937
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2942 …}
  +votes: Doctrine\ORM\PersistentCollection {#2945 …}
  +reports: Doctrine\ORM\PersistentCollection {#2947 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
  +badges: Doctrine\ORM\PersistentCollection {#2953 …}
  +children: [
    1 => App\Entity\EntryComment {#1554
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
      +root: App\Entity\EntryComment {#1549
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Look for differences and bad joints\n
          \n
          - C4 looks not connected right, maybe c10 and c14\n
          - C16 missing\n
          - Solder joint messy up above C17\n
          - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
          - jumpers on the right arent connected in the same spot\n
          - extra traces by the IC\n
          - components can die, especially ICs and capacitors from ESD and drops respectively\n
          - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
          \n
          Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689396926 {#1673
          date: 2023-07-15 06:55:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1576 …}
        +nested: Doctrine\ORM\PersistentCollection {#1528 …}
        +votes: Doctrine\ORM\PersistentCollection {#1561 …}
        +reports: Doctrine\ORM\PersistentCollection {#1567 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 16829
        -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1214248"
        +editedAt: DateTimeImmutable @1689379687 {#1560
          date: 2023-07-15 02:08:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689368829 {#1568
          date: 2023-07-14 23:07:09.0 +02:00
        }
        +"title": 16829
      }
      +body: """
        > traces by the IC\n
        \n
        I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689396924 {#1563
        date: 2023-07-15 06:55:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tufelkinder@discuss.tchncs.de"
        "@jjagaimo@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1731 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
      -id: 17408
      -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/1225896"
      +editedAt: DateTimeImmutable @1689396930 {#1562
        date: 2023-07-15 06:55:30.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689396924 {#1565
        date: 2023-07-15 06:55:24.0 +02:00
      }
      +"title": 17408
    }
    0 => App\Entity\EntryComment {#1549}
  ]
  -id: 1263
  -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
  -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689406384
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/738746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689356884 {#2925
    date: 2023-07-14 19:48:04.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1585
  +user: Proxies\__CG__\App\Entity\User {#2156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
  +slug: "Strange-board-behavior-when-switching-power-supplies"
  +title: "Strange board behavior when switching power supplies"
  +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
  +body: """
    This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
    \n
    The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
    \n
    This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
    \n
    [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689396924 {#2937
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2942 …}
  +votes: Doctrine\ORM\PersistentCollection {#2945 …}
  +reports: Doctrine\ORM\PersistentCollection {#2947 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
  +badges: Doctrine\ORM\PersistentCollection {#2953 …}
  +children: [
    1 => App\Entity\EntryComment {#1554
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
      +root: App\Entity\EntryComment {#1549
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Look for differences and bad joints\n
          \n
          - C4 looks not connected right, maybe c10 and c14\n
          - C16 missing\n
          - Solder joint messy up above C17\n
          - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
          - jumpers on the right arent connected in the same spot\n
          - extra traces by the IC\n
          - components can die, especially ICs and capacitors from ESD and drops respectively\n
          - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
          \n
          Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689396926 {#1673
          date: 2023-07-15 06:55:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1576 …}
        +nested: Doctrine\ORM\PersistentCollection {#1528 …}
        +votes: Doctrine\ORM\PersistentCollection {#1561 …}
        +reports: Doctrine\ORM\PersistentCollection {#1567 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 16829
        -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1214248"
        +editedAt: DateTimeImmutable @1689379687 {#1560
          date: 2023-07-15 02:08:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689368829 {#1568
          date: 2023-07-14 23:07:09.0 +02:00
        }
        +"title": 16829
      }
      +body: """
        > traces by the IC\n
        \n
        I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689396924 {#1563
        date: 2023-07-15 06:55:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tufelkinder@discuss.tchncs.de"
        "@jjagaimo@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1731 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
      -id: 17408
      -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/1225896"
      +editedAt: DateTimeImmutable @1689396930 {#1562
        date: 2023-07-15 06:55:30.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689396924 {#1565
        date: 2023-07-15 06:55:24.0 +02:00
      }
      +"title": 17408
    }
    0 => App\Entity\EntryComment {#1549}
  ]
  -id: 1263
  -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
  -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689406384
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/738746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689356884 {#2925
    date: 2023-07-14 19:48:04.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
App\Entity\EntryComment {#1554
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
    +slug: "Strange-board-behavior-when-switching-power-supplies"
    +title: "Strange board behavior when switching power supplies"
    +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
    +body: """
      This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
      \n
      The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
      \n
      This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
      \n
      [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689396924 {#2937
      date: 2023-07-15 06:55:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      1 => App\Entity\EntryComment {#1554}
      0 => App\Entity\EntryComment {#1549
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Look for differences and bad joints\n
          \n
          - C4 looks not connected right, maybe c10 and c14\n
          - C16 missing\n
          - Solder joint messy up above C17\n
          - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
          - jumpers on the right arent connected in the same spot\n
          - extra traces by the IC\n
          - components can die, especially ICs and capacitors from ESD and drops respectively\n
          - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
          \n
          Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689396926 {#1673
          date: 2023-07-15 06:55:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1576 …}
        +nested: Doctrine\ORM\PersistentCollection {#1528 …}
        +votes: Doctrine\ORM\PersistentCollection {#1561 …}
        +reports: Doctrine\ORM\PersistentCollection {#1567 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 16829
        -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1214248"
        +editedAt: DateTimeImmutable @1689379687 {#1560
          date: 2023-07-15 02:08:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689368829 {#1568
          date: 2023-07-14 23:07:09.0 +02:00
        }
        +"title": 16829
      }
    ]
    -id: 1263
    -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
    -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689406384
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/738746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689356884 {#2925
      date: 2023-07-14 19:48:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
  +root: App\Entity\EntryComment {#1549}
  +body: """
    > traces by the IC\n
    \n
    I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689396924 {#1563
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tufelkinder@discuss.tchncs.de"
    "@jjagaimo@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1731 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
  -id: 17408
  -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/1225896"
  +editedAt: DateTimeImmutable @1689396930 {#1562
    date: 2023-07-15 06:55:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689396924 {#1565
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +"title": 17408
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
119 DENIED edit
App\Entity\EntryComment {#1554
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
    +slug: "Strange-board-behavior-when-switching-power-supplies"
    +title: "Strange board behavior when switching power supplies"
    +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
    +body: """
      This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
      \n
      The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
      \n
      This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
      \n
      [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689396924 {#2937
      date: 2023-07-15 06:55:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      1 => App\Entity\EntryComment {#1554}
      0 => App\Entity\EntryComment {#1549
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Look for differences and bad joints\n
          \n
          - C4 looks not connected right, maybe c10 and c14\n
          - C16 missing\n
          - Solder joint messy up above C17\n
          - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
          - jumpers on the right arent connected in the same spot\n
          - extra traces by the IC\n
          - components can die, especially ICs and capacitors from ESD and drops respectively\n
          - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
          \n
          Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689396926 {#1673
          date: 2023-07-15 06:55:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1576 …}
        +nested: Doctrine\ORM\PersistentCollection {#1528 …}
        +votes: Doctrine\ORM\PersistentCollection {#1561 …}
        +reports: Doctrine\ORM\PersistentCollection {#1567 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 16829
        -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1214248"
        +editedAt: DateTimeImmutable @1689379687 {#1560
          date: 2023-07-15 02:08:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689368829 {#1568
          date: 2023-07-14 23:07:09.0 +02:00
        }
        +"title": 16829
      }
    ]
    -id: 1263
    -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
    -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689406384
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/738746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689356884 {#2925
      date: 2023-07-14 19:48:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
  +root: App\Entity\EntryComment {#1549}
  +body: """
    > traces by the IC\n
    \n
    I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689396924 {#1563
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tufelkinder@discuss.tchncs.de"
    "@jjagaimo@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1731 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
  -id: 17408
  -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/1225896"
  +editedAt: DateTimeImmutable @1689396930 {#1562
    date: 2023-07-15 06:55:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689396924 {#1565
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +"title": 17408
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
120 DENIED moderate
App\Entity\EntryComment {#1554
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
    +slug: "Strange-board-behavior-when-switching-power-supplies"
    +title: "Strange board behavior when switching power supplies"
    +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
    +body: """
      This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
      \n
      The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
      \n
      This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
      \n
      [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689396924 {#2937
      date: 2023-07-15 06:55:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      1 => App\Entity\EntryComment {#1554}
      0 => App\Entity\EntryComment {#1549
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Look for differences and bad joints\n
          \n
          - C4 looks not connected right, maybe c10 and c14\n
          - C16 missing\n
          - Solder joint messy up above C17\n
          - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
          - jumpers on the right arent connected in the same spot\n
          - extra traces by the IC\n
          - components can die, especially ICs and capacitors from ESD and drops respectively\n
          - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
          \n
          Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689396926 {#1673
          date: 2023-07-15 06:55:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1576 …}
        +nested: Doctrine\ORM\PersistentCollection {#1528 …}
        +votes: Doctrine\ORM\PersistentCollection {#1561 …}
        +reports: Doctrine\ORM\PersistentCollection {#1567 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 16829
        -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1214248"
        +editedAt: DateTimeImmutable @1689379687 {#1560
          date: 2023-07-15 02:08:07.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689368829 {#1568
          date: 2023-07-14 23:07:09.0 +02:00
        }
        +"title": 16829
      }
    ]
    -id: 1263
    -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
    -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689406384
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/738746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689356884 {#2925
      date: 2023-07-14 19:48:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
  +root: App\Entity\EntryComment {#1549}
  +body: """
    > traces by the IC\n
    \n
    I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689396924 {#1563
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tufelkinder@discuss.tchncs.de"
    "@jjagaimo@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1731 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
  -id: 17408
  -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/1225896"
  +editedAt: DateTimeImmutable @1689396930 {#1562
    date: 2023-07-15 06:55:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689396924 {#1565
    date: 2023-07-15 06:55:24.0 +02:00
  }
  +"title": 17408
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
121 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
122 DENIED moderate
App\Entity\EntryComment {#1549
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
    +slug: "Strange-board-behavior-when-switching-power-supplies"
    +title: "Strange board behavior when switching power supplies"
    +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
    +body: """
      This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
      \n
      The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
      \n
      This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
      \n
      [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689396924 {#2937
      date: 2023-07-15 06:55:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      1 => App\Entity\EntryComment {#1554
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
        +root: App\Entity\EntryComment {#1549}
        +body: """
          > traces by the IC\n
          \n
          I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689396924 {#1563
          date: 2023-07-15 06:55:24.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
          "@jjagaimo@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1731 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
        -id: 17408
        -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1225896"
        +editedAt: DateTimeImmutable @1689396930 {#1562
          date: 2023-07-15 06:55:30.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689396924 {#1565
          date: 2023-07-15 06:55:24.0 +02:00
        }
        +"title": 17408
      }
      0 => App\Entity\EntryComment {#1549}
    ]
    -id: 1263
    -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
    -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689406384
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/738746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689356884 {#2925
      date: 2023-07-14 19:48:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Look for differences and bad joints\n
    \n
    - C4 looks not connected right, maybe c10 and c14\n
    - C16 missing\n
    - Solder joint messy up above C17\n
    - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
    - jumpers on the right arent connected in the same spot\n
    - extra traces by the IC\n
    - components can die, especially ICs and capacitors from ESD and drops respectively\n
    - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
    \n
    Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689396926 {#1673
    date: 2023-07-15 06:55:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tufelkinder@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1576 …}
  +nested: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 16829
  -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/1214248"
  +editedAt: DateTimeImmutable @1689379687 {#1560
    date: 2023-07-15 02:08:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689368829 {#1568
    date: 2023-07-14 23:07:09.0 +02:00
  }
  +"title": 16829
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED edit
App\Entity\EntryComment {#1549
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
    +slug: "Strange-board-behavior-when-switching-power-supplies"
    +title: "Strange board behavior when switching power supplies"
    +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
    +body: """
      This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
      \n
      The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
      \n
      This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
      \n
      [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689396924 {#2937
      date: 2023-07-15 06:55:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      1 => App\Entity\EntryComment {#1554
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
        +root: App\Entity\EntryComment {#1549}
        +body: """
          > traces by the IC\n
          \n
          I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689396924 {#1563
          date: 2023-07-15 06:55:24.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
          "@jjagaimo@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1731 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
        -id: 17408
        -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1225896"
        +editedAt: DateTimeImmutable @1689396930 {#1562
          date: 2023-07-15 06:55:30.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689396924 {#1565
          date: 2023-07-15 06:55:24.0 +02:00
        }
        +"title": 17408
      }
      0 => App\Entity\EntryComment {#1549}
    ]
    -id: 1263
    -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
    -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689406384
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/738746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689356884 {#2925
      date: 2023-07-14 19:48:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Look for differences and bad joints\n
    \n
    - C4 looks not connected right, maybe c10 and c14\n
    - C16 missing\n
    - Solder joint messy up above C17\n
    - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
    - jumpers on the right arent connected in the same spot\n
    - extra traces by the IC\n
    - components can die, especially ICs and capacitors from ESD and drops respectively\n
    - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
    \n
    Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689396926 {#1673
    date: 2023-07-15 06:55:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tufelkinder@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1576 …}
  +nested: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 16829
  -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/1214248"
  +editedAt: DateTimeImmutable @1689379687 {#1560
    date: 2023-07-15 02:08:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689368829 {#1568
    date: 2023-07-14 23:07:09.0 +02:00
  }
  +"title": 16829
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
124 DENIED moderate
App\Entity\EntryComment {#1549
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#2156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2905 …}
    +slug: "Strange-board-behavior-when-switching-power-supplies"
    +title: "Strange board behavior when switching power supplies"
    +url: "https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8"
    +body: """
      This photo shows the power conversion side of two versions of the same board. Input is up to 60V DC, board converts to 5V and then down to 3.3V.\n
      \n
      The top board works correctly all the time. But the bottom board has strange issues. Everything works perfectly when I connect it to my bench power supply at 53V. The board powers up with no problems. When I connect it to the daisy chain of other boards, it suddenly will no longer power on, despite ~54V being passed through correctly to downstream boards.\n
      \n
      This is a real head-scratcher for me, and I’m having trouble making sense of it. I’m not so much looking for The Solution as to what steps I should take to troubleshoot this. There were some issues attaching the image, so in case it doesn’t show up.\n
      \n
      [photos.app.goo.gl/MCx7Q4BDbKTv68EJ8](https://photos.app.goo.gl/MCx7Q4BDbKTv68EJ8)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689396924 {#2937
      date: 2023-07-15 06:55:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2942 …}
    +votes: Doctrine\ORM\PersistentCollection {#2945 …}
    +reports: Doctrine\ORM\PersistentCollection {#2947 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2949 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2951 …}
    +badges: Doctrine\ORM\PersistentCollection {#2953 …}
    +children: [
      1 => App\Entity\EntryComment {#1554
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1725 …}
        +root: App\Entity\EntryComment {#1549}
        +body: """
          > traces by the IC\n
          \n
          I was referring to it more as a difference which might be the source of the issue. For example, one via is fairly close to the pad for C16 which could be shorted (probably isn’t, but still a good idea to check). It could be a wiring issue but could also be a board manufacture issue.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689396924 {#1563
          date: 2023-07-15 06:55:24.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@tufelkinder@discuss.tchncs.de"
          "@jjagaimo@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1731 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1628 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1630 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
        -id: 17408
        -bodyTs: "'also':56 'board':59 'c16':33 'check':47 'close':28 'could':35,49,55 'differ':13 'exampl':23 'fair':27 'good':44 'ic':4 'idea':45 'isn':39 'issu':21,53,61 'manufactur':60 'might':15 'one':24 'pad':31 'probabl':38 'refer':7 'short':37 'sourc':18 'still':42 'trace':1 'via':25 'wire':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/1225896"
        +editedAt: DateTimeImmutable @1689396930 {#1562
          date: 2023-07-15 06:55:30.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689396924 {#1565
          date: 2023-07-15 06:55:24.0 +02:00
        }
        +"title": 17408
      }
      0 => App\Entity\EntryComment {#1549}
    ]
    -id: 1263
    -titleTs: "'behavior':3 'board':2 'power':6 'strang':1 'suppli':7 'switch':5"
    -bodyTs: "'/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':148 '3.3':29 '53v':59 '54v':86 '5v':24 '60v':19 'attach':135 'bench':55 'board':14,21,33,42,61,77,93 'bottom':41 'case':140 'chain':74 'connect':51,69 'convers':6 'convert':22 'correct':35,90 'daisi':73 'dc':20 'despit':85 'doesn':142 'downstream':92 'everyth':46 'head':99 'head-scratch':98 'imag':137 'input':15 'issu':45,134 'longer':82 'look':117 'm':105,113 'make':108 'much':116 'pass':88 'perfect':48 'photo':2 'photos.app.goo.gl':147 'photos.app.goo.gl/mcx7q4bdbktv68ej8](https://photos.app.goo.gl/mcx7q4bdbktv68ej8)':146 'power':5,56,62,83 'problem':66 'real':97 'scratcher':100 'sens':109 'show':3,144 'side':7 'solut':120 'step':124 'strang':44 'sudden':79 'suppli':57 'take':127 'time':38 'top':32 'troubl':107 'troubleshoot':129 'two':9 'v':30 'version':10 'work':34,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689406384
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/738746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689356884 {#2925
      date: 2023-07-14 19:48:04.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Look for differences and bad joints\n
    \n
    - C4 looks not connected right, maybe c10 and c14\n
    - C16 missing\n
    - Solder joint messy up above C17\n
    - The two through hole pads by C19/20 arent soldered and the one above it looks to be a bad joint\n
    - jumpers on the right arent connected in the same spot\n
    - extra traces by the IC\n
    - components can die, especially ICs and capacitors from ESD and drops respectively\n
    - PCBs themselves can sometimes just be faulty from the factory and have damaged traces.\n
    \n
    Another thing is that small ICs like that tend to be fairly difficult to stick down all the pads. Reworking that might be a good option if checking the above doesnt work
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689396926 {#1673
    date: 2023-07-15 06:55:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tufelkinder@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1576 …}
  +nested: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 16829
  -bodyTs: "'anoth':85 'arent':31,48 'bad':5,42 'c10':13 'c14':15 'c16':16 'c17':23 'c19/20':30 'c4':7 'capacitor':65 'check':112 'compon':59 'connect':10,49 'damag':83 'die':61 'differ':3 'difficult':97 'doesnt':115 'drop':69 'esd':67 'especi':62 'extra':54 'factori':80 'fair':96 'faulti':77 'good':109 'hole':27 'ic':58,63,90 'joint':6,19,43 'jumper':44 'like':91 'look':1,8,38 'mayb':12 'messi':20 'might':106 'miss':17 'one':35 'option':110 'pad':28,103 'pcbs':71 'respect':70 'rework':104 'right':11,47 'small':89 'solder':18,32 'sometim':74 'spot':53 'stick':99 'tend':93 'thing':86 'trace':55,84 'two':25 'work':116"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/1214248"
  +editedAt: DateTimeImmutable @1689379687 {#1560
    date: 2023-07-15 02:08:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689368829 {#1568
    date: 2023-07-14 23:07:09.0 +02:00
  }
  +"title": 16829
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
125 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
126 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2018
  +user: Proxies\__CG__\App\Entity\User {#2009 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "Where-do-you-get-affordable-scented-candles"
  +title: "Where do you get affordable scented candles?"
  +url: null
  +body: """
    My wife and I love scented candles but the cheap ones burn like shit and tunnel really bad, where the expensive ones are…expensive. we use scented waxes sometimes but we like having the flame.\n
    \n
    Is there some little-known marketplace or website that I can get good candles at, affordable?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700070379 {#3207
    date: 2023-11-15 18:46:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3174 …}
  +votes: Doctrine\ORM\PersistentCollection {#3214 …}
  +reports: Doctrine\ORM\PersistentCollection {#3216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
  +badges: Doctrine\ORM\PersistentCollection {#3222 …}
  +children: [
    App\Entity\EntryComment {#2022
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
      +image: null
      +parent: null
      +root: null
      +body: "To fix tunnelled candles, maybe try wrapping them in foil to help heat the outer edges and level them out"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700195706 {#2026
        date: 2023-11-17 05:35:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Bearigator@ttrpg.network"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2025 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2028 …}
      +reports: Doctrine\ORM\PersistentCollection {#2012 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
      -id: 123045
      -bodyTs: "'candl':4 'edg':16 'fix':2 'foil':10 'heat':13 'help':12 'level':18 'mayb':5 'outer':15 'tri':6 'tunnel':3 'wrap':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4853023"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699965248 {#2024
        date: 2023-11-14 13:34:08.0 +01:00
      }
      +"title": 123045
    }
  ]
  -id: 12582
  -titleTs: "'afford':5 'candl':7 'get':4 'scent':6"
  -bodyTs: "'afford':52 'bad':18 'burn':12 'candl':7,50 'cheap':10 'expens':21,24 'flame':35 'get':48 'good':49 'known':41 'like':13,32 'littl':40 'little-known':39 'love':5 'marketplac':42 'one':11,22 'realli':17 'scent':6,27 'shit':14 'sometim':29 'tunnel':16 'use':26 'wax':28 'websit':44 'wife':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699969849
  +visibility: "visible             "
  +apId: "https://ttrpg.network/post/2133644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699883449 {#3195
    date: 2023-11-13 14:50:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
127 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2018
  +user: Proxies\__CG__\App\Entity\User {#2009 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "Where-do-you-get-affordable-scented-candles"
  +title: "Where do you get affordable scented candles?"
  +url: null
  +body: """
    My wife and I love scented candles but the cheap ones burn like shit and tunnel really bad, where the expensive ones are…expensive. we use scented waxes sometimes but we like having the flame.\n
    \n
    Is there some little-known marketplace or website that I can get good candles at, affordable?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700070379 {#3207
    date: 2023-11-15 18:46:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3174 …}
  +votes: Doctrine\ORM\PersistentCollection {#3214 …}
  +reports: Doctrine\ORM\PersistentCollection {#3216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
  +badges: Doctrine\ORM\PersistentCollection {#3222 …}
  +children: [
    App\Entity\EntryComment {#2022
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
      +image: null
      +parent: null
      +root: null
      +body: "To fix tunnelled candles, maybe try wrapping them in foil to help heat the outer edges and level them out"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700195706 {#2026
        date: 2023-11-17 05:35:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Bearigator@ttrpg.network"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2025 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2028 …}
      +reports: Doctrine\ORM\PersistentCollection {#2012 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
      -id: 123045
      -bodyTs: "'candl':4 'edg':16 'fix':2 'foil':10 'heat':13 'help':12 'level':18 'mayb':5 'outer':15 'tri':6 'tunnel':3 'wrap':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4853023"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699965248 {#2024
        date: 2023-11-14 13:34:08.0 +01:00
      }
      +"title": 123045
    }
  ]
  -id: 12582
  -titleTs: "'afford':5 'candl':7 'get':4 'scent':6"
  -bodyTs: "'afford':52 'bad':18 'burn':12 'candl':7,50 'cheap':10 'expens':21,24 'flame':35 'get':48 'good':49 'known':41 'like':13,32 'littl':40 'little-known':39 'love':5 'marketplac':42 'one':11,22 'realli':17 'scent':6,27 'shit':14 'sometim':29 'tunnel':16 'use':26 'wax':28 'websit':44 'wife':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699969849
  +visibility: "visible             "
  +apId: "https://ttrpg.network/post/2133644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699883449 {#3195
    date: 2023-11-13 14:50:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
128 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2018
  +user: Proxies\__CG__\App\Entity\User {#2009 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "Where-do-you-get-affordable-scented-candles"
  +title: "Where do you get affordable scented candles?"
  +url: null
  +body: """
    My wife and I love scented candles but the cheap ones burn like shit and tunnel really bad, where the expensive ones are…expensive. we use scented waxes sometimes but we like having the flame.\n
    \n
    Is there some little-known marketplace or website that I can get good candles at, affordable?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700070379 {#3207
    date: 2023-11-15 18:46:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3174 …}
  +votes: Doctrine\ORM\PersistentCollection {#3214 …}
  +reports: Doctrine\ORM\PersistentCollection {#3216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
  +badges: Doctrine\ORM\PersistentCollection {#3222 …}
  +children: [
    App\Entity\EntryComment {#2022
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
      +image: null
      +parent: null
      +root: null
      +body: "To fix tunnelled candles, maybe try wrapping them in foil to help heat the outer edges and level them out"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700195706 {#2026
        date: 2023-11-17 05:35:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Bearigator@ttrpg.network"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2025 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2028 …}
      +reports: Doctrine\ORM\PersistentCollection {#2012 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
      -id: 123045
      -bodyTs: "'candl':4 'edg':16 'fix':2 'foil':10 'heat':13 'help':12 'level':18 'mayb':5 'outer':15 'tri':6 'tunnel':3 'wrap':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4853023"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699965248 {#2024
        date: 2023-11-14 13:34:08.0 +01:00
      }
      +"title": 123045
    }
  ]
  -id: 12582
  -titleTs: "'afford':5 'candl':7 'get':4 'scent':6"
  -bodyTs: "'afford':52 'bad':18 'burn':12 'candl':7,50 'cheap':10 'expens':21,24 'flame':35 'get':48 'good':49 'known':41 'like':13,32 'littl':40 'little-known':39 'love':5 'marketplac':42 'one':11,22 'realli':17 'scent':6,27 'shit':14 'sometim':29 'tunnel':16 'use':26 'wax':28 'websit':44 'wife':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699969849
  +visibility: "visible             "
  +apId: "https://ttrpg.network/post/2133644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699883449 {#3195
    date: 2023-11-13 14:50:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
129 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
130 DENIED moderate
App\Entity\EntryComment {#2022
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "Where-do-you-get-affordable-scented-candles"
    +title: "Where do you get affordable scented candles?"
    +url: null
    +body: """
      My wife and I love scented candles but the cheap ones burn like shit and tunnel really bad, where the expensive ones are…expensive. we use scented waxes sometimes but we like having the flame.\n
      \n
      Is there some little-known marketplace or website that I can get good candles at, affordable?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 35
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700070379 {#3207
      date: 2023-11-15 18:46:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3174 …}
    +votes: Doctrine\ORM\PersistentCollection {#3214 …}
    +reports: Doctrine\ORM\PersistentCollection {#3216 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
    +badges: Doctrine\ORM\PersistentCollection {#3222 …}
    +children: [
      App\Entity\EntryComment {#2022}
    ]
    -id: 12582
    -titleTs: "'afford':5 'candl':7 'get':4 'scent':6"
    -bodyTs: "'afford':52 'bad':18 'burn':12 'candl':7,50 'cheap':10 'expens':21,24 'flame':35 'get':48 'good':49 'known':41 'like':13,32 'littl':40 'little-known':39 'love':5 'marketplac':42 'one':11,22 'realli':17 'scent':6,27 'shit':14 'sometim':29 'tunnel':16 'use':26 'wax':28 'websit':44 'wife':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699969849
    +visibility: "visible             "
    +apId: "https://ttrpg.network/post/2133644"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699883449 {#3195
      date: 2023-11-13 14:50:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +parent: null
  +root: null
  +body: "To fix tunnelled candles, maybe try wrapping them in foil to help heat the outer edges and level them out"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700195706 {#2026
    date: 2023-11-17 05:35:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Bearigator@ttrpg.network"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2025 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2028 …}
  +reports: Doctrine\ORM\PersistentCollection {#2012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
  -id: 123045
  -bodyTs: "'candl':4 'edg':16 'fix':2 'foil':10 'heat':13 'help':12 'level':18 'mayb':5 'outer':15 'tri':6 'tunnel':3 'wrap':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4853023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699965248 {#2024
    date: 2023-11-14 13:34:08.0 +01:00
  }
  +"title": 123045
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
131 DENIED edit
App\Entity\EntryComment {#2022
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "Where-do-you-get-affordable-scented-candles"
    +title: "Where do you get affordable scented candles?"
    +url: null
    +body: """
      My wife and I love scented candles but the cheap ones burn like shit and tunnel really bad, where the expensive ones are…expensive. we use scented waxes sometimes but we like having the flame.\n
      \n
      Is there some little-known marketplace or website that I can get good candles at, affordable?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 35
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700070379 {#3207
      date: 2023-11-15 18:46:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3174 …}
    +votes: Doctrine\ORM\PersistentCollection {#3214 …}
    +reports: Doctrine\ORM\PersistentCollection {#3216 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
    +badges: Doctrine\ORM\PersistentCollection {#3222 …}
    +children: [
      App\Entity\EntryComment {#2022}
    ]
    -id: 12582
    -titleTs: "'afford':5 'candl':7 'get':4 'scent':6"
    -bodyTs: "'afford':52 'bad':18 'burn':12 'candl':7,50 'cheap':10 'expens':21,24 'flame':35 'get':48 'good':49 'known':41 'like':13,32 'littl':40 'little-known':39 'love':5 'marketplac':42 'one':11,22 'realli':17 'scent':6,27 'shit':14 'sometim':29 'tunnel':16 'use':26 'wax':28 'websit':44 'wife':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699969849
    +visibility: "visible             "
    +apId: "https://ttrpg.network/post/2133644"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699883449 {#3195
      date: 2023-11-13 14:50:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +parent: null
  +root: null
  +body: "To fix tunnelled candles, maybe try wrapping them in foil to help heat the outer edges and level them out"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700195706 {#2026
    date: 2023-11-17 05:35:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Bearigator@ttrpg.network"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2025 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2028 …}
  +reports: Doctrine\ORM\PersistentCollection {#2012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
  -id: 123045
  -bodyTs: "'candl':4 'edg':16 'fix':2 'foil':10 'heat':13 'help':12 'level':18 'mayb':5 'outer':15 'tri':6 'tunnel':3 'wrap':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4853023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699965248 {#2024
    date: 2023-11-14 13:34:08.0 +01:00
  }
  +"title": 123045
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
132 DENIED moderate
App\Entity\EntryComment {#2022
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "Where-do-you-get-affordable-scented-candles"
    +title: "Where do you get affordable scented candles?"
    +url: null
    +body: """
      My wife and I love scented candles but the cheap ones burn like shit and tunnel really bad, where the expensive ones are…expensive. we use scented waxes sometimes but we like having the flame.\n
      \n
      Is there some little-known marketplace or website that I can get good candles at, affordable?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 35
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700070379 {#3207
      date: 2023-11-15 18:46:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3174 …}
    +votes: Doctrine\ORM\PersistentCollection {#3214 …}
    +reports: Doctrine\ORM\PersistentCollection {#3216 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3218 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3220 …}
    +badges: Doctrine\ORM\PersistentCollection {#3222 …}
    +children: [
      App\Entity\EntryComment {#2022}
    ]
    -id: 12582
    -titleTs: "'afford':5 'candl':7 'get':4 'scent':6"
    -bodyTs: "'afford':52 'bad':18 'burn':12 'candl':7,50 'cheap':10 'expens':21,24 'flame':35 'get':48 'good':49 'known':41 'like':13,32 'littl':40 'little-known':39 'love':5 'marketplac':42 'one':11,22 'realli':17 'scent':6,27 'shit':14 'sometim':29 'tunnel':16 'use':26 'wax':28 'websit':44 'wife':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699969849
    +visibility: "visible             "
    +apId: "https://ttrpg.network/post/2133644"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699883449 {#3195
      date: 2023-11-13 14:50:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1405 …}
  +image: null
  +parent: null
  +root: null
  +body: "To fix tunnelled candles, maybe try wrapping them in foil to help heat the outer edges and level them out"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700195706 {#2026
    date: 2023-11-17 05:35:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Bearigator@ttrpg.network"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2025 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2028 …}
  +reports: Doctrine\ORM\PersistentCollection {#2012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
  -id: 123045
  -bodyTs: "'candl':4 'edg':16 'fix':2 'foil':10 'heat':13 'help':12 'level':18 'mayb':5 'outer':15 'tri':6 'tunnel':3 'wrap':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4853023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699965248 {#2024
    date: 2023-11-14 13:34:08.0 +01:00
  }
  +"title": 123045
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
133 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
134 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#3038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: Proxies\__CG__\App\Entity\Image {#3078 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3080 …}
  +slug: "Double-slit"
  +title: "Double-slit"
  +url: "https://lemmy.ml/pictrs/image/5de34c6a-4738-4b4a-9555-51a9faa5a0a1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 132
  +favouriteCount: 1523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698813834 {#3073
    date: 2023-11-01 05:43:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3081 …}
  +votes: Doctrine\ORM\PersistentCollection {#3083 …}
  +reports: Doctrine\ORM\PersistentCollection {#3085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3087 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
  +badges: Doctrine\ORM\PersistentCollection {#3091 …}
  +children: [
    App\Entity\EntryComment {#2458
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
      +body: "Considering it was one of the basic labs I did in college physics that pretty much every student has to take, and a significant portion of the classes just do the experiments wrong until they get helped, there’s probably just enough familiarity to kinda know what’s happening but with major misconceptions."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1697675483 {#2447
        date: 2023-10-19 02:31:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@coja@lemmy.ml"
        "@pigup@lemmy.world"
        "@stolid_agnostic@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 58073
      -bodyTs: "'basic':7 'class':28 'colleg':12 'consid':1 'enough':42 'everi':17 'experi':32 'familiar':43 'get':36 'happen':49 'help':37 'kinda':45 'know':46 'lab':8 'major':52 'misconcept':53 'much':16 'one':4 'physic':13 'portion':25 'pretti':15 'probabl':40 'signific':24 'student':18 'take':21 'wrong':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4107866"
      +editedAt: DateTimeImmutable @1697675498 {#2422
        date: 2023-10-19 02:31:38.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697675483 {#2462
        date: 2023-10-19 02:31:23.0 +02:00
      }
      +"title": 58073
    }
  ]
  -id: 6311
  -titleTs: "'doubl':2 'double-slit':1 'slit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697755075
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6683375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697668675 {#3061
    date: 2023-10-19 00:37:55.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#3038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: Proxies\__CG__\App\Entity\Image {#3078 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3080 …}
  +slug: "Double-slit"
  +title: "Double-slit"
  +url: "https://lemmy.ml/pictrs/image/5de34c6a-4738-4b4a-9555-51a9faa5a0a1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 132
  +favouriteCount: 1523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698813834 {#3073
    date: 2023-11-01 05:43:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3081 …}
  +votes: Doctrine\ORM\PersistentCollection {#3083 …}
  +reports: Doctrine\ORM\PersistentCollection {#3085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3087 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
  +badges: Doctrine\ORM\PersistentCollection {#3091 …}
  +children: [
    App\Entity\EntryComment {#2458
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
      +body: "Considering it was one of the basic labs I did in college physics that pretty much every student has to take, and a significant portion of the classes just do the experiments wrong until they get helped, there’s probably just enough familiarity to kinda know what’s happening but with major misconceptions."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1697675483 {#2447
        date: 2023-10-19 02:31:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@coja@lemmy.ml"
        "@pigup@lemmy.world"
        "@stolid_agnostic@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 58073
      -bodyTs: "'basic':7 'class':28 'colleg':12 'consid':1 'enough':42 'everi':17 'experi':32 'familiar':43 'get':36 'happen':49 'help':37 'kinda':45 'know':46 'lab':8 'major':52 'misconcept':53 'much':16 'one':4 'physic':13 'portion':25 'pretti':15 'probabl':40 'signific':24 'student':18 'take':21 'wrong':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4107866"
      +editedAt: DateTimeImmutable @1697675498 {#2422
        date: 2023-10-19 02:31:38.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697675483 {#2462
        date: 2023-10-19 02:31:23.0 +02:00
      }
      +"title": 58073
    }
  ]
  -id: 6311
  -titleTs: "'doubl':2 'double-slit':1 'slit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697755075
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6683375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697668675 {#3061
    date: 2023-10-19 00:37:55.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#3038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: Proxies\__CG__\App\Entity\Image {#3078 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3080 …}
  +slug: "Double-slit"
  +title: "Double-slit"
  +url: "https://lemmy.ml/pictrs/image/5de34c6a-4738-4b4a-9555-51a9faa5a0a1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 132
  +favouriteCount: 1523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698813834 {#3073
    date: 2023-11-01 05:43:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3081 …}
  +votes: Doctrine\ORM\PersistentCollection {#3083 …}
  +reports: Doctrine\ORM\PersistentCollection {#3085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3087 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
  +badges: Doctrine\ORM\PersistentCollection {#3091 …}
  +children: [
    App\Entity\EntryComment {#2458
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
      +body: "Considering it was one of the basic labs I did in college physics that pretty much every student has to take, and a significant portion of the classes just do the experiments wrong until they get helped, there’s probably just enough familiarity to kinda know what’s happening but with major misconceptions."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1697675483 {#2447
        date: 2023-10-19 02:31:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@coja@lemmy.ml"
        "@pigup@lemmy.world"
        "@stolid_agnostic@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 58073
      -bodyTs: "'basic':7 'class':28 'colleg':12 'consid':1 'enough':42 'everi':17 'experi':32 'familiar':43 'get':36 'happen':49 'help':37 'kinda':45 'know':46 'lab':8 'major':52 'misconcept':53 'much':16 'one':4 'physic':13 'portion':25 'pretti':15 'probabl':40 'signific':24 'student':18 'take':21 'wrong':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4107866"
      +editedAt: DateTimeImmutable @1697675498 {#2422
        date: 2023-10-19 02:31:38.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697675483 {#2462
        date: 2023-10-19 02:31:23.0 +02:00
      }
      +"title": 58073
    }
  ]
  -id: 6311
  -titleTs: "'doubl':2 'double-slit':1 'slit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697755075
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6683375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697668675 {#3061
    date: 2023-10-19 00:37:55.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
137 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
138 DENIED moderate
App\Entity\EntryComment {#2458
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#3038 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: Proxies\__CG__\App\Entity\Image {#3078 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3080 …}
    +slug: "Double-slit"
    +title: "Double-slit"
    +url: "https://lemmy.ml/pictrs/image/5de34c6a-4738-4b4a-9555-51a9faa5a0a1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 132
    +favouriteCount: 1523
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698813834 {#3073
      date: 2023-11-01 05:43:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3081 …}
    +votes: Doctrine\ORM\PersistentCollection {#3083 …}
    +reports: Doctrine\ORM\PersistentCollection {#3085 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3087 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
    +badges: Doctrine\ORM\PersistentCollection {#3091 …}
    +children: [
      App\Entity\EntryComment {#2458}
    ]
    -id: 6311
    -titleTs: "'doubl':2 'double-slit':1 'slit':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697755075
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6683375"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697668675 {#3061
      date: 2023-10-19 00:37:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
  +body: "Considering it was one of the basic labs I did in college physics that pretty much every student has to take, and a significant portion of the classes just do the experiments wrong until they get helped, there’s probably just enough familiarity to kinda know what’s happening but with major misconceptions."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697675483 {#2447
    date: 2023-10-19 02:31:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@coja@lemmy.ml"
    "@pigup@lemmy.world"
    "@stolid_agnostic@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 58073
  -bodyTs: "'basic':7 'class':28 'colleg':12 'consid':1 'enough':42 'everi':17 'experi':32 'familiar':43 'get':36 'happen':49 'help':37 'kinda':45 'know':46 'lab':8 'major':52 'misconcept':53 'much':16 'one':4 'physic':13 'portion':25 'pretti':15 'probabl':40 'signific':24 'student':18 'take':21 'wrong':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4107866"
  +editedAt: DateTimeImmutable @1697675498 {#2422
    date: 2023-10-19 02:31:38.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697675483 {#2462
    date: 2023-10-19 02:31:23.0 +02:00
  }
  +"title": 58073
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
139 DENIED edit
App\Entity\EntryComment {#2458
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#3038 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: Proxies\__CG__\App\Entity\Image {#3078 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3080 …}
    +slug: "Double-slit"
    +title: "Double-slit"
    +url: "https://lemmy.ml/pictrs/image/5de34c6a-4738-4b4a-9555-51a9faa5a0a1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 132
    +favouriteCount: 1523
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698813834 {#3073
      date: 2023-11-01 05:43:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3081 …}
    +votes: Doctrine\ORM\PersistentCollection {#3083 …}
    +reports: Doctrine\ORM\PersistentCollection {#3085 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3087 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
    +badges: Doctrine\ORM\PersistentCollection {#3091 …}
    +children: [
      App\Entity\EntryComment {#2458}
    ]
    -id: 6311
    -titleTs: "'doubl':2 'double-slit':1 'slit':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697755075
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6683375"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697668675 {#3061
      date: 2023-10-19 00:37:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
  +body: "Considering it was one of the basic labs I did in college physics that pretty much every student has to take, and a significant portion of the classes just do the experiments wrong until they get helped, there’s probably just enough familiarity to kinda know what’s happening but with major misconceptions."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697675483 {#2447
    date: 2023-10-19 02:31:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@coja@lemmy.ml"
    "@pigup@lemmy.world"
    "@stolid_agnostic@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 58073
  -bodyTs: "'basic':7 'class':28 'colleg':12 'consid':1 'enough':42 'everi':17 'experi':32 'familiar':43 'get':36 'happen':49 'help':37 'kinda':45 'know':46 'lab':8 'major':52 'misconcept':53 'much':16 'one':4 'physic':13 'portion':25 'pretti':15 'probabl':40 'signific':24 'student':18 'take':21 'wrong':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4107866"
  +editedAt: DateTimeImmutable @1697675498 {#2422
    date: 2023-10-19 02:31:38.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697675483 {#2462
    date: 2023-10-19 02:31:23.0 +02:00
  }
  +"title": 58073
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
140 DENIED moderate
App\Entity\EntryComment {#2458
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#3038 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: Proxies\__CG__\App\Entity\Image {#3078 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3080 …}
    +slug: "Double-slit"
    +title: "Double-slit"
    +url: "https://lemmy.ml/pictrs/image/5de34c6a-4738-4b4a-9555-51a9faa5a0a1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 132
    +favouriteCount: 1523
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698813834 {#3073
      date: 2023-11-01 05:43:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3081 …}
    +votes: Doctrine\ORM\PersistentCollection {#3083 …}
    +reports: Doctrine\ORM\PersistentCollection {#3085 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3087 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
    +badges: Doctrine\ORM\PersistentCollection {#3091 …}
    +children: [
      App\Entity\EntryComment {#2458}
    ]
    -id: 6311
    -titleTs: "'doubl':2 'double-slit':1 'slit':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697755075
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6683375"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697668675 {#3061
      date: 2023-10-19 00:37:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
  +body: "Considering it was one of the basic labs I did in college physics that pretty much every student has to take, and a significant portion of the classes just do the experiments wrong until they get helped, there’s probably just enough familiarity to kinda know what’s happening but with major misconceptions."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697675483 {#2447
    date: 2023-10-19 02:31:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@coja@lemmy.ml"
    "@pigup@lemmy.world"
    "@stolid_agnostic@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 58073
  -bodyTs: "'basic':7 'class':28 'colleg':12 'consid':1 'enough':42 'everi':17 'experi':32 'familiar':43 'get':36 'happen':49 'help':37 'kinda':45 'know':46 'lab':8 'major':52 'misconcept':53 'much':16 'one':4 'physic':13 'portion':25 'pretti':15 'probabl':40 'signific':24 'student':18 'take':21 'wrong':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4107866"
  +editedAt: DateTimeImmutable @1697675498 {#2422
    date: 2023-10-19 02:31:38.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697675483 {#2462
    date: 2023-10-19 02:31:23.0 +02:00
  }
  +"title": 58073
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
141 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
142 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2299
  +user: Proxies\__CG__\App\Entity\User {#3192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#3229 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3231 …}
  +slug: "That-number-again-is-1-800-O-Y-S-T-E-R-CALL-NOW"
  +title: "That number again is 1-800-O-Y-S-T-E-R. CALL NOW!"
  +url: "https://slrpnk.net/pictrs/image/d07f4ba6-90b0-4857-8f53-73ae3ce1c763.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 42
  +favouriteCount: 640
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725181984 {#3224
    date: 2024-09-01 11:13:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3232 …}
  +votes: Doctrine\ORM\PersistentCollection {#3234 …}
  +reports: Doctrine\ORM\PersistentCollection {#3236 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3238 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3240 …}
  +badges: Doctrine\ORM\PersistentCollection {#3242 …}
  +children: [
    App\Entity\EntryComment {#2189
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2299 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
      +body: "Femur breaker"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705321390 {#2252
        date: 2024-01-15 13:23:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@Lemmyvisitor@lemmy.dbzer0.com"
        "@ElBarto@sh.itjust.works"
        "@platypus_plumba@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2293 …}
      +nested: Doctrine\ORM\PersistentCollection {#2309 …}
      +votes: Doctrine\ORM\PersistentCollection {#2302 …}
      +reports: Doctrine\ORM\PersistentCollection {#2320 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2322 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2312 …}
      -id: 310510
      -bodyTs: "'breaker':2 'femur':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6386975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705321390 {#2192
        date: 2024-01-15 13:23:10.0 +01:00
      }
      +"title": 310510
    }
  ]
  -id: 30571
  -titleTs: "'-800':6 '1':5 'call':14 'e':12 'number':2 'o':8 'o-y-s-t-e-r':7 'r':13 'y':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705382464
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5781041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705296064 {#3213
    date: 2024-01-15 06:21:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2299
  +user: Proxies\__CG__\App\Entity\User {#3192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#3229 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3231 …}
  +slug: "That-number-again-is-1-800-O-Y-S-T-E-R-CALL-NOW"
  +title: "That number again is 1-800-O-Y-S-T-E-R. CALL NOW!"
  +url: "https://slrpnk.net/pictrs/image/d07f4ba6-90b0-4857-8f53-73ae3ce1c763.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 42
  +favouriteCount: 640
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725181984 {#3224
    date: 2024-09-01 11:13:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3232 …}
  +votes: Doctrine\ORM\PersistentCollection {#3234 …}
  +reports: Doctrine\ORM\PersistentCollection {#3236 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3238 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3240 …}
  +badges: Doctrine\ORM\PersistentCollection {#3242 …}
  +children: [
    App\Entity\EntryComment {#2189
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2299 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
      +body: "Femur breaker"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705321390 {#2252
        date: 2024-01-15 13:23:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@Lemmyvisitor@lemmy.dbzer0.com"
        "@ElBarto@sh.itjust.works"
        "@platypus_plumba@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2293 …}
      +nested: Doctrine\ORM\PersistentCollection {#2309 …}
      +votes: Doctrine\ORM\PersistentCollection {#2302 …}
      +reports: Doctrine\ORM\PersistentCollection {#2320 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2322 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2312 …}
      -id: 310510
      -bodyTs: "'breaker':2 'femur':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6386975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705321390 {#2192
        date: 2024-01-15 13:23:10.0 +01:00
      }
      +"title": 310510
    }
  ]
  -id: 30571
  -titleTs: "'-800':6 '1':5 'call':14 'e':12 'number':2 'o':8 'o-y-s-t-e-r':7 'r':13 'y':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705382464
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5781041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705296064 {#3213
    date: 2024-01-15 06:21:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2299
  +user: Proxies\__CG__\App\Entity\User {#3192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#3229 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3231 …}
  +slug: "That-number-again-is-1-800-O-Y-S-T-E-R-CALL-NOW"
  +title: "That number again is 1-800-O-Y-S-T-E-R. CALL NOW!"
  +url: "https://slrpnk.net/pictrs/image/d07f4ba6-90b0-4857-8f53-73ae3ce1c763.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 42
  +favouriteCount: 640
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725181984 {#3224
    date: 2024-09-01 11:13:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3232 …}
  +votes: Doctrine\ORM\PersistentCollection {#3234 …}
  +reports: Doctrine\ORM\PersistentCollection {#3236 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3238 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3240 …}
  +badges: Doctrine\ORM\PersistentCollection {#3242 …}
  +children: [
    App\Entity\EntryComment {#2189
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2299 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
      +body: "Femur breaker"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705321390 {#2252
        date: 2024-01-15 13:23:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@Lemmyvisitor@lemmy.dbzer0.com"
        "@ElBarto@sh.itjust.works"
        "@platypus_plumba@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2293 …}
      +nested: Doctrine\ORM\PersistentCollection {#2309 …}
      +votes: Doctrine\ORM\PersistentCollection {#2302 …}
      +reports: Doctrine\ORM\PersistentCollection {#2320 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2322 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2312 …}
      -id: 310510
      -bodyTs: "'breaker':2 'femur':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6386975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705321390 {#2192
        date: 2024-01-15 13:23:10.0 +01:00
      }
      +"title": 310510
    }
  ]
  -id: 30571
  -titleTs: "'-800':6 '1':5 'call':14 'e':12 'number':2 'o':8 'o-y-s-t-e-r':7 'r':13 'y':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705382464
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5781041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705296064 {#3213
    date: 2024-01-15 06:21:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
145 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
146 DENIED moderate
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2299
    +user: Proxies\__CG__\App\Entity\User {#3192 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#3229 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3231 …}
    +slug: "That-number-again-is-1-800-O-Y-S-T-E-R-CALL-NOW"
    +title: "That number again is 1-800-O-Y-S-T-E-R. CALL NOW!"
    +url: "https://slrpnk.net/pictrs/image/d07f4ba6-90b0-4857-8f53-73ae3ce1c763.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 42
    +favouriteCount: 640
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725181984 {#3224
      date: 2024-09-01 11:13:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3232 …}
    +votes: Doctrine\ORM\PersistentCollection {#3234 …}
    +reports: Doctrine\ORM\PersistentCollection {#3236 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3238 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3240 …}
    +badges: Doctrine\ORM\PersistentCollection {#3242 …}
    +children: [
      App\Entity\EntryComment {#2189}
    ]
    -id: 30571
    -titleTs: "'-800':6 '1':5 'call':14 'e':12 'number':2 'o':8 'o-y-s-t-e-r':7 'r':13 'y':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705382464
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/5781041"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705296064 {#3213
      date: 2024-01-15 06:21:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
  +body: "Femur breaker"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705321390 {#2252
    date: 2024-01-15 13:23:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@Lemmyvisitor@lemmy.dbzer0.com"
    "@ElBarto@sh.itjust.works"
    "@platypus_plumba@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2293 …}
  +nested: Doctrine\ORM\PersistentCollection {#2309 …}
  +votes: Doctrine\ORM\PersistentCollection {#2302 …}
  +reports: Doctrine\ORM\PersistentCollection {#2320 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2322 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2312 …}
  -id: 310510
  -bodyTs: "'breaker':2 'femur':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6386975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705321390 {#2192
    date: 2024-01-15 13:23:10.0 +01:00
  }
  +"title": 310510
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
147 DENIED edit
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2299
    +user: Proxies\__CG__\App\Entity\User {#3192 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#3229 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3231 …}
    +slug: "That-number-again-is-1-800-O-Y-S-T-E-R-CALL-NOW"
    +title: "That number again is 1-800-O-Y-S-T-E-R. CALL NOW!"
    +url: "https://slrpnk.net/pictrs/image/d07f4ba6-90b0-4857-8f53-73ae3ce1c763.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 42
    +favouriteCount: 640
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725181984 {#3224
      date: 2024-09-01 11:13:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3232 …}
    +votes: Doctrine\ORM\PersistentCollection {#3234 …}
    +reports: Doctrine\ORM\PersistentCollection {#3236 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3238 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3240 …}
    +badges: Doctrine\ORM\PersistentCollection {#3242 …}
    +children: [
      App\Entity\EntryComment {#2189}
    ]
    -id: 30571
    -titleTs: "'-800':6 '1':5 'call':14 'e':12 'number':2 'o':8 'o-y-s-t-e-r':7 'r':13 'y':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705382464
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/5781041"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705296064 {#3213
      date: 2024-01-15 06:21:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
  +body: "Femur breaker"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705321390 {#2252
    date: 2024-01-15 13:23:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@Lemmyvisitor@lemmy.dbzer0.com"
    "@ElBarto@sh.itjust.works"
    "@platypus_plumba@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2293 …}
  +nested: Doctrine\ORM\PersistentCollection {#2309 …}
  +votes: Doctrine\ORM\PersistentCollection {#2302 …}
  +reports: Doctrine\ORM\PersistentCollection {#2320 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2322 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2312 …}
  -id: 310510
  -bodyTs: "'breaker':2 'femur':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6386975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705321390 {#2192
    date: 2024-01-15 13:23:10.0 +01:00
  }
  +"title": 310510
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
148 DENIED moderate
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2299
    +user: Proxies\__CG__\App\Entity\User {#3192 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#3229 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3231 …}
    +slug: "That-number-again-is-1-800-O-Y-S-T-E-R-CALL-NOW"
    +title: "That number again is 1-800-O-Y-S-T-E-R. CALL NOW!"
    +url: "https://slrpnk.net/pictrs/image/d07f4ba6-90b0-4857-8f53-73ae3ce1c763.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 42
    +favouriteCount: 640
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725181984 {#3224
      date: 2024-09-01 11:13:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3232 …}
    +votes: Doctrine\ORM\PersistentCollection {#3234 …}
    +reports: Doctrine\ORM\PersistentCollection {#3236 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3238 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3240 …}
    +badges: Doctrine\ORM\PersistentCollection {#3242 …}
    +children: [
      App\Entity\EntryComment {#2189}
    ]
    -id: 30571
    -titleTs: "'-800':6 '1':5 'call':14 'e':12 'number':2 'o':8 'o-y-s-t-e-r':7 'r':13 'y':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705382464
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/5781041"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705296064 {#3213
      date: 2024-01-15 06:21:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2298 …}
  +body: "Femur breaker"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705321390 {#2252
    date: 2024-01-15 13:23:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@Lemmyvisitor@lemmy.dbzer0.com"
    "@ElBarto@sh.itjust.works"
    "@platypus_plumba@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2293 …}
  +nested: Doctrine\ORM\PersistentCollection {#2309 …}
  +votes: Doctrine\ORM\PersistentCollection {#2302 …}
  +reports: Doctrine\ORM\PersistentCollection {#2320 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2322 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2312 …}
  -id: 310510
  -bodyTs: "'breaker':2 'femur':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6386975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705321390 {#2192
    date: 2024-01-15 13:23:10.0 +01:00
  }
  +"title": 310510
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
149 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
150 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1691
  +user: Proxies\__CG__\App\Entity\User {#2246 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "Noob-question-regarding-JDS2915-signal-generator"
  +title: "Noob question regarding JDS2915 signal generator"
  +url: null
  +body: """
    I have this generator, [joy-it.net/en/products/JT-JDS2915](https://joy-it.net/en/products/JT-JDS2915)but it doesn’t say in the manual what maximum current this thing can provide.\n
    \n
    It does say ‘output impedance = 50 Ohm’. is that what i need to use to determine maximum available current?\n
    \n
    And can i assume that the 50 ohm acts as a short-circuit protection. After all, 10V / 50 Ohm = 0.2 A
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692947526 {#2894
    date: 2023-08-25 09:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2899 …}
  +votes: Doctrine\ORM\PersistentCollection {#2909 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#1692
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1691 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
      +image: null
      +parent: null
      +root: null
      +body: "Signal generators have an internal impedance of 50 ohms and expect a load of 50 ohms when the 50 ohm setting is selected. The 50 ohm impedance prevents reflections of high frequency (rf) signals as it changes mediums. Ideally you should not be using a signal generator to drive an output, but instead buffer it or use an amplifier. If you use high-z the output voltage is exactly what you set it to (e.g. 5Vpp) but with the 50 ohm setting the applies voltage is twice that with an internal resistance of 50 ohms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1692947528 {#1711
        date: 2023-08-25 09:12:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@roho@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 26670
      -bodyTs: "'50':8,15,19,25,81,95 '5vpp':77 'amplifi':59 'appli':85 'buffer':54 'chang':37 'drive':49 'e.g':76 'exact':70 'expect':11 'frequenc':32 'generat':2,47 'high':31,64 'high-z':63 'ideal':39 'imped':6,27 'instead':53 'intern':5,92 'load':13 'medium':38 'ohm':9,16,20,26,82,96 'output':51,67 'prevent':28 'reflect':29 'resist':93 'rf':33 'select':23 'set':21,73,83 'signal':1,34,46 'twice':88 'use':44,57,62 'voltag':68,86 'z':65"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2506371"
      +editedAt: DateTimeImmutable @1692833603 {#1705
        date: 2023-08-24 01:33:23.0 +02:00
      }
      +createdAt: DateTimeImmutable @1692833544 {#1795
        date: 2023-08-24 01:32:24.0 +02:00
      }
      +"title": 26670
    }
  ]
  -id: 1924
  -titleTs: "'generat':6 'jds2915':4 'noob':1 'question':2 'regard':3 'signal':5"
  -bodyTs: "'/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':7 '0.2':61 '10v':58 '50':27,47,59 'act':49 'assum':44 'avail':39 'circuit':54 'current':17,40 'determin':37 'doesn':9 'generat':4 'imped':26 'joy-it.net':6 'joy-it.net/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':5 'manual':14 'maximum':16,38 'need':33 'ohm':28,48,60 'output':25 'protect':55 'provid':21 'say':11,24 'short':53 'short-circuit':52 'thing':19 'use':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692848640
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3786444"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692831140 {#2806
    date: 2023-08-24 00:52:20.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
151 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1691
  +user: Proxies\__CG__\App\Entity\User {#2246 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "Noob-question-regarding-JDS2915-signal-generator"
  +title: "Noob question regarding JDS2915 signal generator"
  +url: null
  +body: """
    I have this generator, [joy-it.net/en/products/JT-JDS2915](https://joy-it.net/en/products/JT-JDS2915)but it doesn’t say in the manual what maximum current this thing can provide.\n
    \n
    It does say ‘output impedance = 50 Ohm’. is that what i need to use to determine maximum available current?\n
    \n
    And can i assume that the 50 ohm acts as a short-circuit protection. After all, 10V / 50 Ohm = 0.2 A
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692947526 {#2894
    date: 2023-08-25 09:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2899 …}
  +votes: Doctrine\ORM\PersistentCollection {#2909 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#1692
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1691 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
      +image: null
      +parent: null
      +root: null
      +body: "Signal generators have an internal impedance of 50 ohms and expect a load of 50 ohms when the 50 ohm setting is selected. The 50 ohm impedance prevents reflections of high frequency (rf) signals as it changes mediums. Ideally you should not be using a signal generator to drive an output, but instead buffer it or use an amplifier. If you use high-z the output voltage is exactly what you set it to (e.g. 5Vpp) but with the 50 ohm setting the applies voltage is twice that with an internal resistance of 50 ohms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1692947528 {#1711
        date: 2023-08-25 09:12:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@roho@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 26670
      -bodyTs: "'50':8,15,19,25,81,95 '5vpp':77 'amplifi':59 'appli':85 'buffer':54 'chang':37 'drive':49 'e.g':76 'exact':70 'expect':11 'frequenc':32 'generat':2,47 'high':31,64 'high-z':63 'ideal':39 'imped':6,27 'instead':53 'intern':5,92 'load':13 'medium':38 'ohm':9,16,20,26,82,96 'output':51,67 'prevent':28 'reflect':29 'resist':93 'rf':33 'select':23 'set':21,73,83 'signal':1,34,46 'twice':88 'use':44,57,62 'voltag':68,86 'z':65"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2506371"
      +editedAt: DateTimeImmutable @1692833603 {#1705
        date: 2023-08-24 01:33:23.0 +02:00
      }
      +createdAt: DateTimeImmutable @1692833544 {#1795
        date: 2023-08-24 01:32:24.0 +02:00
      }
      +"title": 26670
    }
  ]
  -id: 1924
  -titleTs: "'generat':6 'jds2915':4 'noob':1 'question':2 'regard':3 'signal':5"
  -bodyTs: "'/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':7 '0.2':61 '10v':58 '50':27,47,59 'act':49 'assum':44 'avail':39 'circuit':54 'current':17,40 'determin':37 'doesn':9 'generat':4 'imped':26 'joy-it.net':6 'joy-it.net/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':5 'manual':14 'maximum':16,38 'need':33 'ohm':28,48,60 'output':25 'protect':55 'provid':21 'say':11,24 'short':53 'short-circuit':52 'thing':19 'use':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692848640
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3786444"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692831140 {#2806
    date: 2023-08-24 00:52:20.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
152 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1691
  +user: Proxies\__CG__\App\Entity\User {#2246 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "Noob-question-regarding-JDS2915-signal-generator"
  +title: "Noob question regarding JDS2915 signal generator"
  +url: null
  +body: """
    I have this generator, [joy-it.net/en/products/JT-JDS2915](https://joy-it.net/en/products/JT-JDS2915)but it doesn’t say in the manual what maximum current this thing can provide.\n
    \n
    It does say ‘output impedance = 50 Ohm’. is that what i need to use to determine maximum available current?\n
    \n
    And can i assume that the 50 ohm acts as a short-circuit protection. After all, 10V / 50 Ohm = 0.2 A
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692947526 {#2894
    date: 2023-08-25 09:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2899 …}
  +votes: Doctrine\ORM\PersistentCollection {#2909 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#1692
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1691 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
      +image: null
      +parent: null
      +root: null
      +body: "Signal generators have an internal impedance of 50 ohms and expect a load of 50 ohms when the 50 ohm setting is selected. The 50 ohm impedance prevents reflections of high frequency (rf) signals as it changes mediums. Ideally you should not be using a signal generator to drive an output, but instead buffer it or use an amplifier. If you use high-z the output voltage is exactly what you set it to (e.g. 5Vpp) but with the 50 ohm setting the applies voltage is twice that with an internal resistance of 50 ohms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1692947528 {#1711
        date: 2023-08-25 09:12:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@roho@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 26670
      -bodyTs: "'50':8,15,19,25,81,95 '5vpp':77 'amplifi':59 'appli':85 'buffer':54 'chang':37 'drive':49 'e.g':76 'exact':70 'expect':11 'frequenc':32 'generat':2,47 'high':31,64 'high-z':63 'ideal':39 'imped':6,27 'instead':53 'intern':5,92 'load':13 'medium':38 'ohm':9,16,20,26,82,96 'output':51,67 'prevent':28 'reflect':29 'resist':93 'rf':33 'select':23 'set':21,73,83 'signal':1,34,46 'twice':88 'use':44,57,62 'voltag':68,86 'z':65"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/2506371"
      +editedAt: DateTimeImmutable @1692833603 {#1705
        date: 2023-08-24 01:33:23.0 +02:00
      }
      +createdAt: DateTimeImmutable @1692833544 {#1795
        date: 2023-08-24 01:32:24.0 +02:00
      }
      +"title": 26670
    }
  ]
  -id: 1924
  -titleTs: "'generat':6 'jds2915':4 'noob':1 'question':2 'regard':3 'signal':5"
  -bodyTs: "'/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':7 '0.2':61 '10v':58 '50':27,47,59 'act':49 'assum':44 'avail':39 'circuit':54 'current':17,40 'determin':37 'doesn':9 'generat':4 'imped':26 'joy-it.net':6 'joy-it.net/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':5 'manual':14 'maximum':16,38 'need':33 'ohm':28,48,60 'output':25 'protect':55 'provid':21 'say':11,24 'short':53 'short-circuit':52 'thing':19 'use':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692848640
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3786444"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692831140 {#2806
    date: 2023-08-24 00:52:20.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
153 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
154 DENIED moderate
App\Entity\EntryComment {#1692
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1691
    +user: Proxies\__CG__\App\Entity\User {#2246 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "Noob-question-regarding-JDS2915-signal-generator"
    +title: "Noob question regarding JDS2915 signal generator"
    +url: null
    +body: """
      I have this generator, [joy-it.net/en/products/JT-JDS2915](https://joy-it.net/en/products/JT-JDS2915)but it doesn’t say in the manual what maximum current this thing can provide.\n
      \n
      It does say ‘output impedance = 50 Ohm’. is that what i need to use to determine maximum available current?\n
      \n
      And can i assume that the 50 ohm acts as a short-circuit protection. After all, 10V / 50 Ohm = 0.2 A
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 2
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1692947526 {#2894
      date: 2023-08-25 09:12:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2899 …}
    +votes: Doctrine\ORM\PersistentCollection {#2909 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#1692}
    ]
    -id: 1924
    -titleTs: "'generat':6 'jds2915':4 'noob':1 'question':2 'regard':3 'signal':5"
    -bodyTs: "'/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':7 '0.2':61 '10v':58 '50':27,47,59 'act':49 'assum':44 'avail':39 'circuit':54 'current':17,40 'determin':37 'doesn':9 'generat':4 'imped':26 'joy-it.net':6 'joy-it.net/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':5 'manual':14 'maximum':16,38 'need':33 'ohm':28,48,60 'output':25 'protect':55 'provid':21 'say':11,24 'short':53 'short-circuit':52 'thing':19 'use':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692848640
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/3786444"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692831140 {#2806
      date: 2023-08-24 00:52:20.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
  +image: null
  +parent: null
  +root: null
  +body: "Signal generators have an internal impedance of 50 ohms and expect a load of 50 ohms when the 50 ohm setting is selected. The 50 ohm impedance prevents reflections of high frequency (rf) signals as it changes mediums. Ideally you should not be using a signal generator to drive an output, but instead buffer it or use an amplifier. If you use high-z the output voltage is exactly what you set it to (e.g. 5Vpp) but with the 50 ohm setting the applies voltage is twice that with an internal resistance of 50 ohms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1692947528 {#1711
    date: 2023-08-25 09:12:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@roho@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 26670
  -bodyTs: "'50':8,15,19,25,81,95 '5vpp':77 'amplifi':59 'appli':85 'buffer':54 'chang':37 'drive':49 'e.g':76 'exact':70 'expect':11 'frequenc':32 'generat':2,47 'high':31,64 'high-z':63 'ideal':39 'imped':6,27 'instead':53 'intern':5,92 'load':13 'medium':38 'ohm':9,16,20,26,82,96 'output':51,67 'prevent':28 'reflect':29 'resist':93 'rf':33 'select':23 'set':21,73,83 'signal':1,34,46 'twice':88 'use':44,57,62 'voltag':68,86 'z':65"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2506371"
  +editedAt: DateTimeImmutable @1692833603 {#1705
    date: 2023-08-24 01:33:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692833544 {#1795
    date: 2023-08-24 01:32:24.0 +02:00
  }
  +"title": 26670
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
155 DENIED edit
App\Entity\EntryComment {#1692
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1691
    +user: Proxies\__CG__\App\Entity\User {#2246 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "Noob-question-regarding-JDS2915-signal-generator"
    +title: "Noob question regarding JDS2915 signal generator"
    +url: null
    +body: """
      I have this generator, [joy-it.net/en/products/JT-JDS2915](https://joy-it.net/en/products/JT-JDS2915)but it doesn’t say in the manual what maximum current this thing can provide.\n
      \n
      It does say ‘output impedance = 50 Ohm’. is that what i need to use to determine maximum available current?\n
      \n
      And can i assume that the 50 ohm acts as a short-circuit protection. After all, 10V / 50 Ohm = 0.2 A
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 2
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1692947526 {#2894
      date: 2023-08-25 09:12:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2899 …}
    +votes: Doctrine\ORM\PersistentCollection {#2909 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#1692}
    ]
    -id: 1924
    -titleTs: "'generat':6 'jds2915':4 'noob':1 'question':2 'regard':3 'signal':5"
    -bodyTs: "'/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':7 '0.2':61 '10v':58 '50':27,47,59 'act':49 'assum':44 'avail':39 'circuit':54 'current':17,40 'determin':37 'doesn':9 'generat':4 'imped':26 'joy-it.net':6 'joy-it.net/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':5 'manual':14 'maximum':16,38 'need':33 'ohm':28,48,60 'output':25 'protect':55 'provid':21 'say':11,24 'short':53 'short-circuit':52 'thing':19 'use':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692848640
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/3786444"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692831140 {#2806
      date: 2023-08-24 00:52:20.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
  +image: null
  +parent: null
  +root: null
  +body: "Signal generators have an internal impedance of 50 ohms and expect a load of 50 ohms when the 50 ohm setting is selected. The 50 ohm impedance prevents reflections of high frequency (rf) signals as it changes mediums. Ideally you should not be using a signal generator to drive an output, but instead buffer it or use an amplifier. If you use high-z the output voltage is exactly what you set it to (e.g. 5Vpp) but with the 50 ohm setting the applies voltage is twice that with an internal resistance of 50 ohms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1692947528 {#1711
    date: 2023-08-25 09:12:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@roho@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 26670
  -bodyTs: "'50':8,15,19,25,81,95 '5vpp':77 'amplifi':59 'appli':85 'buffer':54 'chang':37 'drive':49 'e.g':76 'exact':70 'expect':11 'frequenc':32 'generat':2,47 'high':31,64 'high-z':63 'ideal':39 'imped':6,27 'instead':53 'intern':5,92 'load':13 'medium':38 'ohm':9,16,20,26,82,96 'output':51,67 'prevent':28 'reflect':29 'resist':93 'rf':33 'select':23 'set':21,73,83 'signal':1,34,46 'twice':88 'use':44,57,62 'voltag':68,86 'z':65"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2506371"
  +editedAt: DateTimeImmutable @1692833603 {#1705
    date: 2023-08-24 01:33:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692833544 {#1795
    date: 2023-08-24 01:32:24.0 +02:00
  }
  +"title": 26670
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
156 DENIED moderate
App\Entity\EntryComment {#1692
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1691
    +user: Proxies\__CG__\App\Entity\User {#2246 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "Noob-question-regarding-JDS2915-signal-generator"
    +title: "Noob question regarding JDS2915 signal generator"
    +url: null
    +body: """
      I have this generator, [joy-it.net/en/products/JT-JDS2915](https://joy-it.net/en/products/JT-JDS2915)but it doesn’t say in the manual what maximum current this thing can provide.\n
      \n
      It does say ‘output impedance = 50 Ohm’. is that what i need to use to determine maximum available current?\n
      \n
      And can i assume that the 50 ohm acts as a short-circuit protection. After all, 10V / 50 Ohm = 0.2 A
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 2
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1692947526 {#2894
      date: 2023-08-25 09:12:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2899 …}
    +votes: Doctrine\ORM\PersistentCollection {#2909 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#1692}
    ]
    -id: 1924
    -titleTs: "'generat':6 'jds2915':4 'noob':1 'question':2 'regard':3 'signal':5"
    -bodyTs: "'/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':7 '0.2':61 '10v':58 '50':27,47,59 'act':49 'assum':44 'avail':39 'circuit':54 'current':17,40 'determin':37 'doesn':9 'generat':4 'imped':26 'joy-it.net':6 'joy-it.net/en/products/jt-jds2915](https://joy-it.net/en/products/jt-jds2915)but':5 'manual':14 'maximum':16,38 'need':33 'ohm':28,48,60 'output':25 'protect':55 'provid':21 'say':11,24 'short':53 'short-circuit':52 'thing':19 'use':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692848640
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/3786444"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692831140 {#2806
      date: 2023-08-24 00:52:20.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1686 …}
  +image: null
  +parent: null
  +root: null
  +body: "Signal generators have an internal impedance of 50 ohms and expect a load of 50 ohms when the 50 ohm setting is selected. The 50 ohm impedance prevents reflections of high frequency (rf) signals as it changes mediums. Ideally you should not be using a signal generator to drive an output, but instead buffer it or use an amplifier. If you use high-z the output voltage is exactly what you set it to (e.g. 5Vpp) but with the 50 ohm setting the applies voltage is twice that with an internal resistance of 50 ohms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1692947528 {#1711
    date: 2023-08-25 09:12:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@roho@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 26670
  -bodyTs: "'50':8,15,19,25,81,95 '5vpp':77 'amplifi':59 'appli':85 'buffer':54 'chang':37 'drive':49 'e.g':76 'exact':70 'expect':11 'frequenc':32 'generat':2,47 'high':31,64 'high-z':63 'ideal':39 'imped':6,27 'instead':53 'intern':5,92 'load':13 'medium':38 'ohm':9,16,20,26,82,96 'output':51,67 'prevent':28 'reflect':29 'resist':93 'rf':33 'select':23 'set':21,73,83 'signal':1,34,46 'twice':88 'use':44,57,62 'voltag':68,86 'z':65"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/2506371"
  +editedAt: DateTimeImmutable @1692833603 {#1705
    date: 2023-08-24 01:33:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692833544 {#1795
    date: 2023-08-24 01:32:24.0 +02:00
  }
  +"title": 26670
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
157 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
158 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#2180 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "What-creates-resistance-in-a-circuit"
  +title: "What creates resistance in a circuit?"
  +url: null
  +body: "I'm planning to add a momentary switch to a single loop DC circuit. Will this cause any amount of resistance in the circuit? I'm a complete noobie when it comes to electronics, any resource links or clarification is appreciated. I know the type of material/width of wire and a pot will cause resistance but will any component put in line with the circuit cause resistance, and if so how do I go about measuring the resistance for each component within the circuit?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687287774 {#2919
    date: 2023-06-20 21:02:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2924 …}
  +votes: Doctrine\ORM\PersistentCollection {#2927 …}
  +reports: Doctrine\ORM\PersistentCollection {#2929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
  +badges: Doctrine\ORM\PersistentCollection {#2935 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Every material has resistance.\n
        \n
        You can calculate a materials resistance using its resistivity and dimensions. For a simple wire, the formula is R = p*l/A, where p is resistivity, l is length, and A is area (cross sectional. Imagine cutting the wire, you'd see a circular cross section).\n
        \n
        Some materials like copper have very low resistance.\n
        \n
        Some materials like oil have a very high resistance.\n
        \n
        Some materials like carbon have a resistance somewhere in between, but generally fairly high.\n
        \n
        Resistors use a strip of carbon to make a high resistance path.\n
        \n
        Resistance in a switch is typically minimized by design, so introducing a switch or button should not introduce a lot of resistance. It is tyically better not to use switches of this type in signal critical or high power applications (e.g. sound or battery charging), but charging up a small capacitor or powering a small dc circuit should be fine\n
        \n
        To measure resistance, one can use a multimeter. This makes use of Ohm's law. Ohms law shows that\n
        \n
        V=I*R\n
        \n
        Where V is voltage, R is resistance, and I is current. When a small voltage is applied across your component, the current is measured. Then using the current and voltage, it can figure out what the resistance is. It shows it to you on a display so all you have to do is touch the probe tips to the two legs of the switch.\n
        \n
        For a switch this will typically be less than 1 ohm. If you buy from a reputable distributor (e.g. digikey, mouser, arrow, farnell, even LCSC) you can get the "datasheet" and look for the constact resistance. This might be a bit harder with ebay/amazon/aliexpress parts, so just stick with a multimeter.\n
        \n
        A cheap handheld one is fine, but I'd say prob look for an EEVBlog or other video looking at good cheap meters; you can get pretty good stuff without breaking the bank. Don't stress over it though; any multimeter is better than no multimeter
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1687287625 {#1439
        date: 2023-06-20 21:00:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shoeforthepot@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 1257
      -bodyTs: "'1':248 'across':192 'appli':191 'applic':132 'area':36 'arrow':260 'bank':322 'batteri':136 'better':118,332 'bit':279 'break':320 'button':107 'buy':252 'calcul':7 'capacitor':143 'carbon':70,86 'charg':137,139 'cheap':291,311 'circuit':149 'circular':47 'compon':194 'constact':273 'copper':53 'critic':128 'cross':37,48 'current':185,196,202 'cut':40 'd':44,298 'datasheet':268 'dc':148 'design':101 'digikey':258 'dimens':15 'display':220 'distributor':256 'e.g':133,257 'ebay/amazon/aliexpress':282 'eevblog':304 'even':262 'everi':1 'fair':79 'farnel':261 'figur':207 'fine':152,295 'formula':21 'general':78 'get':266,315 'good':310,317 'handheld':292 'harder':280 'high':65,80,90,130 'imagin':39 'introduc':103,110 'l':30 'l/a':25 'law':167,169 'lcsc':263 'leg':235 'length':32 'less':246 'like':52,60,69 'look':270,301,308 'lot':112 'low':56 'make':88,162 'materi':2,9,51,59,68 'measur':154,198 'meter':312 'might':276 'minim':99 'mouser':259 'multimet':160,289,330,335 'ohm':165,168,249 'oil':61 'one':156,293 'p':24,27 'part':283 'path':92 'power':131,145 'pretti':316 'prob':300 'probe':230 'r':23,174,179 'reput':255 'resist':4,10,13,29,57,66,73,91,93,114,155,181,211,274 'resistor':81 'say':299 'section':38,49 'see':45 'show':170,214 'signal':127 'simpl':18 'small':142,147,188 'somewher':74 'sound':134 'stick':286 'stress':325 'strip':84 'stuff':318 'switch':96,105,122,238,241 'though':328 'tip':231 'touch':228 'two':234 'tyical':117 'type':125 'typic':98,244 'use':11,82,121,158,163,200 'v':172,176 'video':307 'voltag':178,189,204 'wire':19,42 'without':319"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/446915"
      +editedAt: DateTimeImmutable @1687224911 {#1435
        date: 2023-06-20 03:35:11.0 +02:00
      }
      +createdAt: DateTimeImmutable @1687224835 {#1436
        date: 2023-06-20 03:33:55.0 +02:00
      }
      +"title": 1257
    }
  ]
  -id: 153
  -titleTs: "'circuit':6 'creat':2 'resist':3"
  -bodyTs: "'add':5 'amount':19 'appreci':41 'caus':17,54,66 'circuit':14,24,65,84 'clarif':39 'come':32 'complet':28 'compon':59,81 'dc':13 'electron':34 'go':74 'know':43 'line':62 'link':37 'loop':12 'm':2,26 'material/width':47 'measur':76 'momentari':7 'noobi':29 'plan':3 'pot':52 'put':60 'resist':21,55,67,78 'resourc':36 'singl':11 'switch':8 'type':45 'wire':49 'within':82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687296726
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/174359"
  +editedAt: DateTimeImmutable @1687224236 {#2902
    date: 2023-06-20 03:23:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687223726 {#2800
    date: 2023-06-20 03:15:26.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
159 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#2180 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "What-creates-resistance-in-a-circuit"
  +title: "What creates resistance in a circuit?"
  +url: null
  +body: "I'm planning to add a momentary switch to a single loop DC circuit. Will this cause any amount of resistance in the circuit? I'm a complete noobie when it comes to electronics, any resource links or clarification is appreciated. I know the type of material/width of wire and a pot will cause resistance but will any component put in line with the circuit cause resistance, and if so how do I go about measuring the resistance for each component within the circuit?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687287774 {#2919
    date: 2023-06-20 21:02:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2924 …}
  +votes: Doctrine\ORM\PersistentCollection {#2927 …}
  +reports: Doctrine\ORM\PersistentCollection {#2929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
  +badges: Doctrine\ORM\PersistentCollection {#2935 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Every material has resistance.\n
        \n
        You can calculate a materials resistance using its resistivity and dimensions. For a simple wire, the formula is R = p*l/A, where p is resistivity, l is length, and A is area (cross sectional. Imagine cutting the wire, you'd see a circular cross section).\n
        \n
        Some materials like copper have very low resistance.\n
        \n
        Some materials like oil have a very high resistance.\n
        \n
        Some materials like carbon have a resistance somewhere in between, but generally fairly high.\n
        \n
        Resistors use a strip of carbon to make a high resistance path.\n
        \n
        Resistance in a switch is typically minimized by design, so introducing a switch or button should not introduce a lot of resistance. It is tyically better not to use switches of this type in signal critical or high power applications (e.g. sound or battery charging), but charging up a small capacitor or powering a small dc circuit should be fine\n
        \n
        To measure resistance, one can use a multimeter. This makes use of Ohm's law. Ohms law shows that\n
        \n
        V=I*R\n
        \n
        Where V is voltage, R is resistance, and I is current. When a small voltage is applied across your component, the current is measured. Then using the current and voltage, it can figure out what the resistance is. It shows it to you on a display so all you have to do is touch the probe tips to the two legs of the switch.\n
        \n
        For a switch this will typically be less than 1 ohm. If you buy from a reputable distributor (e.g. digikey, mouser, arrow, farnell, even LCSC) you can get the "datasheet" and look for the constact resistance. This might be a bit harder with ebay/amazon/aliexpress parts, so just stick with a multimeter.\n
        \n
        A cheap handheld one is fine, but I'd say prob look for an EEVBlog or other video looking at good cheap meters; you can get pretty good stuff without breaking the bank. Don't stress over it though; any multimeter is better than no multimeter
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1687287625 {#1439
        date: 2023-06-20 21:00:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shoeforthepot@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 1257
      -bodyTs: "'1':248 'across':192 'appli':191 'applic':132 'area':36 'arrow':260 'bank':322 'batteri':136 'better':118,332 'bit':279 'break':320 'button':107 'buy':252 'calcul':7 'capacitor':143 'carbon':70,86 'charg':137,139 'cheap':291,311 'circuit':149 'circular':47 'compon':194 'constact':273 'copper':53 'critic':128 'cross':37,48 'current':185,196,202 'cut':40 'd':44,298 'datasheet':268 'dc':148 'design':101 'digikey':258 'dimens':15 'display':220 'distributor':256 'e.g':133,257 'ebay/amazon/aliexpress':282 'eevblog':304 'even':262 'everi':1 'fair':79 'farnel':261 'figur':207 'fine':152,295 'formula':21 'general':78 'get':266,315 'good':310,317 'handheld':292 'harder':280 'high':65,80,90,130 'imagin':39 'introduc':103,110 'l':30 'l/a':25 'law':167,169 'lcsc':263 'leg':235 'length':32 'less':246 'like':52,60,69 'look':270,301,308 'lot':112 'low':56 'make':88,162 'materi':2,9,51,59,68 'measur':154,198 'meter':312 'might':276 'minim':99 'mouser':259 'multimet':160,289,330,335 'ohm':165,168,249 'oil':61 'one':156,293 'p':24,27 'part':283 'path':92 'power':131,145 'pretti':316 'prob':300 'probe':230 'r':23,174,179 'reput':255 'resist':4,10,13,29,57,66,73,91,93,114,155,181,211,274 'resistor':81 'say':299 'section':38,49 'see':45 'show':170,214 'signal':127 'simpl':18 'small':142,147,188 'somewher':74 'sound':134 'stick':286 'stress':325 'strip':84 'stuff':318 'switch':96,105,122,238,241 'though':328 'tip':231 'touch':228 'two':234 'tyical':117 'type':125 'typic':98,244 'use':11,82,121,158,163,200 'v':172,176 'video':307 'voltag':178,189,204 'wire':19,42 'without':319"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/446915"
      +editedAt: DateTimeImmutable @1687224911 {#1435
        date: 2023-06-20 03:35:11.0 +02:00
      }
      +createdAt: DateTimeImmutable @1687224835 {#1436
        date: 2023-06-20 03:33:55.0 +02:00
      }
      +"title": 1257
    }
  ]
  -id: 153
  -titleTs: "'circuit':6 'creat':2 'resist':3"
  -bodyTs: "'add':5 'amount':19 'appreci':41 'caus':17,54,66 'circuit':14,24,65,84 'clarif':39 'come':32 'complet':28 'compon':59,81 'dc':13 'electron':34 'go':74 'know':43 'line':62 'link':37 'loop':12 'm':2,26 'material/width':47 'measur':76 'momentari':7 'noobi':29 'plan':3 'pot':52 'put':60 'resist':21,55,67,78 'resourc':36 'singl':11 'switch':8 'type':45 'wire':49 'within':82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687296726
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/174359"
  +editedAt: DateTimeImmutable @1687224236 {#2902
    date: 2023-06-20 03:23:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687223726 {#2800
    date: 2023-06-20 03:15:26.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
160 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#2180 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
  +slug: "What-creates-resistance-in-a-circuit"
  +title: "What creates resistance in a circuit?"
  +url: null
  +body: "I'm planning to add a momentary switch to a single loop DC circuit. Will this cause any amount of resistance in the circuit? I'm a complete noobie when it comes to electronics, any resource links or clarification is appreciated. I know the type of material/width of wire and a pot will cause resistance but will any component put in line with the circuit cause resistance, and if so how do I go about measuring the resistance for each component within the circuit?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687287774 {#2919
    date: 2023-06-20 21:02:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2924 …}
  +votes: Doctrine\ORM\PersistentCollection {#2927 …}
  +reports: Doctrine\ORM\PersistentCollection {#2929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
  +badges: Doctrine\ORM\PersistentCollection {#2935 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Every material has resistance.\n
        \n
        You can calculate a materials resistance using its resistivity and dimensions. For a simple wire, the formula is R = p*l/A, where p is resistivity, l is length, and A is area (cross sectional. Imagine cutting the wire, you'd see a circular cross section).\n
        \n
        Some materials like copper have very low resistance.\n
        \n
        Some materials like oil have a very high resistance.\n
        \n
        Some materials like carbon have a resistance somewhere in between, but generally fairly high.\n
        \n
        Resistors use a strip of carbon to make a high resistance path.\n
        \n
        Resistance in a switch is typically minimized by design, so introducing a switch or button should not introduce a lot of resistance. It is tyically better not to use switches of this type in signal critical or high power applications (e.g. sound or battery charging), but charging up a small capacitor or powering a small dc circuit should be fine\n
        \n
        To measure resistance, one can use a multimeter. This makes use of Ohm's law. Ohms law shows that\n
        \n
        V=I*R\n
        \n
        Where V is voltage, R is resistance, and I is current. When a small voltage is applied across your component, the current is measured. Then using the current and voltage, it can figure out what the resistance is. It shows it to you on a display so all you have to do is touch the probe tips to the two legs of the switch.\n
        \n
        For a switch this will typically be less than 1 ohm. If you buy from a reputable distributor (e.g. digikey, mouser, arrow, farnell, even LCSC) you can get the "datasheet" and look for the constact resistance. This might be a bit harder with ebay/amazon/aliexpress parts, so just stick with a multimeter.\n
        \n
        A cheap handheld one is fine, but I'd say prob look for an EEVBlog or other video looking at good cheap meters; you can get pretty good stuff without breaking the bank. Don't stress over it though; any multimeter is better than no multimeter
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1687287625 {#1439
        date: 2023-06-20 21:00:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@shoeforthepot@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 1257
      -bodyTs: "'1':248 'across':192 'appli':191 'applic':132 'area':36 'arrow':260 'bank':322 'batteri':136 'better':118,332 'bit':279 'break':320 'button':107 'buy':252 'calcul':7 'capacitor':143 'carbon':70,86 'charg':137,139 'cheap':291,311 'circuit':149 'circular':47 'compon':194 'constact':273 'copper':53 'critic':128 'cross':37,48 'current':185,196,202 'cut':40 'd':44,298 'datasheet':268 'dc':148 'design':101 'digikey':258 'dimens':15 'display':220 'distributor':256 'e.g':133,257 'ebay/amazon/aliexpress':282 'eevblog':304 'even':262 'everi':1 'fair':79 'farnel':261 'figur':207 'fine':152,295 'formula':21 'general':78 'get':266,315 'good':310,317 'handheld':292 'harder':280 'high':65,80,90,130 'imagin':39 'introduc':103,110 'l':30 'l/a':25 'law':167,169 'lcsc':263 'leg':235 'length':32 'less':246 'like':52,60,69 'look':270,301,308 'lot':112 'low':56 'make':88,162 'materi':2,9,51,59,68 'measur':154,198 'meter':312 'might':276 'minim':99 'mouser':259 'multimet':160,289,330,335 'ohm':165,168,249 'oil':61 'one':156,293 'p':24,27 'part':283 'path':92 'power':131,145 'pretti':316 'prob':300 'probe':230 'r':23,174,179 'reput':255 'resist':4,10,13,29,57,66,73,91,93,114,155,181,211,274 'resistor':81 'say':299 'section':38,49 'see':45 'show':170,214 'signal':127 'simpl':18 'small':142,147,188 'somewher':74 'sound':134 'stick':286 'stress':325 'strip':84 'stuff':318 'switch':96,105,122,238,241 'though':328 'tip':231 'touch':228 'two':234 'tyical':117 'type':125 'typic':98,244 'use':11,82,121,158,163,200 'v':172,176 'video':307 'voltag':178,189,204 'wire':19,42 'without':319"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/446915"
      +editedAt: DateTimeImmutable @1687224911 {#1435
        date: 2023-06-20 03:35:11.0 +02:00
      }
      +createdAt: DateTimeImmutable @1687224835 {#1436
        date: 2023-06-20 03:33:55.0 +02:00
      }
      +"title": 1257
    }
  ]
  -id: 153
  -titleTs: "'circuit':6 'creat':2 'resist':3"
  -bodyTs: "'add':5 'amount':19 'appreci':41 'caus':17,54,66 'circuit':14,24,65,84 'clarif':39 'come':32 'complet':28 'compon':59,81 'dc':13 'electron':34 'go':74 'know':43 'line':62 'link':37 'loop':12 'm':2,26 'material/width':47 'measur':76 'momentari':7 'noobi':29 'plan':3 'pot':52 'put':60 'resist':21,55,67,78 'resourc':36 'singl':11 'switch':8 'type':45 'wire':49 'within':82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687296726
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/174359"
  +editedAt: DateTimeImmutable @1687224236 {#2902
    date: 2023-06-20 03:23:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687223726 {#2800
    date: 2023-06-20 03:15:26.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
161 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
162 DENIED moderate
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2180 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "What-creates-resistance-in-a-circuit"
    +title: "What creates resistance in a circuit?"
    +url: null
    +body: "I'm planning to add a momentary switch to a single loop DC circuit. Will this cause any amount of resistance in the circuit? I'm a complete noobie when it comes to electronics, any resource links or clarification is appreciated. I know the type of material/width of wire and a pot will cause resistance but will any component put in line with the circuit cause resistance, and if so how do I go about measuring the resistance for each component within the circuit?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 7
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687287774 {#2919
      date: 2023-06-20 21:02:54.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2924 …}
    +votes: Doctrine\ORM\PersistentCollection {#2927 …}
    +reports: Doctrine\ORM\PersistentCollection {#2929 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
    +badges: Doctrine\ORM\PersistentCollection {#2935 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 153
    -titleTs: "'circuit':6 'creat':2 'resist':3"
    -bodyTs: "'add':5 'amount':19 'appreci':41 'caus':17,54,66 'circuit':14,24,65,84 'clarif':39 'come':32 'complet':28 'compon':59,81 'dc':13 'electron':34 'go':74 'know':43 'line':62 'link':37 'loop':12 'm':2,26 'material/width':47 'measur':76 'momentari':7 'noobi':29 'plan':3 'pot':52 'put':60 'resist':21,55,67,78 'resourc':36 'singl':11 'switch':8 'type':45 'wire':49 'within':82"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687296726
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/174359"
    +editedAt: DateTimeImmutable @1687224236 {#2902
      date: 2023-06-20 03:23:56.0 +02:00
    }
    +createdAt: DateTimeImmutable @1687223726 {#2800
      date: 2023-06-20 03:15:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Every material has resistance.\n
    \n
    You can calculate a materials resistance using its resistivity and dimensions. For a simple wire, the formula is R = p*l/A, where p is resistivity, l is length, and A is area (cross sectional. Imagine cutting the wire, you'd see a circular cross section).\n
    \n
    Some materials like copper have very low resistance.\n
    \n
    Some materials like oil have a very high resistance.\n
    \n
    Some materials like carbon have a resistance somewhere in between, but generally fairly high.\n
    \n
    Resistors use a strip of carbon to make a high resistance path.\n
    \n
    Resistance in a switch is typically minimized by design, so introducing a switch or button should not introduce a lot of resistance. It is tyically better not to use switches of this type in signal critical or high power applications (e.g. sound or battery charging), but charging up a small capacitor or powering a small dc circuit should be fine\n
    \n
    To measure resistance, one can use a multimeter. This makes use of Ohm's law. Ohms law shows that\n
    \n
    V=I*R\n
    \n
    Where V is voltage, R is resistance, and I is current. When a small voltage is applied across your component, the current is measured. Then using the current and voltage, it can figure out what the resistance is. It shows it to you on a display so all you have to do is touch the probe tips to the two legs of the switch.\n
    \n
    For a switch this will typically be less than 1 ohm. If you buy from a reputable distributor (e.g. digikey, mouser, arrow, farnell, even LCSC) you can get the "datasheet" and look for the constact resistance. This might be a bit harder with ebay/amazon/aliexpress parts, so just stick with a multimeter.\n
    \n
    A cheap handheld one is fine, but I'd say prob look for an EEVBlog or other video looking at good cheap meters; you can get pretty good stuff without breaking the bank. Don't stress over it though; any multimeter is better than no multimeter
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1687287625 {#1439
    date: 2023-06-20 21:00:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shoeforthepot@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 1257
  -bodyTs: "'1':248 'across':192 'appli':191 'applic':132 'area':36 'arrow':260 'bank':322 'batteri':136 'better':118,332 'bit':279 'break':320 'button':107 'buy':252 'calcul':7 'capacitor':143 'carbon':70,86 'charg':137,139 'cheap':291,311 'circuit':149 'circular':47 'compon':194 'constact':273 'copper':53 'critic':128 'cross':37,48 'current':185,196,202 'cut':40 'd':44,298 'datasheet':268 'dc':148 'design':101 'digikey':258 'dimens':15 'display':220 'distributor':256 'e.g':133,257 'ebay/amazon/aliexpress':282 'eevblog':304 'even':262 'everi':1 'fair':79 'farnel':261 'figur':207 'fine':152,295 'formula':21 'general':78 'get':266,315 'good':310,317 'handheld':292 'harder':280 'high':65,80,90,130 'imagin':39 'introduc':103,110 'l':30 'l/a':25 'law':167,169 'lcsc':263 'leg':235 'length':32 'less':246 'like':52,60,69 'look':270,301,308 'lot':112 'low':56 'make':88,162 'materi':2,9,51,59,68 'measur':154,198 'meter':312 'might':276 'minim':99 'mouser':259 'multimet':160,289,330,335 'ohm':165,168,249 'oil':61 'one':156,293 'p':24,27 'part':283 'path':92 'power':131,145 'pretti':316 'prob':300 'probe':230 'r':23,174,179 'reput':255 'resist':4,10,13,29,57,66,73,91,93,114,155,181,211,274 'resistor':81 'say':299 'section':38,49 'see':45 'show':170,214 'signal':127 'simpl':18 'small':142,147,188 'somewher':74 'sound':134 'stick':286 'stress':325 'strip':84 'stuff':318 'switch':96,105,122,238,241 'though':328 'tip':231 'touch':228 'two':234 'tyical':117 'type':125 'typic':98,244 'use':11,82,121,158,163,200 'v':172,176 'video':307 'voltag':178,189,204 'wire':19,42 'without':319"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/446915"
  +editedAt: DateTimeImmutable @1687224911 {#1435
    date: 2023-06-20 03:35:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687224835 {#1436
    date: 2023-06-20 03:33:55.0 +02:00
  }
  +"title": 1257
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
163 DENIED edit
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2180 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "What-creates-resistance-in-a-circuit"
    +title: "What creates resistance in a circuit?"
    +url: null
    +body: "I'm planning to add a momentary switch to a single loop DC circuit. Will this cause any amount of resistance in the circuit? I'm a complete noobie when it comes to electronics, any resource links or clarification is appreciated. I know the type of material/width of wire and a pot will cause resistance but will any component put in line with the circuit cause resistance, and if so how do I go about measuring the resistance for each component within the circuit?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 7
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687287774 {#2919
      date: 2023-06-20 21:02:54.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2924 …}
    +votes: Doctrine\ORM\PersistentCollection {#2927 …}
    +reports: Doctrine\ORM\PersistentCollection {#2929 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
    +badges: Doctrine\ORM\PersistentCollection {#2935 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 153
    -titleTs: "'circuit':6 'creat':2 'resist':3"
    -bodyTs: "'add':5 'amount':19 'appreci':41 'caus':17,54,66 'circuit':14,24,65,84 'clarif':39 'come':32 'complet':28 'compon':59,81 'dc':13 'electron':34 'go':74 'know':43 'line':62 'link':37 'loop':12 'm':2,26 'material/width':47 'measur':76 'momentari':7 'noobi':29 'plan':3 'pot':52 'put':60 'resist':21,55,67,78 'resourc':36 'singl':11 'switch':8 'type':45 'wire':49 'within':82"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687296726
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/174359"
    +editedAt: DateTimeImmutable @1687224236 {#2902
      date: 2023-06-20 03:23:56.0 +02:00
    }
    +createdAt: DateTimeImmutable @1687223726 {#2800
      date: 2023-06-20 03:15:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Every material has resistance.\n
    \n
    You can calculate a materials resistance using its resistivity and dimensions. For a simple wire, the formula is R = p*l/A, where p is resistivity, l is length, and A is area (cross sectional. Imagine cutting the wire, you'd see a circular cross section).\n
    \n
    Some materials like copper have very low resistance.\n
    \n
    Some materials like oil have a very high resistance.\n
    \n
    Some materials like carbon have a resistance somewhere in between, but generally fairly high.\n
    \n
    Resistors use a strip of carbon to make a high resistance path.\n
    \n
    Resistance in a switch is typically minimized by design, so introducing a switch or button should not introduce a lot of resistance. It is tyically better not to use switches of this type in signal critical or high power applications (e.g. sound or battery charging), but charging up a small capacitor or powering a small dc circuit should be fine\n
    \n
    To measure resistance, one can use a multimeter. This makes use of Ohm's law. Ohms law shows that\n
    \n
    V=I*R\n
    \n
    Where V is voltage, R is resistance, and I is current. When a small voltage is applied across your component, the current is measured. Then using the current and voltage, it can figure out what the resistance is. It shows it to you on a display so all you have to do is touch the probe tips to the two legs of the switch.\n
    \n
    For a switch this will typically be less than 1 ohm. If you buy from a reputable distributor (e.g. digikey, mouser, arrow, farnell, even LCSC) you can get the "datasheet" and look for the constact resistance. This might be a bit harder with ebay/amazon/aliexpress parts, so just stick with a multimeter.\n
    \n
    A cheap handheld one is fine, but I'd say prob look for an EEVBlog or other video looking at good cheap meters; you can get pretty good stuff without breaking the bank. Don't stress over it though; any multimeter is better than no multimeter
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1687287625 {#1439
    date: 2023-06-20 21:00:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shoeforthepot@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 1257
  -bodyTs: "'1':248 'across':192 'appli':191 'applic':132 'area':36 'arrow':260 'bank':322 'batteri':136 'better':118,332 'bit':279 'break':320 'button':107 'buy':252 'calcul':7 'capacitor':143 'carbon':70,86 'charg':137,139 'cheap':291,311 'circuit':149 'circular':47 'compon':194 'constact':273 'copper':53 'critic':128 'cross':37,48 'current':185,196,202 'cut':40 'd':44,298 'datasheet':268 'dc':148 'design':101 'digikey':258 'dimens':15 'display':220 'distributor':256 'e.g':133,257 'ebay/amazon/aliexpress':282 'eevblog':304 'even':262 'everi':1 'fair':79 'farnel':261 'figur':207 'fine':152,295 'formula':21 'general':78 'get':266,315 'good':310,317 'handheld':292 'harder':280 'high':65,80,90,130 'imagin':39 'introduc':103,110 'l':30 'l/a':25 'law':167,169 'lcsc':263 'leg':235 'length':32 'less':246 'like':52,60,69 'look':270,301,308 'lot':112 'low':56 'make':88,162 'materi':2,9,51,59,68 'measur':154,198 'meter':312 'might':276 'minim':99 'mouser':259 'multimet':160,289,330,335 'ohm':165,168,249 'oil':61 'one':156,293 'p':24,27 'part':283 'path':92 'power':131,145 'pretti':316 'prob':300 'probe':230 'r':23,174,179 'reput':255 'resist':4,10,13,29,57,66,73,91,93,114,155,181,211,274 'resistor':81 'say':299 'section':38,49 'see':45 'show':170,214 'signal':127 'simpl':18 'small':142,147,188 'somewher':74 'sound':134 'stick':286 'stress':325 'strip':84 'stuff':318 'switch':96,105,122,238,241 'though':328 'tip':231 'touch':228 'two':234 'tyical':117 'type':125 'typic':98,244 'use':11,82,121,158,163,200 'v':172,176 'video':307 'voltag':178,189,204 'wire':19,42 'without':319"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/446915"
  +editedAt: DateTimeImmutable @1687224911 {#1435
    date: 2023-06-20 03:35:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687224835 {#1436
    date: 2023-06-20 03:33:55.0 +02:00
  }
  +"title": 1257
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
164 DENIED moderate
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2180 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2641 …}
    +slug: "What-creates-resistance-in-a-circuit"
    +title: "What creates resistance in a circuit?"
    +url: null
    +body: "I'm planning to add a momentary switch to a single loop DC circuit. Will this cause any amount of resistance in the circuit? I'm a complete noobie when it comes to electronics, any resource links or clarification is appreciated. I know the type of material/width of wire and a pot will cause resistance but will any component put in line with the circuit cause resistance, and if so how do I go about measuring the resistance for each component within the circuit?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 7
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687287774 {#2919
      date: 2023-06-20 21:02:54.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2924 …}
    +votes: Doctrine\ORM\PersistentCollection {#2927 …}
    +reports: Doctrine\ORM\PersistentCollection {#2929 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2931 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2933 …}
    +badges: Doctrine\ORM\PersistentCollection {#2935 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 153
    -titleTs: "'circuit':6 'creat':2 'resist':3"
    -bodyTs: "'add':5 'amount':19 'appreci':41 'caus':17,54,66 'circuit':14,24,65,84 'clarif':39 'come':32 'complet':28 'compon':59,81 'dc':13 'electron':34 'go':74 'know':43 'line':62 'link':37 'loop':12 'm':2,26 'material/width':47 'measur':76 'momentari':7 'noobi':29 'plan':3 'pot':52 'put':60 'resist':21,55,67,78 'resourc':36 'singl':11 'switch':8 'type':45 'wire':49 'within':82"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687296726
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/174359"
    +editedAt: DateTimeImmutable @1687224236 {#2902
      date: 2023-06-20 03:23:56.0 +02:00
    }
    +createdAt: DateTimeImmutable @1687223726 {#2800
      date: 2023-06-20 03:15:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Every material has resistance.\n
    \n
    You can calculate a materials resistance using its resistivity and dimensions. For a simple wire, the formula is R = p*l/A, where p is resistivity, l is length, and A is area (cross sectional. Imagine cutting the wire, you'd see a circular cross section).\n
    \n
    Some materials like copper have very low resistance.\n
    \n
    Some materials like oil have a very high resistance.\n
    \n
    Some materials like carbon have a resistance somewhere in between, but generally fairly high.\n
    \n
    Resistors use a strip of carbon to make a high resistance path.\n
    \n
    Resistance in a switch is typically minimized by design, so introducing a switch or button should not introduce a lot of resistance. It is tyically better not to use switches of this type in signal critical or high power applications (e.g. sound or battery charging), but charging up a small capacitor or powering a small dc circuit should be fine\n
    \n
    To measure resistance, one can use a multimeter. This makes use of Ohm's law. Ohms law shows that\n
    \n
    V=I*R\n
    \n
    Where V is voltage, R is resistance, and I is current. When a small voltage is applied across your component, the current is measured. Then using the current and voltage, it can figure out what the resistance is. It shows it to you on a display so all you have to do is touch the probe tips to the two legs of the switch.\n
    \n
    For a switch this will typically be less than 1 ohm. If you buy from a reputable distributor (e.g. digikey, mouser, arrow, farnell, even LCSC) you can get the "datasheet" and look for the constact resistance. This might be a bit harder with ebay/amazon/aliexpress parts, so just stick with a multimeter.\n
    \n
    A cheap handheld one is fine, but I'd say prob look for an EEVBlog or other video looking at good cheap meters; you can get pretty good stuff without breaking the bank. Don't stress over it though; any multimeter is better than no multimeter
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1687287625 {#1439
    date: 2023-06-20 21:00:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@shoeforthepot@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 1257
  -bodyTs: "'1':248 'across':192 'appli':191 'applic':132 'area':36 'arrow':260 'bank':322 'batteri':136 'better':118,332 'bit':279 'break':320 'button':107 'buy':252 'calcul':7 'capacitor':143 'carbon':70,86 'charg':137,139 'cheap':291,311 'circuit':149 'circular':47 'compon':194 'constact':273 'copper':53 'critic':128 'cross':37,48 'current':185,196,202 'cut':40 'd':44,298 'datasheet':268 'dc':148 'design':101 'digikey':258 'dimens':15 'display':220 'distributor':256 'e.g':133,257 'ebay/amazon/aliexpress':282 'eevblog':304 'even':262 'everi':1 'fair':79 'farnel':261 'figur':207 'fine':152,295 'formula':21 'general':78 'get':266,315 'good':310,317 'handheld':292 'harder':280 'high':65,80,90,130 'imagin':39 'introduc':103,110 'l':30 'l/a':25 'law':167,169 'lcsc':263 'leg':235 'length':32 'less':246 'like':52,60,69 'look':270,301,308 'lot':112 'low':56 'make':88,162 'materi':2,9,51,59,68 'measur':154,198 'meter':312 'might':276 'minim':99 'mouser':259 'multimet':160,289,330,335 'ohm':165,168,249 'oil':61 'one':156,293 'p':24,27 'part':283 'path':92 'power':131,145 'pretti':316 'prob':300 'probe':230 'r':23,174,179 'reput':255 'resist':4,10,13,29,57,66,73,91,93,114,155,181,211,274 'resistor':81 'say':299 'section':38,49 'see':45 'show':170,214 'signal':127 'simpl':18 'small':142,147,188 'somewher':74 'sound':134 'stick':286 'stress':325 'strip':84 'stuff':318 'switch':96,105,122,238,241 'though':328 'tip':231 'touch':228 'two':234 'tyical':117 'type':125 'typic':98,244 'use':11,82,121,158,163,200 'v':172,176 'video':307 'voltag':178,189,204 'wire':19,42 'without':319"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/446915"
  +editedAt: DateTimeImmutable @1687224911 {#1435
    date: 2023-06-20 03:35:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687224835 {#1436
    date: 2023-06-20 03:33:55.0 +02:00
  }
  +"title": 1257
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
165 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
166 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2634 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: Proxies\__CG__\App\Entity\Image {#2834 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2856 …}
  +slug: "Early-bird"
  +title: "Early bird"
  +url: "https://lemmy.zip/pictrs/image/aa01c536-25e7-4383-81f1-8ad6237b8a5f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 158
  +favouriteCount: 930
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701619249 {#2201
    date: 2023-12-03 17:00:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2855 …}
  +votes: Doctrine\ORM\PersistentCollection {#2853 …}
  +reports: Doctrine\ORM\PersistentCollection {#2850 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2880 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "Something everyone here seems to be forgetting is that even if you are getting the same amount of sleep, sleeping at a time which fits your biological clock better is better for you. I can get some amount of sleep and wake up at 5am and be tired the whole day, and yet if I wake up at 8-9am with the same amount of sleep I am perfectly functional the whole day."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 73
      +score: 0
      +lastActive: DateTime @1701296683 {#2131
        date: 2023-11-29 23:24:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@Setarkus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 178637
      -bodyTs: "'-9':60 '5am':45 '8':59 'amount':17,38,65 'better':29,31 'biolog':27 'clock':28 'day':51,74 'even':10 'everyon':2 'fit':25 'forget':7 'function':71 'get':14,36 'perfect':70 'seem':4 'sleep':19,20,40,67 'someth':1 'time':23 'tire':48 'wake':42,56 'whole':50,73 'yet':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5276852"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701296683 {#2132
        date: 2023-11-29 23:24:43.0 +01:00
      }
      +"title": 178637
    }
  ]
  -id: 18251
  -titleTs: "'bird':2 'earli':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701367065
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6267058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701280665 {#2711
    date: 2023-11-29 18:57:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
167 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2634 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: Proxies\__CG__\App\Entity\Image {#2834 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2856 …}
  +slug: "Early-bird"
  +title: "Early bird"
  +url: "https://lemmy.zip/pictrs/image/aa01c536-25e7-4383-81f1-8ad6237b8a5f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 158
  +favouriteCount: 930
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701619249 {#2201
    date: 2023-12-03 17:00:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2855 …}
  +votes: Doctrine\ORM\PersistentCollection {#2853 …}
  +reports: Doctrine\ORM\PersistentCollection {#2850 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2880 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "Something everyone here seems to be forgetting is that even if you are getting the same amount of sleep, sleeping at a time which fits your biological clock better is better for you. I can get some amount of sleep and wake up at 5am and be tired the whole day, and yet if I wake up at 8-9am with the same amount of sleep I am perfectly functional the whole day."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 73
      +score: 0
      +lastActive: DateTime @1701296683 {#2131
        date: 2023-11-29 23:24:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@Setarkus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 178637
      -bodyTs: "'-9':60 '5am':45 '8':59 'amount':17,38,65 'better':29,31 'biolog':27 'clock':28 'day':51,74 'even':10 'everyon':2 'fit':25 'forget':7 'function':71 'get':14,36 'perfect':70 'seem':4 'sleep':19,20,40,67 'someth':1 'time':23 'tire':48 'wake':42,56 'whole':50,73 'yet':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5276852"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701296683 {#2132
        date: 2023-11-29 23:24:43.0 +01:00
      }
      +"title": 178637
    }
  ]
  -id: 18251
  -titleTs: "'bird':2 'earli':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701367065
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6267058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701280665 {#2711
    date: 2023-11-29 18:57:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
168 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2634 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: Proxies\__CG__\App\Entity\Image {#2834 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2856 …}
  +slug: "Early-bird"
  +title: "Early bird"
  +url: "https://lemmy.zip/pictrs/image/aa01c536-25e7-4383-81f1-8ad6237b8a5f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 158
  +favouriteCount: 930
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701619249 {#2201
    date: 2023-12-03 17:00:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2855 …}
  +votes: Doctrine\ORM\PersistentCollection {#2853 …}
  +reports: Doctrine\ORM\PersistentCollection {#2850 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2880 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "Something everyone here seems to be forgetting is that even if you are getting the same amount of sleep, sleeping at a time which fits your biological clock better is better for you. I can get some amount of sleep and wake up at 5am and be tired the whole day, and yet if I wake up at 8-9am with the same amount of sleep I am perfectly functional the whole day."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 73
      +score: 0
      +lastActive: DateTime @1701296683 {#2131
        date: 2023-11-29 23:24:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@Setarkus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 178637
      -bodyTs: "'-9':60 '5am':45 '8':59 'amount':17,38,65 'better':29,31 'biolog':27 'clock':28 'day':51,74 'even':10 'everyon':2 'fit':25 'forget':7 'function':71 'get':14,36 'perfect':70 'seem':4 'sleep':19,20,40,67 'someth':1 'time':23 'tire':48 'wake':42,56 'whole':50,73 'yet':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5276852"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701296683 {#2132
        date: 2023-11-29 23:24:43.0 +01:00
      }
      +"title": 178637
    }
  ]
  -id: 18251
  -titleTs: "'bird':2 'earli':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701367065
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6267058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701280665 {#2711
    date: 2023-11-29 18:57:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
169 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
170 DENIED moderate
App\Entity\EntryComment {#2138
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2634 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: Proxies\__CG__\App\Entity\Image {#2834 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2856 …}
    +slug: "Early-bird"
    +title: "Early bird"
    +url: "https://lemmy.zip/pictrs/image/aa01c536-25e7-4383-81f1-8ad6237b8a5f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 158
    +favouriteCount: 930
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701619249 {#2201
      date: 2023-12-03 17:00:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2855 …}
    +votes: Doctrine\ORM\PersistentCollection {#2853 …}
    +reports: Doctrine\ORM\PersistentCollection {#2850 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2880 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 18251
    -titleTs: "'bird':2 'earli':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701367065
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6267058"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701280665 {#2711
      date: 2023-11-29 18:57:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "Something everyone here seems to be forgetting is that even if you are getting the same amount of sleep, sleeping at a time which fits your biological clock better is better for you. I can get some amount of sleep and wake up at 5am and be tired the whole day, and yet if I wake up at 8-9am with the same amount of sleep I am perfectly functional the whole day."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 73
  +score: 0
  +lastActive: DateTime @1701296683 {#2131
    date: 2023-11-29 23:24:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@Setarkus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 178637
  -bodyTs: "'-9':60 '5am':45 '8':59 'amount':17,38,65 'better':29,31 'biolog':27 'clock':28 'day':51,74 'even':10 'everyon':2 'fit':25 'forget':7 'function':71 'get':14,36 'perfect':70 'seem':4 'sleep':19,20,40,67 'someth':1 'time':23 'tire':48 'wake':42,56 'whole':50,73 'yet':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5276852"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701296683 {#2132
    date: 2023-11-29 23:24:43.0 +01:00
  }
  +"title": 178637
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
171 DENIED edit
App\Entity\EntryComment {#2138
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2634 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: Proxies\__CG__\App\Entity\Image {#2834 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2856 …}
    +slug: "Early-bird"
    +title: "Early bird"
    +url: "https://lemmy.zip/pictrs/image/aa01c536-25e7-4383-81f1-8ad6237b8a5f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 158
    +favouriteCount: 930
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701619249 {#2201
      date: 2023-12-03 17:00:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2855 …}
    +votes: Doctrine\ORM\PersistentCollection {#2853 …}
    +reports: Doctrine\ORM\PersistentCollection {#2850 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2880 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 18251
    -titleTs: "'bird':2 'earli':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701367065
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6267058"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701280665 {#2711
      date: 2023-11-29 18:57:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "Something everyone here seems to be forgetting is that even if you are getting the same amount of sleep, sleeping at a time which fits your biological clock better is better for you. I can get some amount of sleep and wake up at 5am and be tired the whole day, and yet if I wake up at 8-9am with the same amount of sleep I am perfectly functional the whole day."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 73
  +score: 0
  +lastActive: DateTime @1701296683 {#2131
    date: 2023-11-29 23:24:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@Setarkus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 178637
  -bodyTs: "'-9':60 '5am':45 '8':59 'amount':17,38,65 'better':29,31 'biolog':27 'clock':28 'day':51,74 'even':10 'everyon':2 'fit':25 'forget':7 'function':71 'get':14,36 'perfect':70 'seem':4 'sleep':19,20,40,67 'someth':1 'time':23 'tire':48 'wake':42,56 'whole':50,73 'yet':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5276852"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701296683 {#2132
    date: 2023-11-29 23:24:43.0 +01:00
  }
  +"title": 178637
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
172 DENIED moderate
App\Entity\EntryComment {#2138
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2634 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: Proxies\__CG__\App\Entity\Image {#2834 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2856 …}
    +slug: "Early-bird"
    +title: "Early bird"
    +url: "https://lemmy.zip/pictrs/image/aa01c536-25e7-4383-81f1-8ad6237b8a5f.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 158
    +favouriteCount: 930
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701619249 {#2201
      date: 2023-12-03 17:00:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2855 …}
    +votes: Doctrine\ORM\PersistentCollection {#2853 …}
    +reports: Doctrine\ORM\PersistentCollection {#2850 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2884 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2880 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 18251
    -titleTs: "'bird':2 'earli':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701367065
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6267058"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701280665 {#2711
      date: 2023-11-29 18:57:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "Something everyone here seems to be forgetting is that even if you are getting the same amount of sleep, sleeping at a time which fits your biological clock better is better for you. I can get some amount of sleep and wake up at 5am and be tired the whole day, and yet if I wake up at 8-9am with the same amount of sleep I am perfectly functional the whole day."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 73
  +score: 0
  +lastActive: DateTime @1701296683 {#2131
    date: 2023-11-29 23:24:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@Setarkus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 178637
  -bodyTs: "'-9':60 '5am':45 '8':59 'amount':17,38,65 'better':29,31 'biolog':27 'clock':28 'day':51,74 'even':10 'everyon':2 'fit':25 'forget':7 'function':71 'get':14,36 'perfect':70 'seem':4 'sleep':19,20,40,67 'someth':1 'time':23 'tire':48 'wake':42,56 'whole':50,73 'yet':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5276852"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701296683 {#2132
    date: 2023-11-29 23:24:43.0 +01:00
  }
  +"title": 178637
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
173 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
174 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details