Redirect 302 redirect from GET @entry_comment_create (9d0e24)

GET https://kbin.spritesserver.nl/index.php/u/@captcha@hexbear.net/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 …}
}
18.30 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.08 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 {#1598
  +user: Proxies\__CG__\App\Entity\User {#1717 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2027 …}
  +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
  +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
  +url: null
  +body: """
    So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
    \n
    I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
    \n
    Does anyone know of something that can accomplish all of this on a Linux system?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703441663 {#1721
    date: 2023-12-24 19:14:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  +badges: Doctrine\ORM\PersistentCollection {#2138 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Im going to say that doesnt exist and restoring from it would be a nightmare. You could cobble together a shell or python script that does that though.\n
        \n
        You’re better off just getting a drive bay and plugging all the drives in at once as an LVM.\n
        \n
        You could also do the opposite, which is split the 4TB into the different logical volumes. Each the same size as a drive.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706793780 {#1711
        date: 2024-02-01 14:23:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 241762
      -bodyTs: "'4tb':59 'also':51 'bay':37 'better':31 'cobbl':18 'could':17,50 'differ':62 'doesnt':6 'drive':36,42,71 'exist':7 'get':34 'go':2 'im':1 'logic':63 'lvm':48 'nightmar':15 'opposit':54 'plug':39 'python':23 're':30 'restor':9 'say':4 'script':24 'shell':21 'size':68 'split':57 'though':28 'togeth':19 'volum':64 'would':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4399701"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703200279 {#1616
        date: 2023-12-22 00:11:19.0 +01:00
      }
      +"title": 241762
    }
  ]
  -id: 23902
  -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
  -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703281408
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9605164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703195008 {#1729
    date: 2023-12-21 22:43:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#1717 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2027 …}
  +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
  +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
  +url: null
  +body: """
    So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
    \n
    I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
    \n
    Does anyone know of something that can accomplish all of this on a Linux system?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703441663 {#1721
    date: 2023-12-24 19:14:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  +badges: Doctrine\ORM\PersistentCollection {#2138 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Im going to say that doesnt exist and restoring from it would be a nightmare. You could cobble together a shell or python script that does that though.\n
        \n
        You’re better off just getting a drive bay and plugging all the drives in at once as an LVM.\n
        \n
        You could also do the opposite, which is split the 4TB into the different logical volumes. Each the same size as a drive.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706793780 {#1711
        date: 2024-02-01 14:23:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 241762
      -bodyTs: "'4tb':59 'also':51 'bay':37 'better':31 'cobbl':18 'could':17,50 'differ':62 'doesnt':6 'drive':36,42,71 'exist':7 'get':34 'go':2 'im':1 'logic':63 'lvm':48 'nightmar':15 'opposit':54 'plug':39 'python':23 're':30 'restor':9 'say':4 'script':24 'shell':21 'size':68 'split':57 'though':28 'togeth':19 'volum':64 'would':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4399701"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703200279 {#1616
        date: 2023-12-22 00:11:19.0 +01:00
      }
      +"title": 241762
    }
  ]
  -id: 23902
  -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
  -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703281408
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9605164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703195008 {#1729
    date: 2023-12-21 22:43:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#1717 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2027 …}
  +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
  +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
  +url: null
  +body: """
    So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
    \n
    I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
    \n
    Does anyone know of something that can accomplish all of this on a Linux system?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703441663 {#1721
    date: 2023-12-24 19:14:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  +badges: Doctrine\ORM\PersistentCollection {#2138 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Im going to say that doesnt exist and restoring from it would be a nightmare. You could cobble together a shell or python script that does that though.\n
        \n
        You’re better off just getting a drive bay and plugging all the drives in at once as an LVM.\n
        \n
        You could also do the opposite, which is split the 4TB into the different logical volumes. Each the same size as a drive.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706793780 {#1711
        date: 2024-02-01 14:23:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 241762
      -bodyTs: "'4tb':59 'also':51 'bay':37 'better':31 'cobbl':18 'could':17,50 'differ':62 'doesnt':6 'drive':36,42,71 'exist':7 'get':34 'go':2 'im':1 'logic':63 'lvm':48 'nightmar':15 'opposit':54 'plug':39 'python':23 're':30 'restor':9 'say':4 'script':24 'shell':21 'size':68 'split':57 'though':28 'togeth':19 'volum':64 'would':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4399701"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703200279 {#1616
        date: 2023-12-22 00:11:19.0 +01:00
      }
      +"title": 241762
    }
  ]
  -id: 23902
  -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
  -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703281408
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9605164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703195008 {#1729
    date: 2023-12-21 22:43:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1611
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#1717 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2027 …}
    +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
    +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
    +url: null
    +body: """
      So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
      \n
      I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
      \n
      Does anyone know of something that can accomplish all of this on a Linux system?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703441663 {#1721
      date: 2023-12-24 19:14:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2013 …}
    +votes: Doctrine\ORM\PersistentCollection {#2012 …}
    +reports: Doctrine\ORM\PersistentCollection {#2021 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
    +badges: Doctrine\ORM\PersistentCollection {#2138 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 23902
    -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
    -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703281408
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9605164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703195008 {#1729
      date: 2023-12-21 22:43:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Im going to say that doesnt exist and restoring from it would be a nightmare. You could cobble together a shell or python script that does that though.\n
    \n
    You’re better off just getting a drive bay and plugging all the drives in at once as an LVM.\n
    \n
    You could also do the opposite, which is split the 4TB into the different logical volumes. Each the same size as a drive.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706793780 {#1711
    date: 2024-02-01 14:23:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 241762
  -bodyTs: "'4tb':59 'also':51 'bay':37 'better':31 'cobbl':18 'could':17,50 'differ':62 'doesnt':6 'drive':36,42,71 'exist':7 'get':34 'go':2 'im':1 'logic':63 'lvm':48 'nightmar':15 'opposit':54 'plug':39 'python':23 're':30 'restor':9 'say':4 'script':24 'shell':21 'size':68 'split':57 'though':28 'togeth':19 'volum':64 'would':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4399701"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703200279 {#1616
    date: 2023-12-22 00:11:19.0 +01:00
  }
  +"title": 241762
}
"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 {#1611
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#1717 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2027 …}
    +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
    +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
    +url: null
    +body: """
      So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
      \n
      I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
      \n
      Does anyone know of something that can accomplish all of this on a Linux system?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703441663 {#1721
      date: 2023-12-24 19:14:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2013 …}
    +votes: Doctrine\ORM\PersistentCollection {#2012 …}
    +reports: Doctrine\ORM\PersistentCollection {#2021 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
    +badges: Doctrine\ORM\PersistentCollection {#2138 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 23902
    -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
    -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703281408
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9605164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703195008 {#1729
      date: 2023-12-21 22:43:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Im going to say that doesnt exist and restoring from it would be a nightmare. You could cobble together a shell or python script that does that though.\n
    \n
    You’re better off just getting a drive bay and plugging all the drives in at once as an LVM.\n
    \n
    You could also do the opposite, which is split the 4TB into the different logical volumes. Each the same size as a drive.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706793780 {#1711
    date: 2024-02-01 14:23:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 241762
  -bodyTs: "'4tb':59 'also':51 'bay':37 'better':31 'cobbl':18 'could':17,50 'differ':62 'doesnt':6 'drive':36,42,71 'exist':7 'get':34 'go':2 'im':1 'logic':63 'lvm':48 'nightmar':15 'opposit':54 'plug':39 'python':23 're':30 'restor':9 'say':4 'script':24 'shell':21 'size':68 'split':57 'though':28 'togeth':19 'volum':64 'would':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4399701"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703200279 {#1616
    date: 2023-12-22 00:11:19.0 +01:00
  }
  +"title": 241762
}
"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 {#1611
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#1717 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2027 …}
    +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
    +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
    +url: null
    +body: """
      So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
      \n
      I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
      \n
      Does anyone know of something that can accomplish all of this on a Linux system?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703441663 {#1721
      date: 2023-12-24 19:14:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2013 …}
    +votes: Doctrine\ORM\PersistentCollection {#2012 …}
    +reports: Doctrine\ORM\PersistentCollection {#2021 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
    +badges: Doctrine\ORM\PersistentCollection {#2138 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 23902
    -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
    -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703281408
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9605164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703195008 {#1729
      date: 2023-12-21 22:43:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Im going to say that doesnt exist and restoring from it would be a nightmare. You could cobble together a shell or python script that does that though.\n
    \n
    You’re better off just getting a drive bay and plugging all the drives in at once as an LVM.\n
    \n
    You could also do the opposite, which is split the 4TB into the different logical volumes. Each the same size as a drive.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706793780 {#1711
    date: 2024-02-01 14:23:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 241762
  -bodyTs: "'4tb':59 'also':51 'bay':37 'better':31 'cobbl':18 'could':17,50 'differ':62 'doesnt':6 'drive':36,42,71 'exist':7 'get':34 'go':2 'im':1 'logic':63 'lvm':48 'nightmar':15 'opposit':54 'plug':39 'python':23 're':30 'restor':9 'say':4 'script':24 'shell':21 'size':68 'split':57 'though':28 'togeth':19 'volum':64 'would':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4399701"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703200279 {#1616
    date: 2023-12-22 00:11:19.0 +01:00
  }
  +"title": 241762
}
"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 {#1596
  +user: Proxies\__CG__\App\Entity\User {#1362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
  +slug: "Orinthologists"
  +title: "Orinthologists"
  +url: "https://mander.xyz/pictrs/image/edef988c-a959-4219-b510-266202bc217d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 899
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700939708 {#2129
    date: 2023-11-25 20:15:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2337 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2342 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  +badges: Doctrine\ORM\PersistentCollection {#2339 …}
  +children: [
    App\Entity\EntryComment {#1604
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        ![](https://hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)\n
        \n
        A red bellied woodpecker.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1701530354 {#1620
        date: 2023-12-02 16:19:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1619 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -id: 161344
      -bodyTs: "'/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':3 'belli':6 'hexbear.net':2 'hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':1 'red':5 'woodpeck':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4296407"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700890482 {#1613
        date: 2023-11-25 06:34:42.0 +01:00
      }
      +"title": 161344
    }
  ]
  -id: 16521
  -titleTs: "'orinthologist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700971936
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6563447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700885536 {#1383
    date: 2023-11-25 05:12:16.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 {#1596
  +user: Proxies\__CG__\App\Entity\User {#1362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
  +slug: "Orinthologists"
  +title: "Orinthologists"
  +url: "https://mander.xyz/pictrs/image/edef988c-a959-4219-b510-266202bc217d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 899
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700939708 {#2129
    date: 2023-11-25 20:15:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2337 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2342 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  +badges: Doctrine\ORM\PersistentCollection {#2339 …}
  +children: [
    App\Entity\EntryComment {#1604
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        ![](https://hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)\n
        \n
        A red bellied woodpecker.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1701530354 {#1620
        date: 2023-12-02 16:19:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1619 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -id: 161344
      -bodyTs: "'/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':3 'belli':6 'hexbear.net':2 'hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':1 'red':5 'woodpeck':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4296407"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700890482 {#1613
        date: 2023-11-25 06:34:42.0 +01:00
      }
      +"title": 161344
    }
  ]
  -id: 16521
  -titleTs: "'orinthologist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700971936
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6563447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700885536 {#1383
    date: 2023-11-25 05:12:16.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 {#1596
  +user: Proxies\__CG__\App\Entity\User {#1362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
  +slug: "Orinthologists"
  +title: "Orinthologists"
  +url: "https://mander.xyz/pictrs/image/edef988c-a959-4219-b510-266202bc217d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 899
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700939708 {#2129
    date: 2023-11-25 20:15:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2337 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2342 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  +badges: Doctrine\ORM\PersistentCollection {#2339 …}
  +children: [
    App\Entity\EntryComment {#1604
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        ![](https://hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)\n
        \n
        A red bellied woodpecker.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1701530354 {#1620
        date: 2023-12-02 16:19:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1619 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -id: 161344
      -bodyTs: "'/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':3 'belli':6 'hexbear.net':2 'hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':1 'red':5 'woodpeck':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4296407"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700890482 {#1613
        date: 2023-11-25 06:34:42.0 +01:00
      }
      +"title": 161344
    }
  ]
  -id: 16521
  -titleTs: "'orinthologist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700971936
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6563447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700885536 {#1383
    date: 2023-11-25 05:12:16.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 {#1604
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Orinthologists"
    +title: "Orinthologists"
    +url: "https://mander.xyz/pictrs/image/edef988c-a959-4219-b510-266202bc217d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 899
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700939708 {#2129
      date: 2023-11-25 20:15:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2323 …}
    +votes: Doctrine\ORM\PersistentCollection {#2337 …}
    +reports: Doctrine\ORM\PersistentCollection {#2334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2342 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
    +badges: Doctrine\ORM\PersistentCollection {#2339 …}
    +children: [
      App\Entity\EntryComment {#1604}
    ]
    -id: 16521
    -titleTs: "'orinthologist':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700971936
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6563447"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700885536 {#1383
      date: 2023-11-25 05:12:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    ![](https://hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)\n
    \n
    A red bellied woodpecker.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1701530354 {#1620
    date: 2023-12-02 16:19:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1619 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -id: 161344
  -bodyTs: "'/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':3 'belli':6 'hexbear.net':2 'hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':1 'red':5 'woodpeck':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4296407"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700890482 {#1613
    date: 2023-11-25 06:34:42.0 +01:00
  }
  +"title": 161344
}
"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 {#1604
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Orinthologists"
    +title: "Orinthologists"
    +url: "https://mander.xyz/pictrs/image/edef988c-a959-4219-b510-266202bc217d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 899
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700939708 {#2129
      date: 2023-11-25 20:15:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2323 …}
    +votes: Doctrine\ORM\PersistentCollection {#2337 …}
    +reports: Doctrine\ORM\PersistentCollection {#2334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2342 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
    +badges: Doctrine\ORM\PersistentCollection {#2339 …}
    +children: [
      App\Entity\EntryComment {#1604}
    ]
    -id: 16521
    -titleTs: "'orinthologist':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700971936
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6563447"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700885536 {#1383
      date: 2023-11-25 05:12:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    ![](https://hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)\n
    \n
    A red bellied woodpecker.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1701530354 {#1620
    date: 2023-12-02 16:19:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1619 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -id: 161344
  -bodyTs: "'/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':3 'belli':6 'hexbear.net':2 'hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':1 'red':5 'woodpeck':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4296407"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700890482 {#1613
    date: 2023-11-25 06:34:42.0 +01:00
  }
  +"title": 161344
}
"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 {#1604
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Orinthologists"
    +title: "Orinthologists"
    +url: "https://mander.xyz/pictrs/image/edef988c-a959-4219-b510-266202bc217d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 899
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700939708 {#2129
      date: 2023-11-25 20:15:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2323 …}
    +votes: Doctrine\ORM\PersistentCollection {#2337 …}
    +reports: Doctrine\ORM\PersistentCollection {#2334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2342 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
    +badges: Doctrine\ORM\PersistentCollection {#2339 …}
    +children: [
      App\Entity\EntryComment {#1604}
    ]
    -id: 16521
    -titleTs: "'orinthologist':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700971936
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6563447"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700885536 {#1383
      date: 2023-11-25 05:12:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    ![](https://hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)\n
    \n
    A red bellied woodpecker.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1701530354 {#1620
    date: 2023-12-02 16:19:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1619 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -id: 161344
  -bodyTs: "'/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':3 'belli':6 'hexbear.net':2 'hexbear.net/pictrs/image/60421ffa-0d32-4505-983c-9623f2a3267a.jpeg)':1 'red':5 'woodpeck':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4296407"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700890482 {#1613
    date: 2023-11-25 06:34:42.0 +01:00
  }
  +"title": 161344
}
"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 {#1583
  +user: Proxies\__CG__\App\Entity\User {#1362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
  +slug: "Remove-all-barriers-in-the-way-of-science"
  +title: "Remove all barriers in the way of science"
  +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
  +body: """
    [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
    \n
    [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 76
  +favouriteCount: 268
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697823671 {#2159
    date: 2023-10-20 19:41:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  +badges: Doctrine\ORM\PersistentCollection {#2049 …}
  +children: [
    1 => App\Entity\EntryComment {#1610
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697495258 {#1434
        date: 2023-10-17 00:27:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@freagle@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1652 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 53442
      -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4112549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697495258 {#1699
        date: 2023-10-17 00:27:38.0 +02:00
      }
      +"title": 53442
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "Removing the intellectual property barriers necessitates ending the racist academies."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697505235 {#1584
        date: 2023-10-17 03:13:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@freagle@lemmygrad.ml"
        "@captcha@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1566 …}
      +votes: Doctrine\ORM\PersistentCollection {#1562 …}
      +reports: Doctrine\ORM\PersistentCollection {#1554 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -id: 53685
      -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4113219"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697505235 {#1548
        date: 2023-10-17 03:13:55.0 +02:00
      }
      +"title": 53685
    }
  ]
  -id: 5620
  -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
  -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697496392
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/4986328"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697409992 {#2348
    date: 2023-10-16 00:46:32.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
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
  +slug: "Remove-all-barriers-in-the-way-of-science"
  +title: "Remove all barriers in the way of science"
  +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
  +body: """
    [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
    \n
    [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 76
  +favouriteCount: 268
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697823671 {#2159
    date: 2023-10-20 19:41:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  +badges: Doctrine\ORM\PersistentCollection {#2049 …}
  +children: [
    1 => App\Entity\EntryComment {#1610
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697495258 {#1434
        date: 2023-10-17 00:27:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@freagle@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1652 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 53442
      -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4112549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697495258 {#1699
        date: 2023-10-17 00:27:38.0 +02:00
      }
      +"title": 53442
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "Removing the intellectual property barriers necessitates ending the racist academies."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697505235 {#1584
        date: 2023-10-17 03:13:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@freagle@lemmygrad.ml"
        "@captcha@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1566 …}
      +votes: Doctrine\ORM\PersistentCollection {#1562 …}
      +reports: Doctrine\ORM\PersistentCollection {#1554 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -id: 53685
      -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4113219"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697505235 {#1548
        date: 2023-10-17 03:13:55.0 +02:00
      }
      +"title": 53685
    }
  ]
  -id: 5620
  -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
  -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697496392
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/4986328"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697409992 {#2348
    date: 2023-10-16 00:46:32.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
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
  +slug: "Remove-all-barriers-in-the-way-of-science"
  +title: "Remove all barriers in the way of science"
  +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
  +body: """
    [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
    \n
    [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 76
  +favouriteCount: 268
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697823671 {#2159
    date: 2023-10-20 19:41:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  +badges: Doctrine\ORM\PersistentCollection {#2049 …}
  +children: [
    1 => App\Entity\EntryComment {#1610
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697495258 {#1434
        date: 2023-10-17 00:27:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@freagle@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1652 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 53442
      -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4112549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697495258 {#1699
        date: 2023-10-17 00:27:38.0 +02:00
      }
      +"title": 53442
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "Removing the intellectual property barriers necessitates ending the racist academies."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697505235 {#1584
        date: 2023-10-17 03:13:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@freagle@lemmygrad.ml"
        "@captcha@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1566 …}
      +votes: Doctrine\ORM\PersistentCollection {#1562 …}
      +reports: Doctrine\ORM\PersistentCollection {#1554 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -id: 53685
      -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://hexbear.net/comment/4113219"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697505235 {#1548
        date: 2023-10-17 03:13:55.0 +02:00
      }
      +"title": 53685
    }
  ]
  -id: 5620
  -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
  -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697496392
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/4986328"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697409992 {#2348
    date: 2023-10-16 00:46:32.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
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 {#1610
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Remove-all-barriers-in-the-way-of-science"
    +title: "Remove all barriers in the way of science"
    +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
    +body: """
      [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
      \n
      [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 76
    +favouriteCount: 268
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697823671 {#2159
      date: 2023-10-20 19:41:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
    +badges: Doctrine\ORM\PersistentCollection {#2049 …}
    +children: [
      1 => App\Entity\EntryComment {#1610}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +body: "Removing the intellectual property barriers necessitates ending the racist academies."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697505235 {#1584
          date: 2023-10-17 03:13:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fossilesque@mander.xyz"
          "@freagle@lemmygrad.ml"
          "@captcha@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -id: 53685
        -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://hexbear.net/comment/4113219"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697505235 {#1548
          date: 2023-10-17 03:13:55.0 +02:00
        }
        +"title": 53685
      }
    ]
    -id: 5620
    -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
    -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697496392
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4986328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697409992 {#2348
      date: 2023-10-16 00:46:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697495258 {#1434
    date: 2023-10-17 00:27:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@freagle@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1652 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 53442
  -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4112549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697495258 {#1699
    date: 2023-10-17 00:27:38.0 +02:00
  }
  +"title": 53442
}
"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 {#1610
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Remove-all-barriers-in-the-way-of-science"
    +title: "Remove all barriers in the way of science"
    +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
    +body: """
      [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
      \n
      [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 76
    +favouriteCount: 268
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697823671 {#2159
      date: 2023-10-20 19:41:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
    +badges: Doctrine\ORM\PersistentCollection {#2049 …}
    +children: [
      1 => App\Entity\EntryComment {#1610}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +body: "Removing the intellectual property barriers necessitates ending the racist academies."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697505235 {#1584
          date: 2023-10-17 03:13:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fossilesque@mander.xyz"
          "@freagle@lemmygrad.ml"
          "@captcha@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -id: 53685
        -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://hexbear.net/comment/4113219"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697505235 {#1548
          date: 2023-10-17 03:13:55.0 +02:00
        }
        +"title": 53685
      }
    ]
    -id: 5620
    -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
    -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697496392
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4986328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697409992 {#2348
      date: 2023-10-16 00:46:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697495258 {#1434
    date: 2023-10-17 00:27:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@freagle@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1652 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 53442
  -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4112549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697495258 {#1699
    date: 2023-10-17 00:27:38.0 +02:00
  }
  +"title": 53442
}
"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 {#1610
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Remove-all-barriers-in-the-way-of-science"
    +title: "Remove all barriers in the way of science"
    +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
    +body: """
      [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
      \n
      [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 76
    +favouriteCount: 268
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697823671 {#2159
      date: 2023-10-20 19:41:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
    +badges: Doctrine\ORM\PersistentCollection {#2049 …}
    +children: [
      1 => App\Entity\EntryComment {#1610}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +body: "Removing the intellectual property barriers necessitates ending the racist academies."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697505235 {#1584
          date: 2023-10-17 03:13:55.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fossilesque@mander.xyz"
          "@freagle@lemmygrad.ml"
          "@captcha@hexbear.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -id: 53685
        -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://hexbear.net/comment/4113219"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697505235 {#1548
          date: 2023-10-17 03:13:55.0 +02:00
        }
        +"title": 53685
      }
    ]
    -id: 5620
    -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
    -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697496392
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4986328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697409992 {#2348
      date: 2023-10-16 00:46:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697495258 {#1434
    date: 2023-10-17 00:27:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@freagle@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1652 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 53442
  -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4112549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697495258 {#1699
    date: 2023-10-17 00:27:38.0 +02:00
  }
  +"title": 53442
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Remove-all-barriers-in-the-way-of-science"
    +title: "Remove all barriers in the way of science"
    +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
    +body: """
      [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
      \n
      [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 76
    +favouriteCount: 268
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697823671 {#2159
      date: 2023-10-20 19:41:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
    +badges: Doctrine\ORM\PersistentCollection {#2049 …}
    +children: [
      1 => App\Entity\EntryComment {#1610
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697495258 {#1434
          date: 2023-10-17 00:27:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fossilesque@mander.xyz"
          "@freagle@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1652 …}
        +nested: Doctrine\ORM\PersistentCollection {#1679 …}
        +votes: Doctrine\ORM\PersistentCollection {#1668 …}
        +reports: Doctrine\ORM\PersistentCollection {#1666 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
        -id: 53442
        -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://hexbear.net/comment/4112549"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697495258 {#1699
          date: 2023-10-17 00:27:38.0 +02:00
        }
        +"title": 53442
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 5620
    -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
    -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697496392
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4986328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697409992 {#2348
      date: 2023-10-16 00:46:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "Removing the intellectual property barriers necessitates ending the racist academies."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697505235 {#1584
    date: 2023-10-17 03:13:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@freagle@lemmygrad.ml"
    "@captcha@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1566 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -id: 53685
  -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4113219"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697505235 {#1548
    date: 2023-10-17 03:13:55.0 +02:00
  }
  +"title": 53685
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Remove-all-barriers-in-the-way-of-science"
    +title: "Remove all barriers in the way of science"
    +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
    +body: """
      [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
      \n
      [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 76
    +favouriteCount: 268
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697823671 {#2159
      date: 2023-10-20 19:41:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
    +badges: Doctrine\ORM\PersistentCollection {#2049 …}
    +children: [
      1 => App\Entity\EntryComment {#1610
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697495258 {#1434
          date: 2023-10-17 00:27:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fossilesque@mander.xyz"
          "@freagle@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1652 …}
        +nested: Doctrine\ORM\PersistentCollection {#1679 …}
        +votes: Doctrine\ORM\PersistentCollection {#1668 …}
        +reports: Doctrine\ORM\PersistentCollection {#1666 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
        -id: 53442
        -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://hexbear.net/comment/4112549"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697495258 {#1699
          date: 2023-10-17 00:27:38.0 +02:00
        }
        +"title": 53442
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 5620
    -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
    -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697496392
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4986328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697409992 {#2348
      date: 2023-10-16 00:46:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "Removing the intellectual property barriers necessitates ending the racist academies."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697505235 {#1584
    date: 2023-10-17 03:13:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@freagle@lemmygrad.ml"
    "@captcha@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1566 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -id: 53685
  -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4113219"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697505235 {#1548
    date: 2023-10-17 03:13:55.0 +02:00
  }
  +"title": 53685
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2324 …}
    +slug: "Remove-all-barriers-in-the-way-of-science"
    +title: "Remove all barriers in the way of science"
    +url: "https://mander.xyz/pictrs/image/10dd55e8-8165-417a-8765-bf590b4d7be3.jpeg"
    +body: """
      [reddit.com/…/a_mural_in_the_science_faculty_of_my…](https://www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)\n
      \n
      [radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 76
    +favouriteCount: 268
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697823671 {#2159
      date: 2023-10-20 19:41:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#2072 …}
    +reports: Doctrine\ORM\PersistentCollection {#2065 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
    +badges: Doctrine\ORM\PersistentCollection {#2049 …}
    +children: [
      1 => App\Entity\EntryComment {#1610
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
        +body: "Do you understand that the primary barriers being referred to here are intellectual property? I suspect you aren’t in favor of propritarian intellectualism. What do you think those racist academies opinions on intellectual property has been?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697495258 {#1434
          date: 2023-10-17 00:27:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fossilesque@mander.xyz"
          "@freagle@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1652 …}
        +nested: Doctrine\ORM\PersistentCollection {#1679 …}
        +votes: Doctrine\ORM\PersistentCollection {#1668 …}
        +reports: Doctrine\ORM\PersistentCollection {#1666 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
        -id: 53442
        -bodyTs: "'academi':31 'aren':18 'barrier':7 'favor':21 'intellectu':13,24,34 'opinion':32 'primari':6 'properti':14,35 'propritarian':23 'racist':30 'refer':9 'suspect':16 'think':28 'understand':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://hexbear.net/comment/4112549"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697495258 {#1699
          date: 2023-10-17 00:27:38.0 +02:00
        }
        +"title": 53442
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 5620
    -titleTs: "'barrier':3 'remov':1 'scienc':8 'way':6"
    -bodyTs: "'/a_mural_in_the_science_faculty_of_my':2 '/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':8 '/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':5 'radiolab.org':7 'radiolab.org/podcast/library-alexandra](https://radiolab.org/podcast/library-alexandra)':6 'reddit.com':1 'www.reddit.com':4 'www.reddit.com/r/scihub/comments/177rsze/a_mural_in_the_science_faculty_of_my_countrys/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697496392
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/4986328"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697409992 {#2348
      date: 2023-10-16 00:46:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "Removing the intellectual property barriers necessitates ending the racist academies."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697505235 {#1584
    date: 2023-10-17 03:13:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@freagle@lemmygrad.ml"
    "@captcha@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1566 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -id: 53685
  -bodyTs: "'academi':10 'barrier':5 'end':7 'intellectu':3 'necessit':6 'properti':4 'racist':9 'remov':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://hexbear.net/comment/4113219"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697505235 {#1548
    date: 2023-10-17 03:13:55.0 +02:00
  }
  +"title": 53685
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_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
30 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