GET https://kbin.spritesserver.nl/index.php/u/@distractedcactus@beehaw.org/active

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 …}
}
1.11 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.06 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 {#1587
  +user: Proxies\__CG__\App\Entity\User {#1680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1736
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#2393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1407 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2391 …}
  +badges: Doctrine\ORM\PersistentCollection {#1384 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Several things are regularly in my “ponder and wonder” list, the most recent being:\n
        \n
        - Chaos theory\n
        - Higher dimensions (>4)\n
        - The actual scale of space versus our normal human scale\n
        - The idea of social/societal evolution (how can we be better together as a species)\n
        \n
        I can get lost for a while in any of these topics.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689131794 {#1697
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1560 …}
      +votes: Doctrine\ORM\PersistentCollection {#1551 …}
      +reports: Doctrine\ORM\PersistentCollection {#1585 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
      -id: 12613
      -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/642156"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689131794 {#1709
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +"title": 12613
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1617
    date: 2023-07-12 04:11:39.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
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#1680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1736
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#2393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1407 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2391 …}
  +badges: Doctrine\ORM\PersistentCollection {#1384 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Several things are regularly in my “ponder and wonder” list, the most recent being:\n
        \n
        - Chaos theory\n
        - Higher dimensions (>4)\n
        - The actual scale of space versus our normal human scale\n
        - The idea of social/societal evolution (how can we be better together as a species)\n
        \n
        I can get lost for a while in any of these topics.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689131794 {#1697
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1560 …}
      +votes: Doctrine\ORM\PersistentCollection {#1551 …}
      +reports: Doctrine\ORM\PersistentCollection {#1585 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
      -id: 12613
      -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/642156"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689131794 {#1709
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +"title": 12613
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1617
    date: 2023-07-12 04:11:39.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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#1680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1736
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1907 …}
  +reports: Doctrine\ORM\PersistentCollection {#2393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1407 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2391 …}
  +badges: Doctrine\ORM\PersistentCollection {#1384 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Several things are regularly in my “ponder and wonder” list, the most recent being:\n
        \n
        - Chaos theory\n
        - Higher dimensions (>4)\n
        - The actual scale of space versus our normal human scale\n
        - The idea of social/societal evolution (how can we be better together as a species)\n
        \n
        I can get lost for a while in any of these topics.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689131794 {#1697
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1560 …}
      +votes: Doctrine\ORM\PersistentCollection {#1551 …}
      +reports: Doctrine\ORM\PersistentCollection {#1585 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
      -id: 12613
      -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/642156"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689131794 {#1709
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +"title": 12613
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1617
    date: 2023-07-12 04:11:39.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
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 {#1646
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#1680 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1736
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1723 …}
    +votes: Doctrine\ORM\PersistentCollection {#1907 …}
    +reports: Doctrine\ORM\PersistentCollection {#2393 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1407 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2391 …}
    +badges: Doctrine\ORM\PersistentCollection {#1384 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1617
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Several things are regularly in my “ponder and wonder” list, the most recent being:\n
    \n
    - Chaos theory\n
    - Higher dimensions (>4)\n
    - The actual scale of space versus our normal human scale\n
    - The idea of social/societal evolution (how can we be better together as a species)\n
    \n
    I can get lost for a while in any of these topics.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689131794 {#1697
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1560 …}
  +votes: Doctrine\ORM\PersistentCollection {#1551 …}
  +reports: Doctrine\ORM\PersistentCollection {#1585 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  -id: 12613
  -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/642156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689131794 {#1709
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +"title": 12613
}
"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 {#1646
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#1680 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1736
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1723 …}
    +votes: Doctrine\ORM\PersistentCollection {#1907 …}
    +reports: Doctrine\ORM\PersistentCollection {#2393 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1407 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2391 …}
    +badges: Doctrine\ORM\PersistentCollection {#1384 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1617
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Several things are regularly in my “ponder and wonder” list, the most recent being:\n
    \n
    - Chaos theory\n
    - Higher dimensions (>4)\n
    - The actual scale of space versus our normal human scale\n
    - The idea of social/societal evolution (how can we be better together as a species)\n
    \n
    I can get lost for a while in any of these topics.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689131794 {#1697
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1560 …}
  +votes: Doctrine\ORM\PersistentCollection {#1551 …}
  +reports: Doctrine\ORM\PersistentCollection {#1585 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  -id: 12613
  -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/642156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689131794 {#1709
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +"title": 12613
}
"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 {#1646
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#1680 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1736
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1723 …}
    +votes: Doctrine\ORM\PersistentCollection {#1907 …}
    +reports: Doctrine\ORM\PersistentCollection {#2393 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1407 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2391 …}
    +badges: Doctrine\ORM\PersistentCollection {#1384 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1617
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Several things are regularly in my “ponder and wonder” list, the most recent being:\n
    \n
    - Chaos theory\n
    - Higher dimensions (>4)\n
    - The actual scale of space versus our normal human scale\n
    - The idea of social/societal evolution (how can we be better together as a species)\n
    \n
    I can get lost for a while in any of these topics.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689131794 {#1697
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1560 …}
  +votes: Doctrine\ORM\PersistentCollection {#1551 …}
  +reports: Doctrine\ORM\PersistentCollection {#1585 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  -id: 12613
  -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/642156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689131794 {#1709
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +"title": 12613
}
"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 {#1565
  +user: Proxies\__CG__\App\Entity\User {#1906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
  +slug: "You-know-any-cool-lesser-known-or-even-made-up-phrases"
  +title: "You know any cool, lesser-known or even made up phrases?"
  +url: null
  +body: """
    pray tell\n
    =========\n
    \n
    For demanding an answer. In my opinion, it adds a friendly layer of irony, indicating that you cannot see a possible reason for something :\n
    \n
    *And pray tell, what purpose does it serve?* 🙄\n
    \n
    Half Sisyphus, half rolling stone.\n
    ==================================\n
    \n
    Describes self sabotaging tendencies (while showing good will and effort).\n
    \n
    *I thought you quit smoking last month – yea, half Sisyphus, half rolling stone*🥲
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 43
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689380402 {#1701
    date: 2023-07-15 02:20:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  +badges: Doctrine\ORM\PersistentCollection {#1721 …}
  +children: [
    App\Entity\EntryComment {#1558
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “Mallyhacked” - meaning something that is broken or destroyed. I heard this phrase a lot from older folks during my childhood, but never by anyone who wasn’t from my area. My SO didn’t believe it was a real word so I did some digging and I think that it is likely a very regionally accented version of “malahack”.\n
        \n
        Urban Dictionary says that malahack comes from the Lumbee-English slang of southern North Carolina. I don’t think that’s quite accurate because I’m not from anywhere close to North Carolina. My preferred reference is from *The Vocabulary of East-Anglia: An Attempt to Record the Vulgar Tongue of the Twin Sister Counties Norfolk and Suffolk, as it Existed in the Last Twenty Years of the Eighteenth Century, and Still Exists: with Proof of Its Antiquity from Etymology and Authority; in Two Volumes · Volume 2* by Robert Forby, 1830:\n
        \n
        > Malahack, v. A word ludicrously fabricated, which means to cut or carve in an awkward and slovenly manner.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689257380 {#1653
        date: 2023-07-13 16:09:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@birdcat@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1556 …}
      +votes: Doctrine\ORM\PersistentCollection {#1555 …}
      +reports: Doctrine\ORM\PersistentCollection {#1620 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 14786
      -bodyTs: "'1830':152 '2':148 'accent':56 'accur':83 'anglia':104 'antiqu':139 'anyon':24 'anywher':89 'area':30 'attempt':106 'author':143 'awkward':167 'believ':35 'broken':6 'carolina':75,93 'carv':164 'centuri':131 'childhood':20 'close':90 'come':65 'counti':116 'cut':162 'destroy':8 'dictionari':61 'didn':33 'dig':45 'east':103 'east-anglia':102 'eighteenth':130 'english':70 'etymolog':141 'exist':122,134 'fabric':158 'folk':17 'forbi':151 'heard':10 'last':125 'like':52 'lot':14 'ludicr':157 'lumbe':69 'lumbee-english':68 'm':86 'malahack':59,64,153 'mallyhack':1 'manner':170 'mean':2,160 'never':22 'norfolk':117 'north':74,92 'older':16 'phrase':12 'prefer':95 'proof':136 'quit':82 'real':39 'record':108 'refer':96 'region':55 'robert':150 'say':62 'sister':115 'slang':71 'sloven':169 'someth':3 'southern':73 'still':133 'suffolk':119 'think':48,79 'tongu':111 'twenti':126 'twin':114 'two':145 'urban':60 'v':154 'version':57 'vocabulari':100 'volum':146,147 'vulgar':110 'wasn':26 'word':40,156 'year':127"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/655290"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689257380 {#1554
        date: 2023-07-13 16:09:40.0 +02:00
      }
      +"title": 14786
    }
  ]
  -id: 1202
  -titleTs: "'cool':4 'even':9 'know':2 'known':7 'lesser':6 'lesser-known':5 'made':10 'phrase':12"
  -bodyTs: "'add':11 'answer':6 'cannot':20 'demand':4 'describ':40 'effort':49 'friend':13 'good':46 'half':35,37,58,60 'indic':17 'ironi':16 'last':55 'layer':14 'month':56 'opinion':9 'possibl':23 'pray':1,28 'purpos':31 'quit':53 'reason':24 'roll':38,61 'sabotag':42 'see':21 'self':41 'serv':34 'show':45 'sisyphus':36,59 'smoke':54 'someth':26 'stone':39,62 'tell':2,29 'tendenc':43 'thought':51 'yea':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689338999
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/2002439"
  +editedAt: DateTimeImmutable @1689252683 {#1598
    date: 2023-07-13 14:51:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689252599 {#1705
    date: 2023-07-13 14:49:59.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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1565
  +user: Proxies\__CG__\App\Entity\User {#1906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
  +slug: "You-know-any-cool-lesser-known-or-even-made-up-phrases"
  +title: "You know any cool, lesser-known or even made up phrases?"
  +url: null
  +body: """
    pray tell\n
    =========\n
    \n
    For demanding an answer. In my opinion, it adds a friendly layer of irony, indicating that you cannot see a possible reason for something :\n
    \n
    *And pray tell, what purpose does it serve?* 🙄\n
    \n
    Half Sisyphus, half rolling stone.\n
    ==================================\n
    \n
    Describes self sabotaging tendencies (while showing good will and effort).\n
    \n
    *I thought you quit smoking last month – yea, half Sisyphus, half rolling stone*🥲
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 43
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689380402 {#1701
    date: 2023-07-15 02:20:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  +badges: Doctrine\ORM\PersistentCollection {#1721 …}
  +children: [
    App\Entity\EntryComment {#1558
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “Mallyhacked” - meaning something that is broken or destroyed. I heard this phrase a lot from older folks during my childhood, but never by anyone who wasn’t from my area. My SO didn’t believe it was a real word so I did some digging and I think that it is likely a very regionally accented version of “malahack”.\n
        \n
        Urban Dictionary says that malahack comes from the Lumbee-English slang of southern North Carolina. I don’t think that’s quite accurate because I’m not from anywhere close to North Carolina. My preferred reference is from *The Vocabulary of East-Anglia: An Attempt to Record the Vulgar Tongue of the Twin Sister Counties Norfolk and Suffolk, as it Existed in the Last Twenty Years of the Eighteenth Century, and Still Exists: with Proof of Its Antiquity from Etymology and Authority; in Two Volumes · Volume 2* by Robert Forby, 1830:\n
        \n
        > Malahack, v. A word ludicrously fabricated, which means to cut or carve in an awkward and slovenly manner.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689257380 {#1653
        date: 2023-07-13 16:09:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@birdcat@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1556 …}
      +votes: Doctrine\ORM\PersistentCollection {#1555 …}
      +reports: Doctrine\ORM\PersistentCollection {#1620 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 14786
      -bodyTs: "'1830':152 '2':148 'accent':56 'accur':83 'anglia':104 'antiqu':139 'anyon':24 'anywher':89 'area':30 'attempt':106 'author':143 'awkward':167 'believ':35 'broken':6 'carolina':75,93 'carv':164 'centuri':131 'childhood':20 'close':90 'come':65 'counti':116 'cut':162 'destroy':8 'dictionari':61 'didn':33 'dig':45 'east':103 'east-anglia':102 'eighteenth':130 'english':70 'etymolog':141 'exist':122,134 'fabric':158 'folk':17 'forbi':151 'heard':10 'last':125 'like':52 'lot':14 'ludicr':157 'lumbe':69 'lumbee-english':68 'm':86 'malahack':59,64,153 'mallyhack':1 'manner':170 'mean':2,160 'never':22 'norfolk':117 'north':74,92 'older':16 'phrase':12 'prefer':95 'proof':136 'quit':82 'real':39 'record':108 'refer':96 'region':55 'robert':150 'say':62 'sister':115 'slang':71 'sloven':169 'someth':3 'southern':73 'still':133 'suffolk':119 'think':48,79 'tongu':111 'twenti':126 'twin':114 'two':145 'urban':60 'v':154 'version':57 'vocabulari':100 'volum':146,147 'vulgar':110 'wasn':26 'word':40,156 'year':127"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/655290"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689257380 {#1554
        date: 2023-07-13 16:09:40.0 +02:00
      }
      +"title": 14786
    }
  ]
  -id: 1202
  -titleTs: "'cool':4 'even':9 'know':2 'known':7 'lesser':6 'lesser-known':5 'made':10 'phrase':12"
  -bodyTs: "'add':11 'answer':6 'cannot':20 'demand':4 'describ':40 'effort':49 'friend':13 'good':46 'half':35,37,58,60 'indic':17 'ironi':16 'last':55 'layer':14 'month':56 'opinion':9 'possibl':23 'pray':1,28 'purpos':31 'quit':53 'reason':24 'roll':38,61 'sabotag':42 'see':21 'self':41 'serv':34 'show':45 'sisyphus':36,59 'smoke':54 'someth':26 'stone':39,62 'tell':2,29 'tendenc':43 'thought':51 'yea':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689338999
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/2002439"
  +editedAt: DateTimeImmutable @1689252683 {#1598
    date: 2023-07-13 14:51:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689252599 {#1705
    date: 2023-07-13 14:49:59.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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1565
  +user: Proxies\__CG__\App\Entity\User {#1906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
  +slug: "You-know-any-cool-lesser-known-or-even-made-up-phrases"
  +title: "You know any cool, lesser-known or even made up phrases?"
  +url: null
  +body: """
    pray tell\n
    =========\n
    \n
    For demanding an answer. In my opinion, it adds a friendly layer of irony, indicating that you cannot see a possible reason for something :\n
    \n
    *And pray tell, what purpose does it serve?* 🙄\n
    \n
    Half Sisyphus, half rolling stone.\n
    ==================================\n
    \n
    Describes self sabotaging tendencies (while showing good will and effort).\n
    \n
    *I thought you quit smoking last month – yea, half Sisyphus, half rolling stone*🥲
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 43
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689380402 {#1701
    date: 2023-07-15 02:20:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  +badges: Doctrine\ORM\PersistentCollection {#1721 …}
  +children: [
    App\Entity\EntryComment {#1558
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “Mallyhacked” - meaning something that is broken or destroyed. I heard this phrase a lot from older folks during my childhood, but never by anyone who wasn’t from my area. My SO didn’t believe it was a real word so I did some digging and I think that it is likely a very regionally accented version of “malahack”.\n
        \n
        Urban Dictionary says that malahack comes from the Lumbee-English slang of southern North Carolina. I don’t think that’s quite accurate because I’m not from anywhere close to North Carolina. My preferred reference is from *The Vocabulary of East-Anglia: An Attempt to Record the Vulgar Tongue of the Twin Sister Counties Norfolk and Suffolk, as it Existed in the Last Twenty Years of the Eighteenth Century, and Still Exists: with Proof of Its Antiquity from Etymology and Authority; in Two Volumes · Volume 2* by Robert Forby, 1830:\n
        \n
        > Malahack, v. A word ludicrously fabricated, which means to cut or carve in an awkward and slovenly manner.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1689257380 {#1653
        date: 2023-07-13 16:09:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@birdcat@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1556 …}
      +votes: Doctrine\ORM\PersistentCollection {#1555 …}
      +reports: Doctrine\ORM\PersistentCollection {#1620 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 14786
      -bodyTs: "'1830':152 '2':148 'accent':56 'accur':83 'anglia':104 'antiqu':139 'anyon':24 'anywher':89 'area':30 'attempt':106 'author':143 'awkward':167 'believ':35 'broken':6 'carolina':75,93 'carv':164 'centuri':131 'childhood':20 'close':90 'come':65 'counti':116 'cut':162 'destroy':8 'dictionari':61 'didn':33 'dig':45 'east':103 'east-anglia':102 'eighteenth':130 'english':70 'etymolog':141 'exist':122,134 'fabric':158 'folk':17 'forbi':151 'heard':10 'last':125 'like':52 'lot':14 'ludicr':157 'lumbe':69 'lumbee-english':68 'm':86 'malahack':59,64,153 'mallyhack':1 'manner':170 'mean':2,160 'never':22 'norfolk':117 'north':74,92 'older':16 'phrase':12 'prefer':95 'proof':136 'quit':82 'real':39 'record':108 'refer':96 'region':55 'robert':150 'say':62 'sister':115 'slang':71 'sloven':169 'someth':3 'southern':73 'still':133 'suffolk':119 'think':48,79 'tongu':111 'twenti':126 'twin':114 'two':145 'urban':60 'v':154 'version':57 'vocabulari':100 'volum':146,147 'vulgar':110 'wasn':26 'word':40,156 'year':127"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/655290"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689257380 {#1554
        date: 2023-07-13 16:09:40.0 +02:00
      }
      +"title": 14786
    }
  ]
  -id: 1202
  -titleTs: "'cool':4 'even':9 'know':2 'known':7 'lesser':6 'lesser-known':5 'made':10 'phrase':12"
  -bodyTs: "'add':11 'answer':6 'cannot':20 'demand':4 'describ':40 'effort':49 'friend':13 'good':46 'half':35,37,58,60 'indic':17 'ironi':16 'last':55 'layer':14 'month':56 'opinion':9 'possibl':23 'pray':1,28 'purpos':31 'quit':53 'reason':24 'roll':38,61 'sabotag':42 'see':21 'self':41 'serv':34 'show':45 'sisyphus':36,59 'smoke':54 'someth':26 'stone':39,62 'tell':2,29 'tendenc':43 'thought':51 'yea':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689338999
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/2002439"
  +editedAt: DateTimeImmutable @1689252683 {#1598
    date: 2023-07-13 14:51:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689252599 {#1705
    date: 2023-07-13 14:49:59.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
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 {#1558
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1565
    +user: Proxies\__CG__\App\Entity\User {#1906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
    +slug: "You-know-any-cool-lesser-known-or-even-made-up-phrases"
    +title: "You know any cool, lesser-known or even made up phrases?"
    +url: null
    +body: """
      pray tell\n
      =========\n
      \n
      For demanding an answer. In my opinion, it adds a friendly layer of irony, indicating that you cannot see a possible reason for something :\n
      \n
      *And pray tell, what purpose does it serve?* 🙄\n
      \n
      Half Sisyphus, half rolling stone.\n
      ==================================\n
      \n
      Describes self sabotaging tendencies (while showing good will and effort).\n
      \n
      *I thought you quit smoking last month – yea, half Sisyphus, half rolling stone*🥲
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 43
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689380402 {#1701
      date: 2023-07-15 02:20:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2468 …}
    +votes: Doctrine\ORM\PersistentCollection {#2469 …}
    +reports: Doctrine\ORM\PersistentCollection {#2371 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
    +badges: Doctrine\ORM\PersistentCollection {#1721 …}
    +children: [
      App\Entity\EntryComment {#1558}
    ]
    -id: 1202
    -titleTs: "'cool':4 'even':9 'know':2 'known':7 'lesser':6 'lesser-known':5 'made':10 'phrase':12"
    -bodyTs: "'add':11 'answer':6 'cannot':20 'demand':4 'describ':40 'effort':49 'friend':13 'good':46 'half':35,37,58,60 'indic':17 'ironi':16 'last':55 'layer':14 'month':56 'opinion':9 'possibl':23 'pray':1,28 'purpos':31 'quit':53 'reason':24 'roll':38,61 'sabotag':42 'see':21 'self':41 'serv':34 'show':45 'sisyphus':36,59 'smoke':54 'someth':26 'stone':39,62 'tell':2,29 'tendenc':43 'thought':51 'yea':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689338999
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/2002439"
    +editedAt: DateTimeImmutable @1689252683 {#1598
      date: 2023-07-13 14:51:23.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689252599 {#1705
      date: 2023-07-13 14:49:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “Mallyhacked” - meaning something that is broken or destroyed. I heard this phrase a lot from older folks during my childhood, but never by anyone who wasn’t from my area. My SO didn’t believe it was a real word so I did some digging and I think that it is likely a very regionally accented version of “malahack”.\n
    \n
    Urban Dictionary says that malahack comes from the Lumbee-English slang of southern North Carolina. I don’t think that’s quite accurate because I’m not from anywhere close to North Carolina. My preferred reference is from *The Vocabulary of East-Anglia: An Attempt to Record the Vulgar Tongue of the Twin Sister Counties Norfolk and Suffolk, as it Existed in the Last Twenty Years of the Eighteenth Century, and Still Exists: with Proof of Its Antiquity from Etymology and Authority; in Two Volumes · Volume 2* by Robert Forby, 1830:\n
    \n
    > Malahack, v. A word ludicrously fabricated, which means to cut or carve in an awkward and slovenly manner.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689257380 {#1653
    date: 2023-07-13 16:09:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@birdcat@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1556 …}
  +votes: Doctrine\ORM\PersistentCollection {#1555 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 14786
  -bodyTs: "'1830':152 '2':148 'accent':56 'accur':83 'anglia':104 'antiqu':139 'anyon':24 'anywher':89 'area':30 'attempt':106 'author':143 'awkward':167 'believ':35 'broken':6 'carolina':75,93 'carv':164 'centuri':131 'childhood':20 'close':90 'come':65 'counti':116 'cut':162 'destroy':8 'dictionari':61 'didn':33 'dig':45 'east':103 'east-anglia':102 'eighteenth':130 'english':70 'etymolog':141 'exist':122,134 'fabric':158 'folk':17 'forbi':151 'heard':10 'last':125 'like':52 'lot':14 'ludicr':157 'lumbe':69 'lumbee-english':68 'm':86 'malahack':59,64,153 'mallyhack':1 'manner':170 'mean':2,160 'never':22 'norfolk':117 'north':74,92 'older':16 'phrase':12 'prefer':95 'proof':136 'quit':82 'real':39 'record':108 'refer':96 'region':55 'robert':150 'say':62 'sister':115 'slang':71 'sloven':169 'someth':3 'southern':73 'still':133 'suffolk':119 'think':48,79 'tongu':111 'twenti':126 'twin':114 'two':145 'urban':60 'v':154 'version':57 'vocabulari':100 'volum':146,147 'vulgar':110 'wasn':26 'word':40,156 'year':127"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/655290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689257380 {#1554
    date: 2023-07-13 16:09:40.0 +02:00
  }
  +"title": 14786
}
"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 {#1558
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1565
    +user: Proxies\__CG__\App\Entity\User {#1906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
    +slug: "You-know-any-cool-lesser-known-or-even-made-up-phrases"
    +title: "You know any cool, lesser-known or even made up phrases?"
    +url: null
    +body: """
      pray tell\n
      =========\n
      \n
      For demanding an answer. In my opinion, it adds a friendly layer of irony, indicating that you cannot see a possible reason for something :\n
      \n
      *And pray tell, what purpose does it serve?* 🙄\n
      \n
      Half Sisyphus, half rolling stone.\n
      ==================================\n
      \n
      Describes self sabotaging tendencies (while showing good will and effort).\n
      \n
      *I thought you quit smoking last month – yea, half Sisyphus, half rolling stone*🥲
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 43
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689380402 {#1701
      date: 2023-07-15 02:20:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2468 …}
    +votes: Doctrine\ORM\PersistentCollection {#2469 …}
    +reports: Doctrine\ORM\PersistentCollection {#2371 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
    +badges: Doctrine\ORM\PersistentCollection {#1721 …}
    +children: [
      App\Entity\EntryComment {#1558}
    ]
    -id: 1202
    -titleTs: "'cool':4 'even':9 'know':2 'known':7 'lesser':6 'lesser-known':5 'made':10 'phrase':12"
    -bodyTs: "'add':11 'answer':6 'cannot':20 'demand':4 'describ':40 'effort':49 'friend':13 'good':46 'half':35,37,58,60 'indic':17 'ironi':16 'last':55 'layer':14 'month':56 'opinion':9 'possibl':23 'pray':1,28 'purpos':31 'quit':53 'reason':24 'roll':38,61 'sabotag':42 'see':21 'self':41 'serv':34 'show':45 'sisyphus':36,59 'smoke':54 'someth':26 'stone':39,62 'tell':2,29 'tendenc':43 'thought':51 'yea':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689338999
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/2002439"
    +editedAt: DateTimeImmutable @1689252683 {#1598
      date: 2023-07-13 14:51:23.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689252599 {#1705
      date: 2023-07-13 14:49:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “Mallyhacked” - meaning something that is broken or destroyed. I heard this phrase a lot from older folks during my childhood, but never by anyone who wasn’t from my area. My SO didn’t believe it was a real word so I did some digging and I think that it is likely a very regionally accented version of “malahack”.\n
    \n
    Urban Dictionary says that malahack comes from the Lumbee-English slang of southern North Carolina. I don’t think that’s quite accurate because I’m not from anywhere close to North Carolina. My preferred reference is from *The Vocabulary of East-Anglia: An Attempt to Record the Vulgar Tongue of the Twin Sister Counties Norfolk and Suffolk, as it Existed in the Last Twenty Years of the Eighteenth Century, and Still Exists: with Proof of Its Antiquity from Etymology and Authority; in Two Volumes · Volume 2* by Robert Forby, 1830:\n
    \n
    > Malahack, v. A word ludicrously fabricated, which means to cut or carve in an awkward and slovenly manner.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689257380 {#1653
    date: 2023-07-13 16:09:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@birdcat@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1556 …}
  +votes: Doctrine\ORM\PersistentCollection {#1555 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 14786
  -bodyTs: "'1830':152 '2':148 'accent':56 'accur':83 'anglia':104 'antiqu':139 'anyon':24 'anywher':89 'area':30 'attempt':106 'author':143 'awkward':167 'believ':35 'broken':6 'carolina':75,93 'carv':164 'centuri':131 'childhood':20 'close':90 'come':65 'counti':116 'cut':162 'destroy':8 'dictionari':61 'didn':33 'dig':45 'east':103 'east-anglia':102 'eighteenth':130 'english':70 'etymolog':141 'exist':122,134 'fabric':158 'folk':17 'forbi':151 'heard':10 'last':125 'like':52 'lot':14 'ludicr':157 'lumbe':69 'lumbee-english':68 'm':86 'malahack':59,64,153 'mallyhack':1 'manner':170 'mean':2,160 'never':22 'norfolk':117 'north':74,92 'older':16 'phrase':12 'prefer':95 'proof':136 'quit':82 'real':39 'record':108 'refer':96 'region':55 'robert':150 'say':62 'sister':115 'slang':71 'sloven':169 'someth':3 'southern':73 'still':133 'suffolk':119 'think':48,79 'tongu':111 'twenti':126 'twin':114 'two':145 'urban':60 'v':154 'version':57 'vocabulari':100 'volum':146,147 'vulgar':110 'wasn':26 'word':40,156 'year':127"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/655290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689257380 {#1554
    date: 2023-07-13 16:09:40.0 +02:00
  }
  +"title": 14786
}
"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 {#1558
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1565
    +user: Proxies\__CG__\App\Entity\User {#1906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2459 …}
    +slug: "You-know-any-cool-lesser-known-or-even-made-up-phrases"
    +title: "You know any cool, lesser-known or even made up phrases?"
    +url: null
    +body: """
      pray tell\n
      =========\n
      \n
      For demanding an answer. In my opinion, it adds a friendly layer of irony, indicating that you cannot see a possible reason for something :\n
      \n
      *And pray tell, what purpose does it serve?* 🙄\n
      \n
      Half Sisyphus, half rolling stone.\n
      ==================================\n
      \n
      Describes self sabotaging tendencies (while showing good will and effort).\n
      \n
      *I thought you quit smoking last month – yea, half Sisyphus, half rolling stone*🥲
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 43
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689380402 {#1701
      date: 2023-07-15 02:20:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2468 …}
    +votes: Doctrine\ORM\PersistentCollection {#2469 …}
    +reports: Doctrine\ORM\PersistentCollection {#2371 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
    +badges: Doctrine\ORM\PersistentCollection {#1721 …}
    +children: [
      App\Entity\EntryComment {#1558}
    ]
    -id: 1202
    -titleTs: "'cool':4 'even':9 'know':2 'known':7 'lesser':6 'lesser-known':5 'made':10 'phrase':12"
    -bodyTs: "'add':11 'answer':6 'cannot':20 'demand':4 'describ':40 'effort':49 'friend':13 'good':46 'half':35,37,58,60 'indic':17 'ironi':16 'last':55 'layer':14 'month':56 'opinion':9 'possibl':23 'pray':1,28 'purpos':31 'quit':53 'reason':24 'roll':38,61 'sabotag':42 'see':21 'self':41 'serv':34 'show':45 'sisyphus':36,59 'smoke':54 'someth':26 'stone':39,62 'tell':2,29 'tendenc':43 'thought':51 'yea':57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689338999
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/2002439"
    +editedAt: DateTimeImmutable @1689252683 {#1598
      date: 2023-07-13 14:51:23.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689252599 {#1705
      date: 2023-07-13 14:49:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “Mallyhacked” - meaning something that is broken or destroyed. I heard this phrase a lot from older folks during my childhood, but never by anyone who wasn’t from my area. My SO didn’t believe it was a real word so I did some digging and I think that it is likely a very regionally accented version of “malahack”.\n
    \n
    Urban Dictionary says that malahack comes from the Lumbee-English slang of southern North Carolina. I don’t think that’s quite accurate because I’m not from anywhere close to North Carolina. My preferred reference is from *The Vocabulary of East-Anglia: An Attempt to Record the Vulgar Tongue of the Twin Sister Counties Norfolk and Suffolk, as it Existed in the Last Twenty Years of the Eighteenth Century, and Still Exists: with Proof of Its Antiquity from Etymology and Authority; in Two Volumes · Volume 2* by Robert Forby, 1830:\n
    \n
    > Malahack, v. A word ludicrously fabricated, which means to cut or carve in an awkward and slovenly manner.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1689257380 {#1653
    date: 2023-07-13 16:09:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@birdcat@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1556 …}
  +votes: Doctrine\ORM\PersistentCollection {#1555 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 14786
  -bodyTs: "'1830':152 '2':148 'accent':56 'accur':83 'anglia':104 'antiqu':139 'anyon':24 'anywher':89 'area':30 'attempt':106 'author':143 'awkward':167 'believ':35 'broken':6 'carolina':75,93 'carv':164 'centuri':131 'childhood':20 'close':90 'come':65 'counti':116 'cut':162 'destroy':8 'dictionari':61 'didn':33 'dig':45 'east':103 'east-anglia':102 'eighteenth':130 'english':70 'etymolog':141 'exist':122,134 'fabric':158 'folk':17 'forbi':151 'heard':10 'last':125 'like':52 'lot':14 'ludicr':157 'lumbe':69 'lumbee-english':68 'm':86 'malahack':59,64,153 'mallyhack':1 'manner':170 'mean':2,160 'never':22 'norfolk':117 'north':74,92 'older':16 'phrase':12 'prefer':95 'proof':136 'quit':82 'real':39 'record':108 'refer':96 'region':55 'robert':150 'say':62 'sister':115 'slang':71 'sloven':169 'someth':3 'southern':73 'still':133 'suffolk':119 'think':48,79 'tongu':111 'twenti':126 'twin':114 'two':145 'urban':60 'v':154 'version':57 'vocabulari':100 'volum':146,147 'vulgar':110 'wasn':26 'word':40,156 'year':127"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/655290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689257380 {#1554
    date: 2023-07-13 16:09:40.0 +02:00
  }
  +"title": 14786
}
"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_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
18 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